@charset "utf-8";

/*视频列表页面*/
.video-section .video-section-content {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}
.video-section .video-section-content .video-channel-title {
	min-height: 35px;
	line-height: 35px;
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.video-section .video-section-content .video-channel-title .search_input {
	width: 50%!important;
}
.video-section .video-section-content .video-channel-title .title-text {
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	padding: 0 15px;
	color: green;
}
.video-section .video-section-content .video-channel-title a {
	font-size: 14px;
}

.video-section-content .con-list-lg {
	margin-bottom: 0;
	border-style: none;
} 

.panel-video-box {
	margin: 5px 10px 15px 10px;
	border: 1px solid #fff;
	position: relative;
}
.panel-video-box:hover {
	 cursor: pointer;
	 background-color: #fff;
	 background-image: none;
	 border-color: #e4e4e4;
	 -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .2);
	         box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .2);
	 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	         transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.panel-video-box img {
	width: 100%;
	height: 120px;
}
.panel-video-box a {
	display: block;
	height: 40px;
	line-height: 20px;
	background: #fff;
	margin: 5px 0;
	overflow: hidden;
	padding: 0 10px;
}
.panel-video-box a:hover{
	
}

/*播放列表鼠标悬浮*/
/* .video-play { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.5); }
.video-play span.fa { width: 40px; height: 40px; border-radius: 20px; text-align: center; line-height: 40px; position: absolute; left: 50%; top: 50%; margin-top: -20px; margin-left: -20px; z-index: 2; }
 */
 
/*右侧相关内容*/
.video-interfix-con {
	
}

/*分页*/
.det-section-pages {
	padding-left: 0;
	padding-right: 0; 
}
/*搜索*/
.det-section-search {
	padding: 15px;
	background-color: #fff;
	margin: 5px auto;
}

/*==========================视频详情页====================================*/
.video-section-content .det-section-position {
	width: 100%;
}
.panel-video {
	display: table;
	width: 100%;
	/* border: 1px solid #ddd; */
	padding: 20px 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.panel-video .video-pic {
	/* height: 300px; */
	height: 190px;
	padding: 5px 5px 5px 0;
}
.panel-video .video-pic img {
	width: 100%;
	height: 190px;
}
@media (min-width: 1190px) and (max-width: 1980px) {
	.panel-video .video-pic,
	.panel-video .video-pic img {
		height: 210px;
	}
}
.panel-video .video-info {
	padding: 0 40px;
}
.panel-video .video-info .video-title {
	font-size: 20px;
	color: #333;
	margin-bottom: 25px;
}
.panel-video .video-row {
	float: left;
	width: 100%;
	padding: 5px 0;
}
.panel-video .video-row span {
	font-size: 0.9em;
}
.panel-video .video-summary {
	text-indent: 2em;
	border-top: dashed 1px #bebebe;
	padding: 15px 0;
	margin-top: 15px;
	float: left;
	color: #787878;
	max-height: 120px;
	min-height: 20px;
	line-height: 20px;
	overflow: hidden;
}
/*播放列表*/
.video-play-list {
	margin: 5px 0 20px 0;
}
.video-play-list .video-play-title {
	
}
.video-list-num-row {
	padding: 5px;
}
.video-list-num-row a {
	margin: 10px;
	background-color: #fff;
	border: 1px solid #118D35;
	padding: 3px 12px;
	display: inline-block;
	color: #118D35;
}
.video-list-num-row a:hover {
	color: #fff;
	background-color: #118D35;
	border-color: #0f7d30;
	text-decoration: none;
}
.video-list-num-row a.video-play {
	background-color: transparent;
	border-color: transparent;
	margin-left: 0;
	color: #666;
}
.video-list-num-row a.video-play:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #2176ae;
}
/*flasplay提示*/
.video-footer-download {
	position: relative;
	padding: 10px 5px 0 5px;
	border-top: 1px solid #ddd;
	text-align: center;
}
.video-flash-info {
	margin-bottom: 10px;
}
.video-footer-download a {
	position: absolute;
	right: 20px;
	bottom: -5px;
	padding: 6px 20px;
	border-radius: 15px;
	background-color: #18cb4e;
	border: 1px solid #17c64b;
	font-size: 12px;
	color: #fff;
}
.video-footer-download a:hover {
	background-color: #16b445;
	border-color: #16b445;
	text-decoration: none;
}

.video-footer-download .video-flash {
	padding: 0 20px;
	text-align: left;
	position: relative;	
}


/*视频播放界面*/
.video-play-title {
	position: relative;
	color: #2176AE;
	border-left: 5px solid #2176Ae;
	padding-left: 7px;
	margin: 10px auto;
	font-size: 18px;
	text-align: left;
}

.title-line {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: green;
	bottom: 0px;
	left: 50%;
	margin-left: -20px;
	margin-bottom: 5px;
}



/*右列表*/
.mw-doc-box { position: relative;}
.mw-doc-box .mw-news-title {position:relative; width:100%; line-height:31px; }
.mw-doc-box .mw-header-cuttitle { color: #2176ae;  margin: 0; height: 50px; line-height: 50px; font-size: 20px; }
.mw-doc-box .mw-header-cuttitle a { position: absolute; right: 20px; color: #9e9e9e; }
.mw-doc-box .mw-doc-list ul { }
.mw-doc-box .mw-doc-list ul li { height: 35px; line-height: 35px; border-bottom: 1px dotted #ddd;}
.mw-doc-box .mw-header-cuttitle .mw-header-text { height: 100%; display: inline-block; font-size: 20px; padding: 0 15px; border-bottom: 3px solid #2176ae; }
.mw-doc-line { height: 1px; background-color: #ddd; margin: 10px -15px;}


/*二级页面右侧*/
.mw-box .mw-expert-news { float:left; width: 100%; height: 211px;}
.mw-box .mw-expert-news h1{border-bottom:solid 1px transparent; color:#2176ae; padding-bottom:5px; margin-top: 0;}
.mw-box .mw-expert-news h1 .mw-title-text { font-size:18px;  border-bottom: solid 2px #2176ae; padding: 5px 10px}
.mw-box .mw-expert-news h1 a{float:right; font-size:14px; color:666; font-weight:normal;}
.mw-box .mw-expert-news ul { float: left; padding-top: 10px; }
.mw-box .mw-expert-news ul li{float:left; width:100%; font-size:14px; line-height:32px; border-bottom:dotted 1px transparent;}
.mw-box .mw-expert-news ul li a:hover { color: #2176ae; }
.mw-box .mw-expert-news ul li span{float:right; color:#666;}