@charset "utf-8";

/*共用文件应用*/
@import url("blue.css");
@import url("style.css");



/*视频频道*/
.video{ border-radius: 5px;}
.videoSection{box-shadow:0 0 3px 3px #ebebeb; margin:5px 0;border-radius: 5px; }
.videoSection_title{padding: 0 .2rem; }
.videoSection_title h3{ background:url(../images/titleico.png) no-repeat left center; background-size:auto; border-bottom:1px dashed #CCC; padding:10px 0; text-indent:12px; color:#3e6bc6; font-size:0.3rem; font-weight:bold;}
.videoSection_title h3 em{ color:#3e6bc6; margin-top:0.1rem; width: 25px;height: 25px; background-image: url(../images/more_read.png);}
.videoSection_con{ }


/*视频频道-列表*/
.videolist{ padding:10px 0;}
.videolist_title{ text-align:center;}
.videolist_title h1{ border-bottom:1px dashed #ebebeb; padding:10px 0; font-size:0.28rem; font-weight:bold;}
.videolist_con{ padding:15px 0;}
.videolist_con ul{ }
.videolist_con ul li{ float:left; width:50%; padding:0 2%; margin-bottom:0.4rem;}
.videolist_Img{ position: relative;}
.videolist_Img img{ width:100%;}
.videolist_Img p{position: absolute;width: 100%;bottom: 0;left: 0;padding: .03rem .16rem;color: #fff;background: -webkit-linear-gradient(bottom,rgba(0,0,0,.85),transparent);background: linear-gradient(0deg,rgba(0,0,0,.85),transparent);}
.videlist_title{padding-top: .2rem;text-align:left; font-size:0.24rem; overflow:hidden; /*内容超出后隐藏*/text-overflow:ellipsis;/*超出内容显示为省略号*/display:-webkit-box; /*将对象作为弹性伸缩盒子模型显示*/-webkit-box-orient:vertical;/*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/-webkit-line-clamp:2;}
.videlist_title p{}


/*视频频道-列表-详情*/
.videoInfo{ margin-bottom:5px;}
.videoMain{ box-shadow: 0 0 3px 3px #ebebeb !important}
.videoMain_video{}
.videoMain_vcon{ padding-bottom:.3rem; padding-top:.3rem;}
.videoMain_vcon_title{ border-bottom:1px solid #ebebeb; padding-bottom:.2rem;}
.videoMain_vcon_title h3{ background:url(../images/titleico.png) no-repeat left center; background-size:auto; border-bottom:1px dashed #CCC; padding:10px 0; text-indent:12px; color:#3e6bc6; font-size:0.3rem; font-weight:bold;}
.videoMain_vcon_title h3 em{ color:#3e6bc6; margin-top:0.1rem; width: 25px;height: 25px; background-image: url(../images/more_read.png);}


.videoMain_vcon_title p{ text-align:center; color:#999;}
.videoMain_vcon_title p span{ margin:0px 5px;}
.videoMain_vcon_desc{ font-size:0.26rem;}
.videoMain_vcon_desc p{ margin:15px 0;}


