/* 广告图 */

.Banner {
    background-color: rgb(214, 223, 230);
    width: 1072px;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
}

.Ban1 {
    background-image: url(../images/AD1072_260.png);
    height: 260px;
}

.AboutUS {
    background-color: #ffffff;
    width: 1072px;
    height: 307px;
    margin: 0 auto;
    overflow: hidden;
}

.Part {
    float: left;
    width: 515px;
    height: 307px;
}

.ContentTitle {
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
}

.Content1 {
    width: 476px;
    overflow: hidden;
    padding-left: 21px;
}

.Pic1 {
    background-image: url(../images/pic1.png);
    background-color: #0c64b9;
    height: 93px;
    width: 476px;
}

.AboutUS .Content1 p {
    text-indent: 2em;
    margin-top: 15px;
    color: #666666;
}

.New {
    width: 476px;
    padding-left: 21px;
    overflow: hidden;
}

.MainStyle .AboutUS .Part .New div {
    margin-bottom: 20px;
    overflow: hidden;
}

.New div a {
    font-weight: bold;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 18px;
    display: block;
    line-height: 18px;
}

.New p {
    text-indent: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 44px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.MainStyle .AboutUS .Part .New div p,
.MainStyle .AboutUS .Part .New div p span {
    color: #666666;
}

.MGL21 {
    margin-left: 21px;
}