﻿.sub_nav ul li{
	display: block;
	width: 95px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fad628;
	transform: all 0.3s ease-in-out;
	position: relative;
	margin-left: 10px;
}
.sub_nav ul li:nth-child(1){
	margin-left: 0;
}
.sub_nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #222;
	font-size: 12px;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.sub_nav ul li a{
		font-size: 16px;
	}
	.sub_nav ul li{
		width: 145px;
		margin-left: 10px;
	}
}
@media screen and (min-width: 992px){
	.sub_nav ul li{
	 
	}
}
.news{
	padding-top: 60px;
	padding-bottom: 70px;
}
.news .news_title{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}
.news .news_title .img{
	display: inline-block;
	width: 100px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.news .news_title .img img{
	width: 85%;
}
.news .news_title::after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 992px){
	.news .news_title .img{
		width: 138px;
	}	
}
.news .news_con{
	margin: 0 auto;
	padding: 0 10px;
}
.news .news_con .news_img_list dl dd a{
	display: block;
	text-decoration: none;
}
.news .news_con .news_img_list dl.big{
	float: left;
	width: 100%;
}
.news .news_con .news_img_list dl.big dd.img{
	width: 100%;
}
.news .news_con .news_img_list dl.big dd.img img{
	width: 100%;
	height: 100%;
}
.news .news_con .news_img_list dl.big dd.text_con{
	height: 92px;
	background-color: #79c641;
	padding-left: 10px;
	padding-top: 16px;
}
.news .news_con .news_img_list dl.big dd.text_con p{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .news_con .news_img_list dl.big dd.text_con p.title{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.news .news_con .news_img_list dl.big dd.text_con p.text{
	font-size: 12px;
	color: #FFFFFF;
}
.news .news_con .news_img_list dl.small{
	float: right;
	width: 100%;
}
.news .news_con .news_img_list dl.small dd{
	width: 100%;
	margin-top: 10px;
}
@media screen and (min-width: 768px){
	.news .news_con{
		padding: 0;
	}
	.news .news_con .news_img_list dl.big{
		width: 517px;
	}
	.news .news_con .news_img_list dl.small{
		width: 223px;
	}
	.news .news_con .news_img_list dl.big dd.text_con{
	padding-left: 30px;
	}
}
@media screen and (min-width: 992px){
	.news .news_con .news_img_list dl.big{
		width: 678px;
	}
	.news .news_con .news_img_list dl.small{
		width: 281px;
	}
}
@media screen and (min-width: 1200px){
	.news .news_con{
		width:1180px;
	}
	.news .news_con .news_img_list dl.big{
		width: 834px;
	}
	.news .news_con .news_img_list dl.small{
		width: 336px;
	}
}

.news .news_con .news_img_list dl.small dd:nth-child(1){
	margin-top: 0;
}
.news .news_con .news_img_list dl.small dd a{
	position: relative;
}
.news .news_con .news_img_list dl.small dd img{
	width: 100%;
	height: 100%;
}
.news .news_con .news_img_list dl.small dd .text_con{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(112,193,52,0.6);
	padding: 32px 22px 10px;
	transform: scaleY(0);
	transform-origin: top;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.news .news_con .news_img_list dl.small dd .text_con p.title{
	font-size: 14px;
	color: #fa321b;
	text-align: center;
}
.news .news_con .news_img_list dl.small dd .text_con p.text{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.news .news_con .news_img_list dl.small dd:hover .text_con{
	visibility: visible;
	transform: scaleY(1);
}
.news .news_con .news_list{
	margin-top: 20px;
}
.news .news_con .news_list > dl{
	width: 100%;
	padding: 26px 0 14px;
	border-bottom: 1px solid #E5E5E5;
}

.news .news_con .news_list > dl:nth-child(odd){
	float: left;
}
.news .news_con .news_list > dl:nth-child(even){
	float: right;
}
.news .news_con .news_list > dl dd.date{
	width: 75px;
	height: 75px;
	text-align: center;
	float: left;
}
.news .news_con .news_list > dl dd.date p{
	transition: all 0.3s ease-in-out;
}
.news .news_con .news_list > dl dd.date p.top{
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	background-color: #bfbfbf;
	font-size: 12px;
}
.news .news_con .news_list > dl dd.date p.day{
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #BFBFBF;
	background-color: #E6E6E6;
}
.news .news_con .news_list > dl dd.text_con{
	width: calc(100% - 75px);
	float: left;
	padding-left: 10px;
	padding-right:20px;
}
@media screen and (min-width: 768px){
	.news .news_con .news_list > dl{
		width: 360px;
	}
	.news .news_con .news_list > dl dd.date{
	width: 90px;
	height: 90px;
	}
	.news .news_con .news_list > dl dd.text_con{
		width: calc(100% - 90px);
		padding-left: 18px;
		padding-right: 46px;
	}
	.news .news_con .news_list > dl dd.date p.day{
		height: 70px;
		line-height: 70px;
	}
	.news .news_con .news_list > dl dd.date p.day{
		font-size: 24px;
	}
}
@media screen and (min-width: 992px){
	.news .news_con .news_list > dl{
		width: 470px;
	}
	.news .news_con .news_list > dl dd.date{
		width: 110px;
		height: 110px;
	}
	.news .news_con .news_list > dl dd.text_con{
		width: calc(100% - 110px);
	}
	.news .news_con .news_list > dl dd.date p.day{
		height: 84px;
		line-height: 84px;
	}
}
@media screen and (min-width: 1200px){
	.news .news_con .news_list > dl{
		width: 530px;
	}
}
.news .news_con .news_list > dl dd.text_con p{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .news_con .news_list > dl dd.text_con p.title{
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}
.news .news_con .news_list > dl dd.text_con p.text{
	color: #666666;
	font-size: 12px;
}
.news .news_con .news_list > dl:hover dd.date p.top{
	background-color: #499d1b;
}
.news .news_con .news_list > dl:hover dd.date p.day{
	background-color: #6fc83f;
	color: #FFFFFF;
}

.news .news_con .news_con_text{
	width: 850px;
	margin: 0 auto;
}
.news .news_con .news_con_text p.title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	text-align: center;
}
.news .news_con .news_con_text p.text{
	line-height: 24px;
	font-size: 12px;
	color: #666666;
	text-indent: 2em;
}
.news .news_con .news_con_text p.img{
	margin: 5px 0;
}
.news .news_con .news_con_text p.img img{
	width: 100%;
}
.news .news_con .news_con_text .img_list{
	margin: 5px 0;
}
.news .news_con .news_con_text .img_list dl dd{
	width: 410px;
	height: 260px;
}
.news .news_con .news_con_text .img_list dl dd:nth-child(odd){
	float: left;
}
.news .news_con .news_con_text .img_list dl dd:nth-child(even){
	float: right;
}
.news .news_con .news_con_text .img_list dl dd img{
	width: 100%;
	height: 100%;
}
.news_hot{
	background: -webkit-linear-gradient(#fff, #f0f0f0);
	background: -moz-linear-gradient(#fff, #f0f0f0);
	background: -o-linear-gradient(#fff, #f0f0f0);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
}
.news_hot .news_hot_title{
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.news_hot .news_hot_title::after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	box-shadow: 1px 0 3px #DBDBDB;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_hot .news_hot_title h3{
	font-size: 18px;
	color: #FA1B02;
	position: relative;
}
.news_hot .news_hot_title h3 span{
	display: inline-block;
	padding: 0 8px;
	background: #FFFFFF;
	position: relative;
	z-index: 5;
}
.news_hot .news_hot_title h3::before{
	position: absolute;
	display: block;
	margin: auto;
	content: '';
	width: 280px;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FA1B02;
}
.news_hot .con{
	margin: 0 auto;
	padding: 20px 200px;
}
.news_hot .con dl{
	width: 222px;
	height: 122px;
}
.news_hot .con dl:nth-child(odd){
	float: left;
}
.news_hot .con dl:nth-child(even){
	float: right;
}
.news_hot .con dl dd.img{
	width: 100%;
	height: 92px;
}
.news_hot .con dl dd.img img{
	width: 100%;
	height: 100%;
}
.news_hot .con dl dd.text_con{
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
	padding: 0 10px;
}
.news_hot .con dl dd.text_con p.title{
	width: 135px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	color: #666666;
}
.news_hot .con dl dd.text_con a.more{
	float: right;
	color: #fa2c02;
}
