/***************************/
/********banner图*********/
/***************************/
body{
	background: #f5f5f5;
}
#main .banner{
	width: 100%;
	height: 350px;
	position: relative;
	background: url(/images/news/news_banner.jpg) no-repeat center center;
	background-size: 100% 100%; 
}
#main .banner .banner_text{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#main .banner .banner_text h5{
	font-size: 42px;
	color: white;
	height: 100px;
	line-height: 100px;
	margin-top: 94px;
	font-weight: normal;
}
#main .banner .banner_text span{
	width: 22px;
	display: block;
	height: 2px;
	background: #fd8b0f;
}
#main .banner .banner_text p{
	color: #fefffd;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}
/***************************/
/********change Years*********/
/***************************/
#main .years{
	width: 100%;
	height: 85px;
	background: white;
	box-shadow: 0px 1px 1px 1px #ccc;
}
#main .years .years_box{
	width: 1200px;
	height: 100%;
	margin: 0  auto;
	position: relative;
}
#main .years .years_box .current_year{
	right: 0;
	width: 125px;
	position: absolute;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding-left: 18px;
	top: 25px;
}
#main .years .years_box .current_year ul{
	position: absolute;
	top: 35px;
	padding-top: 5px;
	width: 90%;
	left: 0;
	overflow: hidden;
	display: none;
}
#main .years .years_box .current_year ul li{
	padding-left: 18px;
	color: #666666;
	line-height: 35px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e2e2e2;
	margin-top: 2px;
	background: white;
	transition: all 0.5s;
}
#main .years .years_box .current_year ul li:hover{
	background: #fd8b0f;
	color: white;
}
#main .years .years_box .current_year:hover{
	cursor: pointer;
}
#main .years .years_box .current_year span{
	color: #666666;
}
#main .years .years_box .current_year b{
	width: 15px;
	float: right;
	height: 100%;
	background: url(/images/news/down.png)no-repeat center 60%;
	margin-right: 15px;
}
/***************/
/*******新闻列表********/
#main .newsList{
	width: 1200px;
	padding-top: 40px;
	margin:0 auto;
}
#main .newsList .news_up{
	width: 100%;
	height: 555px;
}
#main .newsList .news_up .news_up_left{
	width: 725px;
	float: left;
	height: 100%;
	background: white;
	box-sizing: border-box;
	transition: all 1s;
}
#main .newsList .news_up .news_up_left:hover{
	cursor: pointer;
	background: #fd8b11;
}
#main .newsList .news_up .news_up_left:hover h5{
	color: white;
}
#main .newsList .news_up .news_up_left:hover span{
	color: white;
}
#main .newsList .news_up .news_up_left:hover p{
	color: white;
}	
#main .newsList .news_up .news_up_left img{
	height: 395px;
	width: 100%;
}
#main .newsList .news_up .news_up_left div{
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	font-size: 22px;
	font-weight: normal;
	padding: 0 22px;
	color: #fd8b0f;
}
#main .newsList .news_up .news_up_left h5{
	line-height: 70px;
	font-size: 22px;
	font-weight: normal;
	color: #fd8b0f;
	transition: all 0.5s;
	float: left;
	display: inline-block;
}
#main .newsList .news_up .news_up_left span{
	line-height: 70px;
	display: inline-block;
	float: right;
	width: 100px;
	text-align: right;
	font-size: 12px;
	color: #676767;
	transition: all 0.5s;
	background: url(/images/news/news_icon.png)no-repeat 20px 28px;
}
#main .newsList .news_up .news_up_left p{
	line-height: 24px;
	font-size: 12px;
	padding: 0 22px;
	color: #666666;
	transition: all 0.5s;
}
#main .newsList .news_up .news_up_right{
	float: right;
	width: 445px;
	height: 100%;
}
#main .newsList .news_up .news_up_right img{
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
}
#main .newsList .news_up .news_up_right .news_up_right_box{
	background: white;
	height: 274px;
	width: 100%;
	transition: all 1s; 
}
#main .newsList .news_up .news_up_right .news_up_right_box:first-child{
	margin-bottom: 7px;
}
#main .newsList .news_up .news_up_right .news_up_right_box:hover{
	cursor: pointer;
	background: #fd8b11;		
}
#main .newsList .news_up .news_up_right .news_up_right_box:hover span{
	color: white;
}
#main .newsList .news_up .news_up_right .news_up_right_box:hover h6{
	color: white;
}
#main .newsList .news_up .news_up_right .news_up_right_box:hover p{
	color: white;
}
#main .newsList .news_up .news_up_right .news_up_right_box span{
	transition: all 0.5s; 
}
#main .newsList .news_up .news_up_right .news_up_right_box h6{
	transition: all 0.5s; 
}
#main .newsList .news_up .news_up_right .news_up_right_box p{
	transition: all 0.5s; 
}
#main .news_date{
	float: left;
	line-height: 36px;
	padding:0 22px;
	box-sizing: border-box;
}
.news_lists{
	overflow: hidden;
}
.new_text{
	float: left;
	line-height: 36px;
	padding-right: 22px;
	box-sizing: border-box;
}
.new_text h6{
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new_text p{
	font-size: 13px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main .news_date span{
	display: block;
}
.news_up_right .news_date span:nth-child(1){
	color: #fd8b0f;
	font-size: 27px;
}
#main .news_up_right .news_date span:nth-child(2){
	display: block;
	background: #666;
	width: 8px;
	height: 1px;
}
#main .news_up_right .new_text{
	width: 355px;
}
#main .news_date span:nth-last-child(1){
	font-size: 12px;
	color: #999999;
}
#main .news_lists{
	height: 92px;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.5s; 
}
#main .news_lists:hover{
	background:white;
	cursor: pointer;
}
#main .news_lists:hover .news_date{
	background:#fd8b0f;
	color: white;
}
#main .news_lists:hover .news_date span{
	color: white;
}
#main .news_lists .news_date {
	position: absolute;
	left: 0;
	top: 0;
	width: 92px;
	height: 100%;
	transition: all 0.5s; 
	padding-top: 10px;
}
#main .news_lists .news_date span:nth-child(1){
	font-size: 33px;
	/*transition: all 0.5s; */
}
#main .news_lists .news_date span:nth-child(2){
	line-height: 45px;
/*	transition: all 0.5s; */
}
#main .news_lists{
	position: relative;
	margin: 30px 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 92px;
}
#main .news_lists .new_text{
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
#main .news_lists .new_text p{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main .newsDetail{
	width: 100%;
	margin:0 auto;
	background-color: #f4f4f4;
}
#main .newsDetail #newsbox{
	width: 800px;
	padding-top: 30px;
	padding-bottom: 80px;
	margin:0 auto;
}
#main .backBox{
	height: 65px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#main .back{
	width: 800px;
	margin: 0 auto;
}
#main .back span{
	height: 25px;
    width: 100px;
    font-size: 14px;
    text-align: center;
    border: none;
    float: right;
    color: #333;
    line-height: 25px;
    margin: 20px 0;
    cursor: pointer;
}
#main .back img{
	position: relative;
    left: -7px;
    top: -1.5px;
}
#main .newsDetail h2{
	margin: 45px 0;
}
#main .newsDetail pre{
	width: 800px;
	margin: 10px 0;
}
#main .newsDetail img{
	margin: 30px 0;
	width: 800px;
}
#main .newsDetail i{
	font-style: normal;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#main .newsDetail p{
	line-height: 28px;
}
#main .newsDetail div{
	margin:10px 0;
}
/************/
/******翻页按钮******/
/************/
#main .btnBox{
	width: 100px;
	height: 40px;
	margin: 50px auto;
}
#main .btnBox button{
	float: left;
	height: 40px;
	width: 40px;
	box-sizing: border-box;
	display: block;
	position: relative;
	background: #dfe0e5;
	border: none;
}
#main .btnBox .newR{
	margin-left: 20px;
}
#main .btnBox button:hover{
	cursor: pointer;
}
#main .btnBox button img{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7.5px;
	margin-top: -7.5px;
}