
.event-list .item {
    width: 100%;
}
.event-list .item:nth-child(n) {
    clear: both;
}
.event-list .box {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}
.event-list .box>.more {
    display: none !important;
}
.event-list .box .pic {
    position: relative;
    overflow: hidden;
}
.event-list .box .pic:before {
    content: '';
    background: url(../../images/common/coupon/hover.png);
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}
.event-list .box:hover .pic:before {
    opacity: 1;
}
.event-list .box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.event-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.event-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.event-list .cleft img {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1)
}
.event-list .cleft {
    width: 58.125%;
    position: relative;
    z-index: 2;
}
.event-list .cright {
    width: 41.875%;
}
.event-list .cright .tit {
    padding-left: 50px;
}
.event-list .cbox {
    padding-top: 42px;
    padding-right: 52px;
    padding-left: 120px;
    padding-bottom: 65px;
    position: relative;
    left: -68px;
    border: solid 5px rgba(17, 17, 17, 0.08);
    width: calc(100% + 68px);
    box-sizing: border-box;
}
.event-list .editor {
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
    display: -webkit-box;
}
.event-list .tit2 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 62px;
    display: -webkit-box;
}
.event-list .titspan {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 70px;
    color: #1F1F1F;
    text-align: center;
    margin: 0 0 40px;
}
.event-list .titspan {
    font-size: 42px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
    display: -webkit-box;
}
.sect-title:first-letter, .titspan:first-letter {
    /* color: #348CDD; */
}
.btn.more {
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 3px;
    border-radius: 0;
    position: relative;
    z-index: 80;
    display: inline-block !important;
}
.btn.more:before, .btn.more:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-transition: width 400ms;
    transition: width 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.btn.more:before {
    width: 100%;
    right: 0;
    background: #338CDD;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.btn.more:hover:before {
    width: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.btn.more:after {
    width: 0;
    left: 0;
    background: #1f1f1f;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.btn.more:hover:after {
    width: 100%;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
@media screen and (max-width: 1000px) {
    .event-list .box>.more {
        display: none !important;
        margin: 0 auto 30px;
    }
    .event-list .box {
        flex-wrap: wrap;
    }
    .event-list .cleft,  .event-list .cright {
        width: 100%;
    }
    .event-list  .titspan {
        font-size: 20px;
        margin-right: 10px;
        margin-bottom: 0;
        height: 33px;
    }
    .event-list  .cright .tit {
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .event-list  .cbox .btn.more {
        display: none !important;
    }
    .event-list  .tit2 {
        font-size: 20px;
        font-weight: normal;
        height: 48px;
    }
    .event-list  .cbox {
        width: 100%;
        padding: 28px;
        left: 0;
    }
    .event-list  .editor {
        margin-bottom: 0;
    }
}
