.first_block{
	width: 100%;
	padding:40px 20px 26px;
}
.first_block .title{
	width: 100%;
	height: auto;
	position: relative;
}
.title h1{
	float: left;
	font-size: 28px;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding-top: 10px;
	background-image: url(../img/black-line.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.title .more{
	display: block;
	float: right;
	height: 24px;
	line-height: 24px;
	border-left: solid 1px #504f4f;
	font-size: 16px;
	color: #504f4f;
	padding-left: 6px;
	margin-top: 8px;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.more:hover{
	color: #F89406;
}
.news-box{
	width: 100%;
	margin-top: 20px;
}
.news-box li{
	float: left;
	width: 270px;
	height: auto;
	margin-right: 20px;
}
.news-box li:nth-child(4){
	margin-right: 0 !important;
}
.news-box li .photo{
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
}
/*.news-box li .photo::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background-color: #fff;
	opacity: 0;
	*filter:alpha(opacity=0);
}
.news-box li .photo:hover::after{
	opacity: 0.3;
	*filter:alpha(opacity=30);
}*/
.photo img{
	display: block;
	width: 100%;
        height:100%;
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1); /* 标准语法 */
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
    object-fit: cover; 
}
.photo img:hover{
	-ms-transform:scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1); /* 标准语法 */
}
.news-box li .datetime{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "黑体";
	color:#2a2a2a;
	font-size: 16px;
	margin: 8px 0 6px;
	padding-left: 6px;
	border-left: solid 1px #2A2A2A;
}
.news-box li .newstitle{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: 600;
	line-height: 24px;
	color: #333;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safaridsadsadsadsadsadasdsadsadsa */
	transition: all 0.6s;/* 标准语法 */
}
.second_block{
	width: 100%;
	background-color: #f2f4f9;
	padding:26px 20px 14px;
}
.left_gonggao{
	float: left;
	width: 560px;
	height: auto;
}
.gonggao{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.gonggao li{
	float: left;
    width: calc(50% - 20px);
	height: auto;
	margin-right: 20px;
	margin-bottom: 12px;
	padding-bottom:8px;
	border-bottom: dashed 1px #616264;
}
.gonggao li .calendar{
	width: 55px;
	height: 63px;
	overflow: hidden;
	background-color: #b6a973;
	float: left;
	margin-right: 10px;
}
.calendar .day{
	width: 100%;
	font-family: arial;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.calendar .year{
	width: 100%;
	font-family: arial;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.gonggao li:nth-child(2n){
	margin-right: 0 !important;
}
.gonggao li .newstitle{
	display: block;
	width: 195px;
	overflow: hidden;
	color: #020a30;
	font-size: 14px;
	margin-top: 10px;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gonggao li a{
	display: block;
	width: 195px;
	overflow: hidden;
	color: #020a30;
	font-size: 14px;
	margin-top: 10px;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gonggao li .newstitle:hover{
	color: #116fb9;
}
.right_yingcai{
	width: 560px;
	float: right;
	height: auto;
}
.third_block{
	width: 100%;
	padding: 26px 20px;
}
.left_zhuanti{
	float: left;
	width:560px;
	height: auto;
}
.left_zhuanti .newstitle{
	margin-top: 10px;
}
.left_zhuanti .news-box li:nth-child(2){
	margin-right: 0 !important;
}
.right_fengcai{
	float: right;
	width: 560px;
	height: auto;
}
.right_fengcai .news-box li:nth-child(2){
	margin-right: 0 !important;
}
.right_fengcai .newstitle{
	margin-top: 10px;
}
.fourth_block{
	width: 100%;
        height: 100px;
	padding: 0 20px 26px;
}
.fourth_block .contain{
	width: 100%;
	height: auto;
}
.linkmenu{
	width: 100%;
	height: 40px;
	background-color: #dbdcdd;
}
.linkmenu .linklist{
	float: left;
	font-size: 18px;
	font-family: "微软雅黑";
	width: 140px;
	text-align: center;
	height: 48px;line-height: 40px;	
	color: #fff;
	cursor: pointer;
	background-image: url(../img/link/link-bg2.png);
	background-repeat:repeat-x;
	background-position:left top;
}
.active-foot{
	background-image: url(../img/link/link_bg.png) !important;
}
.linklist:hover{
	background-image: url(../img/link/link_bg.png) !important;
}
.linkcon{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.linksbox{
	width: 100%;
	display: none;	
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
	
}
.linksbox .links{
	display: block;
	float: left;
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-right: 50px;
	margin-left: 10px;
	padding-left: 20px;
	background-image: url(../img/gray_block.jpg);
	background-position: 2px 8px;
	background-repeat: no-repeat;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.links:hover{
	color:#9a6d04;
}
.wp_article_list .list_item{
    width: auto;
    height: 24px;
    line-height: 24px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
    float: left;
   margin: 0 30px;
}