@charset "utf-8";

/*reset*/

body,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
tr,
th,
img,
input,
select,
a,
button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Microsoft Yahei', sans-serif, 'SimSun', 'SimHei';
}

li {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.auto-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrapper-full {
	width: 100%;
}

.wrapper {
	width: 1183px;
	margin: 0 auto;
}

* html .clearfix {
	zoom: 1;
}


/*ie6*/

*:first-child+html .clearfix {
	zoom: 1;
}


/*ie7*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.undis {
	display: none;
}

.dis {
	display: block;
}


/*float*/

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	zoom: 1;
}

.col-sub,
.col-a,
.mod-a {
	float: left;
}

.col-b,
.mod-b {
	float: left;
}

.col-main,
.col-c,
.mod-c {
	float: right;
}


/*margin*/

.mgt5 {
	margin-top: 5px;
}

.mgt10 {
	margin-top: 10px;
}

.mgt15 {
	margin-top: 15px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt25 {
	margin-top: 25px;
}

.mgt30 {
	margin-top: 30px;
}

.mgt35 {
	margin-top: 35px;
}

.mgt40 {
	margin-top: 40px;
}

.mgt45 {
	margin-top: 45px;
}

.mgt50 {
	margin-top: 50px;
}

.mgl5 {
	margin-left: 5px;
}

.mgl10 {
	margin-left: 10px;
}

.mgl15 {
	margin-left: 15px;
}

.mgl20 {
	margin-left: 20px;
}

.mgl25 {
	margin-left: 25px;
}

.mgl30 {
	margin-left: 30px;
}

.mgl35 {
	margin-left: 35px;
}

.mgl40 {
	margin-left: 40px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb25 {
	margin-bottom: 25px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb35 {
	margin-bottom: 35px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb45 {
	margin-bottom: 45px;
}

.mgb50 {
	margin-bottom: 50px;
}

.mgr5 {
	margin-right: 5px;
}

.mgr10 {
	margin-right: 10px;
}

.mgr15 {
	margin-right: 15px;
}

.mgr20 {
	margin-right: 20px;
}

.mgr25 {
	margin-right: 25px;
}

.mgr30 {
	margin-right: 30px;
}

.mgr35 {
	margin-right: 35px;
}

.mgr40 {
	margin-right: 40px;
}


/*font-size*/

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}


/*opacity*/

.div-opa {
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: 15px;
	width: 100%;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
}


/*header*/

.header {
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

.header a {
	font-size: 14px;
	color: #666;
}

.header>.wrapper {
	position: relative;
	height: 100%;
}

.header>.wrapper>ul {
	padding-top: 16px;
	font-size: 14px;
	float: left;
}

.header>.wrapper>ul>li {
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #666;
}

.header>.wrapper>ul.mod-flag {
	position: absolute;
	top: 0;
	left: -206px;
	line-height: 18px;
}

.header>.wrapper>ul.mod-menu>li>a {
	padding: 0 6px;
}

.header>.wrapper>ul.mod-login {
	float: right;
}

.header>.wrapper>ul.mod-login>li {
	margin-left: 17px;
}

.header>.wrapper>ul.mod-other {
	position: absolute;
	top: 0;
	right: -167px;
}

.header>.wrapper>ul.mod-other>li>a {
	padding: 0 5px;
	color: #999;
}

.header>.wrapper>ul.mod-other>li>a:hover {
	color: #cc0000;
}

@media screen and (max-width: 1600px) {
	.header>.wrapper>ul.mod-flag {
		left: 0;
	}
	.header>.wrapper>ul.mod-menu {
		display: none;
	}
	.header>.wrapper>ul.mod-login {
		margin-right: 170px;
	}
	.header>.wrapper>ul.mod-other {
		right: 0;
	}
}


/*header-vip*/

.header-vip h1 {
	text-indent: -99999px;
	float: left;
}

.header-vip .wrapper a.logo {
	width: 361px;
	height: 79px;
	display: block;
	float: left;
	background: url(../images/logo-vip.jpg) no-repeat;
}

.header-vip .wrapper ul.mod-other {
	float: right;
	margin-top: 28px;
}

.header-vip .wrapper ul.mod-other>li {
	font-size: 18px;
}

.header-vip .wrapper ul.mod-other>li>a {
	padding: 0 15px;
	color: #555;
}

.header-vip .wrapper ul.mod-other>li>a:hover {
	color: #cc0000;
}

.header-vip.type-b {
	border-bottom: 10px #e6e6e6 solid;
}

.header-vip.type-b ul.mod-other {
	margin-top: 38px;
}

.header-vip.type-b ul.mod-other li {
	color: #555;
}

.header-vip.type-b ul.mod-other li a {
	color: #ff7019;
}


/*专题header专题头部导航*/

.jkyh_qztnav {}

.jkyh_qztnav,
.jkyh_qztnav .wrap {
	background: #f7f7f7;
}

.zt_qztnav {
	width: 100%;
	height: 35px;
}

.ztbwcqz {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.zt_logo {
	display: block;
	float: left;
	width: 65px;
	height: 35px;
	padding-left: 20px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

.zt_logo img {
	height: 35px;
}

.ztqzdh {
	display: block;
	text-align: right;
	padding-right: 20px;
}

.ztqzdh a {
	line-height: 35px;
	font-size: 12px;
	margin-left: 4px;
	color: #333;
}

* html .ztqzdh a {
	margin-left: 1px;
}

*+html .ztqzdh a {
	margin-left: 1px;
}

a.zt_top_logo {
	float: left;
}


/*aside*/

.side {
	position: fixed;
	z-index: 999;
	width: 54px;
	height: 275px;
	right: 0;
	top: 214px;
}

.side ul li {
	width: 60px;
	height: 103px;
	float: left;
	position: relative;
}

.side ul li .sidebox {
	position: absolute;
	width: 60px;
	left: 0;
	top: 0;
	height: 103px;
	transition: all 0.3s;
	/*opacity:0.8;filter:Alpha(opacity=80);overflow:hidden;*/
}

.aside {
	width: 60px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 50px;
	bottom: 0;
	background-color: #e9e9e9;
	padding-top: 40px;
}

.aside>.aside-cnt dl {
	height: 68px;
	cursor: pointer;
	padding: 15px 0 0 0;
	margin-bottom: 20px;
	width: 60px;
}

.aside>.aside-cnt dl.hovered {
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	height: 66px;
}

.aside>.aside-cnt dl:hover {
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	height: 66px;
}

.aside>.aside-cnt dl dt {
	width: 35px;
	height: 35px;
	margin: 0 auto;
}

.aside>.aside-cnt dl dt a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.aside>.aside-cnt dl dd {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.aside>.aside-cnt dl dd a {
	color: #999;
}

.aside>.aside-cnt dl dd a:hover {
	text-decoration: none;
}


/*.aside>.aside-cnt .ksd{ float:left;}*/

.aside>.aside-cnt .ksd dt {
	background: url(../img/ksd.png) 0 center no-repeat;
}

.aside>.aside-cnt .ksd:hover dt {
	background: url(../img/ksd2.png) 0 center no-repeat;
}

.aside>.aside-cnt .ksd.hovered dt {
	background: url(../img/ksd2.png) 0 center no-repeat;
}

.aside>.aside-cnt .tv dt {
	background: url(../img/tv.png) 0 center no-repeat;
}

.aside>.aside-cnt .tv:hover dt {
	background: url(../img/tv2.png) 0 center no-repeat;
}

.aside>.aside-cnt .activity dt {
	background: url(../img/activity.png) 0 center no-repeat;
}

.aside>.aside-cnt .activity:hover dt {
	background: url(../img/activity2.png) 0 center no-repeat;
}

.aside>.aside-cnt .activity.hovered dt {
	background: url(../img/activity2.png) 0 center no-repeat;
}

.aside>.aside-cnt .matrix dt {
	background: url(../img/matrix.png) 0 center no-repeat;
}

.aside>.aside-cnt .matrix:hover dt {
	background: url(../img/matrix2.png) 0 center no-repeat;
}

.aside>.aside-cnt .aside-cnt-more {
	width: 209px;
	height: 66px;
	margin: -103px 0 0 60px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	padding: 12px 0 3px 10px;
	background: #fff;
	float: left;
	display: none;
}

.aside>.aside-cnt .aside-cnt-more>img {
	width: 57px;
	height: 57px;
	display: block;
	float: right;
	margin-right: 8px;
}

.aside>.aside-cnt .aside-cnt-more>h4 {
	font-weight: normal;
	line-height: 30px;
	margin-top: 3px;
}

.aside>.aside-cnt .aside-cnt-more>h4>a {
	font-size: 16px;
	color: #999;
}

.aside>.aside-cnt .aside-cnt-more>p>a {
	font-size: 14px;
	color: #cecece;
}

.aside>.aside-cnt .aside-cnt-more a:hover {
	text-decoration: none;
}

.retract {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/retract.png) no-repeat;
	margin-left: 15px;
}

.expand {
	width: 30px;
	height: 30px;
	background: url(../img/expand.png) no-repeat;
	display: none;
	position: fixed;
	left: 15px;
	top: 502px;
}


/*20161014分站新增*/

.aside>.aside-cnt .home dt {
	background: url(../img/home.png) 0 center no-repeat;
}

.aside>.aside-cnt .home:hover dt {
	background: url(../img/home2.png) 0 center no-repeat;
}

.aside>.aside-cnt .home.hovered dt {
	background: url(../img/home2.png) 0 center no-repeat;
}

.aside>.aside-cnt .reporter dt {
	background: url(../img/reporter.png) 0 center no-repeat;
}

.aside>.aside-cnt .reporter:hover dt {
	background: url(../img/reporter2.png) 0 center no-repeat;
}

.aside>.aside-cnt .reporter.hovered dt {
	background: url(../img/reporter2.png) 0 center no-repeat;
}

@media screen and (max-width: 1400px) {
	.aside {
		display: none;
	}
}


/*section-float*/

.section-float {
	position: fixed;
	bottom: 30px;
	display: none;
}

.section-float .back-to-top {
	width: 55px;
	height: 55px;
	display: inline-block;
	background: url(../img/back.png) no-repeat;
}


/*专题footer*/


/*ad*/

.mod-ad>img {
	width: 100%;
	height: 100%;
}

.ad780x75 {
	width: 780px;
	height: 75px;
}

.ad170x60 {
	width: 170px;
	height: 60px;
}

.ad980x60 {
	width: 980px;
	height: 60px;
}

.ad180x60 {
	width: 180px;
	height: 60px;
}

.ad380x75 {
	width: 380px;
	/*height: 75px;*/
}

.ad180x35 {
	width: 180px;
	height: 35px;
}

.nav_logo {
	overflow: hidden;
	height: 90px;
}

.logo {
	float: left;
	width: 190px;
	height: 42px;
	padding: 25px 0px 0px 5px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}


/*æœç´¢æ¡†*/

.nav_logo .search {
	float: right;
	margin-top: 15px;
}

div.search {
	padding: 10px 0;
}

form {
	position: relative;
	width: 274px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

.search {
	float: right;
	margin-top: 30px;
}

#searchform {
	display: block;
	float: left;
}

.inp_srh {
	border: 1px solid #c1c1c1;
	float: left;
	display: inline;
	margin-top: 3px;
	border-radius: 0;
	height: 36px;
	width: 274px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

.btn_srh {
	background: url(../img/search.jpg) no-repeat;
	width: 34px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 8px;
	position: absolute;
	right: 1px;
	border-radius: 10px;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}


/*=====*/

body {
	font: 16px "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.header {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: inline-block;
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
}

.nav ul.cons li a {
	display: inline-block;
	padding: 0 19px;
	line-height: 50px;
	position: relative;
	color: #000;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 16px;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.nav ul.cons li:hover a {
	color: #ff9900;
}

.nav ul.cons li.active a {
	background: #ff9900;
	color: #fff;
	box-sizing: border-box;
}

.nav ul.cons li.active a:hover {
	background: #3d80cc;
	color: #fff !important;
	border-top: 2px solid #3d80cc;
}

.w1200 {
	width: 1200px;
	margin: auto;
}


/*底部*/

.footbgs {
	border-top: 1px solid #d8d8d8;
	padding: 20px 0;
	background: #fff;
	width: 100%;
	margin-top: 20px;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #333;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #333;
}

.footer a:hover {
	color: #333 !important;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #ff9900;
	background-size: 60%;
	border-radius: 10px;
	/*	opacity: 0.7;*/
}

.goTop:hover {
	/*opacity: 1;*/
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 40px 0;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	margin: 0 3px;
	border: 1px solid #ddd;
}

.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}

.pages span {
	background: #ff9900;
	border: 1px solid #ff9900;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	margin: 0 3px;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.content-ajax article {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	position: relative;
}

.content-ajax article:first-child {
	padding-top: 0px;
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}

.entry-title {
	font-size: 18px;
	font-weight: 700;
	color: #444;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}

.entry-img img {
	width: 200px;
	height: 110px;
}

.entry-site {
	font-size: 15px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}

.entry-content .time {
	color: #bbbbbb;
	font-size: 14PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 5px;
}

.infoBox {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.infoBox h1 {
	font-size: 28px;
	text-align: center;
	line-height: 46px;
	margin-bottom: 10px;
}

.infoBox .about {
	text-align: center;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin: 20px 0px;
}

.content_box {
	text-indent: 2em;
	margin-top: 30px;
}

.content_box img {
	display: block;
	margin: 15px auto;
	max-width: 600px;
}

.content_box p {
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 15px;
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.label a:hover {
	color: #fff;
}

.fanpian {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.fanpian p {
	width: 48%;
	float: left;
	font-size: 15px;
	overflow: hidden;
	padding: 10px;
}

.fanpian p a {
	color: #333;
	transition: all 0.5s;
}

.fanpian p:nth-of-type(2) {
	float: right;
}

.fanpian p:hover a {
	color: #ae0000;
	text-decoration: underline;
	border-left: 5px solid #ae0000;
	padding-left: 10px;
	box-sizing: border-box;
}

.box_left {
	width: 300px;
	float: left;
	padding-top: 25px;
}

.box_right {
	width: 850px;
	float: right;
}

.clear {
	clear: both;
}

.post-navigation {
	overflow: hidden;
	margin-bottom: 40px;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 45%;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-navigation div:hover a {
	text-decoration: underline;
	color: #ff9900;
}

.post-navigation div:hover span {
	color: #ff9900;
}

.post-previous {
	float: left;
	text-align: left;
}

.post-next {
	float: right;
	text-align: right;
}

.post-navigation div span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #ddd;
	font-size: 40px;
	line-height: 22px;
}

.swiper-container .swiper-slide p,
.section-a .col-left .section-a-thr .reco-b a,
.section-a .col-left .swiper-container>.swiper-wrapper dl dd a,
.pic-text li a p {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

#lftztvod_info p,
.section-e .download-zone dl dd,
.entry-title,
.sec_img p,
.entry-site {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-pic.type-b .news-pic-item>p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}