@charset "utf-8";

/* all */
html{height: 100%;}
body{margin: 0;font-family: 'Helvetica Neue', 'STHeiti', 'Microsoft Yahei', 'Microsoft YaHei', Helvetica,Arial,sans-serif;font-size: 14px;line-height: 140%;color: #666;background-color: #255381;}
ul, ol, li,dt,dd{margin:0; padding:0; list-style:none;}
dl{margin-top:0; margin-bottom:0}
p{margin: 0 0 2px;}
img{border: 0; vertical-align:middle;width: 100%;}
img.img-responsive{width: 230px;height: 294px;}
input{outline: medium none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input:focus{border-color:#338ad1; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(38, 96, 148, 0.61);}

/* container */
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
.container {width: 1200px;position: relative;margin: 0px auto 0;}
.row{position: relative;background-color: #f5f5f5;box-shadow: 0 0 60px #123554;}
.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}
.starlist-bd{background-color:#ffffff;}

.sjbgr {
	display:inline-block;
	margin-left:5px;
	height:0;
	line-height:0;
	width:0;
	overflow:hidden;
	border-width:4px;
	border-style:dashed dashed dashed solid;
	border-color:transparent transparent transparent #009000;
}
/* text */
h1{ font-size:22px; line-height: 28px;}
h2{ font-size:20px; line-height: 26px;}
h3{ font-size:18px; line-height: 24px;}
h4{ font-size:16px; line-height: 22px;}
h5{ font-size:14px; line-height: 20px;}
h6{ font-size:12px; line-height: 18px;}
h1,h2,h3,h4,h5,h6{ font-weight:400;margin-top:10px; margin-bottom:10px}
a,button{text-decoration:none;outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a,h1, h2, h3, h4, h5, h6{color: #555;}
a:focus,a:hover,a:active{ text-decoration:none; color: #338ad1;}
.col-pd{padding: 5px;}
.text-red{ color: red;}
.text-muted{ color: #999999;}
.text-center{ text-align: center;}
.split-line{display: inline-block;margin-left: 6px;margin-right: 6px;width: 1px;height: 14px;vertical-align: -2px;background-color: #a2a2a229;}
.score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia,"Times New Roman",Times,serif;
}
/* header */
.header-top{position: relative;height: 85px;padding: 0 20px;background-color: #ffffff;}
.header-logo{float:left; margin-right: 30px;}
.header-logo{ width: 202px; margin-top:23px;height: 30px;}
.header-logo .logo{display:block;width:200px;height: 40px;background:url(../images/logo_max.png) no-repeat;background-position:50% 50%;background-size:cover;}
.header-menu{background-color: #266094;}
.header-menu:before{ content: ""; position: absolute; right: 0; width:0; height:0; border-color: transparent transparent transparent #ccc;}
.header-menu:after{ content: ""; position: absolute;  left: 0; width:0; height:0;  border-color:transparent transparent  #ccc transparent;}
.header-menu li{float:left;/*! width: 100%; */}
.header-menu li a{display:inline-block;padding: 14px 24px;font-size: 15px;font-weight: 700;color: #fff;}
.header-menu li a:hover{background:#255381}
.header-menu li.active a{background-color:#255381}

.header-menu .more{float: right;padding: 2px 20px;margin: 12px;color: #ffffff;background-color: #1e507d;border-radius: 15px;}
.header-search{float: right;position: relative;width: 280px;margin-top: 24px;border: 1px solid #2660941f;}
.header-search .form-control{display:block; width:100%; height:35px; padding:6px 45px 6px 10px; font-size:12px; line-height:32px; border-radius: 5px; transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s; background-color:#f5f5f5; color: #999; border: 0;}
.header-search .submit{display:block; position:absolute; top: 0; right: 0; width:35px; height:35px; border: 0; cursor: pointer; background: url(../images/icon_seacrh.png) center no-repeat;}
.header-user{float:right}
.header-user li{ float:left; position: relative; padding: 31px 0 10px; margin-left: 30px}
.header-user li .dropdown{ display: none; position: absolute; z-index: 999; top: 100%; right: 0; padding: 15px; text-align: center; font-size: 12px; color: #999; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.1);}
.header-user li:hover .dropdown{ display: block;} 

/* screen */
.screen-list{/* position: relative; */padding: 6px 0 0 0;/* margin: 0 6px; */}
.screen-list:before{content: " "; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 1px; border-top: 2px solid #f5f5f5;}
.screen-list:first-child{padding-top: 2px;}
.screen-list:first-child:before{ display: none;}
.screen-list li{ float:left;}
.screen-list li span{display:inline-block; padding:3px 0 3px}
.screen-list li a{display: inline-block;padding: 2px 5px;margin-left: 5px;margin-bottom: 2px;border-radius: 8px;}
.screen-list li.active a{color: #338ad1;font-weight: bold;}
.screen-list.letter-list li a{padding:3px 5px}
.screen-list.letter-list li.active a{padding:3px 10px}

/* textlink */
.bread-crumbs {
    height: 35px;
    line-height: 28px;
    padding: 5px 0 5px 8px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    background-color: #f9f9f9;
}

/* pannel */
.pannel{position: relative;margin-bottom: 3px;padding: 8px;overflow: hidden;background-color: #ffffff;border-bottom: 1px solid  #f9f9f9;}
.pannel:before{content: "";position: absolute;left: 20px;bottom: 0;right: 0;width: 100%;height: 1px;}
.pannel:last-child{ margin-bottom: 0; border-bottom: 0;}
.pannel:last-child:before{ display: none;}
.pannel-left{ float: left; width: 70%;}
.pannel-side{ float: left; width: 30%;}
.pannel-head{line-height: 24px;margin-bottom: 5px;}
.pannel-head .title{margin: 0;font-size: 15px;font-weight: bold;padding-left: 3px;}
.pannel-headb .title{margin: 0;font-size: 15px;font-weight: bold;padding-left: 3px;border-bottom: 1px solid #eee;}
.date{float: right;color: #FB0606;max-width: 55px;overflow: hidden;text-align: right;}



/* vodlist */
.vodlist-item{position: relative;float: left;padding: 5px;width: 19.9%;}
.vodlist-item.active{ width: 33.333333%;}
.vodlist-thumb{position: relative;display: block;padding-top: 138%;background: url(../images/008kx1rYly1grqt8pr3uqj3064091743.jpg) no-repeat;background-position: 100% 100%;background-size: cover;}
.vodlist-thumb.active{ padding-top: 50%; background: url(../images/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
.vodlist-thumb .play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(../images/play.png) center no-repeat;}
.vodlist-thumb:hover .play{ display: block;}
.vodlist-thumb .pic-text{white-space:nowrap;max-width:120px;overflow:hidden;position:absolute;top:5px;right:5px;border:0;background-color:rgb(0 0 0 / 69%);color:#FFF;padding:3px 5px;font-size:12px;line-height:110%;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
.vodlist-title{ font-size: 14px; margin-bottom: 0; width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;text-align: center;}


/* vodlistart 主题及文章*/
.vodlistart-item{position: relative;float: left;padding: 5px;width: 11.1%;}
.vodlistart-item.active{width: 20%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.vodlistart-thumb{position: relative;display: block;padding-top: 150%;background: url(../images/load.gif) no-repeat;background-position: 50% 50%;background-size: cover;}
.vodlistart-thumb.active{ padding-top: 50%; background: url(../images/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
.vodlistart-thumb .play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(../images/play.png) center no-repeat;}
.vodlistart-thumb:hover .play{ display: block;}
.vodlistart-thumb .pic-text{display: block; width: 100%; position: absolute; bottom: 0; left: 0; padding:5px 10px; text-align: center; font-size: 12px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #FFFFFF;}
.vodlistart-title{ font-size: 14px; margin-bottom: 0; width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;}

img.img-responsiveb{width: 460px;height: 260px;}




/* artlist */
.artlist-item{position: relative;float: left;padding: 5px;width: 11.1%;}
.artlist-item.active{ width:20%;}
.artlist-thumb{position: relative;display: block;padding-top: 150%;background: url(../images/008kx1rYly1grqt8pr3uqj3064091743.jpg) no-repeat;background-position: 50% 50%;background-size: cover;}
.artlist-thumb.active{ padding-top: 50%; background: url(../images/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
.artlist-thumb .play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(../images/play.png) center no-repeat;}
.artlist-thumb:hover .play{ display: block;}
.artlist-thumb .pic-text{display: block; width: 100%; position: absolute; bottom: 0; left: 0; padding:5px 10px; text-align: right; font-size: 12px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #FFFFFF;}
.artlist-title{ font-size: 14px; margin-bottom: 0; width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;}

/* starlist */
.starlist-item{position: relative;float: left;padding: 5px;width:8.3%;}
.starlist-item.active{ width:20%;}
.starlist-thumb{position: relative;display: block;padding-top: 150%;background: url(../images/008kx1rYly1grqt8pr3uqj3064091743.jpg) no-repeat;background-position: 50% 50%;background-size: cover;}
.starlist-thumb.active{ padding-top: 50%; background: url(../images/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
.starlist-thumb .play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(../images/play.png) center no-repeat;}
.starlist-thumb:hover .play{ display: block;}
.starlist-thumb .pic-text{display: block; width: 100%; position: absolute; bottom: 0; left: 0; padding:5px 10px; text-align: right; font-size: 12px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #FFFFFF;}
.starlist-title{ font-size: 14px;text-align: center!important;margin-bottom: 0; width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;}

.actorlist-item{position: relative;float: left;padding: 8px;width: 12.5%;}
.actorlist-item.active{width:50%;}
.actorlist-thumb {
    position: relative;
    display: block;
    padding-top: 150%;
    background: url(../images/008kx1rYly1grqt8pr3uqj3064091743.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 4px 2px 6px 0 rgba(0,0,0,0.32);
    border-radius: 50%!important;
    padding-top: 100%!important;
}
/* content */
.content-detail,.content-thumb,.content-shaoma{display:table-cell; vertical-align:top}
.content-thumb .pic{display: block;box-shadow: 0px 2x 0px 0 rgba(0,0,0,0.32);}
.content-detail{width: 80%;padding-left: 12px;}
.content-detail .title{font-size: 18px;color: #555;margin: 0 0 1px;line-height: 24px;margin-bottom: 10px;}
.content-detail .data{margin-bottom: 5px;}
.content-detail .data li{float:left;margin-right:20px}
.content-detail .desc{padding-left:42px}
.content-detail .desc .left{margin-left:-42px}
.content-detail .playbtn{ padding-left:42px; margin-top:20px}
.content-detail .playbtn a{ display: inline-block; width: 120px; height: 32px; line-height: 32px; text-align: center; border-radius: 5px; font-size: 12px; background-color: #333; color: #fff;}
.content-desc{line-height: 25px;color: #666;font-size: 13px;}
.content-desc strong{
    font-weight: 400;
}
.content-desc img{ max-width: 100%;}

/* playlist */
.content-playlist{ position: relative; padding: 10px 0 0 10px;}
.content-playlist li{float:left; width: 12.5%; padding-bottom: 10px; padding-right: 10px;}
.content-playlist li a{display: block;position: relative;padding:5px 10px;text-align: center;border: 1px solid #eee;border-radius:5px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;background-color: #266094;color: #f4f7f4;}
.content-playlist li.active a{ background-color: #333; border: 1px solid #333; color: #fff;}
.player-detail .set{float:right}
.player-detail .set .cut{display:inline-block;margin-top:5px;margin-right:5px;width:80px;height:32px;line-height:30px;text-align:center;font-size:14px;border:1px solid #eee;border-radius:4px}
.player-detail .set .cut.app{display:none}




/* player */
.player-video{ background-color: #000;}

/* page */
.page,.page-text{margin: 10px 0;}
.page li{display:inline-block;margin-left:10px}
.page li .num,.page li a{display:inline-block;padding:5px 15px;border-radius: 4px; background-color: #fff; border: 1px solid #eee;}
.page li.active a,.page li.disabled a{background-color: #338ad1;border: 1px solid #338ad1;color: #fff;}
.page-text{ font-size: 0; text-align: center;}
.page-text a,.page-text em,.page-text span{font-style:normal; display:inline-block; margin: 0 5px;padding:6px 12px; border-radius: 4px;cursor:pointer; background-color: #fff; border: 1px solid #eee; font-size: 14px;}
.page-text span.pagenow{ background-color: #333; border: 1px solid #333; color: #fff;}
.page-text .pagego{ padding: 6px; margin-right: 5px; border-radius: 5;}
.page-text .pagebtn{ padding: 6px 12px; cursor: pointer;}
.page-text input{ display: none;}

/* embed */
.embed-responsive{position:relative;display:block;overflow:hidden;padding:0;height:0}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{padding-bottom:580px}
.embed-responsive-4by3{padding-bottom:75%}

/* more */
.margin-0{ margin: 0 !important;}
.news-nav li.active a{ background-color: #333; border: 1px solid #333; color: #fff;}
.padding-0{ padding: 0 !important;}
.pull-left{ float: left !important;}
.pull-right{ float: right !important;}
.link-text li{ float: left; margin-right: 5px; margin-bottom: 5px;}
.hide,.visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-mi{ display: none !important;}
.foot{padding: 20px;text-align: center;color: #999;background-color: #ffffff;}
.foot p {
    margin: 0 0 5px;
    color: #555;
}
.foot a,h1,h2,h3,h4,h5,h6{color: #555;}
.foot a,button{text-decoration:none;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}

@media (min-width: 1000px){	
	.visible-lg { display: block !important;}
	.hidden-lg {display: none !important;}		
}

@media (max-width: 1199px) and (min-width: 992px){
	.visible-md { display: block !important;}
	.hidden-md {display: none!important;}
	.video_play{width:100%; height:400px;}
}

@media (max-width: 991px) and (min-width: 768px){	
	.visible-sm{ display: block !important;}
	.hidden-sm {display: none !important;}
	.video_play{width:100%; height:400px;}
}

@media (max-width: 1023px){
	.container{ width: 100%; margin: 20px auto 0; padding-left: 35px; padding-right: 35px;}	
	.pannel-left,.pannel-side{ float: none; width: 100%;}
	
	/* screen */
	.screen-list{padding:10px 0 0;/* margin: 0 0 0 5px; */width:100%; /*! white-space:nowrap; */overflow-y:hidden;overflow-x:scroll; /*! -webkit-overflow-scrolling:touch */}
	.screen-list:first-child{ padding-top: 5px;}
	.screen-list li{ float: none; display: inline-block;}
	.screen-list li a{ margin-left: 1px;}
	.screen-list li.active a{ border-radius: 0; background: none; color: #FF9900;}
	
	/* vodlist */
	.vodlist-item{ width: 25%;}
	.vodlist-item.active{ width: 50%;}


    /* vodlistart */
	.vodlistart-item{ width: 25%;}
	.vodlistart-item.active{ width: 50%;}


	/* artlist */
	.artlist-item{ width: 25%;}
	.artlist-item.active{ width: 50%;}

	/* satrlist */
	.starlist-item{width: 25%;}
	.satrlist-item.active{ width:100%;}

	/* actorlist */
	.actorlist-item{width: 25%;}
	.actorlist-item.active{ width:100%;}

	/* content */
	.content-detail{width: 100%;}
	.content-playlist li{ width: 16.6666667%;}
}

@media (max-width:767px){
img.img-responsive {
    width: 100%;
    height: 100%;}
img.img-responsiveb {
    width: 100%;
    height: 100%;}
	.visible-xs { display: block !important;}
	.hidden-xs {display: none!important;}
    .container{width: 100%;margin: 0;padding-left: 0px;padding-right: 0px;border: 0;border-radius: 0;}
    .row{ border: 0; border-radius: 0;}
    .col-pd{padding: 5px;}
    
    /* header */
    .header-top{ height: 60px; padding:0 10px;}
    .header-logo{ /*! margin: 10px 0 0; */ padding: 0;width: 120px;height: 23px;}
    .header-logo .logo{width: 120px;height: 26px;background:url(../images/logo_min.png) no-repeat;background-position:50% 50%;background-size:cover;}
    .header-search{ float: none; width: auto; margin: 0; position: absolute; top: 18px; right: 13px; left: 159px;}
    .header-search .form-control{ height: 31px; line-height: 30px; border-radius: 5px; padding:6px 40px 6px 10px; border: 0;}
    .header-search .submit{ width: 30px; height: 30px;}
    .header-menu{ position:relative; margin: 0;}
	.header-menu:before,.header-menu:after{ display: none;}
	.header-menu ul { height: 38px; /*! display: -webkit-box; */ display: -webkit-flex; display: flex;}
	.header-menu ul li{display: block;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;text-align: center;}
	.header-menu li a{display: block;padding: 0;line-height: 38px;font-size: 15px;}
	
	/* pannel */	
	.pannel{padding: 2px;}
	.pannel:before{ left: 10px; -webkit-transform-origin: 0 100%;transform-origin: 0 100%; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
	.pannel-head{ padding: 0 5px; margin-bottom: 5px;}
	.pannel-head .title{font-size: 15px;}
	.pannel-headb .title{font-size: 15px;}
	
	
	/* vodlist */
	.vodlist-item{width: 49.9%;padding: 2px;}
	.vodlist-item.active{ width: 100%;}
	
	/* vodlistart */
	.vodlistart-item{ width: 33.333333%; padding: 5px;}
	.vodlistart-item.active{width: 50%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	
	/* content */
	.content-thumb .pic{ width: 177px;height: 220px;}
	.content-detail .title {
    font-size: 16px;
    color: #555;
    margin: 0 0 5px;
    line-height: 18px;
}
	.content-detail{/* padding: 0 10px; */}
	.content-detail .data{margin-bottom: 1px;}
	.content-detail .playbtn{margin-top: 10px; padding: 0;}
	.content-detail .playbtn a{width: 90px; height: 28px; line-height: 28px;}
	.content-playlist{padding: 5px 0 0 5px;}
	.content-playlist li{ width:33.333333%;}
	.content-playlist li a{font-size: 12px;}
	
	/* link */
	.link-text li{ margin-right: 10px; margin-bottom: 5px;}
	
	/* page */
	.page li{float:left;width:20%;margin:0;padding:0 5px 0 5px}
	.page li a,.page-box li .num{display:block;padding:5px 0;text-align:center}
	.page li.page-item{ width: auto; margin-bottom: 5px;}
	.page li.page-item a{ padding: 5px 15px;}
	.page-text{ text-align: left;}
	.page-text a,.page-text em,.page-text span{ margin-right: 5px; margin-bottom: 5px;} 
}

/* panel */
.panel{ 
	margin-top:6px;margin-bottom:6px; 
	padding:8px; 
	background-color: #fff; 
}	
	.panel-heading{ position: relative;	height: 32px; line-height: 32px; }
	.panel-more{ float: right; color: #999; } 
	.panel-more > span > a + a{ margin-left: 20px; }  
	.panel-more > span > a{ color: #999; }  
	.panel-more > span > a:hover{ color: #089e36; }  
	.panel-title > small { color: #666; margin-left: 7px; font-weight: 400; }
	.panel-title{ 
		position: relative;
		float: left; 
		font-size:15px; 
		font-weight: 700;
	} 
	/* panel-tabs */
	.panel-tabs{ }
	.panel-tabs > a + a{ margin-left: 10px;}
	.panel-tabs > a{
		float: left;
    	padding: 0 25px;
    	color: #666;
    	background-color: #f9f9f9;
    	border-radius: 100px;
    	transition: .15s ease-in-out;
	}
		.panel-tabs > a:hover,
		.panel-tabs > a.active{ color: #fff; background-color: #089e36; }	
.wenzhang-list {
	margin: 10px 0px 0 0;
}
.wenzhang-list li {
	float: left;
	width: 24.99%;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right:10px;
}
.wenzhang-list-dot li::before {
	font-weight: bold;
	color:#cecbcb;
	
	font-size: 14px;
	padding-right: 4px;
}

.pannel ul li span.newnum {
	display:block;
	float:left;
	width:24px;
	height:24px;
	line-height:24px;
	margin:4px 4px;
	text-align:center;
	background:#eee;
}

.pannel ul li:nth-child(1) span.newnum {
	background:#FBAD68;
}
.pannel ul li:nth-child(2) span.newnum {
	background:#A7C87F;
}
.pannel ul li:nth-child(3) span.newnum {
	background:#66B3D6;
}

@media (max-width: 767px){
.panel {
    margin-top: 10px;
    padding: 5px;
}
.video {width:100%;
    height:200px;}
.wenzhang-list {
    margin: 10px 0 0 0;
}   
.wenzhang-list li {
    float: left;
    width: 100%;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}  

.player-detail .set{float:none;padding:0px;background-color:#fff;text-align:center}
.player-detail .set .cut{/*! margin-top:10; */background-color:#fff}
.player-detail .set .cut.app{display:inline-block}

.embed-responsive-16by9{padding-bottom:240px}
  
}

.titles {
    border-bottom: 0.2px dashed #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}
.titles h1 {
    font-size: 24px;
    line-height: normal;
    color: #404040;
    margin-bottom: 0.3em;
    text-align: center;
}

.subtitles, .subtitles a {
    font-size: .5em;
    color: #999;
    text-align: center;
    margin-bottom: 5px;
}
.subtitles span {
    font-size: 13px;
}
.video_play{ width:100%;height:600px;}
@media (max-width: 768px)
.main h1 {
    font-size: 24px;
    line-height: 45px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 1199px){
.video_play{ width:100%;height:600px;}
}
@media (max-width: 1023px){
.video_play{ width:100%;height:600px;}
}
@media (max-width: 768px){
.video_play{width:100%;height:250px;}
.visible-xs { display: block !important;}
}

.vodlist-thumb1 {
  position: relative;
  display: block;
  padding-top: 50%;
  background: url(../images/008kx1rYly1grqt8pr3uqj3064091743.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: 50% 50%;
  background-size: cover;
}

