@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2021-01-13 12:41:05
 * @LastEditTime: 2022-07-22 15:03:38
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */
.f-fc1 {
	color: #fe2712 !important;
}

.f-fc2 {
	color: #ff9000 !important;
}

.f-fc3 {
	color: #ffc000 !important;
}

.f-fc4 {
	color: #66b132 !important;
}

.f-fc5 {
	color: #0098fe !important;
}

.f-fc6 {
	color: #3e00a5 !important;
}

.f-w {
	width: 1200px;
	margin: 0 auto;
}

[class^=u-tb-] {
	width: 100%;
}

.iconfont {
	position: relative;
}

@-webkit-keyframes rock {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes rock {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background-color: #003183;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #003183;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: #c8c8c8;
}

.u-nav {
	margin-bottom: 25px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	border-bottom: 1px solid #d9def0;
}

.u-nav>a,
.u-nav>span {
	margin: 0 10px;
	color: #000;
	text-decoration: none;
}

.m-page {
	margin: 20px 0;
	font-size: 0;
	word-wrap: normal;
	white-space: nowrap;
	text-align: center;
}

.m-page.u-big-m {
	margin: 35px 0 55px;
}

.m-page a,
.m-page span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #4c4c4c;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.m-page .u-page-split {
	margin: 0 15px;
	height: 15px;
	display: inline-block;
	border-left: 1px solid #9e9fa1;
}

.m-page .u-page-num,
.m-page .u-page-btn {
	margin: 0 10px;
}

.m-page .u-page-num {
	margin-left: 30px;
}

.m-page input {
	text-align: center;
	border-radius: 3px;
}

.m-page .u-page-num input[type='text'] {
	margin: 0 8px;
	width: 30px;
	height: 30px;
	border: 1px solid #a6a6a6;
}

.m-page .u-page-btn input[type='button'] {
	width: 50px;
	height: 30px;
	background-color: #003183;
	border: 1px solid #003183;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

.m-page .u-page-btn input[type='button']:focus,
.m-page .u-page-btn input[type='button']:hover {
	background-color: #7bacff;
	border-color: #7bacff;
}


.hr {
	line-height: 0;
	margin: 25px 0;
	padding: 0;
	border: none !important;
	border-bottom: 1px dashed #d9def0 !important;
	clear: both;
	background: 0 0;
}

/****文章、文章列表****/
.m-art-box {
	margin-bottom: 50px;
	color: #000;
}

.m-art-box .u-art-box {
	position: relative;
}

.m-art-box .u-abstract {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d9def0;
}

.m-art-box .u-abstract .u-tt {
	font-size: 22px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.m-art-box .u-source {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #a1a1a1;
}

.m-art-box .u-source span {
	margin-right: 40px;
}

.m-art-box .u-art-con {
	font-size: 18px;
	line-height: 52px;
}

.m-art-box .u-art-con p {
	margin: 10px 0;
	text-indent: 2em;
	color: #000;
}

.m-art-box .u-art-con img {
	margin: 28px auto;
	display: block;
	max-width: 100%;
	text-indent: initial;
	text-align: center;
}

.m-art-box .u-share-box {
	position: absolute;
	top: 110px;
	width: 70px;
}

.m-art-box .u-share-box .u-time {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #3b85da;
	text-align: center;
}

.m-art-box .u-share-box .p1 {
	padding: 8px 0;
	font-size: 24px;
	border-bottom: 1px solid #3b85da;
}

.m-art-box .u-share-box .u-tit {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.m-art-box .u-share-box .u-tit span {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #a3a3a3;
	font-weight: normal;
	z-index: 99;
}

.m-art-box .u-share-box .u-tit:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #e0e0e0;
}

.u-share-box .u-share-list>a {
	width: 45px;
	height: 45px;
	margin: 10px auto 0;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	background-color: #dadada;
	text-align: center;
}

.u-share-box .u-share-list>a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.u-share-box .u-share-list .icon-icon {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.u-share-box .u-share-list>.u-wx .icon-icon {
	top: 13px;
	width: 24px;
	height: 19px;
	background-image: url(../../img/icon/icon_share_wx.png);
}

.u-share-box .u-share-list>.u-wb .icon-icon {
	top: 11.5px;
	width: 26px;
	height: 22px;
	background-image: url(../../img/icon/icon_share_wb.png);
}

.u-share-box .u-share-list>.u-mail .icon-icon {
	top: 12.5px;
	width: 25px;
	height: 20px;
	background-image: url(../../img/icon/icon_share_mail.png);
}

.u-share-box .u-share-list>a:hover:after {
	webkit-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.u-share-box .u-share-list>.u-wx:hover:after {
	background: #13c20a;
}

.u-share-box .u-share-list>.u-wb:hover:after {
	background: #ee5454;
}

.u-share-box .u-share-list>.u-mail:hover:after {
	background: #63aaf4;
}

.u-share-box .u-share-list .icon-icon:hover {
	-webkit-animation: rock .4s;
	animation: rock .4s;
}

.u-share-box .u-layer-weixin {
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
	top: 4px;
	left: 60px;
	z-index: 9999;
	background: #fff;
	font-size: 12px;
	color: #999;
	text-align: center;
	border-radius: 5px;
}

.u-share-box .u-layer-weixin div {
	padding: 5px;
	border-radius: 5px;
}

.u-share-box .u-wx:hover>.u-layer-weixin {
	width: 140px;
	height: 160px;
	overflow: initial;
	border: 1px solid #ddd;
}

.u-share-box .u-wx:hover>.u-layer-weixin:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-transform: rotate(228deg);
	transform: rotate(228deg);
	display: block;
	position: absolute;
	left: -4px;
	top: 15px;
}

/*******首页********/
.m-index-box {
	margin: 28px 0 0;
}

.m-slider-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.m-slider-box .u-slider-box {
	width: 590px;
}

.m-slider-box .u-slider-new {
	width: 590px;
}

.u-slider-box .slideBox {
	width: 100%;
	height: 100%;
	position: relative;
}

.u-slider-box .slideBox .hd {
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	z-index: 1;
	text-align: center;
}

.u-slider-box .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	list-style: none;
}

.u-slider-box .slideBox .hd ul li {
	display: inline-block;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background: #6e6f6d;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
}

.u-slider-box .slideBox .hd ul .on {
	background: #fff;
}

.u-slider-box .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.u-slider-box .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	height: 411px;
}

.u-slider-box .slideBox .bd li::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 180px;
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #000), color-stop(88%, #161519));
	background: linear-gradient(-180deg, #000 11%, #161519 88%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(0, 0, 0, 0)), color-stop(88%, rgba(22, 21, 25, .89)));
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 11%, rgba(22, 21, 25, .89) 88%)
}

.u-slider-box .slideBox .bd li img {
	width: 100%;
	height: 100%;
	display: block;
}

.u-slider-box .slideBox .bd li .u-con {
	padding: 0 20px;
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 100%;
	height: 90px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	background: rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-position: 0 0;*/
	color: #fff;
}

.u-slider-box .slideBox .bd li h3 {
	margin: 5px 0;
	font-size: 18px;
	font-weight: 400;
}

.u-slider-box .slideBox .bd li .p1 {
	height: 44px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
}

.u-slider-new .u-tt-box {
	margin: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	line-height: 24px;
}

.u-slider-new .u-tt-box .u-tt {
	color: #333;
}

.u-slider-new .u-tt-box .u-more {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.u-list-new li {
	position: relative;
	height: 44px;
	line-height: 44px;
	-webkit-transition: .6s;
	transition: .6s;
}

.u-list-new li a {
	display: block;
	padding-right: 84px;
	font-size: 16px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.u-list-new li a::before {
	margin-right: 5px;
	content: '>';
	color: #bebfc0;
}

.u-list-new li .u-time {
	position: absolute;
	top: 0;
	right: 0;
	width: 82px;
	font-size: 14px;
	color: #a1a1a1;
	text-align: right;
}

.u-list-new li:hover a {
	color: #003183;
	font-weight: bold;
}

.u-notice-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	height: 60px;
	border-bottom: 1px solid #d9def0;
}

.u-notice-box .u-tt {
	padding-left: 35px;
	width: 110px;
	background: url(../../img/icon/20200510-10.png) 0 center no-repeat;
}

.u-notice-box .bd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 100px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.u-notice-box a {
	color: #000;
	text-decoration: none;
}

.u-notice-box .u-time {
	margin-left: 30px;
	color: #989898;
}

.u-common-serve-box {
	margin: 30px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.u-common-serve-box .u-tt {
	padding: 0 30px;
	width: 80px;
	font-size: 18px;
	color: #000;
}

.u-common-serve-box .u-common-serve {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 100px;
}

.u-common-serve-box .u-common-serve li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 100px;
	text-align: center;
}

.u-common-serve-box .u-common-serve li a {
	text-decoration: none;
	display: block;
}

.u-common-serve-box .u-common-serve li img {
	width: 125px;
	height: 125px;
	-webkit-transition: .4s;
	transition: .4s;
}

.u-common-serve-box .u-common-serve li .p1 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #000;
}

.u-common-serve-box .u-common-serve li a:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.u-common-serve-box .u-common-serve li a:hover .p1 {
	color: #003183;
	font-weight: bold;
}

.u-profiles-box {
	width: 575px;
	margin-left: 25px;
}

.u-profiles-box:first-child {
	margin-left: 0;
	margin-right: 25px;
}

.u-profiles-box .u-tt {
	margin: 8px 0 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.u-profiles-box .u-tt img {
	margin: 0 10px 0 15px;
	max-height: 28px;
}