@media (min-width: 1025px) {

    #index .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
        margin-right:12px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .content ul {
        width: 100%;
    }
    .content a {
        font-size: 0.83vw;
    }
    .content ul li {
        float: left;
        width: 50%;
    }
    .newest_activity {
        width: 100%;
        height: 19.7vw;
        background: url("../images/index/1.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .news_list {
        width: 100%;
        height: 19.7vw;
        background: url("../images/index/2.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .content h3 {
        color: #fff;
        font-size: 1.87vw;
        font-weight: 400;
        margin-left: 5.2vw;
        margin-top: 3.1vw;
    }
    .content_detail {
        margin-top: 2vw;
        margin-left: 5.2vw;
        width: 80%;
    }
    .detail_2 {
        margin-top: 1vw;
    }
    .index_video{
        display: block;
        width: 100%;
    }

    .content_detail > a {
        line-height: 1.5vw;
        width: 92%;
        float: left;
    }

    .content_detail > a:hover {
        text-decoration: underline;
    }

    .content_detail a .content_timer {
        position: absolute;
    }

    .title_line {
        width: 4.16vw;
        height: 0.2vw;
        background: #fff;
        margin-left: 5.2vw;
        margin-top: 0.8vw;
    }

    .decs_line {
        display: block;
        width: 1vw;
        height: 1px;
        background: #fff;
        float: left;
        margin-top: 0.6vw;
        margin-right: 0.6vw;
    }

    .content_timer {
        font-size: 12px;
        color: #c3c2c2;
        margin-left: 1vw;
    }

    .view_more {
        color: #fff;
        font-size: 0.83vw;
        margin-top: 2vw;
        margin-left: 40.2vw;
        cursor: pointer;
    }
    .view_more:hover{
        text-decoration: underline;
    }
    .view_more span {
        margin-left: 1vw;
    }
    .view_more span img{
        width: 0.57vw;
    }
}
@media (max-width: 1024px) {
    #index .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        overflow: hidden;
        width: 25px;
        height: 25px;
        background-image: url(../images/footer/social_media_icon_ie8.png);
        float: left;
        padding-left:0;
    }
    #index .icon_wb{
        margin-left: 6.9vw;
    }
    #index .icon_fb,#index .icon_wx,#index .icon_tw,#index .icon_ga{
        margin-left: 12px;
    }
    .kv{
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
   .maskimg{
        width:100%;
        height: 56.26vw;
        background: url(../images/index/mobile/video_img.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    .content li{
         width: 100%;
         height: 96vw;
     }
    .content li h3{
        color: #fff;
        font-size: 6.66vw;
        font-weight: 400;
        margin-left: 5.3vw;
        padding-top: 13.3vw;
    }
    .title_line{
        width: 10.5vw;
        height: 2px;
        background: #fff;
        margin-left: 5.3vw;
        margin-top: 3vw;
    }
    .content_detail{
        margin-top: 8vw;
    }
    .index_video{
        width: 100%;
        display: block;
    }
    .decs_line {
        display: block;
        width: 4vw;
        height: 1px;
        background: #fff;
        float: left;
        margin-left: 5.3vw;
        margin-right: 3vw;
        margin-top: 1.7vw;
    }
    .content_detail > a {
        display: block;
        line-height: 5vw;
        float: left;
        width: 83%;
        font-size: 3.68vw;
        position: relative;
    }
    .content_detail  a .content_timer{
        position: absolute;
        bottom: -5vw;
        right:6vw;
        font-size: 3vw;
        color: #c3c2c2;
    }
    .content_timer span{
        display: block;
        width: 8vw;
        height: 1px;
        background: #fff;
        float: left;
        margin-top: 2.3vw;
        margin-right: 2vw;
    }

    .newest_activity{
        background: url("../images/index/mobile/1.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .news_list{
        background: url("../images/index/mobile/2.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .view_more{
        color: #fff;
        font-size: 3.1vw;
        margin-top: 18vw;
        margin-left: 70vw;
    }
    .view_more span{
        margin-left: 3vw;
    }

}

