.forum-wrapper {
    width: 100%;
}

.forum-main {
    display: flex;
    align-items: baseline;
    width: 1200px;
    margin: 47px auto 0;
}

.forum-main .wrapper {
    flex: 1;
    margin-left: 40px;
    margin-bottom: 70px;
}

.zlt a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(53, 53, 55, 0.1);
    margin-left: 20px;
}

.zlt a:hover .title {
    color: #c91116;
}

.zlt a::before {
    position: absolute;
    left: -20px;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c91116;
}

.zlt .title {
    display: flex;
    flex: 1;
    width: 715px;
    font-size: 16px;
    font-weight: 600;
    color: #2d170e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 43px;
}

.zlt .date {
    color: rgba(52, 52, 55, .6);
    font-size: 14px;
}

.zlt a .item {
    height: 114px;
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 12px 16px 16px;
    box-sizing: border-box;
}

.zlt a .item .title {
    font-size: 18px;
    font-weight: 600;
    color: #2d170e;
}

.zlt a .item .date {
    color: rgba(45, 23, 14, .6);
    font-size: 14px;
    margin-top: 16px;
}


/* 详情 */
.forum-main .info-wrapper {
    margin-left: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-button-next {
    background-image: url(/uploads/image/images/qmydz-icon_right.png);
    right: 30px;
}

.swiper-button-prev {
    background-image: url(/uploads/image/images/qmydz-icon_left.png);
    left: 30px;
}

.info-wrapper .title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #2d170e;
    line-height: 40px;
    padding: 10px 0 40px;
    border-bottom: 1px solid #ececec;
}

.info-wrapper .releasetime {
    font-size: 16px;
    color: rgba(45, 23, 14, .6);
    text-align: center;
    margin-top: 18px;
    margin-bottom: 40px;
}

.info-wrapper .imgnews {
    width: 100%;
    height: 517px;
    object-fit: cover;
}

.info-wrapper article {
    font-size: 18px;
    line-height: 36px;
    color: #2d170e;
    margin: 38px 0 32px;
}

.info-wrapper .header {
    height: 40px;
    border-bottom: 1px solid #c91116;
}

.info-wrapper .header span {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #c91116;
    padding-left: 14px;
}

.info-wrapper .header span::after {
    position: absolute;
    right: -23px;
    top: 0;
    display: inline-block;
    content: "";
    width: 23px;
    height: 40px;
    background-image: url(/uploads/image/images/qmydz-header-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.info-wrapper .mainpoint {
    margin: 32px 0 52px;
}

.info-wrapper .mainpoint a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2d170e;
    line-height: 36px;
    margin-bottom: 8px;
}

.info-wrapper .mainpoint a::before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 39px;
    background-image: url(/uploads/image/images/qmydz-icon-title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.info-wrapper .livestreaming {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0;
}

.info-wrapper .livestreaming .imgtext {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

.info-wrapper .livestreaming .imgtext img {
    width: 465px;
    height: 205px;
    object-fit: cover;
}

.info-wrapper .livestreaming .imgtext .explain {
    height: 26px;
    color: rgba(45, 23, 14, .6);
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 44px;
}

.info-wrapper .livestreaming .box {
    width: 100%;
}

.info-wrapper .livestreaming .box .item .spokesman {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: rgba(45, 23, 14, 100);
    margin-bottom: 24px;
}

.info-wrapper .livestreaming .box .item .spokesman::before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 39px;
    background-image: url(/uploads/image/images/qmydz-icon-title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.info-wrapper .livestreaming .box .item .speak,
.info-wrapper .livestreaming .box .item p {
    line-height: 36px;
    color: rgba(45, 23, 14, 100);
    font-size: 18px;
    text-align: left;
    text-indent: 35px;
}

.info-wrapper .livestreaming .box .item p {
    margin: 30px 0;
}

.info-wrapper .lt-swiper {
    position: relative;
    width: 920px;
    height: 556px;
    overflow: hidden;
    margin-top: 30px;
}

.info-wrapper .lt-swiper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.info-wrapper .lt-swiper .swiper-slide .explain {
    width: 100%;
    height: 26px;
    line-height: 20px;
    font-size: 20px;
    color: rgba(45, 23, 14, .6);
    margin-top: 20px;
    text-align: center;
}

.info-wrapper .lt-swiper a {
    display: inline-block;
}

.info-wrapper .lt-swiper img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.info-wrapper .copyright {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 14px;
    color: rgba(17, 69, 18, .6);
}

.info-wrapper .copyright-swiper {
    position: relative;
    width: 920px;
    height: 234px;
    overflow: hidden;
    margin-bottom: 100px;
}

.info-wrapper .copyright-swiper .swiper-slide {
    width: 300px;
    cursor: pointer;
}


.info-wrapper .copyright-swiper .swiper-slide .explain {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    color: #fff;
    font-size: 16px;
}

.info-wrapper .copyright-swiper a {
    display: inline-block;
}

.info-wrapper .copyright-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}