﻿@charset "utf-8";
/* CSS Document */
.news{
	padding: 20px 0;
}
.news_cell{
	width:30%;
	float: left;
	margin: 6px 10px 24px;
	box-shadow: 1px 1px 3px 1px #eee;
	background: #f9f9f9;
	position: relative;
	top: 0;
}
.news_cell:hover{
	box-shadow: 0 5px 10px 5px #ddd;
	top:0;
	transition: all 0.4s ease;
}
.news_cell img{
	width:100%;
	display: block;
}
.news_cell .news_instru{
	padding: 10px 14px;
}
.news_cell .news_instru h1{
	color:#444;
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
}
.news_cell .news_instru p{
	color:#484848;
	text-align: justify;
	font-size: 13px;
	line-height: 24px;
}
.news_cell .news_instru p span{
	color:#999;
}
.news_1 h3 a{
	float:right;
	display: inline-block;
	margin-right: 40px;
	font-weight: normal;
	line-height: 32px;
}
.news_1 h3 a:hover{color:#0066b3;}
.news_1 h3 a span{
	color:#0066b3;
	font-weight: bold;
	font-size: 18px;
}
.news_2{
	background: #fff;
	border:1px solid #e8e8e8;
}
.news_2 h2{
	width:100px;
	float: left;
	padding-left: 12px;
	line-height: 36px;
	font-size: 1.1em;
	font-weight: bold;
	height: 36px;
	background: #0066b3;
	color: #fff;
	margin: 10px 0;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
}
.news_2>a{
	display: block;
	float: right;
	margin-right: 16px;
	line-height: 36px;
	margin-top: 12px;
}
.news_2>a:hover{
	color:#0066b3;
}
.news_2>a>span{
	color:#0066b3;
	font-weight: bold;
	font-size: 18px;
}
.news_2 ul{
	padding:0 12px 0 24px;
	margin: 16px 0;
	clear: both;
}
.news_2 ul li{
	line-height: 24px;
	margin: 12px 0;
	position: relative;
}
.news_2 ul li a{
	color:#666;
	font-size: 13px;
	text-align: justify;
}
.news_2 ul li a:hover{
	color:#ffa81d;
}
.news_2 ul li a span{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffa81d;
	position: absolute;
	left: -12px;
	top:10px;
}
.news_3{
	margin: 0px 0;
}
.news_1 h3{
	font-weight: bold;
	line-height: 32px;
	font-size: 18px;
	padding-left: 16px;
	color:#484848;
}
.news_3 h3{
	font-weight: bold;
	line-height: 30px;
	font-size: 17px;
	padding-left: 8px;
	color:#484848;
}
.news_3 h3>a{
	display: block;
	float: right;
	margin-right: 16px;
	line-height: 36px;
	font-weight: normal;
}
.news_3 h3>a:hover{
	color:#0066b3;
}
.news_3 h3>a>span{
	color:#0066b3;
	font-weight: bold;
	font-size: 18px;
}
.news_3_main{
	background:#fff;
	border:1px solid #e8e8e8;
}
.news_3_main a{
	padding: 20px;
}
.news_3_main a img{
	width:90%;
	margin: 0 auto;
}
.news_3_main a h4{
	text-align: center;
	line-height: 28px;
	
}
.news_3_main a:hover h4{
	color:#ffa81d;
}



.news_detail_title h1{
    margin: 0 auto;
    font-size: 22px;
	color: #31424e;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding: 60px 0 25px 0;
}
.news_detail_title p{
	line-height: 48px;
	color:#808080;
	text-align: center;
	font-weight: normal;
}
.news_detail_title p span{
	color:#999;
	display: inline-block;
	margin-right: 40px;
}
.zhengwen,.flippage{
	padding: 40px 80px;
	color:#31424e;
}
.zhengwen img{
	width:66%;
	margin: 0 auto 20px;
	display: block;
}
.zhengwen h4{
	font-weight: bold;
	font-size: 16px;
}
.zhengwen p{
	font-size: 15px;
	line-height: 32px;
	color:#666;
	text-indent: 2em;
	text-align: justify;
}
.flippage{float: left;}
.flippage a{
	display: block;
	line-height: 40px;
	color:#404040;
}
.flippage a:hover{
	color:#ff6300;
}
.news_back{
	display: block;
	float: right;
	margin: 80px;
	width:100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color:#31424e;
	border:1px solid #d8d8d8;
	border-radius: 4px;
}
.news_back:hover{
	background:#0066b3;
	border:none;
	color:#f9fafc;
	transition: all 0.3s ease;
}


/*二级新闻页*/
.news_sub{padding:0 20px 60px; width:96%; margin:0 auto;}
.news_sub_h1{
	margin-top: 40px;
	border-bottom: 2px solid #e8e8e8;
}
.news_sub_h1 h1{
	font-size: 20px;
	color:#ff6300;
	width:88px;
	padding-bottom: 4px;
	margin: 0 auto;
	border-bottom: 4px solid #ff6300;
}
.news_sub li{
	padding: 30px 0;
	border-bottom: 1px dashed #ccc;
}
.news_sub_img{
	width:20%;
	float: left;
}
.news_sub_img img{
	width:98%;
	border:1px solid #ccc;
	margin: 0 auto;
}
.news_sub_instr{
	display: block;
	float: left;
	width:80%;
	padding-left: 20px;
}
.news_sub_instr02{
	width:100%;
}
.news_sub_header{
	color:#666;
	font-size: 18px;
	margin-bottom: 12px;
}
.news_sub_time{
	color:#aaa;
	float: right;
	font-size: 15px;
	line-height: 32px;
}
.news_sub_sum{
	line-height: 26px;
	color:#333;
}
.news_sub_more{
	display: inline-block;
	margin-top: 28px;
	color:#808080;
}
.news_sub_more:hover{
	color:#ff6300;
	text-decoration: underline;
}