a:focus, a:hover, a:link {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, a, .details-play-title .nav-tabs > li.active > a, .details-play-title .nav-tabs > li.active > a:focus, .details-play-title .nav-tabs > li.active > a:hover, .details-play-title .nav-tabs > li > a:hover, .details-play-title .nav-tabs > li.open > a, .details-play-title .dropdown-menu > li > a, .dropdown-menu > li > a {
    color: #333;
    font-weight: 500;
    margin: 0
}

.text-overflow-2 {
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    height: 60px
}

body, html {
    background: #f1f1f1;
    margin: 0;
    padding: 0
}

.video-box {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
}

.video-box .box-title {
    position: relative;
    padding: 5px 0;
    width: 100%
}

.video-box .box-title h3 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 10px
}

.video-box .box-title .share_box {
    float: right;
    vertical-align: top;
    margin: 0px 10px 0px 0
}

.video-box .box-title .share_box .share_img {
    font-size: 16px;
    color: #fff
}

.video-box .cccc {
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.video-box .content-list .content-item {
    position: relative;
    padding: 5px;
    border-top: 1px solid #ddd;
    width: 25%;
    float: left;
    vertical-align: top;
}

.video-box .content-list .content-item .video-pic {
    display: block;
    position: relative;
    padding-top: 60%;
    background: no-repeat top center #333;
    background-size: auto 100%;
}

.video-box .content-list .content-item .video-pic .content-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    max-width: 100%;
}
.video-box .content-list .content-item .video-pic .player {
    text-indent: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    color: #fff
}

.video-box .content-list .content-item .video-pic .player:hover {
    opacity: 1
}

.video-box .content-list .content-item .video-pic .player img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px
}

.video-box .content-list .content-item .video-pic:hover .player {
    opacity: 1
}

.video-box .content-list .content-item .note {
    padding: 5px 10px
}

.video-box .content-list .content-item .text-bg-r {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    font-size: 12px;
    color: #fff;
    text-align: right;
    z-index: 3;
}

@media (max-width: 738px) {
    .video-box .content-list .content-item {
        width: 50%;
    }
}

.video-box .content-list .content-item .title a {
    font-size:13px;
    font-weight:bold;
}

@media (max-width:738px){
    .text-overflow-2{
        height: 40px;
    }
}


.share_box a{
    color: #fff;
}
.share_box a:hover{
    color: #fff;
}

.app {
	margin: 10px 0;
}

.app_title {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #cd5c4e;
	font-weight: bolder;
}

.app ul li {
	margin: 10px 0;
	float: left;
	width: 8.33%;
	text-align: center;
	list-style-type: none
}

.app ul li img {
	margin: 0 auto;
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 8px
}

.app ul li a {
	font: 12px/28px Tahoma,'Microsoft Yahei',Simsun;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.app ul li a:hover {
	color: #FD4C5D;
	font-weight: bolder;
}

@media screen and (max-width:640px) {
	.app ul li {
		width: 20%
	}
}

@media screen and (min-width:768px) {
	.app {
	}
}