@charset "utf-8";


.wrapper {
    width: 100%;
    margin: initial;
    padding: 30px;
    box-sizing: border-box;
}

.wrapper .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    line-height: 36px;
}

.wrapper .list {
    overflow: hidden;
    margin-bottom: 30px;
}

.wrapper .list li {
    width: auto;
    float: initial;
    padding: 50px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    line-height: 52px;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    height: auto;
}
.wrapper .list li img{
    width:300px;
    height:100%;
    float:left;
    margin-right:30px;
    display:block;
}
.wrapper .list li span{
    padding-left:320px;
    display:block;
}
.wrapper .list li:nth-child(2n) {
    float: initial;
}

.wrapper .more {
    width: 115px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1D5AA6;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin:0 auto;
}

.wrapper .more a {
    color: #fff;
}