@charset "utf-8";

/*------------------------------------------------



   /news/index


------------------------------------------------*/
.ci_bg .photo{
	background:url(../../imges/news/ci_bg.jpg) center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
}
.news_con{
}
.news_con ul{
	padding:0;
	margin:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.news_con ul li{
	padding:0;
	margin:0;
	width:33%;
	float:left;
	margin-bottom:40px;
}
.news_con ul li:before,.news_con ul li:after{
	display:none;
}
.news_con ul li a{
	display:block;
	width:85%;
	margin:0 auto;
}
.news_con ul li a:hover{
	text-decoration:none;
}
.nc_top{
	margin-bottom:5px;
}
.nc_cate,.nc_cate02{
	float:left;
	font-size:12px;
	line-height:12px;
	padding:5px 10px;
	color:#fff !important;
	margin-right:5px;
}
.nc_cate{
	background:#1B3F7F;
}
.nc_cate02{
	background:#333;
}
.nc_time{
	float:left;
	font-size:14px;
	line-height:22px;
	color:#000 !important;
}
.nc_img{
	background:#E5E5E5;
	margin-bottom:10px;
	text-align:center;
	height:185px;
	position:relative;
	clear:both;
}
.nc_img img{
	max-width:100%;
	max-height:185px;
	vertical-align:bottom;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.nc_txt{
	color:#333 !important;
	line-height:120%;
}



@media screen and (max-width: 480px) {
}


