.more_infoContent {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    background-repeat:no-repeat ;
    background-position: top left;
    background-size: 100% auto;
    color: rgb(109, 111, 112);
    overflow: hidden;
}


.content {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.content h1 {
    font-size: 30px;
    color: #0F0F0F;
}

.content ul {
    margin-top: 40px;
}

.content li {
    width: 100%;
    height: 192px;
    overflow: hidden;
    margin-bottom: 30px;
}

.content .content-left {
    width: 256px;
    height: 100%;
}

.content .content-left img {
    width: 256px;
    height: 192px;
}

.content .content-right {
    width: 718px;
    height: 192px;
    margin-left: 22px;
}

.content a h2 {
    height: 27px;
    overflow: hidden;
    color: #080808;
    font-size: 24px;
    line-height: 27px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.content a p {
    color: #7D7B7B;
    font-size: 16px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}
