﻿.new_list{
    width:100%;
    min-height:220px;
    margin-top:30px;
}
.new_list_img{
    width:30%;
    height:200px;
    float:left;
}
.new_list_info{
    width:65%;
    height:200px;
    float:right;
}
.new_list_tip{
    width:100%;
    line-height:25px;
    height:50px;
    font-size:20px;
}
.new_list_txt{
    width:100%;
    height:100px;
    line-height:25px;
    margin-top:20px;
}
.new_list_more{
    width:100%;
    height:40px;
}
.new_list_more_border {
    width: 85%;
    float: left;
    height: 5px;
    margin-top: 13px;
    border: 1px solid #C30D23;
    border-radius: 5px;
}
.new_list_more_a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #C30D23;
    float: right;
    color: #C30D23;
    
}
.news_info{
    width:100%;
    padding:20px;
}
.news_name{
    width:100%;
    height:50px;
    line-height:25px;
    font-size:26px;
    text-align:center;
    font-weight:bold;
}
.news_time{
    width:100%;
    text-align:right;
    height:30px;
    padding-right:30px;
}
.news_txt{
    width:100%;
    line-height:30px;
    font-size:16px;
}