.main-info{
    padding-bottom: 28px;
}
.container-title{
    padding: 30px 0 30px;
    text-align: left;
    font-size: 24px;
    color: #666;
}
.main-info-wrap{
    padding: 10px 0;
}



.main-info-section{
    float: left;
    width: 248px;
    height: 293px;
    margin-right: 20px;
}
.main-info-section-content{
    width: 100%;
    height: 100%;
    padding: 22px;
    box-sizing: border-box;
}
.main-info-section-content-img{
    height: 102px;
    width: 195px;
    border: 1px solid #ccc;
    padding: 2px;
}
.news-img{
    width: 100%;
    height: 100%;
}
.main-info-section-content-title{
    padding: 10px 0  8px 0;
}

.content-news{
    width: 600px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #757474;
    margin-left: 20px;
    float: left;
    padding: 2px 0;
}
.content-news ul {
    position: relative;
    top: 0;
}
.main-info-section-content-text{
    line-height: 25px;
    font-size: 12px;
    color: #595758;
}


