﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

.clear {
	clear: both;
}

.top {
	width: 100%;
	background: #EEEEEE;
}

.topcont {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}

.topcont img {
	float: left;
	margin-top: 5px;
}

.topcont a {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}


/*banner*/

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}


/*neirong */

.cont {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 54px;
}

.cont .tt h1 {
	width: 100%;
	margin: 45px auto;
	margin-bottom: 15px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E51128;
	line-height: 40px;
	text-align: center;
}

.cont .tt h1 a {
	height: 39px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E51128;
	line-height: 40px;
}

.cont .tt p a {
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 50px;
	color: rgba(115, 115, 115, 1);
	text-align: center;
}

.row {
	width: 100%;
	margin-top: 65px;
}


/*swiper*/

.picScroll-left {
	width: 580px;
	overflow: hidden;
	position: relative;
	float: left;
}

.picScroll-left .hd {
	position: absolute;
	width: 100%;
	bottom: 4px;
	left: 0;
	height: 1px;
	z-index: 200;
}

.picScroll-left .hd ul {
	width: auto;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 0;
}

.picScroll-left .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: -99999em;
	margin-left: 10px;
	background: #fff;
}

.picScroll-left .hd ul li.on {
	background: #E40E26;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 580px;
	height: 326px;
	display: block;
}

.picScroll-left .bd ul li .title {
	height: 49px;
	line-height: 49px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	z-index: 100;
	font-size: 18px;
	color: #fff;
}

.picScroll-left .bd ul li .title a {
	color: #fff;
}

.picScroll-left .bd ul li i {
	height: 49px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-indent: -99999em;
}

/* 主要内容各个模块 */

/* 新闻 */
.picright {
	width: 585px;
	float: right;
}

.picright img.line {
	margin-top: 23px;
}
.picright .news-list .item {
	border-bottom: 1px solid rgba(237, 157, 77, 1);
}

.picright .item .news-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.76px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
}

.picright .item .news-time {
	float: right;
	left: 1493px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.76px;
	color: rgba(128, 128, 128, 1);
	text-align: left;
	vertical-align: top;
}

.picright .item {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 73px;
	/* 超出三行隐藏 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.picright .item + .item {
	margin-top: 21px;
}

.picright .item a {
	display: block;
	
}
.picright .item a:hover h2{
	color: #E51128;
	
}
.picright .item a h2 {
	width: 96%;
}


.picright .item a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(252, 168, 66, 1);
	margin-right: 10px;
	border-radius: 50%;
}
.picright .show-more {
	width: 170px;
	height: 44px;
	float: right;
	border: 1px solid rgba(232, 134, 121, 1);
	border-radius: 999px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(210, 44, 22, 1);
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}

/* 要闻要略 */
.bttitle {
	display: block;
	width: 100%;
	height: 63px;
	position: relative;
}

.bttitle.ywyl {
	background: url(../images/ywyl-title.png) no-repeat center;
}


.list-content {
	width: 100%;
	border: 1px solid rgba(195, 40, 22, 1);
	margin-top: 37px;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.list-content .hlist.ywyl {
	width: 100%;
}

.list-content .hlist.ywyl li {
	width: 545px;
	height: 70px;
	float: left;
	margin: 0 1%;
	box-sizing: border-box;
}

.list-content .hlist.ywyl li a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 70px;
	color: rgba(51, 51, 51, 1);
	text-align: justify;
	vertical-align: top;
	display: block;
	height: 100%;
	/* 超出隐藏 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-content .hlist.ywyl li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 26px;
	background-color: rgba(252, 168, 66, 1);
	margin-right: 10px;
	border-radius: 50%;
}

.list-content .hlist.ywyl li:nth-child(-n+4) {
	border-bottom: 1px solid rgba(195, 40, 22, 1);
}

.list-content .show-more {
	cursor: pointer;
	display: block;
	width: 170px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid rgba(232, 134, 121, 1);
	border-radius: 999px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(210, 44, 22, 1);
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 学习贯彻 */
.xxgc-bg {
	background: url(../images/xxgc-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.bttitle.xxgc {
	background: url(../images/xxgc-title.png) no-repeat center;
	margin-top: -54px;
}

.xxgc-tt {
	margin-top: 43px;
}

.xxgc-tt a.item {
	display: inline-block;
	width: 585px;
	height: 160px;
	background-color: #fff;
	border: 1px solid rgba(232, 195, 158, 1);
}

.xxgc-tt a.item.right {
	float: right;
}

.xxgc-tt a.item img {
	width: 235px;
	height: 100%;
	object-fit: fill;
}

.xxgc-tt a.item .item-right {
	float: right;
	width: 307px;
	height: 100%;
	margin-right: 13px;
	padding-top: 16px;
	box-sizing: border-box;
}

.xxgc-tt a.item .item-right h5 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 32px;
	color: rgba(197, 19, 19, 1);
	text-align: left;
	vertical-align: top;
}

.xxgc-tt a.item .item-right p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 29px;
	color: rgba(102, 102, 102, 1);
	text-align: justify;
	vertical-align: top;
	text-indent: 2em;
}

.show-more.xxgc {
	cursor: pointer;
	display: block;
	width: 170px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid rgba(232, 134, 121, 1);
	border-radius: 999px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 44px;
	color: rgba(210, 44, 22, 1);
	margin-top: 33px;
}

/* 尾部 */
.footer {
	height: 160px;
	background-color: #8f140a;
	color: #fff;
	/* margin-top: 20px; */
	font-size: 14px;
	padding-top: 70px;
	box-sizing: border-box;
}

.footer .cont {
	padding-bottom: 0;
}

.footer .row {
	margin-top: 0;
}

.footer .row p {
	text-align: center;
}

@media screen and (max-width: 991px) {
	.topcont {
		width: 100%;
	}

	.cont {
		width: 96%;
		padding: 2%;
	}

	.cont h1 {
		width: 100%;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		margin: 18px 0;
	}

	.bttitle a {
		top: 57px;
	}

	/*轮播*/
	.picScroll-left {
		width: 100%;
	}

	.picScroll-left .hd ul {
		display: none;
	}

	.picScroll-left .bd ul {
		width: 100%;
	}

	.picScroll-left .bd ul li {
		width: 100%;
	}

	.picScroll-left .bd ul li .title {
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 12px;
	}

	.picScroll-left .bd ul li .title a {
		color: #fff;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.picScroll-left .bd ul li .pic img {
		width: 100%;
		height: 420px;
	}

	.tempWrap {
		width: 100%;
	}

	.picright {
		width: 100%;
		margin-top: 20px;
	}

	.picright img.line {
		display: none;
	}

	.list-content .hlist.ywyl li {
		width: 100%;
	}

	.list-content .hlist.ywyl li:nth-child(-n+5) {
		border-bottom: 1px solid rgba(195, 40, 22, 1);
	}

	.xxgc-tt a.item.right {
		float: none;
	}

	.xxgc-tt a.item {
		width: 100%;
	}

	.xxgc-tt a.item .item-right {
		width: 455px;
	}

	.footer {
		padding-top: 55px;
		font-size: 13px;
	}
}

@media screen and (max-width: 443px) {
	.picScroll-left .bd ul li .pic img {
		height: 280px;
	}


	.picright a h2 {
		width: 80%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.list-content .hlist.ywyl li a {
		/* 超出文字隐藏 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.xxgc-tt a.item {
		height: 110px;
	}

	.xxgc-tt a.item img {
		width: 160px;
	}

	.xxgc-tt a.item .item-right {
		width: 220px;
		padding-top: 10px;
	}

	.xxgc-tt a.item .item-right h5 {
		font-size: 16px;
	}

	.xxgc-tt a.item .item-right p {
		font-size: 14px;
		line-height: 21px;
		/* 文字超出三行隐藏 */
		display: -webkit-box;
		-webkit-line-clamp: 3;
		overflow: hidden;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
	}

	.cont {
		margin-top: 0px;
	}

	.bttitle.xxgc {
		margin-top: -40px;
	}

	.footer {
		padding-top: 52px;
	}

	.picright a .news-title {
		width: 80%;
	}

	.picright .item .news-title {
		width: 94%;
	}

}

@media screen and (max-width: 391px) {
	.xxgc-tt a.item .item-right {
		width: 188px;
	}

	.xxgc-tt a.item .item-right h5 {
		/* 超出隐藏 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}