.wrap_news{}

.wrap_news .category_box{padding: 80px 200px 0;justify-content: space-between;}
.wrap_news .category_box .side{padding: 5px 30px;color: #fff;background: #b4b4b6;font-size: 14px;border-radius: 5px;}
.wrap_news .category_box .side.active{background: #1183cc;}

.wrap_news .news .list .item{border-bottom: 1px solid #ddd;padding: 25px 0;}
/*.wrap_news .news .list .item .img{background-size: cover;background-repeat: no-repeat;background-position: center center;width: 220px;height: 150px;margin-right: 20px;}*/
.wrap_news .news .list .item .img img{width: 230px;margin-right: 20px;}
.wrap_news .news .list .item .msg{width: calc(100% - 250px);}
.wrap_news .news .list .item .msg h3{font-size: 18px;font-weight: bold;color: #323232;margin-bottom: 10px;}
.wrap_news .news .list .item .msg .small{font-size: 14px;color: #a6a6a6;margin-bottom: 10px;}
.wrap_news .news .list .item .msg .small .date{position: relative;padding-right: 30px;}
.wrap_news .news .list .item .msg .small .date:after{position: absolute;content: ' ';right: 0;top: 50%;margin-top: -6px;z-index: 3;height: 12px;border-left: 1px solid #a7a7a7;}
.wrap_news .news .list .item .msg .small .cate{padding: 0 30px;}
.wrap_news .news .list .item .msg p{color: #666;font-size: 15px;}

.wrap_news .news_details .title{padding: 20px 0;text-align: center;border-bottom: 1px solid #e5e5e5}
.wrap_news .news_details .title h1{font-size: 24px;color: #323232;font-weight: bold;margin-bottom: 10px;}
.wrap_news .news_details .title .msg{font-size: 14px;color: #a6a6a6;}
.wrap_news .news_details .title .msg span{position: relative;padding: 0 30px;}
.wrap_news .news_details .title .msg .date:after{position: absolute;content: ' ';right: 0;top: 50%;margin-top: -6px;z-index: 3;height: 12px;border-left: 1px solid #a7a7a7;}
.wrap_news .news_details .details{padding: 20px 0;line-height: 2;color: #666}
.wrap_news .news_details .details p{text-indent: 2em;margin-bottom: 10px}





