@charset "utf-8";


.wrapper{
    width:1260px;
    margin:20px auto 50px;
}

.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:590px;
    height: 200px;
    float:left;
    padding:30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    line-height:24px;
    overflow: hidden;
}
.wrapper .list li:nth-child(2n){
    float:right;
}
.wrapper .list li img{
    width:200px;
    height:100%;
    float:left;
    margin-right:30px;
}
.wrapper .list li span{
    padding-left:220px;
    display:block;
}