:root {
    box-sizing: border-box;
}

*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.center-block-1200 {
    width: 1200px;
    margin: 0 auto;
}

.w582 {
    width: 582px;
}

.graybg {
    background: #e6e6e6;
    height: 372px;
}

/* user style */
main {
    padding-top: 24px;
}

header {
    height: 895px;
    background: url(ddesdjs-202212-banner.jpg) center center no-repeat;
    background-size: cover;
}

/* carousel */
.slick-mod,
.slick-mod2 {
    width: 600px;
    height: 372px;
}

.slick-item {
    position: relative;
}

.slick-item img {
    width: 100%;
}

.tit1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-indent: 2rem;
    background: rgba(223, 0, 36, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-mod .slick-dots,
.slick-mod2 .slick-dots {
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.slick-mod2 .slick-dots {
    bottom: 36px;
}

.slick-mod .slick-arrow,
.slick-mod2 .slick-arrow {
    width: 33px;
    height: 57px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
}

/* .slick-mod .slick-next {
  right: 0;
  background: url(../images_zt/wlaq-202009-arrowrigh.png) no-repeat center;
}
.slick-mod .slick-prev {
  left: 0;
  background: url(../images_zt/wlaq-202009-arrowlef.png) no-repeat center;
}

.slick-mod2 .slick-next {
  right: 0;
  background: url(../images/wlaq-202009-arrowrigh.png) no-repeat center;
}
.slick-mod2 .slick-prev {
  left: 0;
  background: url(../images/wlaq-202009-arrowlef.png) no-repeat center;
} */
.slick-mod .slick-dots li,
.slick-mod2 .slick-dots li {
    width: 29px;
    height: 4px;
    background: #ffffff;
    border-radius: 0%;
    margin: 0 11px 0 0;
}

.slick-mod .slick-dots li.slick-active,
.slick-mod2 .slick-dots li.slick-active {
    width: 29px;
    height: 4px;
    background: #e50012;
    border-radius: 0%;
}

/* --- */
.chnltabs {
    margin-bottom: 30px;
}
.chnltabs span {
    display: inline-block;
    width: 118px;
    height: 36px;
    background: #bab8b8;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.chnltabs span+span {
    margin-left: 2px;
}

.chnltabs span.act {
    background: #dd0c0c;
}
.list {
    padding-left: 15px;
}
.list li {
    list-style: none;
    line-height: 37px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #960014;
    vertical-align: middle;
    margin-right: 15px;
}
.chnl2bg {
    width: 785px;
    height: 25px;
    line-height: 25px;
    background: url(ddesdjs-202212-chnlbg.jpg) center center no-repeat;
    background-size: cover;
    margin: 20px auto 0;
    font-size: 20px;
    color: #ce1516;
    text-align: center;
}
.list.show-twocolumn li {
    width: 568px;
}
.list.show-twocolumn li:nth-child(even) {
 float: right;
}
.list.show-twocolumn li:nth-child(odd) {
 float: left;
}

/* swiepr */
.por {
    position: relative;
}
.swiper-container {
    width: 1200px;
    margin-top: 25px;
    /* padding-bottom: 50px; */
    margin-bottom: 30px;
}

.swiper-slide {
    position: relative;
    width: 810px;
    height: 475px;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide .tit {
    background: rgba(0, 0, 0, 0.584);
    line-height: 47px;
    color: #ffffff;
    text-indent: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border: 1px solid #ffffff;
    box-sizing: border-box;
    background: #d6000f;
}

.swiper-button {
    width: 41px;
    height: 71px;
}

.swiper-button-prev {
    left: -67px;
    background-image: url(ddesdjs-202212-arrowleft.jpg)!important;
}

.swiper-button-next {
    right: -67px;
    background-image: url(ddesdjs-202212-arrowright.jpg)!important;
}

.swiper-pagination {
    bottom: 0px;
    font-size: 30px;
    color: #ababab;
}

.swiper-container .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 7px #000000;
}

footer {
    background: #df0024;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    /* padding: 20px 0; */
    display: table;
    width: 100%;
    font-size: 20px;
}
footer div {
    /* margin: 0 auto; */
    align-items: center;
    display: table-cell;
}
.footer p {
    text-align: left;
}
.boxs {
    box-shadow: 0px 0px 3px 1px #ccc;
}
.source-time {
    margin: 0 auto;
    height: 35px;
    text-align: center;
    position: relative;
    line-height: 35px;
}

.time {
    margin-right: 10px;
}

.wechat,
.sina {
    position: absolute;
    margin-top: 5px;
}

.wechat {
    margin-left: 10px;
}

.sina {
    margin-left: 46px;
}