/*.sub_news .news_list_pic ul { }
    .sub_news .news_list_pic ul li { width: 33.3%; float: left; margin: 0 0 24px 0; }
.sub_news .news_list_pic_con { width: 214px; height: auto; margin: 0 auto; height: 318px; background: #eeeeee; padding: 17px 18px 0px; }
    .sub_news .news_list_pic_con img { width: 214px; height: 143px; display: block; margin-bottom: 14px; }
    .sub_news .news_list_pic_con .new_tit { font-size: 16px; line-height: 24px; color: #3c4145; }
    .sub_news .news_list_pic_con .new_time { font-size: 12px; line-height: 18px; color: #8b8b8b; margin-top: 5px; }
    .sub_news .news_list_pic_con .new_tit1 { font-size: 12px; line-height: 20px; color: #7b7b7b; margin-top: 16px; height: 140px; overflow: hidden; }
    .sub_news .news_list_pic_con .new_more { margin-top: 26px; color: #005399; font-size: 12px; line-height: 18px; text-decoration: underline; }
    .sub_news .news_list_pic_con a:hover .tit { color: #005399; }
    .sub_news .news_list_pic_con a:hover .tit1 { color: #005399; }*/

.new-list {}

.new-list h3 {
	display: block;
	font-weight: 100;
	font-size: 16px;
	line-height: 48px;
	color: #666;
}

.new-list ul li {
	float: left;
	width: 100%;
	display: inline;
	height: 65px;
	margin-bottom: 2px;
	background: url(http://www.chinakebo.com/controls/img/img_31.png) no-repeat 97px center #f9f9f9;
}

.new-list ul li.hover {
	background: url(../image/img_30.png) no-repeat 97px center #1D60EF;
}

.new-list ul li .ndate {
	float: left;
	width: 98px;
	height: 65px;
	text-align: center;
}

.ndate span.nbig {
	display: block;
	padding-top: 17px;
	font-size: 30px;
	line-height: 22px;
	color: #666;
	opacity: 0.68;
	*color: #b3b3b3;
	font-family: Arial;
}

.ndate span.nbig.hover {
	color: #fff;
	opacity: 1;
}

.ndate span.nsmall {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	opacity: 0.6;
	*color: #b3b3b3;
	font-family: Arial;
}

.ndate span.nsmall.hover {
	color: #fff;
	opacity: 1;
}

.new-list ul li .ntit {
	float: left;
	display: block;
	padding-left: 38px;
}

.ntit a {
	display: block;
	font-size: 14px;
	line-height: 65px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ntit a:hover,
.ntit a.hover {
	color: #fff;
}

.newsinfo-hd {
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px solid #d9d9d9;
}

.newsinfo-hd h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 18px;
}

.newsinfo-hd p {
	line-height: 14px;
}

.newsinfo-hd span {
	display: inline-block;
	padding-left: 25px;
	margin: 0 12px;
	background: url("../image/icon12.jpg") no-repeat;
}

.newsinfo-hd span.data {
	background-position: 0 -2px;
}

.newsinfo-hd span.atc {
	background-position: 0 100%;
}

.newsinfo-bd {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 80px;
	font-size: 13px;
	line-height: 24px;
}

.newsinfo-page {
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
}

.newsinfo-page a {}

.newsinfo-page .back {
	display: inline-block;
	width: 80px;
	float: right;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	/*background: url("../img/icon13.jpg") no-repeat 11px 0;*/
	text-align: center;
	color: #fff;
	background-color: #1D60EF;
}

.newsinfo-page .back:hover {
	color: #fff;
	background-color: #1D60EF;
	border-color: #1D60EF;
}


.videolist::after {
	clear: both;
}

.videolist .item {
	width: 46%;
	padding: 0 2%;
	float: left;
}

.videolist .img {
	overflow: hidden;
	position: relative;
}

.videolist .video-btn {
	width: 3.8125rem;
	height: auto;
	min-width: 35px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.videolist h5 {
	color: #393939;
	text-align: center;
	margin-top: 1rem;
	font-size: 16px;
}

.videolist a .img1 {
	transform: scale3d(1, 1, 1);
	transition: all .3s linear 0s;
	width: 100%;
}

.videolist a:hover .img1 {
	transform: scale3d(1.1, 1.1, 1);
}

.videolist a .video-btn {
	border-radius: 50%;
	overflow: hidden;
}

.videolist a:hover .video-btn {
	animation: spinner 2000ms infinite linear;
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.media-alert {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.media-alert.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.media-alert.active .content {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.media-alert .close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.media-alert .close img {
	width: 10px;
	height: 10px;
}

.media-alert .content {
	position: absolute;
	width: 50%;
	max-width: 900px;
	height: auto;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ex-close {
	position: absolute;
	top: 6.25rem;
	right: 6.25rem;
	cursor: pointer;
	z-index: 99;
}

.ex-close .icon {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	vertical-align: middle;
}

.ex-close .icon .circle {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.ex-close .line {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background-color: #fff;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ex-close .icon:hover .line.line1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ex-close .icon:hover .line.line2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}