#banner {
	height: 260px
}

#main {
	padding-bottom: 100px;
}

.cont {
	padding: 65px 15px 50px;
}

.p_tit {
	margin: 70px 20px 50px;
}

.iconfont {
	font-size: 20px;
	vertical-align: top;
	line-height: 20px;
	position: relative;
	top: 2px;
	color: #bf9f63;
}

#main li {
	width: 1140px;
	height: 215px;
	border-bottom: 1px dashed #d2d2d2;
	padding-top: 30px;
	box-sizing: border-box;
}

#main ul {
	margin-top: 20px;
	padding: 0 10px;
}

#main .jt_news li {
	border-bottom: 1px solid #d2d2d2;
	height: 230px;
}

.jt_news li:hover h5 {
	color: #BF9F62
}

.jt_news li .fl:first-child {
	width: 285px;
}

.jt_news img {
	width:247px;
	height:166px;
}

.jt_news .text {
	width: 830px;
}

.jt_news h5 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #523e33
}

.jt_news p.time {
	margin-bottom: 20px;
	color: #808080
}

.jt_news .more {
	height: 37px;
	width: 160px;
	background: url(../images/more.png) no-repeat;
	display: inline-block;
	line-height: 33px;
	color: #bf9f63;
	text-indent: 20px;
	margin-top: 20px;
}

.jt_news li:hover .more {
	height: 33px;
	background: #BF9F62;
	color: #fff;
	transition: 300ms;
}

.jt_news li:hover .more i {
	margin-right: 20px;
}

.jt_news .iconfont {
	float: right;
	font-size: 30px;
	margin: 5px 10px 0 0;
	transition: 500ms;
}

.jt_news li:hover .iconfont {
	color: #fff
}

#main .zazhi ul {
	margin-top: 30px;
}

#main .zazhi li {
	height: 440px;
	border: 0;
	width: 300px;
	margin: 0 0 60px 100px;
}

#main .zazhi li.ml0 {
	margin-left: 0;
}

#main .zazhi li>a {
	width: 300px;
	height: 392px;
	display: inline-block;
	overflow: hidden;
}

#main .zazhi li>a img {
	transition: 500ms;
	width: 300px;
	height: 392px;
}

#main .zazhi li>a:hover img {
	transform: scale(1.03);
}

.zazhi li p {
	margin-top: 20px;
	text-align: center;
	color: #523e33;
	font-size: 16px;
}

.year {
	width: 110px;
}

.year p {
	font-size: 18px;
	color: #b2b2b2
}

.year p.moth {
	font-size: 48px;
	font-family: arial;
	font-weight: 600;
	margin: 10px 0 15px;
}

.yaow li {
	height: 215px;
	position: relative;
	transition: 500ms;
}

.yaow li:hover {
	margin-left: 5px;
}

.yaow li .text {
	width: 1010px
}

.yaow li:hover .year p {
	color: #bf9f63
}

.yaow li h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.yaow li p.time {
	margin-bottom: 5px;
}

.yaow li p {
	line-height: 30px;
}

.yaow .more {
	width: 155px;
	height: 35px;
	display: block;
	color: #BF9F62;
	border: 1px solid #BF9F62;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	margin: 15px 0;
	position: relative;
}

.yaow .more span {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 35px;
	display: inline-block;
	color: #fff;
	z-index: 99;
}

.yaow .more:hover span {
	color: #BF9F62
}

.yaow .more:after,
.yaow .more:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	will-change: opacity, transform;
}

.yaow .more:after {
	z-index: 2;
	background-color: #BF9F62;
	border-radius: 2.25rem;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1);
	transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1);
	transition: opacity .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.39, .575, .565, 1);
	transition: opacity .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.39, .575, .565, 1), -webkit-transform .3s cubic-bezier(.39, .575, .565, 1);
}

.yaow .more:hover:after {
	opacity: 0;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: opacity .7s cubic-bezier(.23, 1, .32, 1), -webkit-transform .5s cubic-bezier(.39, .575, .565, 1);
	transition: opacity .7s cubic-bezier(.23, 1, .32, 1), -webkit-transform .5s cubic-bezier(.39, .575, .565, 1);
	transition: opacity .7s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.39, .575, .565, 1);
	transition: opacity .7s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.39, .575, .565, 1), -webkit-transform .5s cubic-bezier(.39, .575, .565, 1);
}

.page {
	margin-top: 80px;
}

.page a {
	display: inline-block;
	margin-left: 2px;
	padding: 2px 7px;
	cursor: pointer;
}

.page a.active {
	background: #BF9F62;
	color: #fff
}