.footer{
    margin-top: 0px;
}
body{
    background-color: #f5f5f5;
}
.category{
    height: 300px;
    background-color: #fff;
}
.category .category_title{
    width: 385px;
    /*height: 100px;*/
    margin: 0 auto;
    text-align: center;
}
.category .category_title .font_zh{
    font-size: 56px;
}
.category .category_title .font_en{
    background-image: url(/style/images/welcome/telephone_system_icon_1.png);
    background-size: 400px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 14px;
    line-height: 14px;
    width: 400px;
    height: 19px;
    color: #3aa2fd;
    margin-bottom: 40px;
    letter-spacing: 0px;
}
.container{
    width: auto;
    margin: 30px auto;
}
.container .article_list{
    /*width: 1257px;*/
    background: #eee;
    padding: 38px;
    border-radius: 5px;
}
.container .no_articles{
    margin: 50px auto;
    text-align: center;
}
.container .article_list .articles_item{
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    border-left: 4px solid #119EE7;
    box-shadow: 1px 1px 8px #ddd;
    margin: 15px auto;
    border-bottom: 5px solid #eee;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.container .article_list .articles_item .news-hot{
    font-size: 20px;
    color: #779;
    margin-left: 30px;
}
.container .article_list .articles_item p{
    width: 200px;
    float: right;
    text-align: right;
    margin-right: 20px;
    color: #BABBBB;
    margin-bottom: 0;
}
.page_box{
    height: 60px;
    text-align: right;
}