/* 头图 */
.banner {
	width: 100%;
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
}

/* 标题 */
.title {
	margin-top: 20px;
	margin-bottom: 36px;
}

.title h1 {
	margin-bottom: 10px;
}

.title h1 a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E13321;
}

.title p {
	text-align: center;
}

.title p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999899;
}

.title p {
	/* 	display: flex;
	align-items: center;
	justify-content: center; */
}

.title p i {
	display: inline-block;
	/* line-height: 21px; */
	height: 16px;
	width: 2px;
	background-color: #CCCCCC;
	margin: 0 5px;
	margin-top: -2px;
	vertical-align: middle;
}

.title p i:last-of-type {
	display: none;
}

/* 轮播图代码 */
#banner {
	margin-bottom: 40px;
}

.banner-left {
	overflow: hidden;
	width: 660px;
	height: 440px !important;
	float: left;
}

.banner-img {
	width: 660px;
	height: 440px !important;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 12px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 30px;
}

.banner-img .hd ul li.on {
	background: #E13321;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 660px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
	display: inline-block;
	/* margin-top: 12px; */
	margin-left: 30px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 50px;

}

.banner-img .bd img {
	width: 660px;
	height: 440px;
	display: block;
}

.prev,
.next {
	width: 40px;
	height: 70px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.prev {
	left: 0;
}

.next {
	right: 0px;
}

.prev img,
.next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
}

/* 轮播列表 */
.banner-right {
	width: 510px;
	float: right;
}

.banner-right ul {
	margin-top: -5px;
	margin-bottom: 4px;
}

.banner-right ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 32px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.banner-right ul li a::before {
	display: inline-block;
	content: '•';
	color: #E13321;
	margin-right: 4px;
}

.banner-right h2 a {
	width: 100%;
	display: block;
	text-align: right;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D42824;
	line-height: 36px;
	padding-bottom: 5px;
}

.banner-right h2 {
	border-bottom: 2px solid #ccc;
}

/* 图片标题 */
.title-img a {
	display: block;
	width: 100%;
	height: auto;
}

.title-img a img {
	width: 100%;
	height: auto;
}


/* 二十大时光 */
.explain {
	margin-bottom: 30px;
}

.explain h2 {
	position: relative;
	width: 100%;
	height: 80px;
	margin-top: 40px;
}

.explain h2 a {
	top: 50%;
	transform: translateY(-50%);
	width: 580px;
	/* float: right; */
	text-align: left;
	position: absolute;
	right: 40px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	/* margin-bottom: 25px; */
	/* margin-top: 46px; */
	/* margin-right: 40px; */
	vertical-align: middle;
}

.explain-content {
	width: 100%;
	height: 280px;
	position: relative;
	background-image: url(https://www.sxllnews.cn/images/20221017b3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
}

.explain-img {
	position: absolute;
	left: 30px;
	bottom: 18px;
	width: 510px;
	height: 340px;
	border: 2px solid #CE9E22;
}

.explain-img a {
	width: 100%;
	height: 100%;
	display: block;
}

.explain-img a img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.explain-text {
	width: 580px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.explain-text p a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	width: 100%;
	text-align: left;
	text-indent: 0em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.explain-text a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-indent: 2em;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.explain ul {
	float: left;
	width: 550px;
	margin-top: 15px;
}

.explain ul:first-of-type {
	margin-right: 55px;
	margin-left: 40px;
}

.explain1 ul:first-of-type {
	margin-left: 0px;
	margin-right: 30px;
}

.explain1 ul {
	width: 585px;
	margin-top: 0px;
}

.explain1 ul li a::before {
	display: inline-block;
	content: '•';
	color: #EF1104;
	margin-right: 4px;
}

.explain1 ul h3 {
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin-bottom: 10px;
}

.explain1 ul h3 img {
	width: 100%;
	height: 100%;
}

.explain1 ul h3 a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 46px;
}

.explain ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.explain ul li a,
.explain ul li a span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.explain ul li a span {
	color: #D32824;
}

/* 相关专题 */
.topics {
	width: 100%;
	height: 582px;
	background-image: url(https://www.sxllnews.cn/images/20221017a11.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.picScroll-left {
	position: relative;
	margin-top: 34px;
}

.picScroll-left .hd {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100px;
	width: 1348px;
}

.picScroll-left .hd .prev {
	display: block;
	width: 50px;
	height: 100px;
	background: rgba(212, 40, 36, 0.8);
	cursor: pointer;
	position: absolute;
	/* top: 0; */
	z-index: 999;
	left: 0;
}

.picScroll-left .hd .next {
	right: 0;
	display: block;
	width: 50px;
	height: 100px;
	background: rgba(212, 40, 36, 0.8);
	cursor: pointer;
	position: absolute;
	/* top: 0; */
	z-index: 999;
}

.picScroll-left .hd .next img,
.picScroll-left .hd .prev img {
	width: 26px;
	height: 26px;
}

.picScroll-left .bd {
	width: 100%;
}

.picScroll-left .bd .tempWrap {
	width: 1200px !important;
	box-sizing: border-box;
	padding: 0 7px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	width: 380px;
	height: 280px;
	margin-right: 20px;
	position: relative;
}

.picScroll-left .bd ul li:last-of-type {
	margin-right: 0px;
}

.picScroll-left .bd ul li .pic {
	width: 100%;
	height: 225px;
	text-align: center;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(39, 26, 26, 0.79);
}

.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.picScroll-left .bd ul li .title {
	width: 338px;
	height: 90px;
	background: #D42824;
	position: absolute;
	margin: 0 auto;
	margin-top: -35px;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 50px;
}

.picScroll-left .bd ul li .title a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
}

/* footer */
.footer {
	width: 100%;
	border-top: solid 1px #999;
	overflow: hidden;
}

.footers {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footers p {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 21px;
}
