/*首页新闻列表样式*/
.news_box {
    margin: 20px auto;
}

@media (min-width:1200px) {
    .news_pdd1 {
        padding-right: 40px;
    }

    .news_pdd2 {
        padding-left: 40px;
    }
}

.news_h1 {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #adcdea;
    border-bottom: 2px solid #940606;
}

.news_h2 {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/news_h_bg.png) left bottom no-repeat;
}

.news_h_t1 {
    position: relative;
    height: 100%;
    text-align: left;
    font-size: 12pt;
    color: #1d417b;
    text-indent: 10px;
}

.news_h_t2 {
    position: relative;
    text-align: left;
    font-size: 12pt;
    color: #1d417b;
    text-indent: 6px;
}

.news_h_m {
    position: relative;
    width: 40px;
}

.news_h_r {
    position: relative;
    float: right;
}

.news_c {
    color: #333333;
    line-height: 27px;
}

.news_time1 {
    width: 12%;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    text-align: center;
}

.news_time2 {
    width: 80px;
    text-align: center;
    font-family: Georgia;
}

.news_time_MM {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #999999;
    background-color: #dddddd;
}

.news_time_dd {
    width: 100%;
    height: 40px;
    line-height: 50px;
    color: #940606;
    font-size: 18px;
}

.news_title1 {
    width: 80%;
}

@media (min-width:768px) {
    .news_time1 {
        width: 8%;
    }

    .news_title1 {
        width: 85%;
    }
}

@media (min-width:992px) {
    .news_time1 {
        width: 12%;
    }

    .news_title1 {
        width: 80%;
    }
}

@media (min-width:1200px) {
    .news_time1 {
        width: 12%;
    }

    .news_title1 {
        width: 80%;
    }
}

.PostTime {
    color: #999999;
    font-size: 9pt;
}

.NewsSummary {
    color: #666666;
    font-size: 9pt;
}

#Video video {
    width: 100%;
}

@media (min-width:1200px) {
    #Video {
        padding-left:30px;
        padding-right:30px;
    }
}