.cont{
	margin-top: -200px;
	position: relative;
}
.cont .sub-nav li{
	float: left;
}
.cont-title{
	line-height: 95px;
}
.dqwz img{
	margin-right: 25px;
}
.dqwz,.dqwz a{
	color: #fbf9f7;
	font-size: 15px;
}
.sub-nav li{
	padding: 0 34px;
	height: 95px;
	position: relative;
}
.sub-nav li::after{
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	background: #fbf9f7;
	right: 0;
	bottom: 0;
	top: 2px;
	margin: auto;
}
.sub-nav li.last::after{
	display: none;
}
.sub-nav li a{
	color: #fbf9f7;
	font-size: 17px;
	display: block;
}
.sub-nav li:hover a,.sub-nav li.active a{
	color: #ffe87a;
}
.cont .content .bar {
    line-height: 2.8em;
    height: 50px;
    text-align: center;
    color: #999;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    margin-bottom: 20px;
}
.cont .content{
	background: #fff;
	padding: 45px 120px 45px;
}
.cont .content h2{
	line-height: 60px;
	font-size: 34px;
	color: #181818;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 30px 0;
	margin-bottom: 35px;
}
.cont .content h2::after{
	position: absolute;
	display: block;
	content: "";
	background: #3da700;
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cont .content p{
	font-size: 16px;
	text-indent:2em;
	line-height: 2em;
	margin-bottom: 2em;
	color: #181818;
	text-align: justify;
}
.cont .content p video,.cont .content p img{
	margin: 0 auto !important;
	width: auto !important;
	height: auto !important;
	display: block;
	max-width: 100%;
}
.cont .content table p {
	text-indent:0;
	margin: 5px 0;
}
.cont .content table,.cont .content tbody{
	margin: 0 auto;
}
.cont .content p a:hover{
	color:#3da700;
}
.text-list{
	margin: 0 auto;
	width: 100%;
	background: #fff;
}
.text-list>ul>li {
	width: 100%;
	height: 190px;
	border-top: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
}
.text-list .time {
	width: 16%;
	height: 100%;
	padding: 50px 32px;
}
.text-list .time p {
	color: #c9c9c9;
	font-size: 15px;
	text-align: right;
	margin-bottom: 5px;
}
.text-list .time h2 {
	font-size: 42px;
	color: #dcdcdc;
	font-weight: normal;
	text-align: right;
	line-height: 40px;
}
.text-list .time h2, .text-list .time p, .text-list .txt h2, .text-list .txt p {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.text-list .txt {
	width: 84%;
	padding: 35px 60px 0 0;
}
.text-list .txt h2 {
	font-size: 19px;
	color: #434343;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.text-list .txt p {
	font-size: 15px;
	color: #959595;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	height: 50px;
	-webkit-line-clamp: 2;
}
.text-list>ul>li:hover {
	background: #29bd29;
	border-top: 1px solid #169d16;
}
.text-list li:hover .time p,.text-list li:hover .time h2  {
	color: #adffad;
}
.text-list li:hover .txt h2 {
	font-weight: bold;
	color: #fff;
}
.text-list li:hover .txt p{
	color: #fff;
}

.list_main_right {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
}
.hot-new {
	overflow: hidden;
	padding: 20px 30px;
	opacity: 0;
	visibility: hidden;
	border-bottom: 1px solid #dfdfdf;
}
.hot-new .pic-box {
	float: left;
	width: 22%;
	position: relative;
}
.hot-new .txt {
	overflow: hidden;
	float: right;
	margin-top: 10px;
	width: 75%;
	position: relative;
}
.hot-new .pic {
	padding-top: 71%;
	position: relative;
	overflow: hidden;
}
.hot-new .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.hot-new .txt h3 {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 22px;
}
.hot-new .txt p {
	font-size: 14px;
	line-height: 26px;
	color: #555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 78px;
}
.hot-new .txt .btn-look {
	display: inline-block;
	margin-top: 35px;
	width: 98px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border: 1px solid #999999;
	background-color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.hot-new .txt .time {
	position: absolute;
	right: 25px;
	bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #555;
}
.hot-new .pic:hover img {
	--webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.hot-new .txt h3 a:hover {
	color: #008f40;
}
.hot-new .txt .btn-look:hover {
	border: 1px solid #26d643;
	background-color: #60c410;
}
.page-box {
    padding: 30px 0 100px 0;
}
.text-list>ul>li.animation, .hot-new.animation{
	opacity: 1;
	visibility: visible;
	animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp;
}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 8px 10px;border: 1px solid #aaa;border-radius: 4px;margin: 0 5px;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #60c410; color: #fff; border-color: #60c410;}
#page-list .p_t{ padding: 0 25px 0 0; color: #444;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #666;}