﻿@charset "utf-8";
	body {
	/* background-color:#f2f2f2 */
}
.video_cnt {
	width:100%;
	clear:both;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	position:relative
}
.video_cnt video {
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.5);
}
.video_loading {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	display:none
}
.loading_art {
	display:block;
	margin:0 auto;
	width:40px;
	height:40px;
	background:url(../images/loading.png) 0 0 no-repeat;
	background-position:0 100%;
	background-size:40px auto;
	-webkit-animation-name:loading;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear
}
@-webkit-keyframes loading {
	from {
	-webkit-transform:rotate(0deg) translateZ(0)
}
to {
	-webkit-transform:rotate(360deg) translateZ(0)
}
}.video_others {
	padding:0 10px;
	clear:both
}
.video_tit {
	line-height:22px;
	font-size:18px;
	font-weight:bold;
	color:#1a1a1a;
	margin:18px 0
}
.video_btns {
	height:16px;
	clear:both;
	margin-bottom:8px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:box;
	display:flex;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.video_btns a {
	color:#5f9bbd;
	font-size:12px;
	line-height:16px;
	height:16px;
	position:relative;
	display:block;
	width:auto;
	text-align:center;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-flex:1 0 auto;
	box-flex:1;
	flex:1 0 auto;
	border-right:1px solid #d6d6d6
}
.video_btns a:last-child {
	border-right:0
}
.video_btns a span {
	display:inline-block;
	width:20px;
	height:16px;
	vertical-align:middle;
	background-image:url(../images/all.png);
	background-repeat:no-repeat;
	background-size:320px auto
}
.collect {
	background-position:-8px -8px
}
.share {
	background-position:-82px -8px
}
.download {
	background-position:-165px -8px
}
.intro {
	background-position:-270px -8px
}
.intro.unfold {
	background-position:-270px -35px
}
.video_intro {
	background:#eee;
	border:1px solid #e5e5e5;
	padding:8px;
	color:#666;
	font-size:14px;
	display:none
}
.video_intro h3 {
	height:28px;
	line-height:28px;
	font-weight:normal
}
.video_intro p {
	line-height:18px
}
.reminder {
	clear:both;
	margin-top:10px;
	text-align:center;
	height:24px;
	line-height:24px;
	margin-bottom:10px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-size:12px;
	border:1px solid #ecd5c1;
	background:#fffbed;
	-webkit-box-shadow:inset 0 1px 1px #fff;
	-moz-box-shadow:inset 0 1px 1px #fff;
	box-shadow:inset 0 1px 1px #fff
}
.reminder a {
	color:#786964;
	font-size:12px
}
.item_tit {
	height:52px;
	line-height:52px;
	position:relative;
	color:#1a1a1a;
	font-size:18px;
	border-top:1px solid #c2c2c2
}
.item_tit a {
	position:absolute;
	display:block;
	width:17px;
	height:11px;
	background-image:url(../images/all.png);
	background-repeat:no-repeat;
	background-size:320px auto;
	right:6px;
	top:22px;
	background-position:-80px -88px
}
.item_tit a.unfold {
	background-position:-80px -56px
}
.videolist {
	clear:both;
	margin-top:3px
}
.video_item {
	clear:both;
	overflow:hidden;
	*zoom:1
}
.video_l {
	position:relative;
	float:left;
	width:80px;
	height:60px;
	background:url(../images/video_defult.png) no-repeat center;
	background-size:45px auto
}
.video_l span {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:40px;
	height:18px;
	line-height:18px
}
.video_bg {
	-webkit-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	opacity:.8;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#707070),to(#303030));
	background-image:-webkit-linear-gradient(top,#707070,#303030);
	background-image:-moz-linear-gradient(top,#707070,#303030)
}
.video_dur {
	text-align:center;
	color:#fff;
	font-size:10px
}
.video_l img {
	width:80px;
	height:60px;
	display:block
}
.video_r {
	margin-left:96px;
	height:70px
}
.video_r h3 {
	font-size:15px;
	line-height:20px;
	color:#1a1a1a;
	padding-top:10px
}
.video_r h3.wb_h3 {
	padding-top:2px
}
.video_r h4 {
	font-size:12px;
	color:#999;
	height:18px;
	line-height:18px
}
.clickmore,.clickmore_link {
	display:block;
	width:100%;
	height:28px;
	line-height:28px;
	background:#eee;
	color:#666;
	font-size:14px;
	text-align:center;
	border:1px solid #e5e5e5;
	margin-bottom:20px;
	-webkit-box-shadow:inset 0 1px 1px #fff;
	-moz-box-shadow:inset 0 1px 1px #fff;
	box-shadow:inset 0 1px 1px #fff
}
.cmtlist {
	border-top:1px dotted #e0e0e0;
	clear:both;
	overflow:hidden;
	*zoom:1
}
.cmt_item {
	margin:10px 0 16px
}
.cmt_item h3 {
	height:20px;
	line-height:20px;
	color:#999;
	position:relative
}
.cmt_item h3 a {
	color:#488eb5;
	font-size:14px
}
.cmt_item h3 .time {
	position:absolute;
	right:0;
	top:0;
	height:20px;
	line-height:20px;
	font-size:12px
}
.cmt_item p {
	line-height:20px;
	color:#1a1a1a;
	font-size:14px
}
.gIcon,.p_search_btn,.p_search_seclet h3,.p_newslist_ico_pic,.p_newslist_ico_video,.p_addlist li,.active_ico,.investigate h4 {
	background:url(http://u1.sinaimg.cn/upload/2013/09/25/41719.png) no-repeat;
	background-size:50px auto
}
.p_search {
	padding:12px 0
}
.p_search_seclet h3 {
	background-position:right -210px
}
.p_search_btn {
	position:absolute;
	width:55px;
	height:30px;
	line-height:30px;
	z-index:500;
	text-indent:-9999em;
	border:0;
	cursor:pointer;
	-webkit-border-radius:0;
	border-radius:0;
	background-position:20px -461px;
	background-color:#58aede
}
.artIcon {
	background:url(http://u1.sinaimg.cn/upload/cms/image/tech/article_icon_v2.1.4.png) no-repeat 0 0;
	background-size:50px auto
}
.articleComment .title {
	padding:0 0 10px 13px;
	background-position:0 -151px;
	margin-top:10px;
	text-align:left;
	font-size:17px;
	color:#2c2c2c;
	font-weight:bold;
	border-bottom:1px dashed #dedede
}
.articleComment .title .count {
	font-size:12px;
	color:#b2b2b2;
	padding-left:6px
}
.articleComment .title a.showAll:link,.articleComment .title a.showAll:visited {
	float:right;
	font-size:14px;
	color:#999;
	text-decoration:none
}
.articleComment .title a.showAll:active {
	color:999999
}
.articleComment .commentInfo {
	list-style:none;
	padding:0;
	margin:0
}
.articleComment .commentInfo li {
	color:#2c2c2c;
	font-size:15px;
	line-height:22px;
	padding:6px 0 5px 0;
	margin:0
}
.articleComment .commentInfo .user {
	height:22px;
	padding-right:120px;
	position:relative;
	color:#2761af;
	text-align:left
}
.articleComment .commentInfo .user:after {
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
	clear:both
}
.articleComment .commentInfo .name {
	width:auto;
	max-width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:inline-block
}
.articleComment .commentInfo .mobile {
	padding-right:33px;
	background-position:right -373px;
	background-size:50px auto
}
.articleComment .commentInfo .date {
	width:auto;
	color:#ccc;
	float:right;
	font-size:12px;
	position:absolute;
	top:0;
	right:0
}
.articleComment .commentIsNull,.articleComment .commentIsNull a {
	padding:30px 8px 40px 8px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	color:#999
}
.artBt {
	display:block;
	width:100%;
	height:28px;
	line-height:28px;
	background:#eee;
	color:#666;
	font-size:14px;
	text-align:center;
	border:1px solid #e5e5e5;
	margin-bottom:20px;
	-webkit-box-shadow:inset 0 1px 1px #fff;
	-moz-box-shadow:inset 0 1px 1px #fff;
	box-shadow:inset 0 1px 1px #fff
}
.sinavideo {
	clear:both;
	padding:8px 12px 7px;
	background:#3895ff;
	margin-bottom:10px;
	position:relative
}
.sinavideo span {
	display:block;
	width:100%
}
.sinavideo .title {
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#fff
}
.sinavideo .tips {
	height:15px;
	line-height:15px;
	font-size:10px;
	color:#92c5ff
}
.sinavideo .open {
	display:block;
	position:absolute;
	right:12px;
	top:8px;
	width:75px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#fff;
	color:#2a8eff;
	font-size:17px;
	-webkit-border-radius:4px;
	border-radius:4px
}
