<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new_div{
    width: 1200px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: auto;
    display: table;
}
/*左边类目*/
.left_column{
    display: table;
    width: 18%;
    height: 100px;
    float: left;
    border: 1px solid #e8e8e8;
}
.left_title{
    background: url(/static/images/web/icon14.jpg) right bottom no-repeat;
    background-size: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 28px;
    color: #6d6d6d;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.left_title{
    background: url(/static/images/web/icon14.jpg) right bottom no-repeat;
    background-size: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 28px;
    color: #6d6d6d;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.left_list li a{
    color: #5e5d5d;
    font-size: 14px;
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    background: url(/static/images/web/icon15.png) right center no-repeat;
    border-bottom: 1px solid #e8e8e8;
    line-height: 42px;
    cursor: pointer;
    text-decoration: none;
}
.on_select{
    color: #fff !important;
    background-color: #d3172c !important;
    background-image: url(/static/images/web/icon16.png) !important;
}
/*右边模块*/
.right_news{
    width: 56%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    display: table;
}
.cate_name{
    width: 100%;
    display: table;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFCCCC;
}
.cate_name h3{
    height: 30px;
    line-height: 30px;
    border-bottom: 4px solid #ca1b00;
    padding:0 12px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #ca1b00;
}
.news_ul{
    width: 99%;
    margin-left: 1%;
}
.news_ul li{
    display: block;
    line-height: 30px;
    list-style: outside none none;
    background: url(/static/images/web/dian.png) no-repeat left center;
    height: 30px;
    overflow: hidden;
}
.news_ul li a{
    margin-left: 5px;
    font-size: 14px;
    width: 60%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
    display: block;
    color: #666;
    text-decoration: none;
    float: left;
}
.time{
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 20px;
}
/*右边推荐*/
.right_recommend{
    width: 23%;
    float: left;
}
.recommend_name{
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #ca1b00;
}
.recommend_ul li{
    display: block;
    line-height: 26px;
    width: 100%;
    height: 26px;
    float: left;
    list-style: outside none none;
    background: url(/static/images/web/bul.gif) no-repeat left center;
    overflow: hidden;
}
.recommend_ul li a{
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
    text-decoration: none;
    color: #666;
}
.news_content{
    margin-left: 2%;
    width: 76%;
    float: left;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 1%;
}
.news_content h3{
    display: table;
    margin: auto;
    font-size: 25px;
    line-height: 40px;
}
.news_content span{
    /*display: table;*/
    margin: auto;
    font-size: 13px;
    color: #666;
}
.news_details{
    width: 100%;
    margin-top: 20px;
}
.news_details img{
    max-width: 100%;
}</pre></body></html>