@charset "utf-8";
@import './normal.css';
p{
    font-size: 16px;
    line-height: 16px;
}
div{
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
.news{
    margin-bottom: 30px;
}
.news .line{
    height: 15px;
    border-bottom: 1px  dashed #ccc;
}
.news .nav{
    line-height: 60px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.news .column .tall{
    width: 260px;
    height: 100px;
    background-color: #009e53;
    color: #fff;
    font-size: 30px;
    padding: 20px;
    line-height: 60px;
}
.news .column .other{
    float: right;
    margin-top: 20px;
}
.news .column .list .li{
    background-color: #eee;
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
}
.news .column .list .li .left{
    width: 300px;
    height: 200px;
    padding: 0;
}
.news .column .list .li .left a{
    width: 100%;
    height: 100%;
}
.news .column .list .li .left img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.news .column .list .li .right .title{
    border: none;
}
.news .column .list .li .right .title a{
    border: none;
    font-size: 17px;
}
.news .column .list .li .right .title a:hover{
   color: #009e53;
}
.news .column .list .li .right .txt p{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
