@charset "utf-8";
/*公共*/
.banner img{
	width: 100%;
	height: 150px;
}

.conter_info{
	width: 1350px;
	margin: 0 auto;
	background: #FFFFFF;
	padding-top: 30px;
}
.conter_head{
	background: #eeeeee;
    margin-top: -4px;
}
.conter_head p{
	width: 1350px;
	margin: 0 auto;
    padding: 20px 0;	
}
.NewsCenter_time{
	width: 19%;
    display: inline-block;
}
.NewsCenter_info{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0 15px rgba(0,0,0,0.1);
    padding: 40px 3%;
    margin-bottom: 50px;
    margin-left: 4%;
}
.conter_head p img{
    vertical-align: middle;
    margin-right: 10px;	
}
.conter_head p span{
	font-size: 16px;
	vertical-align: middle;
    color: #a5a5a5;	
}
.conter_head p span a{
	color: #000000;
}
.conter_head p span a:hover{
	color: #167D32;
}
/*.yuan_top,.yuan_bottom{
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #d4d4d4;
    display: inline-block;
    position: absolute;
    left: 28px;
}
.yuan_top{
    top: 103px;	
}
.yuan_bottom{
    bottom: 0;		
}*/
.NewsCenter_time_year{
	position: relative;
}
/*.NewsCenter_time_year ul{
    border-left: 1px solid #d4d4d4;
	margin: 10px 0 10px 35px;
    padding: 30px 0;
}
.NewsCenter_time_year ul li{
	padding: 30px;
    margin-left: 20px;	
}
.NewsCenter_time_year li em{
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #d4d4d4;
    left: -8px;
    position: absolute;
}*/
.NewsCenter_time_title{
    width: 100%;
    background: #404040;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 35px;
    font-weight: bold;	
}
.tabItems{
	background: #eee;
	padding: 15px 0;
}
.tabItems li{
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    width: 84%;
}
.NewsCenter_time_year li a{
    color: #B7B7B7;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
/*.NewsCenter_time_year li:hover em,.liactive em{
	background: #168334 !important;
}*/
.liactive a,.NewsCenter_time_year li:hover a{
    background: #50bd6e;
	color: #FFFFFF !important;
}
.NewsCenter_info p{
	font-size: 18px;
	line-height: 55px;
    text-indent: 35px;	
}
/*政策*/
.Policy_Local{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0 15px rgba(0,0,0,0.1); 
    margin-bottom: 50px;   	
}
.Policy_Local ul{
    margin: 0 40px;	
}
.Policy_Local li{
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;	
}
.Policy_Local_img{
	width: 20%;
	display: inline-block;
	border: 6px solid #DDDDDD;
}
.Policy_Local li div{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.Policy_Local li div p:nth-child(2){
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #9D9D9D;
}
.Policy_Local li:last-child{
	border-bottom: 0;
}
.Policy_Local li em{
	width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #d4d4d4;
    display: inline-block;
    margin: 0 20px;
}
.Policy_Local ul li a {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    padding: 15px 0;
    font-weight: bold;
    color: #222222;
}
 .Policy_Local ul li a {
    vertical-align: top;
    display: inline-block;
}

.Policy_Local li div p:nth-child(3){
	padding-top: 10px;
    color: #9D9D9D;
}
.Policy_Local li div p:nth-child(3) img{
	width: 15px;
}
.Policy_Local li div p:nth-child(3) img,
.Policy_Local li div p:nth-child(3) span{
	vertical-align: middle;	
}
.Policy_Local li div p:nth-child(3) span{
	margin-left: 20px;
}
.Policy_Local li div p:nth-child(3) span:nth-child(2){
	margin-left: 0;
}
.Policy_Local ul li a:hover{
	color: #178A3C;
    text-decoration: underline;
}