@CHARSET "UTF-8";

/*广告图片轮播*/
.banner{
	width: 100%;
	height: 344px;
	overflow: hidden;
}
.main_visual{
	height:100%;
	overflow:hidden;
	position:relative;
}
.main_image{
	height:100%;
	overflow:hidden;
	position:relative;
}
.main_image ul{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main_image ul li{
	float:left;
	width:100%;
	height:100%;
}
.main_image ul li img{
	width: 100%;
	height: auto;
}
div.flicking_con{
	position:absolute;
	bottom:15px;
	right:30px;
	z-index:999;
	width:100px;
	height:10px;
}
div.flicking_con a{
	float:left;
	width:10px;
	height:10px;
	display:block;
	border-radius: 50%;
	margin: 0 6px;
	background-color: #fff;
}
div.flicking_con a.on{
	background-color: #EA5151;
}

#btn_prev {
    left: 0;
    background:url(../images/news/btn-left.png) no-repeat;
	background-size:40px 60px;
}
#btn_next {
    right: 0;
    background:url(../images/news/btn-right.png) no-repeat;
	background-size:40px 60px;
}
#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: none;
    width: 40px !important;
    height: 60px !important;
    top: 50%;
    margin-top: -50px;
    background-color:rgba(0,0,0,0.6);
    color:#fff;
    line-height:60px;
    font-size:40px;
}

.bottomTitle{
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
	line-height:40px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	font-size:18px;
	z-index:55;
	width:100%;
	text-indent:30px;
}

/*广告图片轮播*/

/*资讯*/
.newsWrap{
	margin-top:30px;
}
.newsWrap .n-left{
	width:660px;
	/* background-color:#eee; */
	float:left;
}
.newsWrap .n-right{
	width:298px;
	margin-left:50px;
	margin-bottom: 50px;
	/* background-color:#eee; */
	float:left;
}

.newsWrap .n-left .n-Wrap{
	/* min-height:700px; */
}
.newsWrap .n-left .n-title,
.newsWrap .n-right .n-title,
.v-recommend .v-title{
	border-left:3px solid #D60000;
	border-bottom:1px solid #ddd;
	height:30px;
	line-height:30px;
	font-size:20px;
	padding:0 6px;
	font-weight:900;
}
.newsWrap .n-left .n-list{
	padding:10px 0 10px 125px;
	height:104px;
	/* background-color:#eee; */
	border-bottom:1px solid #ddd;
	position:relative;
}
.newsWrap .n-left .n-list .img{
	position: absolute;
    top: 17px;
    left: 0;
    width: 110px;
    height: 90px;
}
.newsWrap .n-left .n-list .img img{
	width:100%;
	height:auto;
	min-height:90px;
}
.newsWrap .n-left .n-list .l-title{
	font-size:18px;
	font-weight:700;
	overflow:hidden;
	height:34px;
	line-height:34px;
}
.newsWrap .n-left .n-list .l-content{
	font-size:16px;
	line-height:20px;
	height:39px;
	overflow:hidden;
	
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsWrap .n-left .n-list .l-content img{
	display:none !important;
}
.newsWrap .n-left .n-list .l-bottom{
	font-size:14px;
	line-height:30px;
	color:#898989;
}
.newsWrap .n-left .n-list .l-bottom .updateTime,
.newsWrap .n-video .n-list .l-bottom .updateTime{
	float:left;
}
.newsWrap .n-left .n-list .l-bottom .browseCount,
.newsWrap .n-video .n-list .l-bottom .browseCount{
	float:right;
	margin-right:10px;
}
.icon-see{
	background:url(../images/news/icon-see.png) no-repeat;
	background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
}


/*视频*/
.newsWrap .n-video .n-list{
	height:70px;
	padding:15px 0 15px 100px;
	border-bottom:1px solid #ddd;
	position:relative;
}
.newsWrap .n-video .n-list .img{
	position: absolute;
    top: 15px;
    left: 0;
}
.newsWrap .n-video .n-list .img img{
    width: 90px;
    height: 70px;
}
.newsWrap .n-video .n-list .img span{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}
.newsWrap .n-video .n-list .l-title{
	font-size: 18px;
    line-height: 22px;
    height:44px;
    overflow:hidden;
} 
.newsWrap .n-video .n-list .l-bottom{
	font-size: 14px;
    line-height: 28px;
}
.more-video{
	float:right;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
}
.more-video:hover{
	text-decoration: underline;
}


/*热门文章*/
.n-article{
	margin-top:30px;
}
.n-article .n-list-wrap{
	padding:10px 15px;
	border-bottom: 1px solid #ddd;
}
.n-article .n-list-wrap a{
	display:block;
	line-height:26px;
	height:26px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
}
.n-article .n-list-wrap a i{
	width:4px;
	height:4px;
	background-color:#d60000;
	display:inline-block;
	margin-right:5px;
	vertical-align: 2px;
}
.changeGroup{
	float:right;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
}
.changeGroup:hover{
	text-decoration: underline;
}
.icon-change{
	background: url(../images/news/shua_tb.jpg) no-repeat;
    background-size: 18px 15px;
    width: 22px;
    height: 15px;
    display: inline-block;
    vertical-align: -2px;
}


/*分页*/
.n-fy{
	text-align:center;
	margin:50px 0;
}
.n-fy a{
	width:28px;
	height:28px;
	line-height:28px;
	border: 1px solid #eee;
	background-color:#eee;
	color:#333;
	font-size:16px;
	margin:0 2px;
	display:inline-block;
}
.n-fy a.on{
	background-color:#e74c3c;
	color:#fff;
}
.n-fy a.on:hover{
	color:#fff;
}
.n-fy a:hover{
	color:#e74c3c;
}
.n-fy .prevPage,
.n-fy .nextPage,
.n-fy .tiaoZhuan{
    border: 1px solid #ddd;
    background-color: #FAFAFA;
    color: #333;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size:14px;
}
.n-fy .prevPage:hover,
.n-fy .nextPage:hover,
.n-fy .tiaoZhuan:hover{
	border-color:#e74c3c;
}
.n-fy .noPaging:hover{
	border-color: #ddd;
	color:#333;
	cursor: not-allowed;
}

.n-fy .tiaoZhuanPageNum{
	width:40px;
	height:28px;
	font-size:16px;
	outline:none;
	border:1px solid #ddd;
	text-align:center;
}
.n-fy .tiaoZhuanPageNum:focus{
	border-color:#e74c3c;
}
.n-fy .tiaoZhuan{
	width:50px;
}
.n-fy .hidePage{
	font-size:18px;
}


/*===================================================*/

/*article正文页面*/
.a-left{
	width:700px;
	float:left;
	margin-bottom: 50px;
}
.a-right{
	width:258px;
	margin-left:50px;
	float:left;
}


.a-left .navPath{
	font-size:16px;
	margin:10px 0;
}
.a-left .a-wrap .a-title{
	font-size: 22px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #d60000;
    height: 70px;
    line-height: 70px;
    position:relative;
}
.a-left .a-wrap .a-title .browseCount{
	position:absolute;
	bottom:4px;
	right:4px;
	font-size:14px;
	font-weight:100;
	line-height: normal;
}
.a-left .a-wrap .a-ctrl{
	font-size:14px;
	height:40px;
	line-height:40px;
	padding:0 20px;
	margin-bottom:20px;
	color:#666;
}
.a-left .a-wrap .a-ctrl>div{
	float:left;
	overflow:hidden;
}
.a-left .a-wrap .a-ctrl .updateTime{
	width:220px;
	color:#878787;
}
.a-left .a-wrap .a-ctrl .from{
	width:240px;
}
.a-left .a-wrap .a-ctrl .share{
	width:200px;
	position:relative;
}
.a-left .a-wrap .bdsharebuttonbox{
	position:absolute;
	top:6px;
	left:55px;
}

.a-left .a-wrap .a-content{
	font-size:16px;
	line-height:2;
	text-decoration:none;
	overflow:hidden;
}
.a-left .a-wrap .a-content img{
	display: block;
	margin:15px auto;
}

.a-left .prevORnextArticle{
	margin-top:40px;
	font-size:16px;
}
.a-left .prevORnextArticle .prevArticle{
	float:left;
	width:350px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.a-left .nextArticle{
	float:left;
	width:350px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	text-align:right;
}

/*推荐文章*/
.recommendArticle{
	border:1px solid #ddd;
	margin-top: 110px;
}
.recommendArticle .r-title{
	border-bottom:1px solid #ddd;
	height:34px;
	line-height:34px;
	font-size:18px;
	padding:0 6px;
	background-color:#F8F8F8;
	font-weight:700;
}
.recommendArticle .r-list{
	padding:10px 15px;
}
.recommendArticle .r-list a{
	display: block;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.recommendArticle .r-list a i{
	width: 4px;
    height: 4px;
    background-color: #d60000;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 2px;
}





/*视频播放页面*/
.videoPlay{
	background-color:#292929;
	height:510px;
	width:100%;
	min-width:1008px;	
}
.videoPlay .v-container{
	min-width: 1008px;
    width: 1008px;
    height:435px;
    display:block;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
    position: relative;
}
.videoPlay .v-play{
	/* width: 700px;
	height: 435px; */
	float: left;
}
.videoPlay .v-list{
	margin-left: 18px;
	width: 290px;
	height:435px;
	overflow-y: auto;
	background-color: #000;
	color: #fff;
	float: left;
}
.videoPlay .v-list .on .v-title{
	color: #ff7800;
}
.videoPlay .v-list .on .v-img{
	border:1px solid #ff7800;
}
.videoPlay .v-list .v-item{
	padding: 10px 10px 10px 120px;
	position: relative;
	border-bottom: 1px solid #393939;
	height:66px;
}
.videoPlay .v-list .v-item a{
	color:#999;
}
.videoPlay .v-list .v-item a:hover .v-title{
	color: #ff7800;
}
.videoPlay .v-list .v-img{
	position: absolute;
	left: 10px;
	top: 10px;
	width:100px;
	height:66px;
	overflow: hidden;
}
.videoPlay .v-list .v-img img{
	width:100%;
	height:auto;
	min-height: 66px;
}
.videoPlay .v-list .v-img span{
	position: absolute;
	bottom:0;
	right: 0;
	display: inline-block;
	line-height: 1.5;
	padding: 0 4px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}
.videoPlay .v-list .v-title{
	height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.videoPlay .v-list .v-time{
	font-size:12px;
	line-height: 2.4;
	color: #999;
}
.icon-video{
	background: url(../images/news/icon-video.png) no-repeat;
	background-size:11px 11px;
	width:11px;
	height: 11px;
	display: inline-block;
	vertical-align: -1px;
	margin-right: 4px;
}

.videoPlay .v-ctrl{
	position: absolute;
	bottom: -15px;
	left: 0;
	padding: 0 10px;
}
.videoPlay .v-ctrl>a{
	display: inline-block;
	line-height: 44px;
	font-size: 18px;
	color: #ddd;
	padding: 0 18px;
}
.videoPlay .v-ctrl>a:hover{
	color:#fff;
}
.videoPlay .v-ctrl .v-share{
	position: relative;
}
.videoPlay .v-ctrl .v-share .line{
	width:1px;
	height: 22px;
	background-color: #ddd;
	position: absolute;
	top: 11px;
}
.videoPlay .v-ctrl .v-share .lineA{
	left: 0;
}
.videoPlay .v-ctrl .v-share .lineB{
	right: 0;
}
.videoPlay .v-ctrl .shareBox{
	position: absolute;
	top:100%;
	left:50px;
	height:44px;
	padding:6px 20px 6px 25px;
	background-color: #fff;
	border: 1px solid #ddd;
	z-index:999;
	display: none;
}
.videoPlay .v-ctrl .tan{
	width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-top: -1px;
    margin-left: -12px;
}
.icon-download{
	background:url(../images/news/icon-download.png) no-repeat;
	background-size:22px 22px;
	width:22px;
	height: 22px;
	display: inline-block;
	vertical-align: -4px;
	margin-right: 2px;
}
.icon-share{
	background:url(../images/news/icon-share.png) no-repeat;
	background-size:20px 20px;
	width:20px;
	height: 20px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 2px;
}
.icon-like{
	background:url(../images/news/icon-like.png) no-repeat;
	background-size:17px 17px;
	width:17px;
	height: 17px;
	display: inline-block;
	vertical-align: -1px;
	margin-right: 6px;
}



/*当前视频信息*/
.v-info{
	background-color: #F2F2F2;
	padding: 15px 20px;
	margin: 15px 0;
	position: relative;
}
.v-info .v-info-left{
	width:720px;
	overflow: hidden;
	padding-right: 30px;
	display: inline-block;
}
.v-info .v-info-right{
	width: 220px;
    font-size: 16px;
    position: absolute;
    top: 48px;
    right: 30px;
}
.v-info .v-title{
	font-weight: 600;
	font-size: 20px;
	padding:5px 0;
}
.v-info .v-intro{
	font-size: 14px;
    line-height: 1.6;
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
    color: #666;
    border-right: 1px solid #ddd;
    min-height: 44px;
}
.v-info .v-intro .vt{
	position: absolute;
	left: 4px;
	top: 0;
	color: #878787;
}

.v-info .v-info-right>div{
	line-height: 1.4;
	font-size: 14px;
}


/*谢大家推荐*/
.v-recommend{
	margin-top: 30px;
	margin-bottom: 50px;
}
.v-recommend .v-recommend-list{
	overflow: hidden;
	padding: 8px 0;
}
.v-recommend .vrl-item{
	width:170px;
	height: 130px;
	background-color: #eee;
	position: relative;
	float: left;
	margin: 10px 15px;
}
.v-recommend .vrl-item a:hover div{
	color: #ff7800;
}
.v-recommend .vrl-item img{
	width:170px;
	height: 98px;
}
.v-recommend .vrl-item div{
	font-size: 14px;
	line-height: 1.6;
	height:20px;
	padding: 6px;
	overflow: hidden;
	color: #333;
	text-align: center;
}
.v-recommend .vrl-item span{
	position: absolute;
	top: 76px;
	right: 5px;
	padding: 0 6px;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}





/*=============*/
.t1{
	text-indent:2em;
}
.t3{
	text-indent:2em;
	font-weight:600;
}
.t4{
	text-indent:2em;
	font-weight:600;
	text-align:center;
	margin:15px 0;
}




