@charset "utf-8";
/* 
* Author: Lin xiao dong
* https://www.openwbs.com
*/
body{ background-color:#f4f4f4; }
#mbody{}

.ow-news-left-section{ float:left; padding:15px 0px; width:840px; }
.ow-news-right-section{ float:left; padding:15px 0px 15px 15px; width:345px; }
.ow-news-detail-section{}

.ow-news-header{ background:#fff; padding:10px 0; text-align:center;}
.ow-news-header .catename{ font-size:24px; font-weight:normal;}
.ow-news-header .ow-breadcrumb{ background:none; text-align:center!important;}


/*栏目页内容列表*/
.ow-news-list-container{ background-color:#fff; border:1px solid #e6e6e6;}
.ow-news-list-container .header{ border-bottom:1px solid #eee; margin:0px 20px; padding:10px 0px 5px 0px;}
.ow-news-list-container .header h1{ font-size:24px; font-weight:normal;}
.ow-news-list-container .header .ow-breadcrumb{ float:right; margin-top:5px; }
.ow-news-list-container .section{ padding:0px 20px;}
.ow-news-list-container .list-container{}
.ow-news-list-container .list-container .pager{ padding:20px 0px 40px 0px; text-align:center;}

/*内容列表*/
.content-item{ border-bottom:1px dotted #ccc; padding:25px 0px 28px 0px; zoom:1; overflow:auto;}
.content-item h3{ font-size:18px; padding-bottom:2px;}
.content-item .datetime{ color:#aaa; line-height:12px; font-size:12px; font-weight:normal;}
.content-item .thumb{ display:flex; justify-content:center; float:left; margin:6px 15px 0px 0px; height:136px; width:200px; position:relative; overflow:hidden;}
.content-item .thumb img{ background-color:#fafafa; height:100%; min-width:100%; max-width:1000%;}
.content-item .summary{ font-size:14px; padding:4px 0px 2px 0px;}

/*tags*/
.ow-news-tags{ background-color:#fff; border:1px solid #e6e6e6; padding:15px;}
.ow-news-tags h2.title{ font-size:16px; }
.ow-news-tags .section{ padding:5px 0px;}
.ow-news-tags .section a{ display:inline-block; font-size:14px; height:24px; line-height:24px; margin:0px 10px 5px 0px;}
.ow-news-tags .section a:hover{ color:#c60000; text-decoration:none;}

/*slist*/
.ow-news-slist{ background-color:#fff; border:1px solid #e6e6e6; padding:15px;}
.ow-news-slist .title{ font-size:16px; }
.ow-news-slist li{ border-bottom:1px dotted #eee; font-size:14px; padding:10px 0px 10px 0px; }
.ow-news-slist img{ float:left; height:60px; margin:5px 10px 0px 0px; width:94px;}
.ow-news-slist h3{ font-weight:normal; font-size:14px; height:24px; line-height:24px; overflow:hidden;}
.ow-news-slist li .summary{ color:#666; font-size:12px; height:40px; overflow:hidden; padding:0px 2px 0px 0px;}


/*内容详细*/
.ow-content-container{ background:#fff; border:1px solid #e6e6e6; min-height:600px; padding:0 20px;}
.ow-content-container h1.title{ font-size:24px; font-weight:normal; margin:0px 20px; padding:15px 0px 10px 0px; }
.ow-content-container .byline{ color:#aaa; line-height:12px; font-size:12px; margin:0px 20px; padding:0px 0px 0px 0px;}
.ow-content-container .byline span{ border-right:1px solid #bbb; display:inline-block; height:12px; line-height:12px; margin:0px 8px 0px 0px; padding:0px 8px 0px 0px;}
.ow-content-container .byline span.views{ border-right:none; }
.ow-content-container .byline a,.ow-content-container .byline a:visited { color:#aaa;}
.ow-content-container .byline a:hover{ color:#333; text-decoration:none;}
.ow-content-container .content{ font-size:16px; line-height:200%; margin:0px 20px; padding:20px 0px 20px 0px; word-break:break-all; word-wrap:break-word;}
.ow-content-container .content img{}
.ow-content-container .content p{ margin:0 0 15px 0;}
.ow-content-container .tags { font-size:14px; margin:0px 20px; padding:5px 0px;}
.ow-content-container .tags a{ margin:0px 5px 0px 0px;}
.ow-content-container .pager { margin:0px 20px; padding:30px 0px 30px 0px; text-align:center;}
.ow-content-container .prev-next{ border-top:1px dotted #ddd; font-size:14px; margin:20px 20px 10px 20px; padding:10px 0px;}
.ow-content-container .prev-next .prev{ height:24px; padding:4px 0px;}
.ow-content-container .prev-next .next{ height:24px; padding:4px 0px;}

/*相关内容*/
.related-content{ border-top:1px dotted #ddd; margin:0px 20px 20px 20px; padding:0px 0px 20px 0px;}
.related-content .header{ font-size:14px; font-weight:bold; padding:10px 0px 5px 0px;}
.related-content ul{}
.related-content ul li{ font-size:14px; }
.related-content ul a{ background:url("../images/3px.png") 0px 16px no-repeat; border-bottom:1px solid #eee; display:inline-block; line-height:24px; padding:4px 0px 4px 10px; }


