.Surveytitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 50px;
}

.Surveytitle img {
    width: 20px;
    margin: 0 20px;
}

.Surveytitle span {
    font-family: TsangerYuYangT-W03;
    font-size: 32px;

    letter-spacing: 0px;
    color: #333333;
}

.activity {
    margin: 0 auto;
    padding: 30px 0;
    background: url(../images/bgwl1.png);
}

.activityCon {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.activityCon .activityBanner {
    width: 40%;
    max-height: 480px;
    background-color: #ffffff;
    position: relative;
}

/* .swiper-container {
    height: 100%;
} */

.activityCon .activityBanner img {
    height: 100%;
    min-height: 455px;
    object-fit: cover;
}

.activityCon .activityBanner .swiper-slide {
    position: relative;
}

.activityCon .activityBanner .swiper-slide .info {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    width: 90%;
    padding-right: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 2em;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 8));
}

.swiper-pagination {
    width: 97%;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 20px;
}

.activityCon .activityRight {
    width: 60%;
}

.activityCon .activityRight .toptitle {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 61px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
    height: 61px;
    background: url(../images/learningImg2.png) center center/100% 100%;
    text-indent: 2em;
}

.activityCon .activityRight .Info {
    width: 85%;
    padding: 20px 5%;
    height: auto;
    margin-bottom: 20px;
	min-height: 260px;
    background: url(../images/learningImg3.png) center center/100% 100%;
}

.activityCon .activityRight .Info p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #666666;
}

.activityCon .activityRight .Info p a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #9aa7b1;
}

.activityCon .activityRight ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto;
}

.activityCon .activityRight ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    width: 60%;
    margin-top: 5px;
}

.activityCon .activityRight ul li:nth-child(2n) {
    width: 40%;
}

.activityCon .activityRight .activeHref {
    display: block;
    width: 90%;
    padding-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 15px;
}

.activityCon .activityRight .activeHref::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 16px;
    background: url(../images/learningImg4.png) center center/100% 100%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.activityCon .activityRight .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0px;
    color: #766048;
    margin: 20px 30px 0 0;
}

.activityCon .activityRight .more img {
    width: 14px;
    margin: 0 5px;
}


/* 术·专题 */

.special {
    width: 100%;
    height: auto;

    padding: 50px 0 80px;
}

.special .specialCon {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.special .specialCon .specialConLeft {
    width: 60%;
}

.special .specialCon .specialConLeft .specialConList {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.special .specialCon .specialConImg {
    width: 313px;
    height: 177px;
    object-fit: contain;
    background-color: #831212;
}

.special .specialCon .info {
    width: calc(100% - 330px);
}

.special .specialCon .info .time {
    font-size: 18px;
    letter-spacing: 0px;
    color: #333333;
}

.special .specialCon .info .title {
    font-size: 22px;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0;
}

.special .specialCon .info .miaoshu {
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
    display: -webkit-box;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
}

.special .specialCon .info .people {
    font-size: 16px;
    letter-spacing: 0px;
    color: #935735;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.special .specialCon .info .people img {
    width: 18px;
    margin-right: 5px;
}

.special .specialCon .more {
    width: 117px;
   
    margin: 50px auto;
}

.specialConRight {
    width: 33%;
}

.specialConRight .swiper-slide {
    width: 100% !important;
}

.specialConRight .swiper-slide img {
    max-height: 230px;
}

.specialConRight .title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin: 10px auto;
}

.specialConRight .specialConinfo {
    display: block;
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.specialConRight .fenye {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 40px auto 0;
}

.specialConRight .fenye>div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(203, 129, 76, 0.1);
    border: solid 1px #cb814c;
    background: none;
    color: #cb814c;
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    position: relative;
}
.specialConRight .fenye  .swiper-button-next{
    right: -10px;
}
.specialConRight .fenye .swiper-button-prev{
    left: -10px;
}

.specialConRight .fenye .swiper-button-prev::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background-color: #cb814c; 
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
}

.specialConRight .fenye .swiper-button-next::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 1px;
    background-color: #cb814c;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:996px) {
    .activityCon .activityBanner {
        width: 100%;
    }

    .activityCon .activityRight {
        width: 100%;
        margin-top: 0.2rem;
    }

    .activityCon .activityRight .toptitle,
    .activityCon .activityBanner .swiper-slide .info {
        font-size: 0.28rem;
    }

    .activityCon .activityRight .Info {
        height: auto;
    }

    .activityCon .activityRight .Info p,
    .activityCon .activityRight .Info p a,
    .activityCon .activityRight ul li,
    .activityCon .activityRight .activeHref {
        font-size: 0.18rem;
    }

    .special .specialCon .specialConImg {
        width: 100%;
    }

    .special .specialCon .info {
        width: 100%;
    }

    .specialConRight {
        width: 100%;
        min-height:368px;
    }

    .special {
        position: relative;
    }
}

@media(max-width:768px) {
    .activityCon .activityBanner img {
        min-height: 300px;
    }

    .activityCon .activityRight .Info p,
    .activityCon .activityRight .Info p a,
    .activityCon .activityRight ul li,
    .activityCon .activityRight .activeHref {
        font-size: 0.28rem;
    }

    .activityCon .activityRight .more {
        justify-content: center;
    }

    .activityCon .activityRight .toptitle {
        text-indent: 1em;
        font-size: 0.3rem;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    .activityCon .activityRight ul li {
        width: 100% !important;
    }

    .activityCon .activityRight ul li,
    .activityCon .activityRight .Info p,
    .activityCon .activityRight .Info p a,
    .activityCon .activityRight ul li,
    .activityCon .activityRight .activeHref {
        line-height: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .activityCon .activityRight ul {
        margin: 0.2rem auto;
    }

    .activityCon .activityRight .Info {
        padding: 0.2rem 5%;
    }

    .activity {
        padding: 30px 0 0.3rem;
    }

    .special {
        padding: 0.5rem 0;
    }

    .special .specialCon {
        width: 90%;
    }

    .special .specialCon .specialConLeft {
        width: 100%;
        position: relative;
        padding-bottom: 1.7rem;
    }

    .special .specialCon .specialConImg {
        height: auto;
    }

    .special .specialCon .info .time {
        margin-top: 0.2rem;
    }

    .special .specialCon .info .miaoshu {
        height: auto;
    }
    .specialConRight .fenye{
        margin:70px auto 0;
    }
    .special .specialCon .more{
        margin-top: 30px;
    }
    .specialConRight .fenye>div{
        width: 30px;height: 30px;
    }
    .specialConRight .fenye .swiper-button-prev::before{
        width: 120px;
        left: -125px;
    }
    .specialConRight .fenye .swiper-button-next::after{
        width: 120px;
        right: -125px;
    }
}