body {
	width: 100%;
	padding-top: 568px;
	background: url(20240409v1.jpg) no-repeat 50% 0;
}

.centre {
	width: 1240px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.w300{width:300px;float:left;}
.w430{width:430px;float:right;}

.w690{width:690px;float:left;}
.w490{width:490px;float:right;}

.fu3{ box-sizing: border-box; border-bottom: 1px dashed #ccc;margin-top:20px;padding-bottom:13px;}
.fu3 dt { display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.fu3 dd {display: inline-block;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: 30px;
      -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;} 

.fu2{}
.fu2 li { box-sizing: border-box; border-bottom: 1px dashed #ccc;}

.fu2 li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fu2 li a i {
    margin-right: 5px;
}

/* banner */
.banner {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	/* background-color: #FFFFFF; */
}

.banner-imgleft2 {
	width: 300px;
}


.banner-imgleft2 li {
	width: 300px;
	height: 200px;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	margin-top:20px;
}

.mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
}

.mask a {
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #FFFFFF;
	width: 100%;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-imgleft2 li img {
	width: 300px;
	height: 200px;
	display: block;
}



.banner-right {
	width: 690px;
	background:#fafafa;
}

.banner-right ul {
	overflow: hidden;
}

.banner-right ul li {
	height: 115px;
	box-sizing: border-box;
	padding: 18px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.banner-right ul li::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 20px;
	border-bottom: 1px dashed #CCCCCC;
	width:690px;
}

.banner-right ul .cur::after {
	display: none;
}

.banner-right ul .cur{
	background: #1F83E3;
}

.banner-right ul .cur a {
	color: #FFFFFF;
}

.banner-right ul li h2 {
	width: 100%;
}

.banner-right ul li h2 a {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-right ul li p a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 栏目头 */
.title {
	width: 100%;
	border-bottom: 2px solid #CCCCCC;
	line-height: 46px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 10px;
	padding-bottom: 12px;
}



.title a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.title i {
	width: 4px;
	height: 20px;
	background: #006eb1;
	display: block;
	margin-right: 10px;
}

.title span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight:bold;
	color: #006eb1;

}

/* 调研 */
.research {

}

.research-left {
	width: 750px;
	float: left;
	margin-right: 20px;
}



.research-right {
	width: 420px;
	float: right;
}

.research-right .top {
	margin-bottom: 40px;
	background: #DBE5F6;
	box-sizing: border-box;
	padding: 20px 10px;
}

.research-right .top h1 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.research-right .top ul li {
	width: 400px;
	height: 79px;
	background: linear-gradient(0deg, #F8FAFE, #E8EFFA);
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
}


.research-right .top ul li:last-child {
	margin-bottom: 0px;
}

.research-right .top ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.research-right .top ul li span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #006EB1;
	line-height: 20px;
	display: block;
	box-sizing: border-box;
	padding-left: 14px;
	position: relative;
	margin-bottom: 10px;
}

.research-right .top ul li span::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 4px;
	height: 20px;
	background: #006EB1;
}

.research-right .top ul li p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 党派 */
.groups {
	width: 490px;
	height: 380px;
	background: linear-gradient(0deg, #FAFAFA, #F0F0F0);
	border-top: 1px solid #CCCCCC;
}

.groups .slideTxtBox {
	width: 100%;
}

.groups .slideTxtBox .hd {
	height: 38px;
	line-height: 38px;
}

.groups .slideTxtBox .hd ul {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #e1e2e2;
}

.groups .slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	padding: 0 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 38px;
	position: relative;
}

.groups .slideTxtBox .hd ul li::before {
	content: '|';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}


.groups .slideTxtBox .hd ul li:last-child::before {
	display: none;
}

.groups .slideTxtBox .hd ul li.on {
	color: #CC0000;
}

.groups .slideTxtBox .bd {
	width: 100%;
	height: auto;
}

.groups .ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.groups .ul li {
	position: relative;
	overflow: hidden;
	height: 54px;
	width: 450px;
	margin: 0 auto;
	border-bottom: 2px dashed #e1e2e2;
	box-sizing: border-box;
}

.groups .ul li:last-child {
	border-bottom: none;
}

.groups .ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
}

.groups .ul li a i {
	margin-right: 5px;
}

/* 视频报道 */
.video ul {
	margin-top: 20px;
}

.video ul li {
	width: 490px;
	height: 270px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.video ul li:nth-last-child(1),
.video ul li:nth-last-child(2),
.video ul li:nth-last-child(3),
.video ul li:nth-last-child(4) {
	/* margin-bottom: 0px; */
}

.video ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.video ul li a img {
	display: block;
	width: 490px;
	height: 270px;
}

.video ul li a i {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 46px;
	height: 46px;
}

.video ul li a i img {
	width: 100%;
	height: 100%;
}

.video ul li a p {
	width: 100%;
	height: 36px;
	
	box-sizing: border-box;
	padding-left: 15px;
	position: absolute;
	top: 235px;
	background:#333;
	opacity: .7;
}

.video ul li a p span {
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFF;
line-height:36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	opacity: 1.0;
}

.video ul li:nth-child(4n) {
	margin-right: 0px;
}



.video2 ul {
	margin-top: 22px;
}

.video2 ul li {
	float: left;
	width: 330px;
	height: 250px;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px 0px rgba(204, 204, 204, 0.66);
	margin-bottom: 22px;
}
.video2 ul li:nth-last-child(1) {margin-left:30px;}

.video2 ul li:nth-last-child(1),
.video2 ul li:nth-last-child(2),
.video2 ul li:nth-last-child(3),
.video2 ul li:nth-last-child(4) {
	/* margin-bottom: 0px; */
}

.video2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.video2 ul li a img {
	display: block;
	width: 100%;
	height: 180px;
}

.video2 ul li a i {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 46px;
	height: 46px;
}

.video2 ul li a i img {
	width: 100%;
	height: 100%;
}

.video2 ul li a p {
	width: 100%;
	height: 78px;
	box-sizing: border-box;
	padding: 15px;
}

.video2 ul li a p span {
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.video2 ul li:nth-child(4n) {
	margin-right: 0px;
}


/* 结尾 */
.footer {
	margin-top: 30px;
}

.footer p:nth-child(1) {
	width: 100%;
	background-color: #F7F7F7;
	color: #6A6A6A;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.footer p:nth-child(1) span {
	margin: 0 auto;
	width: 100px;
	border-right: 1px solid #6A6A6A;
	text-align: center;
	height: 15px;
	line-height: 15px;
	display: inline-block;
}

.footer p:nth-child(2) {
	width: 100%;
	background-color: #6A6A6A;
	color: #FFFFFF;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.footer p:nth-child(3) img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer p:nth-child(3) {
	width: 100%;
	height: 64px;
	background-color: #FFFFFF;
	color: #6A6A6A;
	line-height: 64px;
	text-align: center;
}
