﻿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/techarticle_title.png') left center no-repeat;
}

div.article_lastarticle_bg {
    width: 1200px;
    height: 260px;
    padding: 10px 0px 0px 0px;
    /*background-color: lemonchiffon;*/
}

div.lastarticle_list {
    width: 380px;
    height: 250px;
    float: left;
    margin: 0px 20px 0px 0px;
    /*background-color: #eeeeee;*/
}

div.lastarticle_list_imagebox {
    width: 380px;
    height: 220px;
}

div.lastarticle_list_namebox {
    width: 380px;
    height: 30px;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
}

    div.lastarticle_list_namebox a {
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        color: #333333;
        text-decoration: none;
    }

        div.lastarticle_list_namebox a:link, a:visited {
            color: #333333;
            text-decoration: none;
        }

        div.lastarticle_list_namebox a:hover, a:active {
            color: #880000;
            text-decoration: none;
        }

div.article_list_bg {
    width: 1200px;
    height: auto !important;
    margin: 0px;
    /*background-color: #eeeeee;*/
    overflow-y: auto !important;
}

div.article_list {
    width: 1200px;
    height: 50px;
}

div.article_date {
    width: 120px;
    height: 48px;
    line-height: 48px;
    float: left;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
}

div.article_title {
    width: 1000px;
    height: 48px;
    line-height: 48px;
    float: left;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
}

    div.article_title a {
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        color: #333333;
        text-decoration: none;
    }

        div.article_title a:link, a:visited {
            color: #333333;
            text-decoration: none;
        }

        div.article_title a:hover, a:active {
            color: #880000;
            text-decoration: none;
        }

div.article_pager {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    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;
        }
