/* Content */

.content {
    margin-top: 89px;
    width: 1118px;
    height: auto;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.content>.top {
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
}

.content>.top>.left {
    margin-left: 127px;
    width: 847px;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.content>.top>.left>h2 {
    margin-bottom: 30px;
    line-height: 35px;
    font-size: 28px;
    font-weight: 350;
}

.content>.top>.left>h4 {
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.content>.top>a>.btn {
    width: 104px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .84;
    border-radius: 5px;
    background-color: #1491CA;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 5px;
}

.content>.top>a>.btn:hover {
    box-shadow: 0 0 15px rgba(20, 145, 202, .3);
}

.content>.top>a>.btn>i {
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background: url(../image/icon/icon_left_white.png) no-repeat center center;
    background-size: 100% 100%;
    border: none;
}

.content>img {
    margin-top: 59px;
    width: 852px;
    height: 413px;
    border: none;
    background-color: #ccc;
}

.content>p {
    margin: 55px 0 91px;
    width: 866px;
    height: auto;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}


/* End Content */