@charset "utf-8";

/*top*/
.top-box_c {
	background-color: #fafafa;
	height: 40px;
	width: 100%;
}

.box-1200 {
	width: 1200px;
	margin: 0 auto;
}

.top-box-l {
	font-size: 12px;
	line-height: 40px;
}

.top-box-l span {
	font-size: 12px;
	line-height: 40px;
	color: #cccccc;
	padding: 0 3px;
}

.top-box-l b {
	color: #9e9e9e;
}

.top-box-l b:hover {
	color: #088CCC;
}

.top-box {
	background-color: #4c5a65;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	height: 60px;
	width: 100%;
	position: relative;
}

.top-box .top-box-media {
	width: 1200px;
}

.top-box-media .top-box-nav {
	width: 100%;
}

.top-box-media .top-box-nav li {
	height: 60px;
	width: auto;
	line-height: 60px;
	font-size: 16px;
	float: left;
	padding: 0 0 0 20px;
}

.top-box-nav li a {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	display: inline-block;
	margin-right: 20px;
}

.top-box-nav li:hover {
	background-color: #088ccc;
}

.top-box-media .top-box-nav li.top-box-nav-active {
	height: 60px;
	line-height: 52px;
	font-size: 16px;
	float: left;
	padding: 0 0 0 25px;
}

.top-box-nav li.top-box-nav-active a {
	color: #ffffff;
	cursor: default;
	text-decoration: none;
	background-color: transparent;
	display: inline-block;
	margin-right: 25px;
	border-top: 4px solid #ffffff;
}

.top-box-nav li.top-box-nav-active a:hover {
	color: #ffffff;
}

.top-box-nav li span {
	color: #FFFFFF;
	font-size: 12px;
}

/* 插入ad */
.ad-box-388x71 {
	width: 388px;
	height: 71px;
	border-radius: 6px;
	background-color: #f0f0f0;
	transition: all 0.3s ease;
	float: left;
	overflow: hidden;
}

.ad-box-388x71 img {
	width: 388px;
	height: 71px;
	border-radius: 6px;
}

.ad-box-388x71 img:hover {
	transition: all 0.3s ease;
	transform: scale(1.1);
}

.ad-box-590x80 img:hover {
	/* box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1); */
	transition: all 0.3s ease;
	transform: scale(1.1);
}



.top-box-nav li.nav-down {
	float: right;
	padding: 0 25px;
	height: 60px;
	color: #fff;
	position: relative;
	transition: all 0.3s ease;
}

.top-box-nav li.nav-down:hover {
	display: block;
	height: 60px;
	cursor: pointer;
	color: #cceffa;
	background-color: #088ccc;
	transition: all 0.3s ease;
}

.top-box-nav li.nav-down .nav-menu {
	display: none;
	transition: all 0.3s ease;
}

.top-box-nav li.nav-down:hover .nav-menu {
	display: inline;
	background-color: #ffffff;
	min-width: 140px;
	height: auto;
	padding-bottom: 12px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	position: absolute;
	right: 0;
	padding: 10px 0;
	box-shadow: 1px 0 6px rgba(0, 0, 0, .1);
	white-space: nowrap;
	z-index: 9999;
	transition: all 0.3s ease;
}

.top-box-nav li.nav-down i.nav-menu-arrow {
	color: #fff;
	font-size: 34px;
	border-width: 6px;
	box-shadow: -3px -3px 6px rgba(0, 0, 0, .1);
	transform-origin: 0 0;
	transform: rotate(45deg);
	position: absolute;
	top: -7px;
	border-style: solid;
	right: 45px;
}

.top-box-nav li.nav-down .nav-menu a {
	display: block;
	color: #4f4f4f;
	font-size: 16px;
	text-indent: 20px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}

.top-box-nav li.nav-down .nav-menu a:hover {
	color: #ffffff;
	background-color: #088ccc;
}

.top-box-media .top-box-nav-move {
	display: none;
}

.top-box-media .top-box-login {
	height: 60px;
	font-size: 14px;
}

.top-box-login .top-link {
	width: 130px;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
}

.top-box-login .top-link:hover {
	width: 128px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.top-box-login .top-link a {
	height: 60px;
	display: inline-block;
}

.top-box-login .top-link .top-link-menu {
	display: none;
}

.top-box-login .top-link:hover .top-link-menu {
	display: inline;
}

.top-link .top-link-menu {
	width: 128px;
	border: 1px solid #cccccc;
	position: absolute;
	top: 60px;
	left: -1px;
	background-color: #ffffff;
}

.top-link .top-link-menu a {
	width: 100%;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	display: block;
}

.top-link .top-link-menu a:hover {
	background-color: #fafafa;
}

a#Login {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background-color: #50b400;
	margin-right: 15px;
}

a#Login:hover {
	color: #088CCC;
	background: none;
	color: #088ccc;
	padding: 0;
	margin: 0;
}

a#Login {
	background: none;
	color: #000;
	padding: 0;
	margin: 0;
}

.wlogin-box a {
	float: left;
	line-height: 60px;
}

.wlogin-box .sLogin-box {
	line-height: 60px;
	padding: 0 8px;
}

.wlogin-box .sLogin-box p {
	color: #cccccc;
	padding-left: 10px;
}

.wlogin-box .sLogin-box a {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 3px;
	padding-top: 5px;
}

.login-box a {
	line-height: 60px;
	padding-right: 15px;
	font-size: 14px;
}



/*header*/
.header-box {
	width: 1200px;
	height: 86px;
}

.header-box .logo-box {
	width: 200px;
	height: 70px;
	margin-top: 20px;
}

.header-box .search-box {
	width: 493px;
	height: 45px;
	margin-top: 35px;
	margin-left: 100px;
	background-color: #ffffff;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .08);
}

.search-box .search-input {
	width: 380px;
	height: 45px;
	padding-left: 10px;
}

.search-box .search-input input {
	width: 380px;
	height: 41px;
	border: 1px solid #ffffff;
	font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
	font-size: 14px;
}

.search-box .search-btn {
	width: 100px;
	height: 45px;
}

.search-box .search-btn input {
	width: 100px;
	height: 45px;
	font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
	font-size: 16px;
	background-color: #088ccc;
	border: 0;
	cursor: pointer;
	color: #e4eef9;
	transition: all 0.2s ease;
}

.search-box .search-btn input:hover {
	color: #ffffff;
	background-color: #3c86d5;
	transition: all 0.2s ease;
}

.header-box .login-box {
	height: 30px;
	margin-top: 45px;
}

.login-box .back-old {
	font-size: 14px;
	margin-top: -16px;
}

.login-box .login-agile {
	font-size: 14px;
	color: #333;
	width: 190px;
}

.login-agile a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin-bottom: -10px;
}

.login-agile a#t-weixin {
	background: url("../icon/icon_WeiXin.svg") no-repeat center;
	background-size: 30px;
}

.login-agile a#t-weibo {
	background: url("../icon/icon_WeiBo.svg") no-repeat center;
	background-size: 30px;
}

.login-agile a#t-qq {
	background: url("../icon/icon_QQ.svg") no-repeat center;
	background-size: 30px;
}

.login-box .login-sign-box {
	height: 30px;
	margin-top: -10px;
	font-size: 14px;
}

.login-sign-box a {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

.login-sign-box span {
	font-size: 12px;
	color: #b1dff4;
	padding: 0 12px;
}

.login-box .login-sign-yes-box {
	font-size: 14px;
	height: 30px;
	margin-top: -8px;
	color: #666666;
}

.login-sign-yes-box a {
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #3c86d5;
}



/*bbs*/
.bbs-box {
	width: 300px;
	background-color: #fafafa;
}

h3.title-default {
	font-size: 16px;
	height: 45px;
	border-top: 1px solid #e2e2e2;
	position: relative;
	padding-bottom: 4px;
}

h3.title-default p {
	font-size: 16px;
	color: #353535;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	border-top: 2px solid #50b400;
	position: absolute;
	left: 0;
	top: -1px;
}

h3.title-default span {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	display: block;
	margin-left: 5px;
	margin-top: 10px;
	color: #999999;
	border-radius: 2px;
	cursor: pointer;
}

h3.title-default span:hover {
	background-color: #f0f0f0;
	color: #666666;
}

h3.title-default span.date-active {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #50b400;
	border: 1px solid #50b400;
	display: block;
	margin-left: 4px;
	margin-top: 10px;
	color: #ffffff;
	border-radius: 2px;
	cursor: default;
}

h3.title-default .title-tool {
	font-size: 12px;
	line-height: 45px;
}

h3.title-bbs {
	height: 45px;
	position: relative;
	padding-bottom: 4px;
	position: relative;

}

h3.title-bbs a {
	font-size: 14px;
	position: absolute;
	top: 12px;
	right: 15px;
}

h3.title-bbs p {
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
}

h3.title-bbs p i {
	height: 16px;
	display: inline-block;
	width: 4px;
	vertical-align: text-top;
	background-color: #0353b2;
	margin-top: 4px;
	margin-right: 8px;
}

.bbs-box .img-bbs-box {
	min-height: 90px;
	padding: 0 15px;
	background-color: #fafafa;
}

.bbs-box .img-bbs-box img {
	border-radius: 2px;
}

.img-bbs-box .img-bbs-title {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img-bbs-box .img-bbs-info {
	font-size: 14px;
	color: #999999;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

h3.title-bbs span {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	display: block;
	margin-left: 5px;
	margin-top: 10px;
	color: #999999;
	border-radius: 2px;
	cursor: pointer;
}

h3.title-bbs span:hover {
	background-color: #f0f0f0;
	color: #666666;
}

h3.title-bbs span.date-active {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #50b400;
	border: 1px solid #50b400;
	display: block;
	margin-left: 4px;
	margin-top: 10px;
	color: #ffffff;
	border-radius: 2px;
	cursor: default;
}

h3.title-bbs .title-tool {
	font-size: 12px;
	line-height: 45px;
}

.item-bbs-box {
	height: 165px;
}

.item-bbs-box li {
	font-size: 14px;
	line-height: 26px;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-bbs-box li span {
	font-family: "Microsoft Yahei";
	font-weight: 700;
	padding-right: 5px;
}

/*news*/
.news-box {
	width: 860px;
}

.news-box-item h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
	padding-right: 90px;
}

.news-box-item a.news-box-titile {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	width: 750px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-box-item a.news-box-more {
	font-size: 14px;
	line-height: 40px;
	width: 100px;
	height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 12px;
	border: 1px solid #a5c5eb;
	font-weight: 400;
}

.news-box-item a.news-box-more:hover {
	background-color: #088ccc;
	color: #ffffff;
	border: 1px solid #088ccc
}

.news-box .news-hots-box {
	width: 360px;
	height: 240px;
	padding-top: 5px;
	position: relative;
}

.news-box .news-date-box {
	width: 460px;
	height: 250px;
	overflow: hidden;
}

.item-info-date li {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	position: relative;
}

.item-info-date li p.item-info-class {
	height: 35px;
	display: inline-block;
	float: left;
}

p.item-info-class a {
	width: 75px;
	height: 35px;
	float: left;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

p.item-info-class i {
	height: 35px;
	font-size: 12px;
	display: inline-block;
	font-style: normal;
	color: #eaeaea;
	padding-right: 10px;
}

.item-info-date li a.item-info-link {
	width: 360px;
	height: 35px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part-item-box {
	border-top: 2px solid #eaeaea;
}

.part-item-box .part-item-left {
	width: 580px;
}

.part-item-box-rows-2 {
	border-top: 2px solid #ffffff;
}

.part-item-box-rows-2 .part-item-left {
	width: 760px;
	border-top: 2px solid #eaeaea;
}

.part-item-box-rows-2 {
	border-top: 2px solid #ffffff;
}

.part-item-box-rows-2 .part-item-right {
	border-top: 2px solid #eaeaea;
}

h3.title-tab {
	height: 55px;
	position: relative;
	padding-bottom: 4px;
	margin-top: -1px;
}

h3.title-tab a#title-tab-link {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	background-color: #ff8a00;
	position: absolute;
	right: 0;
	top: 15px;
}

h3.title-tab a#title-tab-link:hover {
	background-color: #e87d00;
}

h3.title-tab p span {
	display: block;
	float: left;
	font-size: 24px;
	color: #999999;
	height: 55px;
	line-height: 55px;
	margin-right: 20px;
	border-top: 2px solid #eaeaea;
	cursor: pointer;
	margin-top: -1px;
}

h3.title-tab p span.active {
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	border-top: 2px solid #0353b2;
	cursor: default;
	color: #313131;
}

h3.title-tab p span.title-tab-active {
	font-size: 24px;
	height: 55px;
	line-height: 55px;
	border-top: 2px solid #ff8a00;
	cursor: default;
	color: #313131;
}

.item-info-location li {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	position: relative;
}

.item-info-location li p.item-info-class {
	height: 35px;
	display: inline-block;
	float: left;
}

.item-info-location li a.item-info-link {
	width: 450px;
	height: 35px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-info-location li a.item-info-link-more {
	width: 550px;
	height: 35px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-info-location li a.item-info-link-more-c {
	width: 490px;
	height: 35px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-info-location li a.item-info-link-more-d {
	width: 390px;
	height: 35px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-job-location {
	font-size: 16px;
	line-height: 26px;
	height: 35px;
	width: 360px;
	position: relative;
}

.item-job-location li {
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 8px;
}

.item-job-location li h3 {
	font-size: 16px;
}

.item-job-location li p {
	font-size: 16px;
}

.item-job-location li p b {
	position: absolute;
	right: 0;

}


.video-banner {
	width: 240px;
	height: 159px;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.video-banner .video-banner_bg {
	position: absolute;
	bottom: 0;
	height: 45px;
	z-index: 1000;
	cursor: pointer;
	width: 240px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.video-banner .video-banner_info {
	position: absolute;
	bottom: 4px;
	height: 25px;
	text-align: left;
	color: #ffffff;
	z-index: 1001;
	cursor: pointer;
	width: 200px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.video-banner .video-banner_icon {
	position: absolute;
	text-align: center;
	color: #ffffff;
	z-index: 1002;
	width: 40px;
	padding-top: 55px;
	left: 42%;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	transition: all 0.4s ease;
}

.video-banner:hover .video-banner_icon {
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	transition: all 0.4s ease;
}

.video-banner_list a img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transform: scale(1);
	transition: all 0.4s ease;
}

.video-banner_list a:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.video-banner-360 {
	width: 360px;
	height: 238px;
	position: relative;
	overflow: hidden;
	font-size: 16px
}

.news-video-box {
	padding-top: 10px;
}

.news-video-box .video-item {
	width: 232px;
	height: 225px;
	background-color: #f8f8f8;
	transition: all 0.3s ease;
}

.news-video-box .video-item:hover {
	width: 232px;
	height: 225px;
	background-color: #ffffff;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.video-item .video-img {
	width: 232px;
	height: 155px;
	overflow: hidden;
}

.video-img img {
	transform: scale(1);
	transition: transform .5s;
}

.video-img img:hover {
	transform: scale(1.1);
	transition: transform .5s;
}

.news-video-box .video-link {
	width: 100%;
	height: 70px;
	position: relative;
}

.video-link p {
	width: 150px;
	height: 40px;
	padding: 8px 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.video-link p.video-link-85 {
	width: 85%;
	height: 40px;
	padding: 8px 12px;
	text-align: center;
	margin: 0 auto;
	position: static
}

.video-link i {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	right: 18px;
	bottom: 24px;
	font-size: 2rem;
	color: #cccccc;
}

.news-video-box .video-item:hover .video-link i {
	color: #50b400;
}

.news-date-list-box {
	padding: 0 0 0 15px;
}

.part-magazine-box {
	padding: 0 0 0 15px;
}

.part-magazine-box .magzine-img {
	width: 140px;
	height: 190px;
	padding-top: 5px;
	padding-left: 25px;
	text-align: center;
	overflow: hidden
}

.magzine-img img {
	width: 140px;
	height: 190px;
	border-radius: 6px;
	transform: scale(1);
	transition: transform .5s;

}

.magzine-img img:hover {
	transform: scale(1.1);
	transition: transform .5s;
}

.part-magazine-box p {
	font-size: 14px;
	text-align: center;
}

.part-magazine-box h3 {
	font-size: 16px;
	width: 90%;
	line-height: 22px;
	text-align: center;
}

.item-info-title li {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	position: relative;
}

.item-info-title li.title {
	height: 100px;
}

.item-info-title li.title h3 {
	text-align: left;
}

.item-info-title li.title p {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

.item-info-title li.title h3 a {
	height: 30px;
	width: 240px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-info-title li a {
	height: 35px;
	width: 240px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-info-job li {
	height: auto;
	margin-bottom: 7px;
	width: 100%;
	position: relative;
}

.item-info-job li h3 {
	font-size: 16px;
	height: 35px;
}

.item-info-job li h3 a {
	height: 35px;
	line-height: 35px;
}

.item-info-job li h3 b {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
}

.item-info-job li h3 span {
	height: 35px;
	line-height: 35px;
}

.item-info-job li .job-attribute {
	height: 18px;
	width: 100%;
	font-size: 14px;
}

.item-info-job li p {
	height: 20px;
	width: 100%;
	font-size: 14px;
}

.news-location-box .product-box {
	width: 260px;
}

.news-location-box .product-box div {
	width: 260px;
	height: 171px;
	overflow: hidden;
}

.news-location-box .product-box div img {
	transform: scale(1);
	transition: transform .5s;
	width: 100%;
}

.news-location-box .product-box div img:hover {
	transform: scale(1.1);
	transition: transform .5s;
}

.news-location-box .product-box p {
	background-color: #fafafa;
	font-size: 16px;
	line-height: 22px;
	padding: 12px;
}

.code-img-box {
	width: 140px;
	height: 210px;
	position: fixed;
	bottom: 30%;
	right: 0;
}

.code-img-box img {
	width: 140px;
	height: 190px;
}

.code-img-box a {
	display: block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #d2e2f5;
	font-size: 12px;
	float: right;
	margin-top: -3px;
}

.code-img-box a:hover {
	background-color: #4d9eff;
	color: #ffffff;
}


/*FOOTER*/
.footer-box {
	width: 100%;
	position: relative;
	background-color: #ecf0f1;
}

h3.title-footer {
	height: 45px;
	position: relative;
	padding-bottom: 4px;
}

h3.title-footer p {
	font-size: 26px;
	color: #0353b2;
	height: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 30px;
	font-weight: 700;
}

.footer-link-item {
	margin-top: 35px;
}

.item-info-link li {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding-right: 30px;
	float: left;
	display: inline-block
}

.item-info-link-02 li {
	font-size: 12px;
	width: 100%;
	height: 22px;
	line-height: 22px;
	display: inline-block
}

.item-info-link-02 {
	padding-bottom: 40px;
}

.item-info-link-02 li b {
	padding-right: 5px;
}

.footer-part02 .code-box {
	padding-right: 20px;
}

.footer-part02 .code-text {
	padding-top: 12px;
	font-size: 14px;
}

.footer-nav-box {
	font-size: 12px;
	width: 100%;
	height: 90px;
	line-height: 18px;
	background-color: #ecf0f1;
	padding-top: 40px;
}

.footer-nav span {
	font-size: 10px;
	line-height: 40px;
	color: #748695;
	padding: 0 6px;
}

.footer-copyright span {
	font-size: 10px;
	line-height: 40px;
	color: #748695;
	padding: 0 6px;
}

/*add 2020.1.9 首页新闻时间控制*/
.item-info-date li span {
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	color: #cccccc;
}
