﻿@charset "utf-8";
/* CSS Document */

/*全局公用样式*/
* { padding: 0px; margin: 0px; font-family:'Microsoft YaHei',"SimSun",Arial,sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;} 
body {
	font-size: 14px;
	line-height: 1.6;
	color: #434343;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	text-align: left;
}
html,body {
	min-width:1200px;
}
fieldset,img { border:0 } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal} 
ol,li,ul{ list-style:none;}
em,i { font-style:normal;}
body{ font-size:12px; color:#4d4948;}
a{ color:#434343; text-decoration:none; outline:none;} 
a:hover { color:#5D7DEA; text-decoration:none;}
img,input{ border: 0 none; vertical-align:middle;}
input:focus { outline:none;}

.oimg img:hover {
	opacity: .75;
}

.simg img:hover {
	opacity: .8;
	transform: scale(1.2, 1.2);
	transition:0.6s transform;
}

.bigger img {
	cursor: pointer;
	 transition: all 0.6s;
}

.bigger img:hover {
	transform:scale(1.2);
}


.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	display: block
}


/*文字排版、颜色*/
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:16px}
.f20{font-size:20px}
.f24{font-size:24px}

.fb{font-weight:bold}
.fn{font-weight:normal}

.lh180{line-height:180%}
.lh200{line-height:200%}

.keyword-re { color:#5686F1;}

/*定位*/
.tl{text-align:left}
.tr{text-align:right}

.fl{float:left;}
.fr{float:right;}
.pr{position:relative} 
.pa{position:absolute}
.zoom{zoom:1} 
.none{display:none}

.no_mg { margin:0!important;}
.no_pd { padding:0!important;}
.no_bd { border:none!important;}
.no_bg { background:none!important;}

.mb30 { margin-bottom:30px;}
.mb20 { margin-bottom:20px;}
.mt30 { margin-top:30px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}

.boxshadow {
	-webkit-box-shadow:0 0 15px rgba(31, 31, 31, .25);  
	-moz-box-shadow:0 0 15px rgba(31, 31, 31, .25);  
	box-shadow:0 0 15px rgba(31, 31, 31, .25);
}

.txtshadow {
    display: block;
    position: absolute;
	z-index:11;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6% 20px 15px 20px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.001)));
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.001));
}


/*head+foot*/
.ptop {
	height:70px;
	width:100%;
	background:url(../images/topbg.jpg) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}

.ptop a { color:#FFF; }

.bodymain {
	width:1200px;
	margin:0 auto;
}

.toplogo {
	float:left;
	height:40px;
	margin-top:15px;
	margin-right:50px;
}

.toplogo img {
	height:100%;
}

.headmenu {
	float:left;
	font-size:17px;
	color:#FFF;
	width:1000px;
	overflow:hidden;
}

.headmenu h3 {
	margin-right:10px;
	float:left;
	text-align:center;
}

.headmenu h3 a {
	display:block;
	width:78px;
	position:relative;
	z-index:1;
	line-height:67px;
}

.headmenu h3 a:hover, .headmenu h3 a.activ {
	background:#3e77db;
	border-bottom:3px solid #fff;
}

.imenu_select { position:relative; z-index:9;}
.imenu_select:hover .curs {
	display:block;
	background:#3e77db;
	border-bottom:3px solid #fff;
}
.imenu_cont { display:none; background-color:rgba(0,0,0,.5); position:absolute; width:1200px; z-index:99; right:-365px; top:70px; font-size:16px; padding:20px 0;}
.imenu_cont a { float:left; line-height:45px!important;}
.imenu_cont a:hover { background:none!important; border-bottom:none!important; color:#1DE2DB!important;}

.topside {
	float:right;
}

.topside a {
    display: inline-block;
    line-height: 70px;
    padding: 0 0px 0 12px;
    color: white;
    font-size: 15px;
	margin-left:30px;
}

.topside .icon-news {
    padding-left: 26px;
    background: url(../images/news.png) left center no-repeat;
}

.topside .icon-medius {
    padding-left: 26px;
    padding-right: 20px;
    background: url(../images/mediu.png) left center no-repeat;
}

.pfoot {
    overflow: hidden;
    margin-top: 40px;
    padding: 35px 0 30px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #949393;
    font-size: 14px;
}

.pfoot .logo {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../images/logo_smaller.png) center no-repeat;
}

.pfoot .logo img {
	height:100%;
}

.pfoot a {
    color: #949393;
}

.pfoot p {
    padding: 2px 0;
}

/*列表*/
.listtag {
	font-size:18px;
	line-height:40px;
	height:40px;
	margin-top:-10px;
	margin-bottom:20px;
}

.listtag li {
	display:block;
	float:left;
	padding-left:30px;
	margin-right:50px;
}

.listtag .tag-time {
	background:url(../images/listi01.png) no-repeat left center;
}

.listtag .cur {
	background:url(../images/listi1.png) no-repeat left center;
}

.listtag .cur a { color:#5D7DEA; }

.listtag .tag-hot {
	background:url(../images/listi02.png) no-repeat left center;
}

.page {
    overflow: hidden;
    padding: 30px 0 40px 0;
    text-align: center;
}

.page span, .page a {
    display: inline-block;
    padding: 6px 13px;
    margin: 0 4px;
    color: gray;
    font-size: 14px;
	background:#f2f2f2;
}

.page ul.pagination li {
    display: inline;
    float: left;
}

.page ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.page ul.pagination .active span {
    background-color: #5e7bea !important;
    color: white !important;
    border-radius: 5px; 
}

.page ul.pagination li a {
    color: #808080;
    padding: 6px 13px;
    text-decoration: none;
    border-radius: 5px; 
}

.page ul.pagination li a:hover {
	background:#e5e5e5;
}

.page ul.pagination li span {
	color:#fff;
    padding: 6px 13px;
    text-decoration: none;
    border-radius: 5px; 
}

.page .disabled span {
    color: #808080 !important;
}


/*文章终极页*/
.art-top {
	border-bottom:1px solid #DFDFDF;
	padding:20px 0;
}

.art-title {
	font-size:28px;
	color:#1f1f1f;
	padding-bottom:10px;
}

.art-tag {
	float:left;
}

.art-tag i {
	float:left;
	display:block;
	height:30px;
	line-height:30px;
	border-radius:15px;
	background:#EFEFEF;
	padding:0 15px;
	color:#696969;
	font-size:15px;
	margin-right:15px;
}

.art-another {
	float:right;
}

.art-another em {
	float:right;
	padding-left:26px;
	font-size:14px;
	color:#9C9C9C;
	margin-left:30px;
}

.art-another em.art-i1 {
	background:url(../images/indexic2.png) no-repeat left center;
}

.art-another em.art-i1:before {
	content:'';
}

.art-another em.art-i2 {
	background:url(../images/indexic3.png) no-repeat left center;
}

.art-left {
	width:830px;
	float:left;
	overflow:hidden;
	margin-top:30px;
}

.art-left-c {
	font-size:16px;
	line-height:30px;
	color:#5B5B5B;
	margin-bottom:30px;
}

.art-left-c img {
	max-width:100%;
	text-align:center;
}

.art-left-c p { padding:8px 0;}

.art-left-b {
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:30px;
	padding:12px 0;
	color:#999;
}

.art-left-b li {
	height:40px;
	line-height:40px;
	font-size:16px;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.art-right {
	width:336px;
	float:right;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}

.art-box {
	border:1px solid #E5E5E5;
	border-top:2px solid #41A8E3;
	margin-bottom:25px;
}

.art-box h4.art-box-tit {
	height:60px;
	line-height:60px;
	padding:0 20px;
	border-bottom:1px solid #E5E5E5;
	font-size:20px;
	color:#1F1F1F;
}

.art-pic {
	margin:0 20px;
	padding-bottom:20px;
}

.art-pic li {
	margin-top:20px;
}

.art-pic li a {
	display:block;
} 

.art-pic li .artimgs {
	width:100%;
	height:165px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.art-pic li .artimgs img {
	width:100%;
	height:100%;
}

.art-pic li .play {
	display:none;
}

.art-pic li a:hover .play {
	display:block;
	background:url(../images/playon.png) no-repeat;
	width:86px;
	height:86px;
	position:absolute;
	top:50%;
	z-index:5;
	left:50%;
	margin-top:-43px;
	margin-left:-43px;
}

.art-pic li .arttits {
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
}

.art-pic li .arttag {
	display:block;
	font-size:14px;
	color:#9C9C9C;
}

.art-pic li .arttag i {
	display:block;
	float:left;
	margin-right:20px;
	height:28px;
	line-height:28px;
	padding-left:28px;
}

.art-pic li .arttag i.bofang {
	background:url(../images/indexic1.png) no-repeat left center;
	margin-right:10px;
}

.art-pic li .arttag i.shic {
	background:url(../images/indexic2.png) no-repeat left center;
}

.art-new {
	margin:0 20px;
	padding:10px 0;
}

.art-new li {
	border-bottom:1px dotted #D4D4D4;
	height:48px;
	line-height:48px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
	color:#636363;
	position:relative;
	z-index:1;
	padding-left:18px;
}

.art-new li:before {
	content:'';
	width:6px;
	height:6px;
	background:#7B97F4;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
}

.art-new li:last-child {
	border-bottom:none;
}

.art-new li a {
	color:#636363;
}

.art-new li a:hover {
	color:#41A8E3;
}

.recom-tit {
	width:100%;
	height:60px;
	background:#F7F7F7;
	line-height:60px;
	position:relative;
	z-index:1;
	font-size:20px;
	color:#1F1F1F;
	padding-left:36px;
	box-sizing:border-box;
	margin-bottom:30px;
}

.recom-tit:before {
	content:'';
	background:url(../images/icon_sbj.png) no-repeat left center;
	width:4px;
	height:20px;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-8px;
}

/*视频播放页*/
.hottag {
	padding:20px 0 0 20px;
}

.hottag a {
	float:left;
	display:block;
	height:34px;
	line-height:34px;
	border-radius:20px;
	background:#EFEFEF;
	padding:0 18px;
	color:#696969;
	font-size:14px;
	margin-right:15px;
	margin-bottom:16px;
}
.hottag a:hover { background:#7B97F4; color:#fff; }

.video-top {
    margin:25px auto 0 auto;	
}

.video-top .player-area {
    width: 856px;
    height: 482px;
    float: left;
    background-color: black;
}

.video-top .right-cont {
    width: 324px;
    height: 482px;
    padding-left: 20px;
    float: right;
    background: #202026;
}

.video-top .right-cont .tl {
    line-height: 56px;
    padding-left: 15px;
    color: white;
    font-size: 18px;
    background: url(../images/icon_sbj.png) left center no-repeat;
}

.video-top .right-cont .play-list {
    position: relative;
    height: 410px;
    overflow: auto;
}

.play-list::-webkit-scrollbar {
 width: 6px;
}

.play-list::-webkit-scrollbar-track {
 background-color:#141414;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}

.play-list::-webkit-scrollbar-thumb {
 background-color:#565656;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}


.vlist dl {
    overflow: hidden;
    margin-bottom: 15px;
}

.vlist dl dt {
    position: relative;
    width: 170px;
    height: 93px;
    overflow: hidden;
    margin-right: 12px;
    float: left;
}

.vlist dl dt img {
	display:block;
	width:100%;
	height:100%;
}

.vlist dl dt em {
    position: absolute;
    right: 6px;
    bottom: 5px;
    padding: 1px 6px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    *background: black;
    *filter: alpha(opacity=70);
    background: rgba(0,0,0,0.7);
}

.vlist dl dd {
    padding-top: 6px;
    color: white;
}

.vlist dl dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display: block;
    font-size: 14px;
	color:#fff;
	line-height:22px;
	height:44px;
	margin-bottom:10px;
}

.vlist dl dd i {
    color: #b2b1b1;
}






