body {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

a {
    text-decoration: none;
    color: #333;
}

.body {
    /* background: #FDF7EB; */
    background: url('./images/cont-bg.png') no-repeat;
    background-size: 100% 2400px;
}

/* .sy-bg {
    background: url('./images/cont-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
} */
.bg-box {
    background: url('./images/cont-bg5.jpg') no-repeat;
    padding: 1px 0;
    background-size: cover;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.top {
    position: relative;
}

.top .img {
    width: 100%;
    display: block;
}

.top .logo {
    position: absolute;
    top: 40px;
    left: 148px;
    display: block;
}

.part .head {
    text-align: center;
    background: url('./images/title-bg1.png');
    width: 100%;
    height: 140px;
    color: #FFDC9E;
}

.head a {
    display: block;
    color: #FFDC9E;
}

.head .title a {
    font-size: 32px;
    padding: 16px 0 18px 0;
    font-weight: bold;

}

.head .sub-title {
    font-size: 18px;
}

.main {
    display: flex;
    margin-top: 38px;
}


.main .right {
    width: 426.6px;
}

.main .left {
    margin-right: 20px;
    flex: 1;
}

.main .left .title {
    text-align: center;
    margin-bottom: 20px;
    color: #C41F20;
    font-size: 30px;
    position: relative;
    padding-bottom: 16px;

}

.left .title .label {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    font-weight: bold;
}

.left .ul {
    border-bottom: 1px solid #ddd;
}

.left .ul .li {
    margin-bottom: 20px;
}

.left .ul .li .tit a {
    font-size: 20px;
    color: #CC0101;
}

.left .ul .li .sub-tit {
    font-size: 16px;
    color: #333333
}

.sub-tit a {
    color: #CC0101;
}

.s-ul .s-li {
    position: relative;
    padding: 5px 0 6px 14px;
    font-size: 16px;

}

.s-li a {
    color: #333;
}

.s-ul .s-li:hover a {
    color: #CC0101;
}

.s-ul .s-li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: red;
    position: absolute;
    top: 13px;
    left: 0;
}

.btn-more {
    color: #333;
    text-align: right;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-more:hover a {
    color: #CC0101
}

.btn-more.p-r {
    padding-right: 20px;
}

.right .box .title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #C41F20;
    border-radius: 8px 8px 0 0;
    font-size: 30px;
    padding: 15px 20px 15px 25px;
}

.box .title .color {
    color: #FFDC9E;
}

.title .time {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 90px;
    text-align: center;
}

.box .title img {
    display: inline-block;
}

.box .time-box {
    display: flex;
    align-items: center;

}

.box .time-box img {
    width: 18px;
    display: block;
    margin-left: 15px;
}

.box .time-box .btn {
    cursor: pointer;
}

.box .time-box .pre {
    transform: rotate(180deg);
    margin-right: 15px;
}

.box .wrap {
    background: #FFF3E4;
    display: flex;
    padding: 20px 0;
}

.wrap .w-left {
    position: relative;
    margin-right: 30px;
}

.wrap .w-left img {
    width: 80px;
    height: 92px;
    display: block;
}

.wrap .w-left .value {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 98px;
    color: #fff;
    z-index: 20;
    text-align: center;
    font-size: 44px;
    top: 0;
}

.wrap .w-right .li {
    position: relative;
    padding: 5px 0 5px 14px;
    font-size: 16px;
}

.w-right .li-box {
    display: none;
}

.w-right .li-box:nth-child(1) {
    display: block;
}

.w-right .li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: red;
    position: absolute;
    top: 13px;
    left: 0;
}

.w-right .li:hover a {
    color: #CC0101;
}

.swiper-container {
    height: 240px;
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-slide .s-tit {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;

}

.swiper-container .swiper-button-next {
    background-image: url(./images/arrow.png);
    background-size: contain;
}

.swiper-container .swiper-button-prev {
    background-image: url(./images/arrow.png);
    transform: rotate(180deg);
    background-size: contain;
}

.part .common-title {
    text-align: center;
    margin-bottom: 20px;
    color: #C41F20;
    font-size: 30px;
    position: relative;
    padding-bottom: 16px;
    margin-top: 60px;

}

.common-title .label {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    font-weight: bold;
}

.part .tab-box {
    display: flex;
}

.part .tab-box .tab {
    width: 398px;
    height: 60px;

    background: #F4A191;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin: 0 1px;
    cursor: pointer;
}

.tab-box .tab.active {
    background: linear-gradient(0deg, #D61212, #F43816);
}

.content-box {
    padding: 20px;
    display: flex;
    height: 220px;
    margin-bottom: 20px;
}



.content-box .cont-right {
    width: calc(100% - 754px);
}

.cont-right .li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.content-box .cont-left {
    display: none;

    width: 734px;
}

.content-box .cont-left:nth-child(1) {
    display: flex;
}

.cont-left .info {
    display: flex;
    background: url('./images/cont-bg3.png') no-repeat;
    background-size: cover;
}

.cont-left .img {
    width: 390px;
    height: 200px;
    display: block;
    object-fit: cover;

}

.cont-left .text {
    padding: 0 14px;
}

.cont-left .text p {
    font-size: 16px;
    color: #333231;
    text-align: justify;
}

.cont-left .text .b {
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cont-left p a {
    color: #CC0101;
}


.cont-right {
    margin-left: 40px;
}

.cont-right .li {
    position: relative;
    padding: 5px 0 5px 14px;
    font-size: 16px;
}

.cont-right .li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: red;
    position: absolute;
    top: 13px;
    left: 0;
}

.cont-right .li:hover a {
    color: #CC0101;
}

.cont-right .btn-more {
    color: #333;
    text-align: right;
    font-size: 16px;
    margin-bottom: 20px;
}

.cont-right .btn-more:hover a {
    color: #CC0101;
}


.big-box {
    display: flex;
    padding: 0 20px;
}

.big-box .box {
    background: url('./images/cont-bg2.png');
    width: 50%;
    margin: 0 10px;
    background-size: cover;
    padding-bottom: 10px;

}

.big-box .box .title {
    background: url('./images/title-bg3.png') no-repeat;
    background-size: contain;
    height: 72px;
    color: #FFDC9E;
    font-size: 22px;
    padding-left: 90px;
    padding-top: 24px;
    box-sizing: border-box;
    margin-left: -18px;
    margin-top: -34px;

}

.big-box .box .li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.big-box .box .li .img {
    display: block;
    margin-right: 20px;
}

.big-box .box .li span {
    line-height: 1.0;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.big-box .box .li {
    padding: 5px 10px 5px 45px;
}

.big-box .box .li:hover a {
    color: #CC0101;
}

.wrapper {
    display: flex;
}

.wrapper .cont {
    position: relative;
    margin: 0 10px
}

.wrapper .w1 {
    width: 350px;
    height: 400px;
}

.wrapper .w2 {
    width: 350px;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.wrapper .w3 {
    width: 500px;
    height: 400px;
}

.wrapper .w3 .w-t {
    background: #BF0218;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

.w3 .text {
    color: #333231;
    font-size: 16px;
    text-indent: 30px;
    padding: 10px 20px;
    border-bottom: 1px solid #F4D8D0;
    margin-bottom: 10px;
    line-height: 28px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    position: relative;
}

.w3 .text a {
    color: #CC0101;
    color: #CC0101;
    position: absolute;
    bottom: 4px;
    right: -10px;
    z-index: 10;
}

.w3 .s-ul {
    background: #FFF3F3;
    padding: 10px 20px 10px 20px;
}

.w3 .s-ul .s-li {
    padding-left: 17px;
}

.w3 .s-ul .btn-more:hover a {
    color: #CC0101;
}

.w3 .s-ul .btn-more {
    margin: 0;
}

.w3 .s-ul .btn-more a {
    color: #CC0101;
}

.wrapper .cont .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w2 .h2 {
    height: 50%;
}

.w2 .h2:first-child {
    margin-bottom: 10px;
}

.wrapper .cont .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;



}

.common-title2 {
    background: url('./images/title-bg4.png') left bottom no-repeat;
    font-size: 24px;
    color: #BF0218;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 2px;
}

.comment-part {
    display: flex;
    margin-bottom: 60px;
}

.media-box .comment-list .comment .title {
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.comment-list .comment {
    margin: 25px 0;
}

.comment .title img {
    margin-right: 10px;
    vertical-align: middle;
}


.comment-list a:nth-child(1) .comment .title {
    font-size: 22px;
    vertical-align: middle;
}


.media-box {
    margin-left: 40px;
}

.media-box .comment-list .comment .desc {
    color: #666666;
    font-size: 16px;
    text-indent: 40px;
    line-height: 30px;
}















.wb-content .wb-box:nth-child(3) {
    display: none;
}

.wb-box {
    width: 770px;
    background: linear-gradient(-13deg, #FF6E02 0%, #FF9E17 13%, #FFEF00 32%, #FF9E17 56.99999999999999%, #FFFF00 100%);
    border-radius: 6px;
    border: 6px solid;
    border-image: linear-gradient(-13deg, #FF6E02, #FF9E17, #FFEF00, #FF9E17, #FFFF00) 10 10;
}





.footer {
    width: 100%;
    background-color: #e8e8e8;
    padding-bottom: 20px;


}

.footl a {
    display: inline;
    font-size: 16px;
    color: #000;
}

.footl a span {
    padding-right: 18px;
}

.footl {
    width: 780px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.copyright {
    padding: 8px 0;
}

.copyl {
    float: left;
}

.copyr {
    padding-left: 405px;
}

.footlink {
    padding: 10px 0;
    padding-top: 4px;
    padding-bottom: 39px;
}

.footlc {
    padding-right: 27px;
}

.proicon {
    padding: 40px 0;
}

.proicon img {
    display: inline-block;
    margin-right: 88px;
}

.proicon img:nth-of-type(4) {
    margin-right: 0;
}

.footr {
    width: 365px;
    display: inline-block;
}

.foot-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 30px 20px 20px 20px;
}

.orgt {
    font-weight: bold;
    display: inline-block;
    padding-right: 46px;
}

.orgi {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 30px;
    margin-right: 46px;
}


@media screen and (max-width: 1000px) {
    .container {
        max-width: 900px;
    }

    .wb-box {
        width: 450px;
    }

    .head .sub-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

    }

    .top .logo {
        left: 48px;
        top: 30px;
    }
}