.content{
    padding-left: 160px;
    padding-right: 153px;
    padding-top:100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.content .company p{
    font-size:16px;
    font-family:STHeitiSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
}

.content .company p:nth-child(1){
    font-size:30px;
    font-family:STHeitiSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:31px;
    margin-bottom: 50px;
}


.content .media-body p,.content .main p{
    font-size:14px;
    font-family:STHeitiSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:24px;
    /*margin: 0;*/
}

.main-info{
    margin-bottom: 20px;
}

.content .media-body .des p,.main p{
    text-indent: 2em;
}

.main {
    margin-top: 20px;
}

.content .media-left img{
    width:253px;
    height:190px;
    margin-right: 40px;
}