.exports{
  padding:10px;
}
.exports h2{
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
    color: #9E744B; 
    font-size: 30px;
    margin-top: 30px;
    font-family:"SimSong","Microsoft Yahei";
    font-weight:600;
}

.exports p.title {
    margin: 20px 40px;
    font-size: 18px;
    display:block;
}
.exports p.summary{
  margin-left:40px;
  margin-right:40px;
  color:#999;
}
.exports .row {
    position: relative;
}
.exports .row:before{
    background-image: url(../../yx-bg.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    bottom: 0;
}