.body {
    background: url("/tong/images/back.png") no-repeat;
    background-size: 100% 100%;
}

.body .content {
    padding-top: 30px;
}

.body .content .article_left {
    width: 850px;
}

.body .content .article_left .image {
    width: 100%;
    height: 400px;
    position: relative;
}

.body .content .article_left .image img {
    width: 100%;
    height: 100%;
}

.body .content .article_left .image .bottom-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 820px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #FFFFFF;
}


.body .content .article_left .list {
    margin-top: 20px;
}

.body .content .article_left .list .field {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #979797;
    margin-bottom: 15px;
}

.body .content .article_left .list .field .image {
    width: 300px;
    height: 120px;
    margin-right: 15px;
}

.body .content .article_left .list .field .image img {
    width: 100%;
    height: 100%;
}

.body .content .article_left .list .field .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.body .content .article_left .list .field .text .bottom-box {
    display: flex;
    justify-content: space-between;
    color: #3C3C3C;
    font-size: 16px;
}

.body .content .article_left .list .field .text .title {
    color: #000000;
    font-size: 20px;
}

.body .content .article_left .list .field .text .center {
    text-align: left;
    color: #3C3C3C;
    font-size: 16px;
}


.body .content .article_right {
    width: 300px;
}

.body .content .article_right .qe {
    text-align: center;
    background: #97291A;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
}

.body .content .article_right .title {
    color: #3C3C3C;
    text-align: left;
    font-size: 20px;
    margin-top: 35px;
}

.body .content .article_right .center {
    color: #3C3C3C;
    text-align: left;
    font-size: 16px;

}

.body .content .article_right .center .text {
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
    margin: 15px 0;
}

.body .content .bottom_page {
    display: flex;
    justify-content: center;
}

.body .content .bottom_page button, .body .content .bottom_page div, .body .content .bottom_page input {
    margin: 15px 5px;
    color: #3c3c3c;
}

.body .content .bottom_page input {
    outline: none;
    border: none;
    width: 30px;
    text-align: center;
    background: #eeeeee;
}

a{
    text-decoration: none;
    color: #3c3c3c;
}

