@charset "UTF-8";

.w1600 {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 友情链接 */
.yqlj{
    margin: 30px 0 30px;
}
.yqlj ul p{
    width: auto;
    float: left;
    font-size: 20px;
    color: #811d98;
    font-weight: bold;
    line-height: 30px;
}
.yqlj ul li{
    float: left;
    width: auto;
    padding: 0 26px;
    position: relative;
}
.yqlj ul li:first-of-type{
    padding-left:0;
}
.yqlj ul li::before{
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: #dfdfdf;
    position: absolute;
    right: 0;
    bottom: 0px;
    top: 0;
    margin: auto;
}
.yqlj ul li:last-of-type::before{
    display: none;
}
.yqlj ul li a{
    display: block;
    width: auto;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 30px;
    margin-top: 1px;
}
.yqlj ul li a:hover{
    color: #811d98;
}
.fc>div{diplay:block;z-index:99999!important;}
/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner .slick-slide {
    width: 100%;
}
.banner .slick-dots {
    width: 100%;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    box-sizing: border-box;
}
.banner .news_images {
    width: 100%;
}
.banner .news_images a {
    display: block;
    position: relative;
}
.news_images img {
    display: block;
    width: 100%;
    height: calc(100vh );
    object-fit: cover;
}
.banner .slick-dots {left:auto;right: 0;bottom: 0;text-align: center;}
.banner .slick-dots li{
    margin-right: 15px;
}
.banner .slick-dots li,.banner .slick-dots li button{
    width: 50px;
    height: 5px;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button{
    width: 50px;
    height: 5px;
}
.banner .slick-dots li.slick-active button:before {
    width: 50px;
    height: 5px;
    background: #811d98;
}
.banner .slick-dots li button:before {
    width: 50px;
    height: 5px;
    content: '';
    opacity: 1;
    background: #fff;
}

/* 栏目标题 */
h2.lmTit{
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}
h2.lmTit::before{
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    background: #811d98;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
h2.lmTit a{
    font-size: 16px;
    font-weight: normal;
    color: #7a4486;
    padding-left: 80px;
    background: url(/img/more1.png) no-repeat left center;
    margin-top: 25px;
}
h2.lmTit a:hover{
    transform:scale(1.1);
}
/* 新闻 */
.new{
    margin: 70px 0 50px;
}
.new_left,.new_right{
    width: 27%;
    float: left;
}
.new_center{
    width: 46%;
    float: left;
}
.new_left{
    padding-right: 35px;
    box-sizing: border-box;
}
.new_right{
    padding-left: 35px;
    box-sizing: border-box;
}
.new_sub ul li a{
    display: block;
    width: 100%;
}
.new_right h2.lmTit a,.new_left h2.lmTit a{
    padding-left: 0;
    background: none;
    color: #000;
}
.new_right h2.lmTit a:hover, .new_left h2.lmTit a:hover{
    color: #7a4486;
}
.new_sub ul li a p.img,.new_sub ul li a p.img img{
    width: 100%;
    height: 150px;
    transition: all .8s;
    object-fit: cover;
}
.new_sub ul li a p.img{
    overflow: hidden;
}
.new_sub ul li a:hover p.img img{
    transform: scale(1.2);
}
.new_sub ul li a{
    position: relative;
    padding: 10px 0;
    /* height: 68px; */
    border-bottom: 1px solid #ebebeb;
}
.new_sub ul li a p.txt{
    /* position: absolute; */
    left: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* font-size: 15px; */
    line-height: 22px;
}
.new_sub ul li a p.txt span.tit{
    display:block;
    height:auto;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_sub ul li a p.txt span.time{
    display:block;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    text-align: left;
    margin-top: 4px;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(/img/time_icon.png) no-repeat left 3px;
    background-size: 4%;
    color: #999;
}
.new_sub ul li a:hover p.txt{
    color: #68137b;
}
.new_sub ul li:first-of-type a{
    height: auto;
    padding: 0;
}
.new_sub ul li:first-of-type a p.txt{
    position: relative;
    transform: translateY(0);
    padding: 12px 0;
    height: 60px;
}
.new_sub ul li:first-of-type a p.txt span.tit{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    max-height: initial;
}
.new_sub ul li:first-of-type a p.txt span font:first-of-type{
    line-height: 22px;
    height:auto;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_sub ul li:first-of-type a p.txt span font.time{
    display:block;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    text-align: left;
    margin-top: 6px;
    padding-left: 21px;
    box-sizing: border-box;
    background: url(/img/time_icon.png) no-repeat left 3px;
    background-size: 4%;
    color: #999;
}
/* 校园要闻 */
.new_center ul.clearfix{
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
}
.new_center ul li a{
    display: block;
    width: 100%;
}
.new_center ul li a img{
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.new_center ul li a p{
    padding-top: 95px;
}
.new_center ul li a span{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.new_center ul li a span.lm{
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #811d98;
    font-weight: bold;
}
.new_center ul li a span.tit{
    margin: 20px 0;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    padding: 0 10%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new_center ul li a:hover span.tit{
    color: #811d98;
}
.new_center ul li a span.txt{
    font-size: 13px;
    line-height: 23px;
    text-indent: 2em;
    color: #808080;
    padding: 0 5%;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_center .slick-dots{
    top: 395px;
    bottom: auto;
    text-align: center;
}
.new_center .slick-dots li{
    margin-right: 10px;
}
.new_center .slick-dots li:last-of-type{
    margin-right: 0;
}
.new_center .slick-dots li,.banner .slick-dots li button{
    /* width: 25px; */
    height: 3px;
}
.new_center .slick-dots li.slick-active,.banner .slick-dots li.slick-active button{
    /* width: 35px; */
    height: 3px;
}
.new_center .slick-dots li.slick-active button:before {
    height: 3px;
    background: #7a4486;
}
.new_center .slick-dots li button:before {
    width: 100%;
    height: 3px;
    content: '';
    opacity: 1;
    background: hsl(0deg 0% 84%);
}
/* 竞彩足球胜平负公告  亚新议安排 */
.notice{
    position: relative;
    padding: 60px 0;
}
.notice::after{
    display: block;
    content: "";
    width: 67%;
    height: 100%;
    background: #f2f3f9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.notice::before{
    display: block;
    content: "";
    width: 33%;
    height: 100%;
    background: #811d98;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to right,#811d98 5%,#6e30db);
}
.notice .w1600{
    position: relative;
    z-index: 10;
}
.notice .notice_left,.notice .notice_right{
    width: 48%;
    float: left;
}
.notice .notice_left{
    margin-right: 4%;
}
.notice .notice_left ul li,.notice .notice_right ul li {
    margin-bottom: 12px;
}
.notice .notice_left ul li:last-of-type,.notice .notice_right ul li:last-of-type{
    margin-bottom: 0;
}
.notice .notice_left ul li a{
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    box-sizing: border-box;
}
.notice .notice_left ul li a p.tit{
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    color: #333333;
    float: left;
    width: calc(100% - 130px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.notice .notice_left ul li a p.time{
    width: 106px;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #808080;
    line-height: 35px;
    padding-left: 13px;
    box-sizing: border-box;
    background: url(/img/time_icon.png) no-repeat left 7px;
}
.notice .notice_left ul li a:hover{
    background: #8d2da2;
}
.notice .notice_left ul li a:hover p.time{
    background: url(/img/time_icon2.png) no-repeat left 7px;
}
.notice .notice_left ul li a:hover p{
    color: #fff;
}
.notice .notice_right h2.lmTit a{
    color: #fff;
    background: url(/img/more2.png) no-repeat left center;
}
.notice .notice_right li a{
    display: block;
    position: relative;
    padding: 12px 15px;
    background: #fff;
    background-size: auto 85%;
}
.notice .notice_right li a::before{
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    background: #811d98;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.notice .notice_right li a p.tit{
    font-size: 17px;
    line-height: 35px;
    color: #333333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .notice_right li a p.time{
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    float: right;
}
.notice .notice_right li a:hover{
    background: #8d2da2;
    transform: skewX(-12deg);
}
.notice .notice_right li a:hover p{
    color: #fff;
}
/* 学术动态 */
.xsdt {
    margin-top: 50px;
}
.xsdt ul {
    margin-top: 40px;
}
.xsdt ul li{
    width: 24.2%;
    float: left;
    margin-right: 1%;
    padding: 0 14px;
    box-sizing: border-box;
    position: relative;
}
.xsdt ul li:last-of-type{
    margin-right:0;
}
.xsdt ul li a{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 29px 8px rgba(122,68,134,0.03);
    box-sizing: border-box;
    padding: 30px 30px 50px;
    position: relative;
    z-index: 99;
}
.xsdt ul li a span{
    display: block;
    line-height: 1;
}
.xsdt ul li a p.tops span:first-of-type{
    font-size: 36px;
    color: #a6a6a6;
}
.xsdt ul li a p.tops span:last-of-type{
    font-size: 16px;
    color: #a6a6a6;
    margin-top: 10px;
}
.xsdt ul li a p.tops {
    background: url(/img/xsdt_icon2.png) no-repeat right center;
}
.xsdt ul li a p.tit{
    font-size: 18px;
    line-height: 28px;
    color: #141b1b;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    margin: 20px 0 15px;
    font-weight: bold;
}
.xsdt ul li a p.txt{
    border-top: 1px solid #e4e4e4;
    padding: 15px 0;
}
.xsdt ul li a p.txt span{
    padding-left: 32px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #414141;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xsdt ul li a p.txt span:nth-of-type(1){
    background: url(/img/xsdt_icon.png) no-repeat 5px 5px;
}
.xsdt ul li a p.txt span:nth-of-type(2){
    background: url(/img/xsdt_icon.png) no-repeat 5px -31px;
}
.xsdt ul li a p.txt span:nth-of-type(3){
    background: url(/img/xsdt_icon.png) no-repeat 5px -70px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xsdt ul li a:hover p.tit,.xsdt ul li a:hover p.top span{
    color: #811d98;
}
.xsdt ul li::before{
    display: block;
    content: "";
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #7d1e93 url(../img/xsdt_icon3.png) no-repeat center;
    z-index: 999;
}
.xsdt ul li a::after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -14px;
    bottom: 48px;
    border-width: 0px 0px 14px 14px;
    border-style: solid;
    border-color:  transparent transparent #602e6b transparent;
    z-index: -1;
}
.xsdt ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -14px;
    bottom: 48px;
    border-width: 0 14px 14px 0;
    border-style: solid;
    border-color:  transparent transparent #602e6b transparent;
    z-index: -1;
}

/* 专题栏目 */
.ztzl{
    margin: 75px 0 75px;
}
.ztzl div.lmmc{
    width: 10%;
}
.ztzl div.lmmc h2{
    width: 45px;
    height: auto;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    margin-top: 60px;
    border-top: 5px solid #811d98;
    padding-top: 10px;
}
.ztzl div.lmmc a{
    font-size: 16px;
    font-weight: normal;
    color: #7a4486;
    display: block;
    width: 100%;
    padding-left: 80px;
    box-sizing: border-box;
    background: url(/img/more1.png) no-repeat left center;
    margin-top: 170px;
}

.ztzl_sub{
    width: 90%;
    overflow: hidden;
}
.ztzl_sub ul li{
    float: left;
    width: calc(84.4% / 4);
    margin-right: 4%;
    margin-top: 30px;
}
.ztzl_sub ul li:last-of-type{
    margin-right: 0;
}
.ztzl_sub ul li a,.ztzl_sub ul li a img{
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.ztzl_sub ul li a{
    overflow: hidden;
}
.ztzl_sub ul li a img{
    transition: all .8s;
}
.ztzl_sub ul li a:hover img{
    transform: scale(1.2);
}

/* 媒体聚焦 */
.mtjj{
    padding: 70px 0;
    position: relative;
    z-index: 10;
}
.mtjj::before{
    display: block;
    content: "";
    width: 80%;
    height: 100%;
    background: #811d98;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(to right,#811d98 5%,#6e30db);
}
.mtjj .w1600{
    position: relative;
    z-index: 10;
}
.mtjj .w1600 h2{
    font-size: 40px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.mtjj_sub .mtjj_left{
    width: 63%;
}
.mtjj_sub .mtjj_left li{
    width: 47%;
    float: left;
    margin-right: 5%;
    margin-top: 35px;
}
.mtjj_sub .mtjj_left li a{
    display: block;
    width: 100%;
}
.mtjj_sub .mtjj_left li a p.tit{
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
}
.mtjj_sub .mtjj_left li a p.con{
    padding: 20px;
    box-sizing: border-box;
    background: #531661;
    /* border: 1px solid #9561a0; */
}
.mtjj_sub .mtjj_left li a p.con span{
    display: block;
}
.mtjj_sub .mtjj_left li a p.con span.img,.mtjj_sub .mtjj_left li a p.con span.img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all .8s;
}
.mtjj_sub .mtjj_left li a p.con span.txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin: 20px 0 0;
}
.mtjj_sub .mtjj_left li a p.con span.img{
    overflow: hidden;
}
.mtjj_sub .mtjj_left li a:hover p.con span.img img{
    transform: scale(1.2);
}
.mtjj_sub .mtjj_left li:nth-of-type(2n){
    margin-right: 0;
}

.mtjj_sub .mtjj_right{
    width: 35%;
}
.mtjj_sub .mtjj_right li{
    margin-top: 85px;
}
.mtjj_sub .mtjj_right li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #811d98;
    /* border: 1px solid #9561a0; */
}
.mtjj_sub .mtjj_right li a p.img{
    width: 73%;
    float: left;
}
.mtjj_sub .mtjj_right li a p.img img{
    display: block;
    width: 100%;
    height: 505px;
    object-fit: cover;
}
.mtjj_sub .mtjj_right li a p.con{
    width: 25%;
    float: right;
    font-size: 0;
    position: relative;
    text-align: center;
    padding: 120px 0 30px;
}
.mtjj_sub .mtjj_right li a span{
    display: inline-block;
    width: auto;
}
.mtjj_sub .mtjj_right li a span.lm{
    width: 100%;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #000000;
    position: absolute;
    left: -35px;
    top: 80px;
    z-index: 9;
}
.mtjj_sub .mtjj_right li a span.time{
    font-size: 16px;
    color: #d8bfdd;
    writing-mode: vertical-rl;
    margin-right: 20px;
}
.mtjj_sub .mtjj_right li a span.tit{
    font-size: 20px;
    color: #fff;
    writing-mode: tb-rl;
    margin-left: 20px;
    position: relative;
}
.mtjj_sub .mtjj_right li a span.tit::before{
    display: block;
    content: "";
    width: 1px;
    height: 110%;
    background: #9d75a6;
    position: absolute;
    left: -20px;
    top: -35px;
}

/* 校园印象 */
.xyyx{
    margin-top: 50px;
}
/* 宣传片 */
.xcsp .lmmc{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
.xcsp .lmmc h2.lmTit::before{
    bottom: auto;
    margin: 0;
    /* top: 6px; */
}
.xcsp .lmmc h2.lmTit a{
    display: block;
    float: right;
    margin-top: 10px;
}
.xcsp .video{
    width: calc(100% / 3 * 2);
    position: relative;
}
.xcsp .video a{
    position:relative;
}
.xcsp .video a,.xcsp .video a img{
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    cursor: pointer;
    overflow:hidden;
}
.xcsp .video a img{
    transition:all .8s;
}
.xcsp .video a p{
    display: none;
    width: 100%;
    padding: 0 30px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.xcsp .video a::before{
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.xcsp .video a::after{
    display: block;
    content: "";
    width: 150px;
    height: 150px;
    background: url(/img/boFang.png) no-repeat center;
    background-size: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index:10;
}
.xcsp .video a:hover img{
    transform:scale(1.2);
}
.xcsp .video a:hover p,.xcsp .video a:hover::before{
    display:block;
}
.xcsp .video a:hover::after{
    display:none;
}
/* 校园风光 */
.xyyx .xyfg li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.xyyx .xyfg li:last-of-type{
    margin-right:0;
}
.xyyx .xyfg li a{
    position: relative;
    overflow: hidden;
}
.xyyx .xyfg li a,.xyyx .xyfg li a img{
    display: block;
    width: 100%;
    height: 190px;
    transition: all .8s;
    object-fit: cover;
}
.xyyx .xyfg li a p{
    display: none;
    width: 100%;
    padding: 0 30px;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.xyyx .xyfg li a::before{
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.xyyx .xyfg li a:hover img{
    transform: scale(1.2);
}
.xyyx .xyfg li a:hover::before,.xyyx .xyfg li a:hover p{
    display: block;
}

.jjmore{
    color: #fff!important;
    background: url(/img/more2.png) no-repeat left center;
    font-size: 16px!important;
    font-weight: normal;
    padding-left: 80px!important;
    position: absolute;
    right: 21%;
    line-height: 26px;
    margin-top: 4px!important;
    z-index: 999;
}
@media only screen and (max-width: 960px){
.jjmore{
    margin-top: 0!important;
}
}
@media only screen and (max-width: 840px){
.jjmore{
    right: 10px!important;
}
}

@media only screen and (max-width: 520px){
.jjmore{
    font-size: 14px!important;
    padding-left: 72px!important;
}
}