.module-title{
    border-left: 3px solid #0069b7;
    color: #0069b7;
    line-height: 30px;
    font-weight: bold;
    padding-left: 10px;
    margin: 20px 0;
    font-size: 18px;
}
.module-title::after{
    clear: both;
}
.module-title a {
    font-size: 14px;
    font-weight: normal;
}
.news{
    margin-bottom: 3vh;
}
.news ul li{
    overflow: hidden;
    border-bottom: 1px solid #bfbfbf;
    line-height: 5vh;
}
.news ul li a{
    color: #a2a2a2;
}
#yewu-con{
    padding: 5vh 0;
    overflow: hidden;
}
#yewu-con .left{
    /*width: 80%;*/
}
#yewu-con .right{
    width: 15%;
}
#yewu-con a.right{
    text-align: right;
    margin-top: 2vh;
}
.list-con>.left{
    width: 80%;
}
#twolist-con{
    width: 80%;
    margin: 20px 0;
    padding: 20px 0;
}
#twolist-con li{
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    line-height: 40px;
    cursor: pointer;
}
#twolist-con li.on{
    border-bottom: 1px solid #006ab7;
    color: #006ab7;
}
.new-list>p{
    text-align: center;
    background: #f5f5f5;
    padding: 1vh 0;
    border-radius: 4px;
}