.containerbg {
    width:1336px;
    margin:0 auto;
    background: #f7f8f8;
}

.news_container {
    width: 1240px;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 99;
    position: relative;
}

    .news_container .news {
        background: #384766;
    }
.prev,.next{
    width:45px;
    height:45px;
    position:absolute;
    z-index:9999;
    top:50%;
    margin-top:-23px;
    cursor:pointer;
}
.prev{
    left:0;
}
.next{
    right:0;
}
.banner_cont{
    height:495px;
    width:100%;
    max-width:1920px;
    margin:0 auto;
    overflow:hidden;
}
.news > p {
    float: left;
}

.news > div {
    float: left;
    padding: 13px 55px;
    font-size: 16px;
    color: #b1b5be;
    line-height: 31px;
}

    .news > div > p {
        float: left;
    }

.news .data_bg {
    background: url(../../../img/ping/d-3/nav-bg1.png) no-repeat left center;
    padding-left: 32px;
    margin-right: 27px;
}

.news .count_bg {
    background: url(../../../img/ping/d-3/nav-bg2.png) no-repeat left center;
    padding-left: 38px;
}

.final_list {
    padding: 22px 39px;
    background: #3e4355;
}

    .final_list li {
        float: left;
        width: 126px;
        height: 47px;
        line-height: 47px;
    }

        .final_list li a {
            display: block;
            text-align: center;
            width: 100%;
            height: 100%;
            background: url(../../../img/ping/d-3/nav-bg3.png) no-repeat left top;
            padding-left: 25px;
            font-size: 14px;
            color: #bdbec2;
        }

        .final_list li span {
            display: block;
            text-align: center;
            width: 100%;
            height: 100%;
            background: url(../../../img/ping/d-3/nav-bg3.png) no-repeat left top;
            padding-left: 25px;
            font-size: 14px;
            color: #bdbec2;
        }

            .final_list li span p {
                line-height: 22px;
            }

        .final_list li a p {
            line-height: 22px;
        }

        .final_list li:hover a {
            background-position-y: bottom;
        }

/* 赛事新闻  */
.match_container {
    width: 1240px;
    margin: 36px auto 52px;
}

    .match_container > div {
        float: left;
    }

.title {
    color: #343434;
    font-size: 22px;
    font-weight: bold;
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
}

.match_container .video_list {
    width: 531px;
    height: 265px;
    overflow: hidden;
    margin-top: 23px;
}

    .match_container .video_list li img {
        width: 531px;
        height: 265px;
    }

    .match_container .video_list li {
        width: 100%;
        height: 100%;
        display: none;
        background: #dedede;
    }

        .match_container .video_list li.block {
            display: block;
        }

.match_container .video_btn {
    width: 531px;
}

    .match_container .video_btn li {
        float: left;
    }

        .match_container .video_btn li a {
            display: block;
            width: 177px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #e6e6e6;
            color: #2a2929;
            font-size: 14px;
            font-family: "宋体";
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .match_container .video_btn li:hover a, .video_btn li.hover a {
            background: #E77373;
            color: #fff;
        }

.title1 {
    width: 212px;
    padding: 0 8px 12px 24px;
    border-bottom: 4px solid #e77373;
    margin: 0 31px 18px 13px;
}

.match_container .file_notice {
    background: #efeded;
    padding: 14px 12px 20px;
    width: 218px;
    margin: 0 31px 0px 13px;
    height: 272px;
}

    .match_container .file_notice li {
        background: url(../../../img/ping/d-3/li-bg.png) no-repeat left 13px;
        padding-left: 5px;
    }

    .match_container .file_notice li {
        line-height: 28px;
        color: #444343;
        font-size: 14px;
    }

        .match_container .file_notice li:hover, .match_container .file_notice li:hover a {
            color: #e77373;
            background-position-y: -15px;
        }

        .match_container .file_notice li:after {
            content: '';
            display: block;
            clear: both;
            height: 0px;
            visibility: hidden;
        }

        .match_container .file_notice li a {
            float: left;
            color: #444343;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 130px;
            cursor: pointer;
        }

        .match_container .file_notice li span {
            float: right;
        }

.match_container .excellent_btn li {
    float: left;
    font-size: 16px;
    color: #000;
    width: 196px;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 4px solid #eaeaea;
    /*cursor: pointer;*/
}

.match_container .excellent_btn .more {
    width: 28px;
    float: right;
}

    .match_container .excellent_btn .more:hover {
        border-bottom: 4px solid #eaeaea;
    }

.match_container .excellent_btn li:hover, .match_container .excellent_btn li.change {
    border-bottom: 4px solid #e77373;
    /*color: #e77373;
    font-weight: bold;*/
}

.match_container .excellent_list {
    height: 300px;
    border: 1px solid #e77373;
    margin-top: 18px;
    background-color: #fff;
}

    .match_container .excellent_list ul {
        display: none;
    }

        .match_container .excellent_list ul li span {
            display: inline-block;
            width: 135px;
            height: 30px;
            text-align: left;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


/* 最新作品 */
.newest_contarner {
    width: 1240px;
    margin: 0 auto;
}

.newest_contarner .newest {
    float: left;
    width: 780px;
}

.newest_contarner .newest .newest_btn li {
    float: left;
    padding: 34px 26px 12px;
    cursor: pointer;
    font-size: 16px;
    color: #e77373;
    position: relative;
    z-index: 99;
    border-bottom: 4px solid #eaeaea;
}

.newest_contarner .newest .newest_btn li:hover, .newest_contarner .newest .newest_btn li.new_hover {
    border-bottom: 4px solid #e77373;
}

.newest_contarner .newest .newest_list {
    width: 780px;
    margin-top: 26px;
}

.newest_contarner .newest_list .newest_banner img {
    width: 182px;
    height: 470px;
}

.newest_contarner .newest_list .newest_banner p {
    font-size: 14px;
    color: #e77373;
    background: url(../../../img/ping/d-3/titlebg.png) no-repeat 1px center;
    line-height: 33px;
    padding-left: 26px;
}

.newest_contarner .newest_list > li {
    display: none;
}

.newest_contarner .newest_list ol {
    width: 594px;
}

.newest_contarner .newest_list ol li {
    float: left;
    margin-left: 14px;
}

.newest_contarner .newest_list ol li.no_data {
    width: 100%;
    height: 495px;
    background-color: #000;
    filter: Alpha(opacity=10);
    background-color: rgba(0,0,0,.1);
    line-height: 470px;
    text-align: center;
}

.newest_contarner .newest_list ol li.no_data p {
    position: relative;
    z-index: 99;
    font-size: 16px;
}

.newest_contarner .newest_list ol img {
    width: 184px;
    height: 127px;
}

.newest_contarner .newest_list a > p {
    color: #5e5e5e;
    font-size: 14px;
    margin: 9px 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
}

.newest_contarner .newest_list ol a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.newest_contarner .newest_list ol .opcity_bg {
    width: 184px;
    height: 127px;
    background: #7c5b72;
    filter: Alpha(opacity=60);
    background: rgba(124,91,114,.6);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.newest_contarner .newest_list ol .opcity_bg p {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d17474;
    filter: Alpha(opacity=90);
    background: rgba(209,116,116,.9);
    position: absolute;
    top: 43px;
    left: 32px;
    color: #fff;
}

.newest_contarner .newest_list ol li:hover .opcity_bg {
    display: block;
}

.newest_contarner .newest_list ol li:hover a > p {
    color: #e77373;
}

.newest_contarner .process {
    float: right;
    width: 415px;
}
/*.newest_contarner .newest_list ol li:hover a img{
	filter:Gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);  
   	-o-filter: grayscale(100%);      
   	filter: grayscale(100%);   
}*/

/*  话说微课  */
.words {
    margin-top: 28px;
}

.words img {
    width: 140px;
    height: 230px;
    float: left;
}

.words .title_words {
    border-bottom: 4px solid #E77373;
    padding-bottom: 6px;
}

.words .title_words span {
    color: #E77373;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 60px;
}

.words .title_words a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #470909;
    width: 135px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: url(../../../img/ping/d-3/titlebg-1.jpg) no-repeat left center;
}

.words table {
    width: 257px;
    margin-top: 12px;
}

.words table td {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 18px;
}

.words table td.last {
    background: url(../../../img/ping/d-3/tablebg.png) no-repeat left center;
    padding-left: 15px;
}

.words table td a {
    display: inline-block;
    width: 129px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.new p{
    display:none;
    cursor:pointer;
}

.digShow {
    background: url(../../../img/ping/d-3/tablebg.png) no-repeat left 6px;
    padding-left: 15px;
}
