.banner .img {
    display: block;
    padding-bottom: calc(451% / 19.2);

    animation: BannerAni 12s linear infinite;
}

@keyframes BannerAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.banner {
    overflow: hidden;
    position: relative;
}

.main {
    position: relative;
    overflow: hidden;
    padding: 43px 0 67px;
    overflow: hidden;
}

.main::before {
    content: '';
    display: block;
    width: 100%;
    height: 857px;
    background: url(../images/mainbg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -17.1%;
}

/* mode1 */
.mode1 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.mode1l {
    width: calc(100% - 620px);
}

.mode1r {
    width: 580px;
    padding-top: 50px;
}

.title {
    padding-bottom: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #5A1C44;
    margin-bottom: 31px;
    overflow: hidden;
}

.title a {
    display: inline-block;
    vertical-align: middle;
}

.tit {
    color: #5A1C44;
    font-weight: bold;
}

.list1ul li {
    margin-bottom: 20px;
}

.list1ul li:last-child {
    margin-bottom: 0 !important;
}

.list1ul li:last-child .item {
    padding-bottom: 0 !important;
    border: none;
}

.list1ul .item {
    display: block;
    padding-bottom: 22px;
    box-sizing: border-box;
    border-bottom: 1px dashed #D8D8D8;
    transition: all .3s ease-in-out;
}

.list1ul li:hover .item {
    transform: translateX(5px)
}

.list1ul li:hover .info {
    color: #5A1C44;
}

.list1ul .item .info {
    line-height: 26px;
    height: 52px;
    color: #333;
    letter-spacing: -0.6px;
}

.date {
    position: relative;
    color: #5D2047;
    padding-left: 22px;
    box-sizing: border-box;
    margin-left: 13px;
}

.date::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/clock.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 6.5px);
}

/* mode2r */
.list2ul li {
    margin-bottom: 25px;
}

.list2ul li:last-child {
    margin-bottom: 0 !important;
}

.list2ul .item {
    position: relative;
    display: block;
}

.list2pic {
    padding-bottom: 23.79%;
}

.mode2txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 5px 3px rgba(0, 0, 0, .67);
}

/* mode2 */
.list3ul {
    margin: 0 -13px;
    font-size: 0;
}

.list3ul li {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.list3ul .item {
    display: block;
    margin: 0 13px;
    padding: 16px 26px 13px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background: #fff;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, .08);
}

.list3ul li:hover .item {
    transform: translateX(5px)
}

.list3ul li:hover .info {
    color: #5A1C44;
}

.mode2 {
    position: relative;
    z-index: 1;
}

.mode2 .title {
    margin-bottom: 24px;
}

.mode2 .date {
    margin-left: 0;
}

.mode2 .info {
    line-height: 26px;
    height: 52px;
    color: #333333;
    margin-bottom: 20px;
}
.subright2 .title{

}
.subright2 .title h2{
    
}
@media screen and (max-width:1201px) {
    .mode1r {
        width: 483px;
        padding-top: 39px;
    }

    .mode1l {
        width: calc(100% - 517px);
    }

    .list1ul .item {
        padding-bottom: 12px;
    }

    .list1ul li {
        margin-bottom: 13px;
    }
}

@media screen and (max-width:1100px) {
    .main::before {

        height: 646px;

        bottom: -14.1%;
    }
}

@media screen and (max-width:998px) {
    .mode1r {
        width: 354px;
        padding-top: 34px;
    }

    .mode1l {
        width: calc(100% - 384px);
    }

    .list1ul .item {
        padding-bottom: 9px;
    }

    .list1ul li {
        margin-bottom: 12px;
    }

    .main {
        padding: 22px 0 33.5px;
    }

    .title {
        margin-bottom: 15px;
    }

    .list1ul .item .info {
        line-height: 20px;
        height: 40px;
    }

    .main::before {
        height: 635px;
        bottom: -18.1%;
    }

    .mode2 .info {
        line-height: 20px;
        height: 40px;
    }
}

@media screen and (max-width:768px) {
    .mode1l, .mode1r {
        width: 100%;
        float: none;
    }

    .list3ul li {
        width: 50%;
    }

    .main::before {
        height: 726px;
        bottom: -10%;
    }
}

@media screen and (max-width:680px) {
    .list3ul {
        margin: 0 -8px;
    }

    .list3ul .item {
        padding: 15px;
        margin: 0 8px;
    }

    .mode2 .info {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:479px) {
    .main::before {
        bottom: -10%;
    }
}

@media screen and (max-width:320px) {
    .list3ul li {
        width: 100%;
    }

    .main::before {
        height: 70%;
        bottom: 0;
    }
}