/* 主框架 */
.news_main{width:1380px; margin:auto; padding:30px 0; overflow:hidden; }
@media screen and (max-width:1400px){.news_main{width:1180px;}}
@media screen and (max-width:1200px){.news_main{width:980px;}}

.news_category{float:left; width:330px; margin-bottom:30px; padding:0; overflow:hidden; background:#FFFFFF; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
@media screen and (max-width:1400px){.news_category{width:280px;}}
@media screen and (max-width:1200px){.news_category{width:230px;}}

.news_category .title{float:left; width:100%; height:40px; margin:0; padding:0; text-indent:15px; overflow:hidden; background:#38464f; border-bottom:2px solid #111111;}
.news_category .title a{font-weight:bold; font-size:15px; color:#DDDDDD; line-height:40px;}
.news_category .title a:hover{color:#FFFFFF;}
.news_category .title span{float:right; margin-right:15px;}
.news_category .title span a{font-weight:400; font-size:12px; color:#AAAAAA; line-height:40px;}
.news_category .title span a:hover{color:#CCCCCC;}
.news_category ul{float:left; width:100%; height:130px; margin:5px 0; padding:0;}
.news_category ul li{float:left; width:100%; margin:0; padding:0; display: block;}
.news_category ul li:hover{background:#DDDDDD;}
.news_category ul li a{width:90%; height:25px; margin:auto; padding:0; font-size:13px; color:#444444; line-height:25px; word-break:break-all; overflow:hidden; display: block;}
.news_category ul li a:hover{color:#000000;}

.news_category .content{float:left; width:100%; margin:0; padding:0;}
.news_category .content .img{float:left; width:330px; height:186px; margin:0; padding:0; display: block;}
@media screen and (max-width:1400px){.news_category .content .img{width:280px; height:158px;}}
@media screen and (max-width:1200px){.news_category .content .img{width:230px; height:130px;}}

.news_category .content .title{float:left; width:100%; height:20px; margin:0; padding:0; text-indent:0; text-align:center; font-size:14px; color:#AAAAAA; line-height:21px; word-break:break-all; display: block; background:#111111;}
.news_category .content .title:hover{color:#FFFFFF;}