* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #282828;
}

.clear {
	clear: both;
	line-height: 0;
}

body {
	font-size: 18px !important;
	font-family: '微软雅黑';
	line-height: 32px;
	background: #eaf3ff url(../image/bg.jpg) no-repeat top center;
	background-size: 1920px;
}


.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	overflow: initial
}

.main1 {
	padding: 45px 0 0 0;
}

.main1 .i-header-icons {
	margin-left: 100px;
	/* margin-right: 230px; */
	position: relative;
	display: flex;
	/* width: 1200px; */
	height: auto;
}

.ttbd {
	margin: 590px auto 0;
	display: flex;
	align-items: center;
	width: 100%;
}

.ttbd img {
	margin: 0 auto;
}

/* 顶部 */
.topBar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px auto 0;
	padding: ;
	width: 1297px;
	height: 528px;
	background-image: url(../image/tt.png);
}

.topBar img {
	margin-bottom: 4px;
	width: 1259px;
	height: 493px;
	object-fit: cover;
}

.topBarTit {
	text-align: center;
	margin: 35px auto 87px;
	width: 1259px;
	color: #f54e33;
	font-size: 36.23px;
	font-weight: 700;
}

/* 标题 */
.lhbt {
	padding-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 665px;
	height: 130px;
	background-image: url(../image/lhbt.png);
	font-size: 56.76px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 5px;
}

.tbbd {
	margin: 60px auto 0;
	width: 1296px;
	height: 639px;
	background-image: url(../image/tbbd.png);
}

.tbbd ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 1244px;
	height: 602px;
	border-radius: 40px;
	overflow: hidden;
}

.tbbd ul li {
	display: flex;
	width: 1150px;
	padding-top: 15px;
	flex: 1;
	border-bottom: 1px solid #f6d37d;
}

.tbbd ul li:nth-child(5) {
	border-bottom: none;
}

.tbbd_content {
	position: relative;
	font-size: 30px;
	color: #333333;
}

.tbbd_content::after {
	position: absolute;
	left: 0;
	top: 30px;
	content: '';
	width: 23px;
	height: 23px;
	background-color: #f9524d;
	border-radius: 50%;
}

.tbbd_content p {
	margin-left: 40px;
	line-height: 53px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*省略几行写几*/
	-webkit-box-orient: vertical;
}

.tbbd ul li a:hover {
	color: #f9524d;
}

/* 热点聚焦 */
.rdjj {
	width: 1296px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}

.rdjj a:hover div {
	color: #f9524d;
}

.rdjj_item {
	margin-right: 135px;
	display: flex;
	margin-bottom: 45px;
}

.rdjj_item:nth-child(2n) {
	margin-right: 0;
}

.rdjj .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 199px;
	background-color: #f77442;
}

.rdjj .imgbox img {
	width: 242px;
	height: 182px;
	object-fit: cover;
}

.rdjj_tit {
	margin-left: 20px;
	margin-top: 5px;
	width: 300px;
	height: 150px;
	font-size: 30px;
	color: #333333;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*省略几行写几*/
	-webkit-box-orient: vertical;
}

/* 精彩视频 */
.box6 {
	margin: 0 auto;
	width: 1290px;
	display: flex;
	height: 590px;
}

.box6_left {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	width: 950px;
	height: 590px;
	background-color: #fbdfb5;
	border-radius: 0 0 10px 10px;
}

.box6_left a:hover div {
	color: #fbdfb5;
}

.box6_left video {
	width: 853px;
	height: 570px;
	background-color: #fff;
}

.box6_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box6_left_bottom {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 126px;
	background-color: #f95e53;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 10px;
}

.box6_left_bottom img {
	margin-left: 30px;
	margin-right: 15px;
	width: 42px;
	height: 42px;
}

.box6_left_bottom div {
	width: 800px;
	color: #ecf7fe;
	font-size: 24px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box6_right {
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 317px;
	height: 590px;
	background-color: #fbdfb5;
	border-radius: 10px 0 10px 0;
	/* height: 100%; */

}

.box6_right_box {
	margin-top: 20px;
}

.box6_right .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 292px;
	height: 168.5px;
	margin-bottom: 20px;
}

.box6_right li {
	cursor: pointer;
	width: 283px;
	height: 159px;

}

.box6_right li img {
	width: 283px;
	height: 159px;
}

.box6_right .active {
	position: relative;
	border: 4px solid #f7fd4f;
}

.box6_right .active::after {
	position: absolute;
	top: 50%;
	right: -26px;
	transform: translate(0, -50%);
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fbdfb5;
}

/* 金镜头 */
.box5 {
	margin: 118px auto 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stage {
	width: 1322px;
	height: 258px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%);
	background-image: url(../image/stage.png);

}

.swiper {
	width: 1050px;
	height: 600px;
}

.swiper-wrapper {
	width: 1100px;
	height: 600px;
}

/* 轮播项 */
.swiper .swiper-slide {
	border: 5px solid #fff;
	width: 814px;
	height: 513px;
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	/* 文字垂直居中 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiperBottom {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 58px;
	background-color: rgba(0, 0, 0, .4);
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 58px;
}

.swiperBottom p {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.radius {
	margin-right: 20px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
}

.works_left {
	position: absolute;
	top: 30%;
	left: 4%;
	width: 46px;
	height: 127px;
	background-image: url(../image/works_leftBtn.png);
	background-size: 100% 100%;
}

.works_right {
	position: absolute;
	top: 30%;
	right: 4%;
	width: 46px;
	height: 127px;
	background-image: url(../image/works_rightBtn.png);
	background-size: 100% 100%;
}

.works_left,
.works_right:hover {
	cursor: pointer;
	;
}

/* 两会访谈间 */
.lhftj {
	margin-top: 85px;
	margin-bottom: 66px;
	display: flex;
	justify-content: space-around;
	height: 615px;
	width: 100%;
}

.lhftj_left {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 844px;
	height: 100%;
}

.lhftj_left img {
	width: 822px;
	height: 462px;

	object-fit: cover;
}

.lhftj_left_tit {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 844px;
	height: 174px;
	background-image: url(../image/ftj_bg.png);
}

.lhftj_left_tit div {
	margin-bottom: 30px;
	display: flex;
	margin-left: 20px;
	font-size: 30px;
	color: #fff;
	width: 85%;
	height: 70%;
	line-height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*省略几行写几*/
	-webkit-box-orient: vertical;

}

.lhftj_left_tit a:hover div {
	color: #fbdfb5;
}

.lhftj_right {
	width: 393px;
	height: 100%;
}

.lhftj_right_item img {
	width: 393px;
	height: 221px;
	object-fit: cover;
}

.lhftj_right_item p {
	margin-top: 10px;
	width: 393px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #404040;
	font-size: 22px
}

.lhftj_right_item:nth-child(1) {
	margin-bottom: 60px;
}

/* 诉心声话发展 */
.sxs {
	margin-top: 82px;
	padding-top: 46px;
	padding-left: 45px;
	width: 1273px;
	height: 483px;
	background-image: url(../image/sxs.png);
}

.sxs .sxs_top {
	display: flex;
}

.sxs .sxs_top li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 409px;
	height: 62px;
	font-size: 40px;
	color: #c1141a;
	cursor: pointer;
}

.sxs .sxs_top li::after {
	position: absolute;
	content: '';
	top: 55%;
	transform: translate(0, -50%);
	right: -5%;
	width: 2px;
	height: 40px;
	background-color: #c1141a;
}

.sxs .sxs_top li:nth-child(3)::after {
	display: none;
}

.sxs .sxs_top .active {
	background-image: url(../image/sxs_top.png);
	background-size: 100% 100%;
	font-weight: 700;
	color: #fff;
}

.sxs_bottom li {
	position: relative;
	margin-top: 40px;
	width: 770px;
	height: 64px;
	font-size: 30px;
	color: #333333;
}

.sxs_bottom li::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #f87347;
	border-radius: 50%;
}

.sxs_bottom li p {
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*省略几行写几*/
	-webkit-box-orient: vertical;
}




/* 学青场馆 */
.xqcg {}

.xqcg .bt {
	margin: 0 auto;
	width: 745px;
	height: 120px;
	background-image: url(../image/bt5.png);
}

.bar {

	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 230px;
	height: 592px;
	background-image: url(../image/bar.png);
	z-index: 999;
	background-size: 100% 100%;
	color: #fff;
	font-size: 12px
}

.bar ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	margin-top: 73%;
}

.bar ul li {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff5435;
	font-size: 28px;
	cursor: pointer;
}

.bar ul li:hover {
	font-weight: 700;
}

.bar ul .active {
	font-weight: 700;
}

@media (max-width:1000px) {

	.bar {
		display: none;
	}
}