﻿div.page_title {
    width: 1100px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
    padding: 0px 0px 0px 60px;
    background: url('Images/news_title.png') left center no-repeat;
}

div.news_list_bg {
    width: 1200px;
    min-height: 390px;
    overflow-y: auto !important;
    /*background-color: #eeeeee;*/
}

div.news_list {
    width: 1200px;
    height: 38px;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #dddddd;
}

div.news_date {
    width: 100px;
    height: 38px;
    float: left;
    line-height: 38px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
    margin: 0px 0px 0px 60px;
}

div.news_title {
    width: 1000px;
    height: 38px;
    float: left;
    line-height: 38px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
}

    div.news_title a, a:link, a:visited {
        color: #333333;
        text-decoration: none;
    }

        div.news_title a:hover, a:active {
            color: #880000;
            text-decoration: none;
        }

div.news_pager {
    width: 800px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    vertical-align: middle;
    font-family: STZhongsong;
    font-size: 14px;
    color: dodgerblue;
}

/*弹出层*/

div.article_show_title {
    width: 1150px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
}

div.article_close {
    width: 40px;
    height: 50px;
    line-height: 50px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-family: STZhongsong;
    font-size: 20px;
    color: #333333;
}

    div.article_close a {
        font-family: STZhongsong;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

        div.article_close a:link, a:visited {
            color: #333333;
            text-decoration: none;
        }

        div.article_close a:hover, a:active {
            color: #880000;
            text-decoration: none;
        }

div.article_show_date {
    width: 1120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
}

div.article_show_box {
    width: 1160px;
    height: 580px;
    margin: 0px auto;
    overflow-y: scroll;
}

div.article_show_content {
    width: 1130px;
    height: auto !important;
    text-align: left;
    overflow-y: auto;
}


div.close_div {
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    /*background-color: #eeeeee;*/
}

    div.close_div a {
        font-family: Arial;
        font-size: 16px;
        color: #880000;
        text-decoration: none;
    }

        div.close_div a:link, a:visited {
            color: #333333;
            text-decoration: none;
        }

        div.close_div a:hover, a:active {
            color: #880000;
            text-decoration: none;
        }
