@charset "utf-8";
/* CSS Document */



.list_nav{ margin:10px;margin-top: 30px;}
.list_nav ul{ font-size:0; text-align:center;}
.list_nav ul li{ vertical-align:top; width:12.5%; display:inline-block; margin:0 1% 10px; border:1px solid #ccc; border-radius:25px; -moz-border-radius:25px; transition:all .3s;}
.list_nav ul li a{ font-size:16px; color:#999; line-height:40px;}
.list_nav ul li:hover { background:#015bac; border:1px solid #E6E6E6;}
.list_nav ul li:hover a{ color:#fff;}


.ab_jjbox{ clear:both; width:100%; margin-bottom:0px; }
.ab_jjbox_1{ clear:both; width:100%; padding-bottom:10px; min-height:300px; background:#FDFDFD url(../images/about_08.jpg) center bottom no-repeat; position:relative;}
.ab_jjbox .p_1{ text-align:center; font-size:28px; line-height:30px; font-weight:bold-; color:#1b1b1b; padding-top:72px;}
.ab_jjbox .p_2{ text-align:center; font-size:20px; line-height:22px; color:#B7B7B7; text-transform:uppercase; padding-top:10px;}
.ab_jjbox .p_3{ width:80px; height:1px; background:#015bac; margin:5px auto 0 auto;}
.ab_jj{ width:1130px; margin:30px auto 0 auto; line-height:24px; font-size:15px;}
.ab_jjbox .next{ position:absolute; bottom:30px; left:50%; margin-left:-60px;}
.ab_jjbox .next img{ cursor:pointer;}





.index_news{width:1200px;margin:0 auto;}

/***************news*****************/
.news-nav{
	height:40px;
	margin-bottom:20px;
	}
.news-nav li{
	float:left;
	}
.news-nav li a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 30px;
	background-color:#ccc;
	margin-right:15px;
	font-size:14px;
	color:#fff;
	}
.news-nav li a.cur{
	background-color:#C6241F !important;
	color:#fff!important;
	}
.news-nav li a:hover{
	background-color:#bbb;
	}
.new-list{
	margin-top:50px;
	width:1200px;
	}
.new-list li{
	float:left;
	background-color:#fff;
	padding:15px;
	height:180px;
	width:540px;
	margin-right:10px;
	margin-bottom:20px;
	transition:all ease 0.6s;
	border-radius:5px;
	}
.new-list li a{
	display:block;
	height:180px;
	width:540px;
	}
.new-list li:hover,.down-list li:hover{
	box-shadow:5px 5px 10px rgba(0,0,0,0.1);
	}
.new-list li .img{
	float:left;
	width:200px;
	height:180px;
	overflow:hidden;
	border-radius:5px;
	border:1px solid #ddd;
	}
.new-list li .img img{
	width:200px;
	height:180px;
	}
.new-list li .con{
	float: right;
	width:300px;
	height:180px;
	overflow:hidden;
	position:relative;
	}
.new-list li .con .tit1{
	font-size:20px;text-align:left;
	width:300px;
	white-space:nowrap; 
	overflow:hidden;
	 text-overflow:ellipsis;
	 margin:10px 0 15px 0;color:#000;
	}
.new-list li .con .txt{
	line-height:2em;
	color:#666;
	width:300px;	text-align:left;
	}
.new-list li .con .date{
	font-size:14px;
	color:#666;
	position:absolute;
	left:0px;
	bottom:5px;
	}
.news-con .hd{
	font-size:30px;
	color:#333;
	text-align:center;
	margin-top:30px;
	}	
.news-con .subhd{
	color:#999;
	text-align:center;
	margin-top:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	}
.news-con .text{
	margin-top:20px;
	line-height:2em;
.news-ft{
	background-color:#eee;
	padding:15px;
	margin-top:20px;
	color:#999;
	}
	
