.top {
	max-width: 100%;
	background: url(ztjybg.jpg) no-repeat center;
	min-height: 511px;
	overflow: hidden;
	background-size: cover;
}

.top p {
	margin: 20px 0;
	text-align: right;
}

.top p:first-child {
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 600;
}

.top p a {
	color: #eb1212;
}
.weihailogo a{
	display: block;
}
.top .w1200 img.phonetoptit{
	display: none;
}
/* 轮播 */
.ztjylb {
	background-color: #c01010;
	margin-top: -36px;
	padding-bottom: 30px;
}

.ztjy_lb {
	display: flex;
}

.ztjy_lb_img {
	flex: 0 0 800px;
	position: relative;
}

.ztjy_lb_info {
	flex: 1;
	background: url(lbrbg.jpg) no-repeat right top;
	background-size: 100%;
}

.ztjy_lb_info ul {
	display: flex;
	flex-direction: column;
}

.ztjy_lb_info ul li {
	display: flex;
	padding: 0 20px;
	overflow: hidden;
	border-bottom: 1px rgba(255, 234, 234, .4) dashed;
	height: 110px;
	line-height: 1.5;
	flex-direction: column;
	justify-content: center;
}

.ztjy_lb_info a {
	color: #fff;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ztjy_lb_info li:hover {
	background-color: rgba(200, 118, 57, 1);
}

.ztjy_lb_img ul li>a {
	position: relative;
	padding-top: 56%;
	display: block;
}

.ztjy_lb_img ul li>a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
}

.ztjy_lb_img ul li {
	position: relative;
	overflow: hidden;
}

.ztjy_lb_img ul li p {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: 12px 16px 10px;
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
	text-indent: 6px;
}

.ztjy_lb_img ul li p{
	color: #fff;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prev,
.next {
	width: 40px;
	height: 60px;
	background-color: rgba(0, 0, 0, .6);
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	color: rgba(255, 255, 255, .6);
}

.prev:hover,
.next:hover {
	color: rgba(255, 255, 255, 1);
}

.ztjy_lb_img .prev {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
}

.ztjy_lb_img .next {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	right: 0;
}

/* 主题教育 信息展示 */
.ztjy_tit {
	background: url(columnbg.png) no-repeat right 54px;
	height: 100px;
}

.ztjy_tit_info {
	display: flex;
}
.ztjy_tit_info .one {
	display: inline-block;
	height: 91px;
	line-height: 100px;
	font-size: 72px;
	font-weight: 900;
	color: #c90e10;
	letter-spacing: 3px;
	margin-right: 10px;
}

.ztjy_tit_info span:nth-child(2){
	display: inline-block;
	width: 144px;
	height: 91px;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(gzbg.png) no-repeat center bottom;
}
.ztjy_tit_info span:nth-child(2) i{
	position: absolute;
	font-style: normal;
	display: inline-block;
	width: 144px;
	height: 64px;
	left: 0;
	bottom: 0;
	line-height: 64px;
	font-size: 42px;
	letter-spacing: 2px;
} 
.ullist{
	padding: 10px 0;
}
.ullist li{
	height: 42px;
	line-height: 42px;
	background: url(listdot.png) no-repeat left center;
	padding-left: 16px;
}
.ullist li a{
	display: block;
	height: 42px;
	line-height: 42px;
font-size:17px;
}
.ullist li a:hover{
	transition: all .3s;
}

.section2{
	padding: 46px 0;
	width: 100%;
	background: url(contbg.png) no-repeat center bottom;
	
}
.section2 .stl{
	width: 810px;
	margin-right: auto;
}
.section2 .str{
	width: 358px;
	margin-left: auto;
}
.section2 .st2area{
	display: flex;
}
.str ul li a{
	display: block;
	width: 358px;
	height: 108px;
	line-height: 108px;
	background: #da1e00;
	color: #ffc989;
	webkit-text-stroke: 2px #ed975a;
	text-shadow: #fff9d6 -1px -1px 0; 
	font-size: 32px;
	text-align: center;
	margin-bottom: 14px;
	font-size: 900
	font-family: '黑体';
}
.clb{
	clear: both;
}
.weihailogo{
	float: left;
	margin: 20px 0;
}
.slh{
	height: 36px;
	line-height: 36px;
	background: #f62908;
	color: #fddd5d;
	float: right;
	padding: 6px 30px;
	margin: 30px 0;
	border-radius: 8px;
	cursor: pointer;
	font-size: 24px;
}
/*移动端*/
@media screen and (max-width: 768px) {
	body,html{
		width: 100%;
		overflow-x: hidden;
	}
	.barrierfree_container{
		width: 100%;
	}
	.top{
		width:calc(100% - 30px) !important;
		padding: 0 15px;
		background: url(phonetop.png) no-repeat;
		background-size: cover;
		min-height: auto !important;
	}
	.top .w1200 img{
		width: 100%;
	}
	.pctit{
		display: none;
	}
	.w1200{
		width: 100%;
	}
	.top p a {
		color: #eb1212;
		font-size: 2rem;
		margin-right: 15px;
	}
	.top .w1200 img.phonetoptit {
		display: block;
	    width: 100%;
	    transform: translateY(-40px);
	}
	.ztjy_lb{
		display: block;
	}
	.ztjy_lb_img{
		display: block;
		width: 100%;
	}
	.ztjy_lb_img ul li p{
		font-size: 16px;
	}
	.ztjy_lb_img ul li>a img{
		width: 100%;
	}
	.ullist li{
		width: 100%;
	}
	.ullist li a{
		width: 80%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.section2 .st2area{
		width: calc(100% - 30px) !important;
		padding: 0 15px;
		display: block;
	}
	.section2 .stl{
		width: 100%;
	}
	.section2 .str{
		width: 100%;
	}
	.ztjy_tit{
		background: transparent;
	}
	.str ul li a{
		width: 100%;
		text-align: center;
	}
}





.whpageold .ztjy_lb_info a{
	font-size: 36px;
}
.whpageold .top p a {
	color: #eb1212;
	font-size: 2rem;
	margin-right: 15px;
}
.whpageold .ztjy_lb{
	display: block;
}
.whpageold .ztjy_lb_img{
	display: block;
	width: 100%;
}
.whpageold .ztjy_lb_img a{

}
.whpageold .ztjy_lb_img ul li p{
	display: block;
	font-size: 36px;
	height: 56px;
	line-height: 56px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	text-indent: 1em;
	color: #fff;
}
.whpageold .ztjy_lb_img ul li p:hover{
	color: #DA1E00;
}
.whpageold .ztjy_lb_img ul li>a img{
	width: 100%;
}
.whpageold .ullist li{
	width: 100%;
	height: 80px;
	line-height: 80px;
}
.whpageold .ullist li a{
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
}
.whpageold .section2 .st2area{
	display: block;
}
.whpageold .section2 .stl{
	width: 100%;
}
.whpageold .section2 .str{
	width: 100%;
}

.whpageold .str ul li a{
	width: 100%;
	text-align: center;
	font-size: 38px;
}