.news_head .headerMin{
	height:1.1rem;
}
.news_head .header{
	height:1.1rem;
}

.news_head{
	width:100%;
	height:307px;
	background:#024282 ;
    background-image: url(../img/news.png);
    background-size: cover;
    background-position: 50%;
}
.news_head img{
	width:100%;
	height:307px;
	display: none;
}
.news_head .header_list{
  	width:0.4rem;
  	height:0.4rem;
  	float:right;
  	margin:0.3rem 0.4rem;
  	display: block;
  }
.news_head  .header_logo{
	display: block;
}
.news_main{
	width:100%;
	min-height:6rem;
	background:#f3f2f2;
	overflow:hidden;
}
.news_title{
	width:3.2rem;
	height:1.1rem;
	margin:0 auto;
}
.news_title li{
	cursor: pointer;
	margin-top:0.3rem;
	width:1.2rem;
	height:0.8rem;
	display:inline-block;
	margin-right:0.3rem;
	text-align:center;
	
}
.news_title li a{
	color:#666666;
	font:30px/0.8rem "微软雅黑";
}
.news_mainLine{
	width:100%;
	height:1px;
	background:rgba(200,200,200,0.2);
}
.news_title .news_titleLi{
	border-bottom:2px solid #024282;
}
.news_title .news_titleLi a{
	color:#024282;
}
.news_ul{
	margin:50px auto 0;
}

.news_ul li a >img{
	margin:0 auto;
	width:100%;
	height:auto;
	display:block;
}
.news_mainMin{
	width:92%;
	height:1.2rem;
	margin:0.3rem auto 0;
	border-bottom:1px solid #E3E3E3;
}
.news_mainLeft{
	width:1.6rem;
	height:1.2rem;
	float:left;
	border-right:1px solid #E3E3E3;
}
.news_mainLeft h3{
	font:60px/60px "微软雅黑";
	color:#000000;
	margin-bottom:0.2rem;
}
.news_mainLeft span{
	font:22px/22px "微软雅黑";
	color:#666666;
}
.news_mainMin p{
	font:24px/0.36rem "微软雅黑";
	color:#333333;
	float:right;
	width:6rem;
	margin-top:0.1rem ;
}
.news_mainList{
	width:92%;
	height:0.8rem;
	margin:0 auto;
}
.news_mainList h4{
	font:22px/0.8rem "微软雅黑";
	color:#666666;
	float:left;
}
.news_mainList img{
	width:0.72rem;
	height:0.45rem;
	float:right;
	margin:0.17rem 0;
}




.content{
	width: 1280px;
	margin: 0 auto;
}
.content .rec_con ul li{
	float: left;
	width: 290px;
	padding: 5px;
	margin: 0 8px;
	height: 200px;
	background: #E8E8E8;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-ms-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
.content .rec_con ul li.bd-1{
	border:solid 1px #98D3E8;
}
.content .rec_con ul li.bd-1:hover{
	background: #98D3E8;
}
.content .rec_con ul li.bd-2{
	border:solid 1px #FFCB76;
}
.content .rec_con ul li.bd-2:hover{
	background: #FFCB76;
}
.content .rec_con ul li.bd-3{
	border:solid 1px #FF525A;
}
.content .rec_con ul li.bd-3:hover{
	background: #FF525A;
}
.content .rec_con ul li.bd-4{
	border:solid 1px #71C46F;
}
.content .rec_con ul li.bd-4:hover{
	background: #71C46F;
}
.content .rec_con ul li img{
	width: 290px;
	height: 200px;
	display: block;
}
.content .rec_con ul li .a-index{
	position: absolute;
	width: 290px;
	height: 200px;
	top: 5px;
	left: 5px;
	line-height: 20px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.content .rec_con ul li .a-index h2{
	position: absolute;
	z-index: 20;
	top: 0; 
	left: 0;
	font-size: 2.0em;
	line-height: 28px;
	text-align: center;
	text-shadow: 0 0px 2px rgba(255,255,255,0.7);
	text-align: center;
	margin-top: 0px;
	width: 98%;
	height: 200px;
	margin-bottom: 0;
	display: table;
	padding: 0 1%;
	letter-spacing: 2px;
}
.content .rec_con ul li .a-index h2.fc-1{
	color:#98D3E8;
}
.content .rec_con ul li .a-index h2.fc-2{
	color:#FFCB76;
}
.content .rec_con ul li .a-index h2.fc-3{
	color:#FF525A;
}
.content .rec_con ul li .a-index h2.fc-4{
	color:#71C46F;
}
.content .rec_con ul li .a-index h2 span{
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 1024px){
	.content{
		width: 97%;
		margin: 0 auto;
	}
	.content .rec_con ul li{
		width: 225px;
		padding: 2px;
		margin: 0 6px;
		height: 150px;
	}
	.content .rec_con ul li img{
		width: 225px;
		height: 150px;
	}
	.content .rec_con ul li .a-index{
		width: 225px;
		height: 150px;
		top: 2px;
		left: 2px;
		line-height: 20px;
	}
	.content .rec_con ul li .a-index h2{
		top: 0; 
		left: 0;
		font-size: 1.7em;
		line-height: 24px;
		width: 98%;
		height: 150px;
	}
}
@media screen and (max-width: 980px){
	.content{
		width: 95%;
		margin: 0 auto;
	}
	.content .rec_con ul li{
		width: 160px;
		padding: 2px;
		margin: 0 6px;
		height: 140px;
	}
	.content .rec_con ul li img{
		width: 160px;
		height: 140px;
	}
	.content .rec_con ul li .a-index{
		width: 160px;
		height: 140px;
		top: 2px;
		left: 2px;
		line-height: 20px;
	}
	.content .rec_con ul li .a-index h2{
		top: 0; 
		left: 0;
		font-size: 1.6em;
		line-height: 24px;
		width: 98%;
		height: 140px;
	}
}
@media screen and (max-width: 720px){
	.content{
		width: 94%;
		margin: 0 auto;
	}
	.content .rec_con ul li{
		width: 255px;
		height: 180px;
		margin-top: 10px;
	}
	.content .rec_con ul li img{
		width: 255px;
		height: 180px;
	}
	.content .rec_con ul li .a-index{
		width: 255px;
		height: 180px;
		line-height: 20px;
	}
	.content .rec_con ul li .a-index h2{
		top: 0; 
		left: 0;
		font-size: 1.8em;
		line-height: 28px;
		width: 98%;
		height: 180px;
	}
}
@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio : 1.0) and (orientation:landscape){
	.content .rec_con ul li{
		width: 240px;
		height: 180px;
		margin-top: 10px;
	}
	.content .rec_con ul li img{
		width: 240px;
		height: 180px;
	}
	.content .rec_con ul li .a-index{
		width: 240px;
		height: 180px;
		line-height: 20px;
	}
	.content .rec_con ul li .a-index h2{
		top: 0; 
		left: 0;
		font-size: 1.8em;
		line-height: 28px;
		width: 98%;
		height: 180px;
	}
}
@media screen and (max-width: 480px){
	.content{
		width: 100%;
	}
	.content .rec_con ul li{
		width: 45%;
		height: 150px;
		padding: 1%;
		margin: 10px 1% 5px;
	}
	.content .rec_con ul li img{
		width:100%;
		height: 150px;
	}
	.content .rec_con ul li .a-index{
		width: 98%;
		left: 1%;
		top: 2%;
		height: 150px;
		line-height: 20px;
	}
	.content .rec_con ul li .a-index h2{
		top: 0; 
		left: 0;
		font-size: 1.8em;
		line-height: 28px;
		width: 98%;
		height: 150px;
	}
}
@media screen and (max-width: 380px){
	.content{
		width: 240px;
	}
	.content .rec_con ul li{
		width: 98%;
		height: 160px;
		padding: 1%;
		margin-top: 10px;
	}
	.content .rec_con ul li img{
		width: 100%;
		height: 160px;
	}
	.content .rec_con ul li .a-index{
		width:98%;
		height: 160px;
		line-height: 20px;
		top: 1.5%;
		left: 1.5%;
	}
	.content .rec_con ul li .a-index h2{
		top: 0; 
		left: 0;
		font-size: 1.8em;
		line-height: 28px;
		width: 98%;
		height: 160px;
	}
}
.progress_bar{
	width: 98%;
	border-radius: 4px;
	background-color: #C6CBCB;
	box-shadow: inset 0 1px 1px #c9c9c9,inset -1px 0 2px #b8b8b8;
	display: block;
	position: relative;
	height: 5px;
	padding: 0;
	margin: 10px auto;
}
.progress_bar .progress_bar_x{
	display: block;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 1px;
	opacity: 0.9;
	background-color: #5AB4F7;
	border-radius: 8px 4px 4px 8px;
}
.waterfull{
	margin: 0 auto;
}
.waterfull ul li{
	width: 100%;
	margin: 0 0 36px;
	 overflow-y: scroll;
	background: #fff;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	border:solid 1px #BCBCBC;
	box-shadow: 0 0 10px #BCBCBC;
}

/* 閬僵灞� */
#wrapper{
	width: 100%;
	background: #000;
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}


.news_main h2{
	float:right;
	color:#333333;
	font:14px/60px "微软雅黑";
	display: none;
}
.news_main h2 i{
	color:#999999;
	font:14px/60px "微软雅黑";
}
.news_title li:nth-of-type(3){
	display: none;
}
.news_back{
	width:90%;
	min-height:10rem;
	overflow: hidden;
	margin:0.3rem auto 0.6rem;
	background:#FFFFFF;
	padding:0.7rem 0 1rem;
	border-bottom:1px solid rgba(200,200,200,0.2);
	border-top:1px solid rgba(200,200,200,0.2);
}
.news_backMin{
	width:90%;
	min-height:1.9rem;
	border-bottom:1px dashed #CCCCCC;
	margin:0 auto 0.3rem;
	text-align: center;
}
.news_backMin h3{
	color:#333333;
	font:28px/0.5rem "微软雅黑";
}
.news_backMin h4{
	color:#999999;
	font:20px/40px "微软雅黑";
}
.news_backList{
	width:90%;
	padding:0.2rem;
	min-height:0.4rem;
	overflow: hidden;
	background:#f8f8f8;
	color:#666666;
	margin:0 auto;
	font:22px/0.42rem "微软雅黑";
}
.news_back img{
	width:6.78rem;
	height:5.19rem;
	display:block;
	margin:0.2rem auto 0.3rem; 
}
.news_back p{
	width:90% ;
	font:22px/0.5rem "微软雅黑";
	color:#666666;
	text-indent:2em;
	letter-spacing:1px;
	margin:0 auto;
}
