/*轮播图*/
.lunBox {
    position: relative;
    margin-bottom: 30px;
}

.lunBox .lunBgBox > i {
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}

.lunBox .lunBgBox img {
    width: 100%;
    height: 674px;
    object-fit: cover;
}

.lunBox .el-carousel__indicators {
    display: none;
}

.lunBox .lunBgBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.lunBox .lunBgBox .w1200 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.lunBox .lunBgBox .w1200 p {
    padding-top: 127px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 33px;
}

.lunBox .lunBgBox .w1200 h5 {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

.lunBox .lunBgBox .w1200 span em {
    line-height: 450px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
}

.lunBox .lunBgBox .w1200 span em:first-child {
    font-size: 40px;
    vertical-align: baseline;
}

.lunBox .lunBgBox .w1200 a {
    color: #ffffff;
    line-height: 40px;
    display: block;
    height: 40px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 125px;
    padding-left: 10px;
    box-sizing: border-box;
}

.lunBox .lunBgBox .w1200 a i {
    color: #ffffff;
    float: right;
    margin-top: 8px;
    transform: rotate(180deg);
}

.lunBox .lunArtBox {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.lunBox .lunArtBox ul {
    border: 0px solid transparent;
}

.lunBox .lunArtBox ul li {
    margin-right: 45px;
    width: 258px;
    box-shadow: #666 0px 0px 10px;
    float: left;
}

.lunBox .lunArtBox ul li:hover {
    box-shadow: #F6C5C9 0px 0px 10px;
}

.lunBox .lunArtBox ul li:last-child {
    margin-right: 0;
}

.lunBox .lunArtBox ul li a {
    display: block;
}

.lunBox .lunArtBox ul li a img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.lunBox .lunArtBox ul li a p {
    line-height: 38px;
    background: #ffffff;
    width: 90%;
    padding: 0 5%;
    color: #333333;
    overflow: hidden;
    height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lunBox .lunArtBox ul li:hover p {
    color: #D42424;
}

/*公用头部*/
.topHead {
    border: 1px solid transparent;
    margin-bottom: 10px;
    border-bottom: 1.5px solid #A0A0A0;
    height: 38px;
}

.topHead h5 {
    line-height: 37px;
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1.5px;
    padding: 0 3px;
    margin-right: 10px;
    cursor: pointer;
}

.topHead h5.current {
    line-height: 37px;
    color: #950101;
    border-bottom: 3px solid #950101;
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1.5px;
    padding: 0 3px;
}

.topHead a {
    display: block;
    line-height: 37px;
    font-size: 14px;
    color: #666666;
    float: right;
}

/*公用列表*/
.listBox {
    background: #F3F3F3;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 390px;
    float: left;
}

div .listBox:nth-child(3n) {
    margin-right: 0;
}

.listBox ul {
}

.listBox ul li {
    padding: 10px 0;
}

.listBox ul li a {
    display: flex;
    font-size: 14px;
}

.listBox ul li a i {
    color: #950101;
    margin-right: 15px;
}

.listBox ul li a p {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.listBox ul li a span {
    display: block;
    width: 80px;
    margin-left: 15px;
    color: #9A9A9A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

/*轮播图*/
.mySwiper {
    width: 100%;
    overflow: hidden;
}

.mySwiper {
    width: 95%;
    margin: 23px auto;
}

.swiper-button-prev,
.swiper-button-next {
    background: transparent;

}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 40px;
    color: #999999;
}

.swiper-button-prev {
    left: -10px;
}

.swiper-button-next {
    right: -10px;
}

.mySwiper img {
    width: 100%;
    height: 140px;
}

/*广告位*/
.advBox a {
    display: block;
}

.advBox img {
    width: 100%;
    max-height: 200px;
}