i,
em {
	font-style: normal;
}

.advert {
	width: 1200px;
}

.section .title {
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 22px;
    font-weight: bold;
	line-height: 48px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5cae9;
}

.section .title:after {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 90px;
	height: 4px;
	background-color: #536DFE;
	content: "";
}


/* 主体  section*/

section,
.section {
	width: 1200px;
	margin: 0 auto;
}

.section>div {
	margin-bottom: 30px;
}


/*热门*/

.section .popular>div {
	display: inline-block;
	vertical-align: top;
}

.section .popular .mg-left {
	position: relative;
	width: 860px;
	margin-right: 30px;
}

.section .popular .mg-left .ab_right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.section .popular .mg-left .ab_right li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-left: 14px;
}

.section .popular .mg-left .ab_right li:after {
	position: absolute;
	right: 0px;
	top: 6px;
	width: 0px;
	height: 14px;
	content: "";
	border-right: 2px solid #000;
}

.section .popular .mg-left .ab_right li:last-child {
	padding-right: 0px;
}

.section .popular .mg-left .ab_right li:last-child:after {
	border-right: none;
}

.section .popular .mg-left .ab_right li.on a {
	color: #536DFE;
	font-weight: bold;
}

.section .popular .mg-left .ab_right li a {
	font-size: 18px;
}

.section .popular .mg-left .news-list {
	display: none;
}

.section .popular .mg-left .news-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #dbdef1;
}

.section .popular .mg-left .news-list li:hover {
	background: #F7F8FC;
}

.section .popular .mg-left .news-list li:hover .news-title a {
	color: #536DFE;
}

.section .popular .mg-left .news-list li:hover .se-1 {
	color: #536DFE;
	border-bottom: 1px solid #030303;
}

.section .popular .mg-left .news-list li>div {
	display: inline-block;
	vertical-align: top;
}

.section .popular .mg-left .news-list li .left-img {
	position: relative;
	width: 280px;
	height: 185px;
	margin-right: 26px;
}

.section .popular .mg-left .news-list li .left-img>img {
	width: 280px;
	height: 185px;
}

.section .popular .mg-left .news-list li .left-img i {
	position: absolute;
	left: -7px;
	top: -7px;
}

.section .popular .mg-left .news-list li .right-centent .news-title {
	width: 530px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}

.section .popular .mg-left .news-list li .right-centent .news-centent {
	width: 530px;
	font-size: 16px;
	color: #000;
	overflow: hidden;
	margin-bottom: 30px;
	height: 50px;
	line-height: 24px;
}

.section .popular .mg-left .news-list li .right-centent .source {
	float: right;
}

.section .popular .mg-left .news-list li .right-centent .source .se-1 {
	margin-right: 20px;
}

.section .popular .mg-right {
	width: 300px;
}

.section .popular .mg-right>div {
	margin-bottom: 30px;
}


/*热文排行*/

.section .popular .mg-right .ranky .ranky-box {
	border: 1px solid #e6e8f6;
	padding: 20px 10px;
}

.section .popular .mg-right .ranky .ranky-box .ranky_tap {
	text-align: center;
}

.section .popular .mg-right .ranky .ranky-box .ranky_tap li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.section .popular .mg-right .ranky .ranky-box .ranky_tap li.on a {
	color: #536DFE;
}

.section .popular .mg-right .ranky .ranky-box .ranky_page>ul {
	display: none;
	font-size: 16px;
}

.section .popular .mg-right .ranky .ranky-box .ranky_page>ul li {
	margin-top: 15px;
	line-height: 26px;
}

.section .popular .mg-right .ranky .ranky-box .ranky_page>ul li:hover span {
	color: #536DFE;
}

.section .popular .mg-right .ranky .ranky-box .ranky_page>ul li a em,
.section .popular .mg-right .ranky .ranky-box .ranky_page>ul li a span {
	display: inline-block;
	vertical-align: top;
}

.section .popular .mg-right .ranky .ranky-box .ranky_page>ul li a em {
	width: 20px;
    color: #999;
    font-weight: 600;
	text-align: center;
	font-style: oblique;
}

.section .popular .mg-right .ranky .ranky-box .ranky_page>ul li a span {
	width: 250px;
	max-height: 52px;
	overflow: hidden;
}


/*热门专题*/

.section .popular .mg-right .special .more {
	float: right;
	color: #666;
	font-size: 16px;
}

.section .popular .mg-right .special .spe-box a {
	display: block;
	width: 280px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #c5cae9;
}

.section .popular .mg-right .special .spe-box a div {
	width: 280px;
	height: 185px;
	border-radius: 5px;
	overflow: hidden;
}

.section .popular .mg-right .special .spe-box a img {
	width: 280px;
	height: 185px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section .popular .mg-right .special .spe-box a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.section .popular .mg-right .special .spe-box a:hover span {
	color: #536DFE;
}

.section .popular .mg-right .special .spe-box a span {
	font-size: 18px;
	color: #020202;
	line-height: 32px;
}

/*热门标签*/
.section .popular .mg-right .label .label-box a {
	line-height: 24px;
}

.section .popular .mg-right .label .label-box a.short {
	float: left;
    width: 90px;
	color: #000000;
    font-size: 14px;
	text-align: center;
    margin: 0px 15px 10px 0px;
    background-color: #F6F6F8;
}

.section .popular .mg-right .label .label-box a:hover {
    color: #fff;
    background-color: #536DFE;
}

.section .popular .mg-right .label .label-box a.short:nth-child(3n+3) {
    margin: 0px;
}

.section .popular .mg-right .label .label-box a.long {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	color: #000000;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #536DFE;
}

.section .popular .mg-right .label .label-box a.on {
	color: #fff;
	background: #536DFE;
}
