﻿/* 新闻中心首页 */
#content {
    width: 100%;
}
.column{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-blue{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EBF7FF;
}

/* 新闻中心-焦点图 */
.page-focus-box{
    width: 100%;
    padding: 10px 0 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.page-focus-box .bd{
    width: 1100px;
    float: left;
    overflow: hidden;
}
.page-focus-box .bd li{
    position: relative;
    z-index: 1;
}
.page-focus-box .bd li img{
    width: 100%;
    height: auto;
    max-height:620px;
}
.page-focus-box .bd li .con{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 20px 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.page-focus-box .bd li .title{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-focus-box .bd li .title a{
    color: #fff;
}
.page-focus-box .bd li .intro{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.8);
}
.page-focus-box .hd{
    position: relative;
    z-index: 1;
    flex: 1;
    background-color: #eee;
}
.page-focus-box .hd li{
    position: relative;
    z-index: 1;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-focus-box .hd li .con{
    order: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.page-focus-box .hd li .pic{
    order: 2;
    margin-left: 20px;
}
.page-focus-box .hd li .pic img{
    width: 100%;
    height: auto;
}
.page-focus-box .hd li .others{
    order: 1;
    font-size: 14px;
    line-height: 35px;
    color: #999;
}
.page-focus-box .hd li .title{
    order: 2;
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
}
.page-focus-box .hd li .title a{
    color: #333;
}
.page-focus-box .hd li::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #1765B7;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.page-focus-box .hd li.on::after{
    width: calc(100% + 20px);
}
.page-focus-box .hd li.on .title a{
    color: white;
}
.page-focus-box .hd li.on .others{
    color: rgba(255,255,255,0.5);
}

/* ==========================================================================
   1级区块标题
========================================================================== */
.box-info{
    position: relative;
    z-index: 1;
    background-color: #EBF7FF;
}
.box-info::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, #EBF7FF,#F5FBFF);
}
.box-info .container{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
}
.box-info::after{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    content: "";
    width: 606px;
    height: 374px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-bg-2.png) left top no-repeat;
}

.box-info .box-default{
    width: calc(50% - 30px);
}


/* 综合新闻 */
.top-pic-title-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.top-pic-title-list li{
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: calc(50% - 12px);
    margin-bottom: 20px;
    background-color: #fff;
}
.top-pic-title-list li.t .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.top-pic-title-list li.t .con{
    padding: 15px 13px 10px;
    border: 1px solid #eee;
    border-top: 0;
}
.top-pic-title-list li.t .title{
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-align: left;
}
.top-pic-title-list li.t .others{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 90px;
    width: auto;
    float: left;
    padding: 0 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    background-color: #1765B7;
}
.top-pic-title-list .n{
    padding: 10px 23px;
    background-color: #fff;
}
.top-pic-title-list .n .tit{
    display: block;
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-align: left;
}
.top-pic-title-list .n .date{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #1765B7;
    line-height: 18px;
    text-align: right;
}
.top-pic-title-list .n .date .dd{
    padding-right: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.top-pic-title-list .n .date::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 78px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: rgba(0,0,0,0.05);
}
.top-pic-title-list .n .date::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transform: rotate(45deg);
  background: #1765B7;
  border: 1px solid white;
  box-shadow: 0 0 0 1px #1765B7; 
  box-sizing: border-box;
  transform-origin: center;
}
.top-pic-title-list .n:hover{
    background-color: #2952A9;
}
.top-pic-title-list .n:hover .tit{
    color: white;
}
.top-pic-title-list .n:hover .date{
    color: #FFDC6A;
}
.top-pic-title-list .n:hover .date .dd{
    color: #FFDC6A;
}
.top-pic-title-list .n:hover .date::after{
    background-color: rgba(255, 255, 255, 0.1);
}
.top-pic-title-list .n:hover .date::before{
    background-color: #FFDC6A;
    border-color: #2952A9;
    box-shadow: 0 0 0 1px #FFDC6A;
}

/* 近期关注 */
.title-date-list{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.title-date-list::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
}
.title-date-list li{
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
    padding-left: 26px;
    display: flex;
    flex-direction: column;
}
.title-date-list li a{
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-date-list li .dateRight{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.title-date-list li::before,
.title-date-list li::after{
    content: "";
    position: absolute;
    z-index: -2;
    overflow: hidden;
    background-color: #EBF7FF;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}
.title-date-list li::before{
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
}
.title-date-list li::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 13px;
    width: 3px;
    height: 3px;
}
.title-date-list li:hover::before{
    background-color: #1765B7;
    border-color: #1765B7;
}
.title-date-list li:hover::after{
    border-color: #fff;
    background: #1765B7;
}
.title-date-list li:hover .tit{
    color: #1765B7;
}

/* 校园资讯 */
.box-news{
    padding-top: 60px;
    padding-bottom: 60px;
}
#news-swiper .swiper{
    padding-bottom: 40px;
}
#news-swiper .swiper-pagination{
    bottom: 0;
    height: 15px;
}
#news-swiper .swiper-pagination-bullet{
    vertical-align: top;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #D9D9D9;
    opacity: 1;
}
#news-swiper .swiper-pagination-bullet-active{
    background-color: #D9D9D9;
}
.news-pic-list li{
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: calc(50% - 12px);
    background-color: #fff;
}
.news-pic-list li.t .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.news-pic-list li.t .con{
    padding: 15px 13px 10px;
    border: 1px solid #eee;
    border-top: 0;
}
.news-pic-list li.t .title{
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-align: left;
}
.news-pic-list li.t .others{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 90px;
    width: auto;
    float: left;
    padding: 0 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    background-color: #1765B7;
}

/* ==========================================================================
   通知公告 教学科研 视频新闻
========================================================================== */
.ind-loop-3{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.ind-loop-3 .box-default{
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    padding: 20px 28px;
    background-color: #fff;
    border-radius: 0 50px 0 50px;
}

/* 日历标题列表 */
.date-title-list {
    flex: 1;
}
.date-title-list li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding:12px 20px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    background:  url(../../base/img/date-title-list-bg.png) right bottom no-repeat;
}
.date-title-list li::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
    background: #1765B7 url(../../base/img/date-title-list-bg-active.png) right bottom no-repeat;
}
.date-title-list li a{
    flex: 1;
    font-size: 18px;
    line-height: 30px;
}
.date-title-list li .date{
    margin-right: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.date-title-list li .date .dd{
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #1765B7;
}
.date-title-list li:hover::before{
    width: 100%;
}
.date-title-list li:hover a{
    color: white;
}
.date-title-list li:hover .date{
    color: rgba(255, 255, 255, 0.5);
}
.date-title-list li:hover .date .dd{
    color: white;
}

/* ==========================================================================
   媒体 · 武职大
========================================================================== */
.box-media{
    padding-top: 50px;
    padding-bottom: 40px;
}
#media-swiper{
    position: relative;
    z-index: 1;
    padding-bottom: 136px;
    overflow: hidden;
}
#media-swiper .swiper-scrollbar-drag{
    background-color: #1765B7;
    border-radius: 0;
}
#media-swiper .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    left: 0;
    bottom: 23px;
    right: 140px;
    width: auto;
    background: white;
}
#media-swiper .swiper-button-next,
#media-swiper .swiper-button-prev{
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
}
#media-swiper .swiper-button-next:hover,
#media-swiper .swiper-button-prev:hover{
    border-color: #1765B7;
}
#media-swiper .swiper-button-next::after,
#media-swiper .swiper-button-prev::after{
    content: "";
    font-size: 24px;
    font-weight: bold;
    color: #1765B7;
    border-width: 6px;
    border-style: solid;
}
#media-swiper .swiper-button-next::after{
    transform:translateX(3px);
    border-color: transparent transparent transparent #999;
}
#media-swiper .swiper-button-prev::after{
    transform:translateX(-3px);
    border-color: transparent #999 transparent transparent;
}
#media-swiper .swiper-button-next:hover::after{
    border-left-color: #1765B7;
}
#media-swiper .swiper-button-prev:hover::after{
    border-right-color: #1765B7;
}
#media-swiper .swiper-button-next{
    right: 0;
}
#media-swiper .swiper-button-prev{
    left: auto;
    right: 70px;
}


.media-info-list li{
    position: relative;
    z-index: 1;
}
.media-info-list li .pic{
    overflow: hidden;
}
.media-info-list li .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.media-info-list li .con{
    position: relative;
    z-index: 2;
    margin-right: 40px;
    margin-top: -30px;
    padding: 32px 30px 28px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.media-info-list li .con::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: calc(100% - 50px);
    top: 0;
    border-width: 15px;
    border-style: solid;
    border-color: #1765B7 transparent transparent transparent;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.media-info-list li .title{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.media-info-list li .others{
    text-align: right;
    font-size: 14px;
    color: #1765B7;
    height: 30px;
    line-height: 30px;
}
.media-info-list li .others .ym{
    font-size: 24px;
    font-weight: bold;
}
.media-info-list li:hover .con{
    background: #1765B7 url(../../base/img/date-title-list-bg-active.png) right bottom no-repeat;
}
.media-info-list li:hover .con::before{
    left: 24px;
    border-top-color: #FFDC74;
}
.media-info-list li:hover .tit{
    color: white;
}
.media-info-list li:hover .others{
    color: #FFDC74;
}


/* ==========================================================================
   招生就业
========================================================================== */
.box-job{
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-date-list{
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.info-date-list li{
    width: calc(25% - 15px);
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.info-date-list li a{
    display: block;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 25px;
}
.info-date-list li .dateRight{
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
    color: #1765B7;
    background-color: rgba(18, 60, 104, 0.05);
    border-radius: 20px 0 20px 0;
}
.info-date-list li:hover{
    background-color: #1765B7;
}
.info-date-list li:hover a{
    color: #fff;
}
.info-date-list li:hover .dateRight{
    background-color: rgba(255,255,255,0.6);
    color: #1765B7;
}


/* ==========================================================================
   专题专栏
========================================================================== */
#special-swiper{
    position: relative;
    z-index: 1;
}
#special-swiper .swiper-button-next,
#special-swiper .swiper-button-prev{
    top: 50%;
}
#special-swiper .swiper-button-next::after,
#special-swiper .swiper-button-prev::after{
    font-size: 16px;
    color: #333;
}
#special-swiper .swiper-button-next:hover,
#special-swiper .swiper-button-prev:hover{
    background-color: rgba(23, 101, 183, 0.05);
}
#special-swiper .swiper-button-next{
    right: -30px;
}
#special-swiper .swiper-button-prev{
    left: -30px;
}

.special-node-list li{
    float: left;
    width: calc(20% - 12px);
    margin-right: 20px;
}
.special-node-list li .tit{
    display: none;
}
.special-node-list li .pic img{
    width: 100%;
}


@media (max-width:1680px) {
    .box-info .container{
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 焦点图 */
    .page-focus-box .bd{
        width: 1000px;
    }
    .page-focus-box .hd li .pic{
        width: 150px;
    }
    .page-focus-box .hd li .others{
        line-height: 33px;
    }
    .page-focus-box .hd li.last .others{
        line-height: 32px;
    }
}