@charset "utf-8";

/* 头条新闻 */
.header-title h1 {
	margin: 25px auto;
	text-align: center;
}

.header-title h1 a {
	font-size: 40px;
	font-family: Arial, 'Microsoft YaHei', simsun;
	font-weight: bold;
	color: #da2519;
	line-height: 50px;
	display: inline !important;
	width: 100%;
	text-align: center;
}

.header-title p {
	text-align: center;
}

.header-title p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8A8888;
	margin-left: 5px;
	display: inline-block;
}

.header-title p a:first-of-type {
	margin-left: 0;
}

/* 滚动图片 */
#banner {
	margin-top: 45px;
}

#banner .tempWrap {
	width: 740px !important;
}

/* 轮播左侧 */
.banner-left {
	width: 740px;
	float: left;
}

/* 轮播图 */
.banner-img {
	width: 740px;
	height: 470px !important;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 16px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: flex;
	align-items: center;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 16px;
}

.banner-img .hd ul li.on {
	background: #85AFD7;
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.banner-img .bd img {
	width: 740px;
	height: 470px;
	display: block;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
}

.mask a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 630px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 14px;
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.prev,
.next {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 100;
}

.prev img,
.next img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	opacity: 0.7;
}

.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 1);
}

.prev:hover img,
.next:hover img {
	opacity: 1;
}

.prev {
	left: 12px;
}

.next {
	right: 12px;
}

/* 轮播右侧列表 */
.banner-right {
	width: 432px;
	float: left;
	margin-left: 28px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.banner-right ul {
	height: 100%;
	overflow: hidden;
}

.banner-right ul li {
	width: 100%;
	display: flex;
	align-items: center;
	height: 65px;
	border-bottom: 1px solid #EBF0FA;
}

.banner-right ul li span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	max-height: 54px;
}

.banner-right ul li a {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #2A2A2A;
	line-height: 27px;
	text-align: left;
}

.banner-right .active {
	background: #da2519;
}

.banner-right .active a {
	color: white !important;
}

.banner-right .active a:hover {
	text-decoration: none;
}

/* 通用标题 */
.title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e03b2f;
	position: relative;
}

.title h3 a {
	display: inline-block;
	text-align: center;
	min-width: 100px;
	position: relative;
	font-size: 24px;
	font-family: SimHei;
	font-weight: 400;
	color: #da2519;
	line-height: 52px;
	font-weight: bold;
}

.title i.i1 {
	position: absolute;
	display: block;
	width: 100px;
	height: 4px;
	background-color: #da2519;
	left: 0;
	bottom: -2px;
	z-index: 100;
}

/* 专题列表 */
.subject .ul1 {
	width: 320px;
	float: left;
	margin-top: 15px;
}

.subject .ul1 .sideMenu-title {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.subject .ul1 .sideMenu-title span,
.subject .ul1 .sideMenu-title a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #047AE5;
	line-height: 48px;
}

.subject .ul1 .sideMenu-title span {
	margin-right: 10px;
}

.subject .ul1 .sideMenu-main img {
	width: 320px;
	height: 90px;
	margin: 5px 0px;
}

.subject .ul1 .sideMenu-title a {
	color: #2A2A2A;
	white-space: nowrap;
}

.subject .ul2 {
	width: 354px;
	margin-top: 25px;
	float: right;
}

.subject .ul2 li {
	text-align: left;
	width: 100%;
	height: 46px;
	position: relative;
	box-sizing: border-box;
	padding-left: 38px;
}

.subject .ul2 li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 48px;
	width: 100%;
}

.subject .ul2 li::before {
	content: '';
	display: inline-block;
	height: 100%;
	background-image: url(../images/20220922a1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 广告位 */
.banner-adv {
	width: 100%;
	height: 100px;
	margin-top: 40px;
	float: left;
}

.banner-adv a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-adv a img {
	width: 100%;
	height: 100%;
}

.adv-two {
	margin-bottom: 38px;
}

.adv-two a:last-of-type {
	float: right;
}

.adv-two a:first-of-type {
	float: left;
}

.adv-two a img {
	width: 598px;
	height: 98px;
}

.huiban,
.huiban1 {
	width: 598px;
	height: 98px;
	float: left;
	overflow: hidden;
	position: relative;
}

.huiban1 {
	float: right;
}

.huiban .bd,
.huiban1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.huiban .bd li,
.huiban1 .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 598px;
	height: 98px;
}

.huiban .bd img,
.huiban1 .bd img {
	display: block;
}

.adv-three {
	margin-top: 40px;
	margin-bottom: 38px;
}

.adv-three a {
	display: inline-block;
}

.adv-three a img {
	width: 100%;
	height: 100px;
}

.adv3 {
	position: relative;
	width: 1200px;
	height: 100px;
}

.adv4 {
	display: flex;
	justify-content: space-between;
}

.adv4 img,
.adv4 div {
	width: 598px !important;
	height: 98px !important;
}

/* 首页中间列表 */
.comm-left .title h3 a,
.comm-right .title h3 a,
.comm-left .title i.i1,
.comm-right .title i.i1 {
	width: 115px;
	text-align: center;
}

.comm-left,
.comm-right {
	overflow: hidden;
}

.comm-left ul,
.comm-right ul {
	margin-top: 40px;
	float: left;
	width: 100%;
}

.comm-right ul {
	margin-top: 28px;
}

.comm-left ul li,
.comm-right ul li {
	overflow: hidden;
}

.comm-left {
	float: left;
	width: 368px;
}

.comm-left .li1 {
	margin-bottom: 22px;
	position: relative;
}

.comm-left .li1 a:first-of-type {
	float: left;
	margin-right: 20px;
}

.comm-left .li1 a:first-child img {
	width: 170px;
	height: 110px;
}

.comm-left .li1 p {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.comm-left .li1 p,
.comm-left .li1 span {
	width: 170px;
	float: left;
}

.comm .comm-left .li1 p a,
.comm .comm-left .li1 span a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-right: 0px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.comm .comm-left .li1 p a {
	font-size: 18px;
	color: #2A2A2A;
	line-height: 30px;
}

.comm .comm-left .li1 span a {
	font-size: 14px;
	color: #8A8888;
	line-height: 24px;
}

.comm-left .li2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.comm-right {
	width: 782px;
	float: right;
	overflow: hidden;
}

.comm-right ul {
	width: 100%;
}

.comm-right ul li {
	width: 374px;
	float: right;
}

.comm-right ul li:first-of-type {
	float: left;
}

.comm-rightHot ul li div {
	margin-bottom: 15px;
}

.comm-rightHot ul li div h2 {
	margin-bottom: 10px;
}

.comm-rightHot ul li div h2 a {
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 96px;
}

.comm-rightHot ul li div p a {
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #858181;
	line-height: 30px;
	text-indent: 2em;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.comm-rightHot ul li h3 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2A2A;
	display: block;
	line-height: 40px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

/* 首页中下列表*/
.comm1 {
	margin-top: 18px;
}

.comm1 .comm-left .title h3 a,
.comm1 .comm-left .title i {
	width: 160px;
}

.comm1 .comm-right .po1 {
	position: relative;
	width: 376px;
	height: 226px;
	display: inline-block;
}

.comm1 .comm-right .po1 img {
	width: 100%;
	height: 100%;
}

.comm1 .comm-right .mask {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	height: 34px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.comm1 .comm-right li p {
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 14px;
}

.comm1 .comm-right li p i {
	float: left;
	margin-right: 20px;
}

.comm1 .comm-right li p i img {
	width: 24px;
	height: 14px;
}

.comm1 .comm-right li p a {
	font-weight: 400;
	width: 318px;
	float: left;
	text-align: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #2B2A2A;
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 首页中下列表 */
.comm2 {
	margin-top: 0px;
}

.comm2 .comm-two,
.comm2 .comm-three {
	width: 365px;
	float: left;
	overflow: hidden;
	margin-left: 50px;
}

.comm2 .comm-two .title h3 a,
.comm2 .comm-two .title i {
	width: 180px;
}

.comm2 .comm-three .title h3 a,
.comm2 .comm-three .title i {
	width: 115px;
}

.comm2 .comm-two .daily1 {
	width: 363px;
	height: 96px;
	border: 1px solid #DCDCDC;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 38px;
	float: left;
}

.comm2 .comm-two .daily1 span,
.comm2 .comm-two .daily1 i,
.comm2 .comm-two .daily1 p {
	float: left;
}

.comm2 .comm-two .daily1 span {
	width: 38px;
	margin-left: 20px;
}

.comm2 .comm-two .daily1 span a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #143E81;
	line-height: 35px;
}

.comm2 .comm-two .daily1 i {
	width: 1px;
	height: 56px;
	background-color: #A2C6E5;
	margin: 0 18px;
}

.comm2 .comm-two .daily1 p {
	width: 260px;
}

.comm2 .comm-two .daily1 p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: black;
	line-height: 34px;
	margin-right: 8px;
	display: inline-block;
}

.comm2 .comm-two .daily1 p a:last-of-type {
	margin-right: 0px;
}

.comm2 .comm-two .daily2 {
	width: 363px;
	height: 206px;
	border: 1px solid #DCDCDC;
	float: left;
	margin-top: 15px;
	padding-top: 14px;
	box-sizing: border-box;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-evenly;
}

.comm2 .comm-two .daily2 li {
	box-sizing: border-box;
	padding: 0 12px;
	display: flex;
	margin-top: 16px;
	align-items: center;
}

.comm2 .comm-two .daily2 li span {
	width: 220px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}

.comm2 .comm-two .daily2 li:last-of-type span {
	width: 270px;
}

.comm2 .comm-two .daily2 li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #143E81;
}

.comm2 .comm-two .daily2 li strong {
	margin-right: 8px;
	margin-left: 8px;
	width: 1px;
	height: 19px;
	background-color: #CCCCCC;
	display: inline-block;
}

.comm2 .comm-two .daily2 li span a {
	color: #4B4B4B;
}

/* 轮播图 */
.mul-play {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 55px;
	right: 15px;
	cursor: pointer;
	z-index: 29;
	background: url("static/images/202504_player.png");
}

.bd #iframe {
	display: none;
	width: 740px;
	height: 470px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 29;
	background: #fff;
}

.bd .video-close {
	width: 20px;
	height: 21px;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 40;
	background: url("static/images/202504_player.png") 0 -53px no-repeat;
	cursor: pointer;
	display: none;
}

/* 首页中下列表 */
.column {
	width: 100%;
	border-bottom: 1px solid #058fdb;
	height: 53px;
	display: flex;
	justify-content: space-between;
}

.column a {
	font-size: 24px;
	font-weight: bold;
	color: #949595;
}

.column .on a {
	font-size: 24px;
	font-weight: bold;
	width: 160px;
	line-height: 53px;
	text-align: center;
	color: #da2519;
}

.col_name {
	position: relative;
	width: 160px;
	text-align: center;
	line-height: 53px;
}

.column .on .i1 {
	position: absolute;
	display: block;
	width: 160px;
	height: 4px;
	background-color: #da2519;
	left: 0;
	bottom: -2px;
	z-index: 100;
}

/* 通用微调 */
.banner-right > ul > li:nth-child(1),
.banner-right > ul > li:nth-child(8) {
	font-weight: bold;
}

.header {
	line-height: 25px !important;
}

.comm-left .ultext ul {
	margin-top: 40px;
	float: left;
	width: 100%;
}

.comm-left .ultext ul li {
	overflow: hidden;
}

.comm-left .ultext .li1 {
	margin-bottom: 22px;
	position: relative;
}

.comm-left .ultext .li1 a:first-of-type {
	float: left;
	margin-right: 20px;
}

.comm-left .ultext .li1 a:first-child img {
	width: 170px;
	height: 110px;
}

.comm-left .ultext .li1 p,
.comm-left .ultext .li1 span {
	width: 170px;
	float: left;
}

.comm-left .ultext .li2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* 结尾 */
body .link {
	margin-top: 50px;
}
