/*util*/

a {
    color: #5c5c5c;
}

a:link {
    color: #5c5c5c;
}

a:visited {
    color: #5c5c5c;
}

a:hover {
    color: #e3194c;
    text-decoration: none;
}

a:active {
    color: #e3194c;
    text-decoration: none;
}

.v_wrap img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.v_wrap img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.v_clearfix {
    clear: both;
    line-height: 0px;
    height: 0px;
}


/*头部视频*/

.v_top {
    overflow: hidden;
    width: 100%;
}

.v_top_link {
    width: 100%;
    margin-top: 5px;
    background: #f2f2f2;
    font-size: 0;
}

.v_top_link a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #5e5e5e;
    line-height: 27px;
    padding: 0px 20px;
    height: 27px;
    text-decoration: none;
}

.v_top_link a:hover {
    background: #e3194c;
    color: #fff;
}

.v_top_link a.v_top_active {
    background: #e3194c;
    color: #fff;
}

.feature-pic {
    position: relative;
    background: #242625;
    overflow: hidden;
    display: none;
}

.feature-pic .banner-img{
    width: 100%;
}

.feature-pic .absimg {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 3;
}

.feature-pic .v_top_img {
    position: relative;
    margin: auto;
    width: 1195px;
    height: 465px;
}

.feature-pic .title {
    width: 100%;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0px;
}

.feature-pic .title a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
    font-size: 22px;
    padding-left: 30px;
}

.feature-pic .background {
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    bottom: 0px;
}
.feature-pic .play-video{
    cursor: pointer;
}

/*头部视频 end*/
/*新视频 start*/
.v_box {
    position: relative;
    width: 100%;
    margin: auto;
}

.v_title {
    margin-bottom: 10px;
    padding-top: 30px;
    position: relative;
}

.v_100 .v_title {
    margin-top: 30px;
}

.v_title .v_title_sub {
    display: inline-block;
}

.v_title .v_title_sub a {
    display: inline-block;
}

.v_title h1,
.v_title a {
    display: inline-block;
    font-size: 18px;
}

.v_title h1 {
    font-size: 32px;
    font-weight: bold;
}

.v_title a {
    padding-left: 15px;
    color: #303030;
}

.v_title .v_more {
    position: absolute;
    font-size: 16px;
    right: 0;
    bottom: 3px;
}

.v_video_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 10px;
}

.v_img_wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    font-size: 0;
    margin: 0px 2px 15px 15px;
}

.v_single {
    height: 335px;
    width: 594px;
    margin-left: 0;
}

.v_single .background {
    width: 100%;
    height: 40px;
    background: #000;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    top: -40px;
}

.v_single .title {
    width: 100%;
    height: 40px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    left: 0;
    
}

.v_single .title a {
    margin-left: 10px;
    color: #fff;
    line-height: 40px;
    font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
    font-size: 22px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.v_small,
.v_vs_img {
    height: 160px;
    width: 280px;
    overflow: hidden;
}

.v_small .background {
    width: 100%;
    height: 30px;
    background: #000;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.v_small .title {
    width: 100%;
    height: 30px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    left: 0;
}

.v_small .title a {
    padding-left: 10px;
    color: #fff;
    line-height: 30px;
    font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
    font-size: 16px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.v_video_box img {
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


/*新视频 end*/
/*100胜&东体视频 start*/
.type_content_card {
    text-align: justify;
}

.type_content_card {
    border-bottom: 1px #f2f2f2 solid;
}

.type_content_card .placeholder {
    width: 32%;
    display: inline-block;
    height: 1px;
}

.type_content_card .list_card {
    margin-bottom: 15px;
    vertical-align: top;
    width: 24%;
    height: 360px;
    display: inline-block;
    position: relative;
}

.type_content_card .list_card .pic {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.type_content_card .list_card .pic img {
    width: 292px;
    height: 162px;
}

.type_content_card .list_card .tit {
    display: block;
    width: 100%;
    height: 52px;
    font: bold 18px/26px "Hiragino Sans GB","Microsoft Yahei",sans-serif;
    overflow: hidden;
    color: #3b3b3b;
    margin: 7px auto;
    margin-top: 12px;
    padding: 0 5px;
    display: block;
}

.type_content_card .list_card .des {
    width: 100%;
    height: auto;
    font: 14px/20px "Hiragino Sans GB","Microsoft Yahei",sans-serif;
    margin: 10px auto;
    color: #888;
    padding: 0 5px;
    max-height: 60px;
    overflow: hidden;
}

.type_content_card .list_card .des .more {
    color: #888
}

.type_content_card .list_card .info {
    width: 100%;
    height: 28px;
    zoom: 1;
    clear: both;
    color: #a8a8a8;
    position: absolute;
    bottom: 15px;
    padding: 0 10px;
    padding-left: 0;
}

.type_content_card .list_card.active .info {
    background: #f7f7f7;
}

.type_content_card .list_card.active .news_share {
    display: block;
}

.type_content_card .list_card .bdsharebuttonbox {
    position: absolute;
    top: 0;
    right: 0;
}

.type_content_card .list_card .info .tag {
    padding: 1px 5px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    background: #8dc4e3;
    margin-right: 5px;
}

.type_content_card .list_card .info .tag.color1 {
    background: #8dc4e3;
}

.type_content_card .list_card .info .tag.color2 {
    background: #f5846c;
}

.type_content_card .list_card .info .fa {
    color: #a8a8a8;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.type_content_card .list_card .info .onlinetime {
    color: #a8a8a8;
    line-height: 28px;
    display: inline;
    font-size: 12px;
}
.type_content_card .list_card .placeholder{
    width: 24%;
}

/*100胜&东体视频 end*/

.type_content .list_card.active .info {
    background: #f7f7f7;
}

.type_content .list_card.active .news_share {
    display: block;
}
