.witer-backgroud {
    width: 890px;
    background-color: #fff;
    padding: 30px 55px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #333;
}

.header-news {
    height: 86px;
    border-bottom: 1px solid #dbd4cd;
    background: url(../image/logo.png) no-repeat;
}

.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    padding-bottom: 20px;
}

.newsContent .info {
    border-top: 1px dashed #dbd4cd;
    border-bottom: 1px dashed #dbd4cd;
    line-height: 35px;
    text-align: center;
    margin-bottom: 59px;
    color: #333;
}

.newsContent .info span {
    margin: 0 15px;
}

.imgs-wrapper {
    max-width: 540px;
    height: 405px;
    padding: 0;
    box-shadow: none;
    border: 0px;
    border-bottom: 2px solid #eee;
    margin: 24px auto 10px auto;
}

.swiper-slide img {
    display: inline-block;
    max-width: 540px;
    max-height: 360px;
}

.imgs-wrapper .swiper-button-next {
    background: url(../image/wp_arr.png) no-repeat 98% 50%;
    width: 25px;
    height: 48px;
}

.imgs-wrapper .swiper-button-prev {
    width: 25px;
    height: 48px;
    background: url(../image/wp_arr.png) no-repeat 2% 50%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto
}

.detail .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list {
    display: flex;
    flex-wrap: wrap;
    width: 547px;
    margin: 0 auto;
}

.list-img {
    margin: 5px;
}

.list img {
    width: 126px;
    height: 84px;
    display: inline-block;
    object-fit: cover;
}

.news-detail-attachment {
    margin-top: 30px;
}

#js_file .file {
    margin: 10px 0 0 30px;
}

#js_file a:hover {
    color: #ff9900;
}

.imgs-wrapper-container .swiper-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.RCMS_EDITOR p {
    margin: 24px 0 16px 0;
    color: #333;
    font-family: "Microsoft Yahei" !important;
    line-height: 2em !important;
}

.RCMS_EDITOR p span,
font {
    font-family: "Microsoft Yahei" !important;
}

.TRS_Editor FONT {
    line-height: 2em !important;
}