﻿@charset "utf-8";
/*body{ background-color: #f8f8f8;}*/
.news_con{width: 910px; padding: 20px; background-color: #fff; /*border: 1px solid #dae2ed;*/}
.news_con h3{font-size: 22px;}
.news_con p{line-height: 18px;}

.tit-bar{border-bottom: 1px solid #ddd; line-height: 20px;padding-bottom:30px;}
.tit-bar .tit-form{border-left: 1px solid #eee; border-right: 1px solid #eee; padding: 0 8px; margin: 0 4px;}
.tit-bar .tit-form a{color: #888;}
.tit-bar .tit-praise .i-ico{width: 17px; height: 10px; background-position: 0 -633px; margin-right: 6px;}
.tit-bar .follow-us{position: absolute; right:0; top:-20px;}
img{max-width:100%}
.news_add{width: 250px;}
.featured-news{width: 280px; padding: 10px; background-color: #fff; /*border: 1px solid #dae2ed;*/}
.news_add h3{font-size: 22px;}
.news_add li{overflow: hidden; margin-bottom: 20px;}
.item_img{width: 100px; height: 70px;}
.item_img img{width: 90%; height: 90%;}
.item_img span{position:absolute;top:0;left:0;font-size:.6rem;padding:0 .5rem;background-color:rgba(0,0,0,.4);color:#fff;border-radius:0 0 6px 0;}
.item_img span.top-1{background-color:#008C95;}
.item_img span.top-2{background-color:#2192d9;}
.item_img span.top-3{background-color:#7bb82d;}


.item_article{width: 180px;}
.item_article h4{height: 40px; line-height: 20px; overflow: hidden;}
.item_article h4 a{color: #000; -webkit-line-clamp:2; display: -webkit-box;overflow: hidden; text-overflow: ellipsis;  -webkit-box-orient: vertical;font-weight:600}
.item_article h4 a:hover { color:#008C95; text-decoration:none;}
.item_article .an_time{color: #ccc; margin-top: 10px;}

.bottom-shengming{font-size: 12px; color:#aaa;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin:10px 30px;border:1px solid #cccccc;padding:10px 15px;}

.tags .item {background-color:rgba(255,153,0,0.63);padding:8px 9px;color:white;font-weight:bold;cursor:pointer;}
.tags .item:hover {font-size:14px;}


@media (max-width: 1200px) {
    .news_con{width:96%;margin:auto;padding:0;}
}