@charset "UTF-8";

body {
	font-family: 'Microsoft YaHei';
}

.container {
	width: 1280px;
	margin: 0 auto;
}

.newsTitle {
	color: #343434;
}


.specialItem:hover p,
.mainTitle:hover,
.defaultNewsList p a:hover,
.newsTitle:hover {
	color: #3581DD !important;
}

.scaleImg {
	transition: transform 0.5s linear;
}

.scaleImg:hover {
	transform: scale(1.1);
	transition: transform 0.5s linear;
}

.defaultWidth {
	width: 1280px;
	display: block;
	margin: 0 auto;
}

.boxShadow {
	box-shadow: 0px 0px 7px 0px rgba(196, 196, 196, 0.5);
}

.targetBanner {
	margin-bottom: 10px;
	height: 50px;
	display: block;
}

.targetBanner img {
	width: 100%;
	height: 100%;
	display: block;
}

.canMagnify img {
	transition: 0.5s;
}

.canMagnify:hover img {
	transform: scale(1.05);
	transition: 0.5s;
}

.targetBanner2 {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.targetBanner2 a {
	width: 635px;
	height: 50px;
}

.targetBanner2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.virtualScroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.virtualScroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #c3c3c3;
}

.virtualScroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.publicNewsList {
	line-height: 36px;
}

.publicNewsList .listsItem {
	color: #333333;
	font-size: 16px;
}

.publicNewsList .listsItem:hover {
	color: #3d68b3;
}

.publicNewsList .listsItem:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #235dad;
	margin-right: 12px;
	vertical-align: middle;
}

.headerBar {
	height: 35px;
	line-height: 35px;
	background-color: #e9f4fe;
}

.headerBar .headerBarLgo {
	width: 94px;
	margin-right: 35px;
}

.headerBar .currentTime {
	color: #6d6d6d;
	font-size: 14px;
}

.headerBar .otherLanguage .item {
	font-size: 14px;
	display: inline-block;
	color: #5D5D5D;
	margin-left: 15px;
}

.headerBar .otherLanguage .item:hover {
	color: #ff4e00;
}

.header {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.header .left {
	display: flex;
}

.header .left .logoImg {
	width: 120px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e6e6e6;
}

.header .left .logoImg img {
	width: 100px;
	height: auto;
}

.header .left .discription {
	font-size: 14px;
	color: #5889b5;
	margin: 5px;
}

.header .center {
	width: 430px;
	display: flex;
	align-items: center;
}

.searchcontainer {
	/* width: 415px; */
	/* margin-top: 10px; */
}

.searchBox {
	width: 261px;
	height: 38px;
	border: 1px solid #ddd;
	margin-top: 5px;
}

.searchBox input {
	width: 220px;
	height: 100%;
	border: 0;
	outline: 0;
	padding-left: 10px;
	float: left;
	color: #A8A8A8;
}

.searchBox button {
	float: left;
	width: 34px;
	height: 34px;
	border: 0;
	outline: 0;
	background-color: transparent;
	margin: 0;
}

.searchBox button>img {
	width: 100%;
	height: auto;
}

.header .drop {
	height: 38px;
	margin-left: 30px;
	position: relative;
}

.header .drop .tab {
	display: flex;
	align-items: center;
	line-height: 38px;
	height: 38px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
}

.header .drop .tab span {
	margin: 0 10px;
}

.header .drop .tab img:last-child {
	width: 12.6px;
}

.header .drop .box {
	width: 1280px;
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	top: 50px;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	padding: 24px 0px;
	box-shadow: 0px 6px 10px #c3c3c3;
	display: none;
	z-index: 99;
}

.header .drop .part1 {
	padding: 0;
	display: flex;
	justify-content: space-around;
	margin: 0;
}

.header .drop .part1 li {
	text-align: center;
	list-style: none;
	flex: 1;
}

.header .drop .part1 img {
	width: 75px;
	/* height: 75px; */
	display: inline-block;
	vertical-align: top;
}

.header .drop .part1 p {
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	margin-top: 5px;
}

.header .right {
	width: 420px;
}

.header .right img {
	width: 100%;
	height: auto;
}

.navContainer {
	background-color: #3581DD;
	margin-bottom: 10px;
}

.navlist {
	min-width: 205px;
	margin: 10px 12px;
}


.navlists a {
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 16px;
	min-width: 30px;
	/* text-align: justify; */
	/* text-align-last: justify; */
}

.navlists {
	line-height: 1;
	/* padding: 10px 0; */
}

.navlists .dropDownBtn {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	/* margin: 0 10px; */
	min-width: 30px;
}

.am-icon-angle-down:before {
	color: #fff;
}

.subMenus2 {
	padding: 5px 0;
	margin-bottom: 10px;
}

.subMenus-btn2>a:not(:last-child) {
	margin-right: 16px;
}

.subMenus-btn2>a {
	font-size: 13px;
	color: #5e5e5e;
	display: inline-block;
}

.subMenus-btn2>a:not(:last-child) {
	margin-right: 8px;
}

.importantNews {
	border-bottom: 1px solid #e61211;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.bestImportent {
	margin: 30px auto 18px;
}

.bestImportent>a {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	color: #e03636;
}


#dttdesctitle {
	width: 100%;
	border: 1px solid #EEEEEE;
	padding: 20px;
}

#dttdesctitle p {
	margin-bottom: 0;
}

#dttdesctitle p a {
	line-height: 200%;
	width: 47%;
	text-align: left;
	background: url(http://www.e23.cn/images/ershida/img/dian.jpg) left no-repeat;
	padding-left: 10px;
	color: #000;
}

.importentNewslist {
	color: #333333;
	margin: 0 15px;
}

.section_1 {
	margin-top: 23px;
}

.section_1 .leftCarousel {
	width: 860px;
	height: 400px;
	display: flex;
	box-shadow: 0px 0px 7px 0px rgba(196, 196, 196, 0.5);
	align-items: center;
	justify-content: center;
}

.section_1 .leftCarousel .leftSwiper {
	width: 517.5px;
	height: 345px;
	overflow: hidden;
	position: relative;
}

.section_1 .leftCarousel .leftSwiper .swiper-pagination {
	text-align: right;
	padding-right: 20px;
}

.section_1 .leftCarousel .leftSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.section_1 .leftCarousel .leftSwiper .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.section_1 .leftCarousel .leftSwiper .swiper-wrapper .swiper-slide .carouselImg {
	width: 517.5px;
	height: 345px;
}

.section_1 .leftCarousel .leftSwiper .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
}

.section_1 .leftCarousel .leftSwiper .swiper-pagination-bullet-active {
	/* width: 25px; */
	/* height: 9px; */
	background: #2e7ce7;
	border-radius: 4px;
}

.section_1 .leftCarousel .leftSwiper .pagnation {
	width: 30px;
	height: 75px;
	background-color: #bfbfbf;
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -41.5px;
	z-index: 100;
	cursor: pointer;
	outline: none;
}

.section_1 .leftCarousel .leftSwiper:hover .pagnation {
	opacity: 0.7;
}

.section_1 .leftCarousel .smallCarousel {
	position: relative;
}

.section_1 .leftCarousel .smallCarousel .title {
	font-weight: bold;
	color: #2b62af;
	font-size: 20px;
	margin: 35px 0 20px;
	background: url(../img/icon_img.png) no-repeat;
	background-size: 27px 22px;
	padding-left: 40px;
	background-position-y: center;
}

.section_1 .leftCarousel .smallCarousel #leftCarousel {
	width: 292.5px;
	height: 345px;
	margin-left: 12px;
}

.section_1 .leftCarousel .smallCarousel #leftCarousel .swiper-slide {
	width: 292.5px !important;
	height: 84.6px;
	background-image: linear-gradient(90deg, #EEEEEE 0%, #FFFFFF 100%);
}

.section_1 .leftCarousel .smallCarousel #leftCarousel .swiper-slide>div {
	width: 292.5px;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 30px 0 20px;
}

.section_1 .leftCarousel .smallCarousel #leftCarousel .swiper-slide:hover {
	background-image: url(../img/bgjdtu.png);
	background-size: 100% 100%;
}

.section_1 .leftCarousel .smallCarousel #leftCarousel .active {
	background-image: url(../img/bgjdtu.png);
	background-size: 100% 100%;
}

.section_1 .leftCarousel .smallCarousel #leftCarousel .swiper-slide>div a {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.section_1 .leftCarousel .smallCarousel .pagnation_ll {
	background-image: url(../img/bgjdtujt1.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	cursor: pointer;
}

.section_1 .leftCarousel .smallCarousel .pagnation_rr {
	background-image: url(../img/bgjdtujt2.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	right: 0;
	width: 20px;
	height: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	cursor: pointer;
}

.section_1 .leftCarousel .smallCarousel .swiper-button-disabled {
	display: none;
}

/* 新闻栏目 */
.section_1 .leftPart_2 {
	width: 865px;
	/* margin: 0 32px 0 29px; */
}

.section_1 .leftPart_2 .tabs {
	margin: 22px 0 20px 5px;
}

.section_1 .leftPart_2 .tabs span {
	margin-right: 20px;
	font-size: 20px;
	color: #5C5C5C;
	cursor: pointer;
}

.section_1 .leftPart_2 .tabs span.active {
	color: #3581DD;
	font-weight: bold;
}

.section_1 .leftPart_2 .contentView {
	width: 865px;
	height: 1714px;
	overflow-x: hidden;
	/* padding-right: 20px; */
	overflow-y: hidden;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 6px;
}

.section_1 .leftPart_2 .contentView .mediaPanel {
	display: flex;
	/* align-items: center; */
	box-shadow: 0px 0px 7px 0px rgba(196, 196, 196, 0.5);
	/* margin: 0 5px 27px; */
	margin: 0 0 27px 5px;
	height: 173px;
	padding: 24px 30px 22px 20px;
}

.section_1 .leftPart_2 .contentView div:last-child {
	margin-bottom: 0;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaImg {
	width: 170px;
	height: 127px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 5px;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaImg img {
	width: 100%;
	height: 100%;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaText {
	flex: 1;
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaText a {
	color: #333333;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaText a:hover {
	color: #3581DD;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaText .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaText .info span {
	font-weight: 400;
	font-size: 14px;
	color: #898989;
}

.section_1 .leftPart_2 .contentView .mediaPanel .mediaText .info img {
	width: 18.7px;
	cursor: pointer;
}


.section_1 .leftPart_2 .contentView .groupImg {
	margin-bottom: 20px;
	box-shadow: 0px 0px 7px 0px rgba(196, 196, 196, 0.5);
	/* margin: 0 5px 20px; */
	margin: 0 0 27px 5px;
	/* height: 265px; */
	padding: 24px 20px;
}

.section_1 .leftPart_2 .contentView .groupImg>.title {
	margin-bottom: 15px;
	font-size: 18px;
}

.section_1 .leftPart_2 .contentView .groupImg>.title .label {
	display: inline-block;
	width: 50px;
	height: 26px;
	background: #235dad;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
}

.section_1 .leftPart_2 .contentView .groupImg>.title .text {
	font-size: 18px;
	color: #333333;
}

.section_1 .leftPart_2 .contentView .groupImg>.title .text:hover {
	color: #3581DD;
}

.section_1 .leftPart_2 .contentView .groupImg>.imgs {
	display: flex;
	/* justify-content: space-between; */
}

.section_1 .leftPart_2 .contentView .groupImg>.imgs img {
	/* width: 170px; */
	height: 170px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 5px;
}
.section_1 .leftPart_2 .contentView .groupImg>.imgs img:last-child {
	margin-right: 0;
}

.section_1 .leftPart_2 .contentView .groupImg .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.section_1 .leftPart_2 .contentView .groupImg .info span {
	font-weight: 400;
	font-size: 14px;
	color: #898989;
}

.section_1 .leftPart_2 .contentView .groupImg .info img {
	width: 18.7px;
	cursor: pointer;
}


.section_1 .leftPart_2 .contentView:hover {
	overflow-y: auto;
	/* padding-right: 10px; */
	padding-right: 2px;
}

.section_1 .checkMore {
	background-color: #F4F4F4;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #646464;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 13px;
}

.section_1 .rightNews {
	width: 390px;
}

.section_1 .rightNews .firstEye {
	box-shadow: 0px 0px 7px 0px rgba(196, 196, 196, 0.5);
	height: 498px;
}

.section_1 .rightNews .firstEye .title {
	height: 72px;
	background-image: url(../img/bgjndyy.png);
	background-size: 100% 100%;
	padding-left: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
}

.section_1 .rightNews .firstEye .title a {
	color: #3581DD;
}

.section_1 .rightNews .firstEye .list a {
	height: 71px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #ECECEC;
}

.section_1 .rightNews .firstEye .list a:hover {
	background-color: #3581DD;
	color: #ffffff;
}

.section_1 .targetBanner {
	margin: 24px 0;
}

.section_1 .niceNews {
	padding: 17px 20px 22px;
	height: 378px;
}

.section_1 .niceNews .niceNewsTitle {
	height: 39px;
	margin-bottom: 20px;
}

.section_1 .niceNews .niceNewsTitle img {
	height: 100%;
}

.section_1 .niceNews .headline {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.section_1 .niceNews .headline .pic {
	display: block;
	width: 156px;
	height: 117px;
	overflow: hidden;
	margin-right: 20px;
}

.section_1 .niceNews .headline .pic img {
	width: 100%;
	height: 100%;
}

.section_1 .niceNews .headline .mainTitle {
	width: 170px;
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.section_1 .niceNews .headline .subTitle {
	width: 180px;
	display: block;
	font-size: 14px;
	color: #343434;
	text-indent: 2em;
}

.section_1 .niceNews .defaultNewsList {
	margin-top: 26px;
	padding-bottom: 2px;
}

.section_1 .niceNews .defaultNewsList p {
	display: flex;
	align-items: center;
	margin: 0;
}

.section_1 .niceNews .defaultNewsList p:before {
	display: block;
	content: '';
	background-color: #3581DD;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	margin-top: 2px;
}

.section_1 .niceNews .defaultNewsList p a {
	display: block;
	align-items: center;
	color: #333;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 94%;
}

.section_1 .niceNews .defaultNewsList span a:hover {
	color: #3D68B3;
}

.section_1 .niceNews .tabBox {
	margin-top: 10px;
	background-color: #F7F7F7;
	padding: 18px 20px 17px;
}

.section_1 .niceNews .tabBox a {
	display: inline-block;
	color: #235DAD;
	margin-right: 24px;
	line-height: 30px;
	font-size: 14px;
}

.section_1 .wechat {
	height: 461px;
	margin-top: 22px;
	padding: 24px 20px;
	background: linear-gradient(180deg, #F5FDFF, #C6E8FF);
	position: relative;
}

.section_1 .wechat .title {
	margin-bottom: 13px;
	font-size: 20px;
	color: #0053B7;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.section_1 .wechat .title img {
	height: 30px;
	margin-right: 10px;
}

.section_1 .wechat .content .news_part1 {
	display: block;
	width: 100%;
	height: 166px;
	overflow: hidden;
	position: relative;
}

.section_1 .wechat .content .news_part1 img {
	width: 100%;
	height: 100%;
}

.section_1 .wechat .content .news_part1 .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	font-size: 14px;
	/* height: 46px; */
	line-height: 1.5;
	color: #fff;
	padding: 30px 16px 12px;
	background-image: url(../img/bgweixintu.png);
	background-size: 100% 100%;
}

.section_1 .wechat .content .news_part2 {
	margin-top: 24px;
}

.section_1 .wechat .content .news_part2 a {
	display: flex;
	justify-content: space-between;
	color: #343434;
	margin-bottom: 24px;
}

.section_1 .wechat .content .news_part2 a .newsTitle {
	width: 250px;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section_1 .wechat .content .news_part2 a .pic {
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.section_1 .wechat .content .news_part2 a .pic img {
	width: 100%;
	height: 100%;
}

.section_1 .qrcodeView {
	width: 50%;
	height: 117px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	display: none;
}

.section_1 .qrcodeView img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section_1 .truthPart {
	height: 275px;
	padding: 16px 20px 0;
	position: relative;
}

.section_1 .truthPart .title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D4D4D4;
	/* padding-bottom: 4px; */
	font-size: 20px;
	color: #0053B7;
	cursor: pointer;
}

.section_1 .truthPart .title span {
	border-bottom: 2px solid #0053B7;
	padding-bottom: 4px;
}

.section_1 .truthPart .title img {
	height: 30px;
}

.section_1 .truthPart .newsList {
	margin-top: 15px;
}

.section_1 .truthPart .newsList .listItem {
	font-size: 16px;
	/* line-height: 36px; */
	display: flex;
	margin-bottom: 14px;
}

.section_1 .truthPart .newsList .listItem>a {
	display: block;
}

.section_1 .truthPart .newsList .listItem .label {
	color: #3581DD;
}

.section_1 .truthPart .newsList .listItem .label:after {
	content: '|';
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.section_1 .truthPart .newsList .listItem .content {
	color: #333333;
	flex: 1;
}

.section_1 .truthPart .newsList .listItem .content:hover {
	color: #3581DD;
}

.section_1 .truthPart .qrcodeView {
	left: 0;
	background-color: rgba(190, 230, 255, 0.4);
}

.section_1 .newMedia {
	height: 246px;
	margin-top: 22px;
	padding: 20px 17px 0;
	background-image: url(../img/bgxmtxh.png);
}

.section_1 .newMedia .title {
	margin-bottom: 13px;
	font-size: 20px;
	color: #0053B7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section_1 .newMedia .content {
	/* margin-top: 17px; */
}

.section_1 .newMedia .content a:first-child {
	border-top: 0;
	padding-top: 0;
}

.section_1 .newMedia .content .newsTitle {
	display: block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #343434;
	padding-top: 17px;
	margin-bottom: 17px;
	border-top: 1px solid #DEDEDE;
}





.section_1 .rightNews .newsItem {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 38px;
}

.section_1 .rightNews .publicNews .newsItem:hover {
	color: #3d68b3;
}

.section_1 .rightNews .publicNews .boldTitle {
	font-weight: bold;
}

.section_1 .rightNews .publicNews.hasBorder {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #d9d9d9;
}

.section_1 .rightNews .specialNews {
	background: #f6f6f6;
	position: relative;
	padding: 46px 16px 20px;
	margin: 10px 0;
}

.section_1 .rightNews .specialNews .title {
	position: absolute;
	top: -7px;
	left: 0;
	display: flex;
}

.section_1 .rightNews .specialNews .title>a {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-left: 30px;
	line-height: 50px;
}

.section_1 .rightNews .specialNews .title .bgTitle {
	display: inline-block;
	width: 307px;
	height: 43.4px;
	line-height: 52.4px;
	color: #fff;
	font-size: 16px;
	background-size: 100%;
	display: flex;
	align-items: flex-end;
}

.section_1 .rightNews .specialNews .title .bgTitle span {
	background-color: #D61D1D;
	height: 36px;
	line-height: 36px;
	flex: 1;
	border-radius: 0 5px 5px 0;
}

.section_1 .rightNews .specialNews .newsItem:hover {
	color: #e50f0d;
}

.scrollNews {
	padding: 10px 0 10px 10px;
	margin-bottom: 25px;
	background-color: #f8f8f8;
	margin-top: 20px;
	margin-bottom: 15px;
	display: flex;
}

.scrollNews .label {
	width: 91px;
	height: 23px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-image: url(https://www.e23.cn/static/2020/static/2019/img/yaowen.png);
	background-size: 100% 100%;
}

.scrollNews #scrollNewsSwiper {
	flex: 1;
	height: 26px;
	line-height: 26px;
	/* padding: 0 47px; */
	margin: 0 17px;
}

#scrollNewsSwiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.scrollNews #scrollNewsSwiper .swiper-slide {
	display: flex;
	width: auto;
}

.scrollNews #scrollNewsSwiper .newsTitle {
	flex: 1;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
}

.scrollNews #scrollNewsSwiper .newsTitle:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
}

.quickNews {
	padding: 10px 24px;
	margin-bottom: 25px;
	background-color: #f8f8f8;
	margin-top: 28px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	height: 70px;
}

.quickNews .label {
	width: 78px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-image: url('../img/kuaixun.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-right: 20px;
	border-right: 1px solid #CFCFCF;
}

.quickNews #quickNewsSwiper {
	flex: 1;
	height: 26px;
	line-height: 26px;
}

.quickNews #quickNewsSwiper .swiper-slide {
	display: flex;
}

.quickNews #quickNewsSwiper .newsTitle {
	flex: 1;
	font-size: 18px;
	color: #5C5C5C;
	padding: 0 10px;
}

.section_special {
	height: 238px;
	margin: 30px auto 23px;
	display: flex;
}

.section_special .title {
	width: 56px;
	background-color: #3581DD;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #ffffff;
}

.section_special .content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.section_special #specialSwiper {
	width: 1114px;
	height: 188px;
	line-height: 26px;
}

.section_special #specialSwiper .swiper-slide {
	width: 208px;
	height: 100%;
}

.section_special #specialSwiper .swiper-slide img {
	width: 208px;
	height: 156px;
	object-fit: fill;
}

.section_special #specialSwiper .swiper-slide p {
	margin: 0;
	color: #000;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.section_special .content .special_prev {
	background-image: url(../img/ztjt1.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 30px;
	position: absolute;
	left: 20px;
	transform: translateY(-50%);
	top: 50%;
	cursor: pointer;
}

.section_special .content .special_next {
	background-image: url(../img/ztjt2.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	right: 20px;
	width: 20px;
	height: 30px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	cursor: pointer;
}

/* .section_special .content .swiper-button-disabled{
	display: none;
} */


.section_2 {
	padding: 23px 24px 24px 21px;
	margin-top: 23px;
	margin-bottom: 26px;
	height: 467px;
}

.section_2 .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	font-size: 20px;
	color: #0053B7;
	height: 26px;
}

.section_2 .title span {
	height: 26px;
	/* background-color: #EAF4FF; */
	flex: 1;
	margin-left: 16px;
	background-image: url(../img/bgrongmei.png);
	background-size: 100%;
}

.section_2 .content {
	display: flex;
}

.section_2 .content .left {
	width: 546.6px;
	height: 370px;
	margin-right: 20px;
	position: relative;
}

.section_2 .content .left .mediaView {
	width: 546.6px;
	height: 313px;
	display: block;
}

.section_2 #swiper_video .swiper-slide {
	/* display: flex; */
}

.section_2 .swiper_video .pagnation {
	width: 37px;
	height: 83px;
	background-color: #bfbfbf;
	opacity: 0;
	border-radius: 0px 5px 5px 0px;
	position: absolute;
	top: 50%;
	margin-top: -41.5px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	/* transform: translateY(-50%); */
}

.section_2 .swiper_video .page_video_left {
	background-image: url(../img/swiper3_left.png);
	background-repeat: no-repeat;
	background-size: 14px 22px;
	background-position: center;
	left: 0;
}

.section_2 .swiper_video .page_video_right {
	background-image: url(../img/swiper3_right.png);
	background-repeat: no-repeat;
	background-size: 14px 22px;
	background-position: center;
	right: 0;
}

.section_2 .swiper_video:hover .pagnation {
	opacity: 0.6;
}

.section_2 .content .mediaView {
	/* width: 100%;
	height: 100%; */
	position: relative;
}

.section_2 .content .mediaView>img {
	width: 100%;
	height: 100%;
}

.section_2 .content .mediaView .playBtn {
	position: absolute;
	bottom: 14px;
	left: 11px;
	z-index: 2;
	width: 38px;
	height: 38px;
}

.section_2 .content .left .mediaView .playBtn,
.section_2 .content .center .mediaView .playBtn{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.section_2 .content .left .newsTitle {
	background-color: #F6F6F6;
	font-weight: bold;
	font-size: 18px;
	color: #272727;
	text-align: center;
	width: 100%;
	line-height: 57px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.section_2 .content .center {
	margin-right: 20px;
}

.section_2 .content .swiper_3 {
	position: relative;
	width: 440px;
}

.section_2 .content .swiper_3 .pagnation {
	width: 37px;
	height: 83px;
	background-color: #bfbfbf;
	opacity: 0;
	border-radius: 0px 5px 5px 0px;
	position: absolute;
	top: 50%;
	margin-top: -41.5px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	transform: translateY(-50%);
}

.section_2 .content .swiper_3 .pagnation_left {
	background-image: url(../img/swiper3_left.png);
	background-repeat: no-repeat;
	background-size: 14px 22px;
	background-position: center;
	left: 0;
}

.section_2 .content .swiper_3 .pagnation_right {
	background-image: url(../img/swiper3_right.png);
	background-repeat: no-repeat;
	background-size: 14px 22px;
	background-position: center;
	right: 0;
}

.section_2 .content .swiper_3:hover .pagnation {
	opacity: 0.6;
}

.section_2 .content #swiper_3 .swiper-slide {
	display: flex;
}

.section_2 .content .twoChild .mediaView {
	width: 210.4px;
	height: 120.5px;
	display: block;
}

.section_2 .content .twoChild .newsTitle {
	width: 210.4px;
	height: 57px;
	padding-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section_2 .content .oneChild .newsTitle {
	width: 210.4px;
	height: 57px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section_2 .content .twoChild:first-child {
	margin-bottom: 15px;
}

.section_2 .content .oneChild .mediaView {
	width: 210px;
	height: 314px;
	margin-bottom: 10px;
	display: block;
}

.section_2 .content .oneChild:first-child {
	margin-right: 20px;
}

.section_2 .content .oneChild .mediaView .playBtn {
	bottom: 14px;
	right: 11px;
	left: auto;
}

.section_3 {
	margin-bottom: 30px;
	height: 381px;
	padding: 23px 24px 24px 21px;
}

.section_3 .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	font-size: 20px;
	color: #0053B7;
	height: 26px;
	width: 100%;
}

.section_3 .title img {
	height: 44px;
	margin-left: 10px;
}

.section_3 .title span {
	height: 26px;
	flex: 1;
	margin-left: 16px;
	background-image: url(../img/bgrongmei.png);
	background-size: 100%;
}

.section_3 .swiper_media {
	/* display: flex; */
	/* justify-content: space-between; */
	position: relative;
}

.section_3 #swiper_media .swiper-slide a {
	display: block;
	width: 200px;
	height: 286px;
	border-radius: 5px;
	overflow: hidden;
	/* margin-right: 7px; */
}

.section_3 #swiper_media .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.section_3 .swiper_media {
	position: relative;
	/* width: 440px; */
}

.section_3 #swiper_media .swiper-slide {
	display: flex;
}

.section_3 .swiper_media .pagnation {
	width: 37px;
	height: 83px;
	background-color: #bfbfbf;
	opacity: 0;
	border-radius: 0px 5px 5px 0px;
	position: absolute;
	top: 50%;
	margin-top: -41.5px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	/* transform: translateY(-50%); */
}

.section_3 .swiper_media .page_media_left {
	background-image: url(../img/swiper3_left.png);
	background-repeat: no-repeat;
	background-size: 14px 22px;
	background-position: center;
	left: 0;
}

.section_3 .swiper_media .page_media_right {
	background-image: url(../img/swiper3_right.png);
	background-repeat: no-repeat;
	background-size: 14px 22px;
	background-position: center;
	right: 0;
}

.section_3 .swiper_media:hover .pagnation {
	opacity: 0.6;
}

.section_modules {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 23px;
}

.section_modules .secotionLists {
	position: relative;
	width: 410px;
	height: 447px;
	padding: 10px 17px;
	border: 1px solid #EAEAEA;
	border-top-width: 2px;
	margin-bottom: 30px;
}

.section_modules .secotionLists {
	padding: 17px 20px 20px;
	/* height: 303px; */
	height: 342px;
	width: 410px;
}

.section_modules .secotionLists .title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D4D4D4;
	font-size: 20px;
	margin-bottom: 20px;
}

.section_modules .secotionLists .title span {
	border-bottom: 2px solid #0053B7;
	padding-bottom: 4px;
	color: #0053B7;
}

.section_modules .secotionLists .title img {
	height: 27px;
}

.section_modules .secotionLists .headline {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.section_modules .secotionLists .headline .pic {
	display: block;
	width: 156px;
	height: 117px;
	overflow: hidden;
	margin-right: 20px;
}

.section_modules .secotionLists .headline .pic img {
	width: 100%;
	height: 100%;
}

.section_modules .secotionLists .headline .mainTitle {
	width: 170px;
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.section_modules .secotionLists .headline .subTitle {
	width: 180px;
	display: block;
	font-size: 14px;
	color: #343434;
	text-indent: 2em;
}

.section_modules .secotionLists .defaultNewsList {
	margin-top: 20px;
	padding-bottom: 2px;
}

.section_modules .secotionLists .defaultNewsList p {
	display: flex;
	/* align-items: center; */
	margin: 0;
}

.section_modules .secotionLists .defaultNewsList p:before {
	display: block;
	content: '';
	background-color: #3581DD;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

.section_modules .secotionLists .defaultNewsList p a {
	display: block;
	align-items: center;
	color: #333;
	/* line-height: 35px; */
	height: 52px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 94%;
}



.section_modules .secotionLists .defaultNewsList span a:hover {
	color: #3D68B3;
}

.section_modules .secotionLists .tabBox {
	margin-top: 10px;
	background-color: #F7F7F7;
	padding: 18px 20px 17px;
}

.section_modules .secotionLists .tabBox a {
	display: inline-block;
	color: #235DAD;
	margin-right: 24px;
	line-height: 30px;
	font-size: 14px;
}

.footerPart {
	background-color: #F3F3F3;
	padding: 30px 0;
}

.footerPart .footerImgBox {
	display: flex;
	justify-content: space-between;
}

.footerPart .footerImgBox .footerImgs {
	display: block;
	height: 60px;
	margin-right: 40px;
}

.footerPart .footerImgBox .footerImgs:last-child {
	margin-right: 0;
}

.footerPart .footerImgBox .footerImgs img {
	height: 100%;
}

.footer {
	background-color: #0083DF;
	padding: 50px 0;
}

.footer-btn {
	font-size: 14px;
	color: #fff;
}

.footer-menus>a:not(:last-child):after {
	content: "-";
	display: inline-block;
	margin: 0 5px;
}

.footer-menus img {
	margin-right: 7px;
	vertical-align: bottom;
	width: 20px;
}

.footer-menus {
	margin: 0 auto 20px;
}

.footer-menus:last-child {
	margin: 0 auto;
}

.footer-menus a:hover {
	color: #fff;
}
