body{
    background: #000 url("../img/media_bg-min.jpg") no-repeat center top;
}
.plan_tit {
    width: 1010px;
    font-size: 45px;
    color: #fff1d7;
    padding: 0px 205px;
    margin-top: 115px;
}
.plan_desc {
    width: 1010px;
    font-size: 20px;
    color: #d7d7d7;
    padding: 0px 205px;
    margin-top: 25px;
}
#news_ul{
    overflow: hidden;
    /*height: 950px;*/
}
.news_con{
    height: 1057px;
}
.news_con ul li{
    width: 718px;
    height: 158px;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 35px;
}
.news_con ul li a img{
    display: block;
    float: left;
    width: 275px;
    height: 158px;
}
.news_intro{
    float: left;
    width: 429px;
    padding-left: 14px;
}
.news_tit{
    height: 48px;
    font-size: 20px;
    color: #fefefe;
    font-weight: bold;
}
.news_desc{
    font-size: 18px;
    color: #d7d7d7;
    margin-top: 15px;
}
.news_time{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    font-size: 18px;
    font-style: italic;
    color: #d7d7d7;
    padding: 0px 10px;
}

.plan_tit.video{
    margin-top: 64px;
}

.video_con{
    height: 1255px;
}
.video_con ul li{
    width: 277px;
    height: 248px;
    float: left;
    margin-right: 27px;
    margin-top: 30px;
    position: relative;
}
.video_con ul li:nth-child(5n){
    margin-right: 0px;
}
.video_con ul li img{
    display: block;
    width: 277px;
    height: 159px;
}
.vid_desc{
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
}

.live a{
    display: block;
    width: 241px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    color: #000;
    background: #f08302;
    margin: 0px auto;
}
ul#video_ul {
    overflow: hidden;
}