body {
    background-color: #f6f8f9;
}

.newslist_w {
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
}
.newslist_hd {
    width: 100%;
    overflow: hidden;
    height: 44px;
    margin: 20px 0;
    position:relative;
}
    .newslist_hd span {
        width: 120px;
        display: inline-block;
        background: #155296;
        font-size: 18px;
        text-align: center;
        color: #fff;
        position: relative;
        left: 20px;
        line-height: 30px;
    }
    .newslist_hd span:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 10px solid #155296;
        border-right: 10px solid transparent;
        position: absolute;
        top: 30px;
        left: 0;
    }
.newslist_hd .news_p {
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 40px;
    padding-left: 20px;
    color: #888;
    font-size:12px;
}
    .newslist_hd .news_p a {
        color: #888;
        text-decoration:none;
    }
.news_list {
        padding: 10px 20px;
        min-height: 600px;
    }
.news_item {
    position: relative;
    border-bottom: 1px dashed #e7e7eb;
    font-size: 14px;
    line-height: 50px;
    background: url(../Images/dot1.png) no-repeat left center;
}
.news_item a {
    display: block;
    padding-right: 10em;
    padding-left: 14px;
    color: #353535;
    text-decoration: none;
    cursor: pointer;
    text-decoration:none;
}
    .news_item a:hover {
        color: #155296;
    }
    .read_more {
        position: absolute;
        right: 20px;
        top: 0;
        color: #9a9a9a;
        text-decoration: none;
    }
.newfoot {
    position: relative;
    top: 0;
    text-align: center;
    color: #08497e;
    width: 100%;
    margin: 0 auto;
    line-height: 50px;
    font-size:12px;
}
.news_time_source {
    font: 12px/1 Arial,Sim sun;
    color: #888;
    text-align: center;
    margin-bottom:20px;
}
.news_cont {
    background: #fff;
    padding: 20px 10px;
}
.news_cont h2 {
    padding:20px 0;
    text-align: center;
    font-size: 18px;
}
news_cont > p {
    text-indent: 2em;
}
.news_cont .f_center {
    text-align: center;
    text-indent: 0;
    line-height:32px;
}
.page_div {
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin:20px auto;
    max-width:800px;
    padding-left: 20px;
    box-sizing: border-box;
}
.gonggao_b {
    width: 100%;
}
.gonggao_b img {
    width:100%;
    height:100%;
    }
    /*
 * Ò³Êý°´Å¥ÑùÊ½
 */
    .page_div a {
        min-width: 30px;
        height: 28px;
        border: 1px solid #dce0e0 !important;
        text-align: center;
        margin: 0 4px;
        cursor: pointer;
        line-height: 28px;
        color: #666666;
        font-size: 13px;
        display: inline-block;
    }

#firstPage,
#lastPage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9 !important;
}

#prePage,
#nextPage {
    width: 70px;
    color: #0073A9;
    border: 1px solid #0073A9 !important;
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

    .totalPages span,
    .totalSize span {
        color: #0073A9;
        margin: 0 5px;
    }
@media (max-width: 768px) {
    .newslist_w {
    width:96%;
    }
    .news_cont img {
        width: 100%;
        height: 100%;
    }
    .page_div a {
    margin-bottom:5px;
    }
}
