﻿@charset "utf-8";
#content {
    margin: 0;
    padding: 0;
}
.column{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/* 轮播大图 */
/* 放大和缩小的动画 */
@keyframes zoomInOut {
    0% {
        transform: scale(1); /* 初始大小 */
    }
    50% {
        transform: scale(1.15); /* 放大到 1.5 倍 */
    }
    100% {
        transform: scale(1); /* 缩小回原始大小 */
    }
}
.banner {
    position: relative;
    clear: both;
    height: 100vh;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}
.banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 138px;
    z-index: 1;
    background: linear-gradient(180deg,rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.banner .swiper-wrapper li {
    height: 100vh;
    width: 100%;
}
.banner .swiper-slide img {
    height: 100vh;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform: scale(1); /* 初始大小 */
}
.banner .zooming img{
   animation: zoomInOut 12s ease-in-out forwards;
}
.banner .swiper-wrapper .con {
    display: none;
}
.banner .swiper-pagination {
    height: 28px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    bottom: 50px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin: 9px 18px;
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 32px;
    margin: 0 10px;
    background: url(../../base/img/icon-ind-focus.png) center center no-repeat;
    border-radius: 0;
}
@keyframes slideBanner {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* 图标 */
.swiper-circle{
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: inline-block;
    width: 300px;
    height: 125px;
    padding: 25px 0 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: white;
    background:  url(../../base/img/ind-focus-bg.png) center top no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.swiper-circle span{
    margin-top: 25px;
    color: #fff;
    left: 50%;
    padding: 20px;
    pointer-events: auto;
    position: absolute;
    animation: scrollKey 3s ease-in-out infinite;
    transform: translate3d(-50%,-50%,0);
    opacity: 1;
}
.swiper-circle .fa{
    font-size: 20px;
}
.swiper-circle span em{
    display: block;
}
.swiper-circle:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
@keyframes scrollKey {
    25% {
        opacity: 0;
        transform: translate3d(-50%,150%,0)
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%,-100%,0)
    }

    75%,to {
        opacity: 1;
        transform: translate3d(-50%,-50%,0)
    }
}


/* 通用框 */
.ind-box .mhd{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}
.ind-box .mhd h3{
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 66px;
    padding: 32px 0 0;
    font-size: 46px;
    font-weight: bold;
    color: #1765B7;
}
.ind-box .mhd h3::before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    width: 414px;
    height: 82px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-h3-bg-1.svg) center bottom no-repeat;
}
.ind-box .mhd h3>strong{
    display: block;
    padding-bottom: 32px;
    background:  url(../../base/img/ind-box-h3-bottom.svg) center bottom no-repeat;
}
.ind-box .mhd h3.icon-2::before{
    width: 247px;
    height: 100px;
    background-image: url(../../base/img/ind-h3-bg-2.svg);
}
.ind-box .mhd h3.icon-3::before{
    width: 295px;
    height: 110px;
    background-image: url(../../base/img/ind-h3-bg-3.svg);
}
.ind-box .mhd h3.icon-4::before{
    width: 618px;
    height: 108px;
    background-image: url(../../base/img/ind-h3-bg-4.svg);
}
.ind-box .mhd h3.icon-5::before{
    width: 146px;
    height: 101px;
    background-image: url(../../base/img/ind-h3-bg-5.svg);
}
.ind-box .mhd h3.icon-6::before{
    width: 644px;
    height: 115px;
    background-image: url(../../base/img/ind-h3-bg-6.svg);
}
.ind-box .mhd h3.icon-7::before{
    width: 165px;
    height: 100px;
    background-image: url(../../base/img/ind-h3-bg-7.svg);
}
.ind-box .mhd h3.icon-8::before{
    width: 258px;
    height: 100px;
    background-image: url(../../base/img/ind-h3-bg-8.svg);
}
.ind-box .mhd h3 a{
    color: #1765B7;
}
.ind-box .mhd h3 a:hover{
    text-decoration: none;
}
.ind-box .mhd h3 span{
    display: block;

}
.ind-box .mhd .more{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 38px;
    line-height: 20px;
    min-width: 48px;
    text-align: right;
    padding: 43px 36px 0 0;
    font-size: 12px;
    color: #999;
    background:  url(../../base/img/ind-box-more.png) center top no-repeat;
}
.ind-box .mhd .more::after,
.ind-box .mhd .more::before{
    content: "";
    position: absolute;
    z-index: 0;
}
.ind-box .mhd .more::before{
    z-index: 1;
    right: 6px;
    bottom: 4px;
    width: 22px;
    height: 12px;
    background:  url(../../base/img/icon-more-2.png) left center no-repeat;
}
.ind-box .mhd .more::after{
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background:  url(../../base/img/icon-more-1.png) center center no-repeat;
    /* 新增动画样式 */
    animation: circleRotate 6s linear infinite; /* 4秒完成一次循环，匀速，无限播放 */
    transform-origin: center center; /* 旋转原点：圆心（必须加，否则旋转偏移） */
}
/* 定义旋转动画：顺时针1圈 → 逆时针1圈 */
@keyframes circleRotate {
    0% {
        transform: rotate(0deg); /* 初始状态 */
    }
    50% {
        transform: rotate(180deg); /* 前2秒：顺时针旋转180°（1圈） */
    }
    100% {
        transform: rotate(0deg); /* 后2秒：逆时针旋转360°（回到0°，等价于-360°） */
    }
}

.ind-box .mhd .more:hover{
    color: #1765B7;
}
.ind-box .mbd{
    padding: 50px 0 0;
}


/* ==========================================================================
   第一模块
========================================================================== */
.box-new{
    background: linear-gradient(90deg,#F7FCFF, #fff);
}
.box-new .container{
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 95px;
}
.box-new::before{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 377px;
    height: 400px;
    background:  url(../../base/img/ind-bg-1.png) left top no-repeat;
}
.box-new .mbd{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    gap: 30px;
}
 /* 左侧轮播区：固定900px宽度（匹配图片尺寸） */
#ind-focus-pic {
    width: 900px;
    position: relative;
    z-index: 1;
    flex-shrink: 0; /* 固定宽度不收缩 */
}
#ind-focus-pic .prev,
#ind-focus-pic .next{
    position: absolute;
    z-index: 1;
    top: 275px;
    width: 44px;
    height: 44px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    background: #fff url(../../base/img/ind-focus-btn.png) center center no-repeat;
    border-radius: 50%;
}
#ind-focus-pic .prev{
    left: -22px;
}
#ind-focus-pic .next{
    right: -22px;
    transform: rotate(180deg);
}
#ind-focus-pic .prev:hover,
#ind-focus-pic .next:hover{
    background-color: #eef4ff;
}
#ind-focus-pic .bd{
    margin-bottom: 10px;
}
#ind-focus-pic .bd ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
#ind-focus-pic .bd li {
    position: relative;
}
#ind-focus-pic .bd .pic img {
    width: 100%;
    height: 600px;
}
#ind-focus-pic .bd .con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 62px 0 18px;
    background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,1));
}
#ind-focus-pic .bd .title{
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
}
#ind-focus-pic .bd .title a {
    color: #fff;
    text-decoration: none;
}
/* 轮播缩略图（底部小图） */
#ind-focus-pic .hd ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
#ind-focus-pic .hd li {
    box-sizing: border-box;
    margin-right: 10px;
    width: calc(100% / 5 - 8px);
    cursor: pointer;
    opacity: 0.7;
    height: 114px;
   	box-sizing:border-box;
}
#ind-focus-pic .hd li:nth-child(5){
    margin-right: 0;
}
#ind-focus-pic .hd li.on {
    opacity: 1;
    border: 5px solid #FFAF0F;
}
#ind-focus-pic .hd .pic{
	height: 100%;
}
#ind-focus-pic .hd .pic img {
    width: 100%;
    height: 100%;
}
#ind-focus-pic .hd .title {
    display: none;
}

@media (max-width:1680px) {
    #ind-focus-pic{
        width: 800px;
    }
    #ind-focus-pic .bd .pic img {
        height: 533px;
    }
}

/* 右侧新闻列表：自动填充剩余宽度 */
.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:15px 20px 20px;
    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: #2952A9 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: #333;
}
.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-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: 80px;
    padding-bottom: 100px;
}
.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 .ind-box{
    width: calc(50% - 56px);
}

/* 校园资讯 */
.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 .con{
    padding: 15px 13px 10px;
}
.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;
    top: 220px;
    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: 15px 23px;
    background-color: #fff;
    -webkit-transition:ease 0.3s;
    -moz-transition:ease 0.3s;
    -ms-transition:ease  0.3s;
    -o-transition:ease 0.3s;
    transition:ease 0.3s;
}
.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:nth-last-child(1){
    margin-bottom: 10px;
}
.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-research{
    padding: 80px 0 100px;
    background: linear-gradient(180deg,rgba(16, 134, 255, 0.3),rgba(16, 134, 255, 0));
}
.box-research::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 360px;
    background: #F7FBFF;
}
.box-research .container{
    padding-bottom: 100px;
    background:url(../../base/img/ind-bg-3.png) center bottom no-repeat;
}
.research-list{
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    overflow: hidden;
}
.research-list li.t{
    width: calc(25% - 30px);
    margin: 0 0 80px 40px;
}
.research-list li.t .pic{
    overflow: hidden;
}
.research-list li.t .pic img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.research-list li.t:nth-child(1){
    margin-left: 0;
}
.research-list li.t .con{
    overflow: hidden;
    padding: 15px 0 0;
}
.research-list li.t .title{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.research-list li.t .date{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}
.research-list li.n{
    width: calc(50% - 130px);
    margin: 10px 70px 0 60px;
    display: flex;
    flex-direction: column;
}
.research-list li.n:nth-child(even){
    margin: 0 60px 20px 70px;
}
.research-list li.n .date{
    height: 50px;
    margin-bottom: 14px;
    overflow: hidden;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.research-list li.n .date .dd{
    margin-right: 7px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    font-weight: bold;
    color: #1765B7;
}
.research-list li.n .date .ym{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.5);
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.research-list li.n .tit{
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.research-list li.n .intro{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research-list li.t:hover .tit{
    color: #1765B7;
}
.research-list li.n:hover .date{
    padding-left: 20px;
}
.research-list li.n:hover .tit{
    padding-left: 30px;
    color: #1765B7;
}

/* ==========================================================================
   招生 · 就业
========================================================================== */
.box-job{
    padding: 80px 0 70px;
    background: url(../../base/img/ind-bg-4.png) center bottom no-repeat,
                linear-gradient(180deg,rgba(235, 245, 255, 0.42),rgba(235, 245, 255, 1)) center top no-repeat;
}

.job-info-list{
    width: 100%;
    display: flex;
    align-items: stretch;
}
.job-info-list li{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: calc(25% - 30px);
    margin: 0 40px 30px 0;
    padding: 20px;
    background-color: #fff;
}
.job-info-list li:nth-child(4n){
    margin-right: 0;
}
.job-info-list li .pic{
    overflow: hidden;
}
.job-info-list li .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.job-info-list li .con{
    position: relative;
    z-index: 1;
    padding: 15px 15px 0;
}
.job-info-list li .title{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.job-info-list li .intro{
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
}
.job-info-list li .intro-content{
    display: block;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.job-info-list li .intro .more{
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    color: #999;
}
.job-info-list li .others{
    overflow: hidden;
}
.job-info-list li .date{
    font-size: 30px;
    color: #1765B7;
    line-height: 36px;
    padding-bottom: 10px;
}
.job-info-list li .date span{
    position: relative;
    z-index: 1;
    display: inline-block;
}
.job-info-list li .date .dd{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.job-info-list li .date .ym{
    margin-right: 11px;
}
.job-info-list li .date .ym::after{
    position: absolute;
    z-index: 0;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
}
.job-info-list li::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #1765B7 url(../../base/img/date-title-list-bg-active.png) right bottom no-repeat;
    transition: all 0.4s;
}
.job-info-list li:hover::before{
    height: 100%;
}
.job-info-list li:hover .tit{
    color: white;
}
.job-info-list li:hover .intro{
    color: rgba(255, 255, 255, 0.7);
}
.job-info-list li:hover .more{
    color: white;
}
.job-info-list li:hover .date{
    color: #FFDC6A;
}
.job-info-list li:hover .date .ym::after{
    background-color: white;
}

/* ==========================================================================
   媒体 · 武职大
========================================================================== */
.box-media{
    padding-top: 80px;
    padding-bottom: 70px;
    background:  url(../../base/img/ind-bg-5.png) center bottom no-repeat;
    background-size: 100% auto;
}
.box-media .icon-txt{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    width: 229px;
    height: 55px;
    float: left;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.box-media .icon-txt-1{
    left: 168px;
    background-image: url(../../base/img/ind-media-txt-1.png);
}
.box-media .icon-txt-2{
    right: 168px;
    background-image: url(../../base/img/ind-media-txt-2.png);
}
#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-wxwb{
    padding: 80px 0 60px;
    background:  url(../../base/img/ind-bg-6.png) center top no-repeat;
    background-size: 100% auto;
}
.wxwb-list{
    overflow: hidden;
}
.wxwb-list li.t{
    position: relative;
    z-index: 1;
    width: calc(100% / 3 - 14px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.wxwb-list li.t:nth-child(3n){
    margin-right: 0;
}
.wxwb-list li.t::after{
    font-family: "fontpower";
    content: "\e6a9";
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #28C445;
    border-radius: 5px;
}
.wxwb-list li.t.node-wb::after{
    content: "\e6a3";
    background-color: #F56467;
}
.wxwb-list li.t .pic{
    overflow: hidden;
}
.wxwb-list li.t .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.wxwb-list li.t .con{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: white;
    background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.9));
}
.wxwb-list li.t .title{
    display: block;
    padding: 40px 10px 20px;
}
.wxwb-list li.t .tit{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
}
/*
.wxwb-list li.t:nth-child(1){
    width: 380px;
    height: 720px;
}
.wxwb-list li.t:nth-child(1) .pic{
    margin-top: 90px;
    height: 630px;
}
.wxwb-list li.t:nth-child(1) .pic a{
    height: 630px;
    overflow: hidden;
}
.wxwb-list li.t:nth-child(1) .pic img{
    height: 100%;
    width: auto;
}
.wxwb-list li.t:nth-child(1)::after{
    top: 100px;
}
.wxwb-list li.t:nth-child(3),
.wxwb-list li.t:nth-child(5){
    width: 330px;
}
*/
.wxwb-list li.n{
    overflow: hidden;
    padding: 0 27px 25px;
    display: flex;
    flex-direction: column;
    background-color: #788FC0;
}
.wxwb-list li.n .date{
    display: flex;
    align-items: center;
    padding-top: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: white;
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
.wxwb-list li.n .date::before{
    margin-right: 10px;
    font-size: 18px;
    font-family: "fontpower";
    content: "\e6a9";
}
.wxwb-list li.n.node-wb .date::before{
    content: "\e6a3";
}
.wxwb-list li.n a{
    height: 64px;
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    color: white;
}
/* .wxwb-list li.n:nth-child(6){
    margin-top: 92px;

}
.wxwb-list li.n:nth-child(6) .date{
    border-top: 0;
} */
.wxwb-list li.n:hover{
    background-color: #677eaf;
}


.media-qcode-list{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
}
.media-qcode-list li{
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    margin-left: 20px;
}
.media-qcode-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: white;
    background-color: #28C445;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
}
.media-qcode-list li a::before{
    font-size: 28px;
    font-family: "fontpower";
    content: "\e6a9";
}
.media-qcode-list li.wb a::before{
    content: "\e6a3";
}
.media-qcode-list li .pic{
    display: none;
}
.media-qcode-list li.wb a{
    background-color: #F56467;
}
.media-qcode-list li:hover a{
    background-color: #22bb3e;
}
.media-qcode-list li.wb:hover a{
    background-color: #e25052;
}

/* ==========================================================================
   专题专栏
========================================================================== */
.box-special{
    padding: 60px 0 80px;
}
.box-special .mbd{
    padding-top: 20px;
}
#special-swiper {
    position: relative;
    width: 1600px;
    margin: 0 auto
}

#special-swiper .swiper {
    padding-top: 20px;
    padding-bottom: 40px;
}
#special-swiper .swiper-slide {
    width: 385px;
}
#special-swiper .swiper-slide .title,
#special-swiper .swiper-slide .titleBg{
    display: none;
}
#special-swiper .swiper-slide img{
    display:block;
    width: 100%;
    height: 240px;
}
#special-swiper .swiper-slide p {
    display: none;
    line-height: 58px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 0.8em;
    margin: 0;
}
#special-swiper .swiper-pagination {
    width: 100%;
    bottom: 0;
}
#special-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #ddd;
    width: 40px;
    height: 10px;
    opacity: 1;
    border-radius: 5px;
}
#special-swiper .swiper-pagination-bullets .swiper-pagination-bullet:hover,
#special-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #1765B7;
}

@media (max-width:1680px) {
    #special-swiper {
        width: 1400px;
    }
    #special-swiper .swiper-slide {
        width: 325px;
    }
    #special-swiper .swiper-slide img{
        height: 200px;
    }
}

/* ==========================================================================
   快速导航
========================================================================== */
.box-quick{
    padding: 90px 0 100px;
    background-color: rgba(23, 101, 183, 0.1);
}
.quick-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quick-list li{
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}
.quick-list li a{
    display: block;
    width: 100%;
    text-align: center;
}
.quick-list li a.tit{
    padding-top: 16px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.quick-list li:hover{
    transform: translateY(-10px);
}
.quick-list li:hover a{
    color: #1765B7;
}

/* ==========================================================================
   侧边滚动条
========================================================================== */
#goTop{
    display: none !important;
}
.side-scroll-menu{
    position: fixed;
    z-index: 6;
    right: -100px;
    bottom: calc((100% - 504px) / 2);
    padding-top: 68px;
    width: 100px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.side-scroll-menu.show{
    right: 10px;
}
.side-scroll-menu::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    float: left;
    transform: translateX(-50%);
    background: #B59369;
}
.side-scroll-menu::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    width: 42px;
    height: 58px;
    transform: translateX(-50%);
    background:  url(../../base/img/side-scroll-menu.png) center top no-repeat;
}
.side-scroll-menu-list{
    overflow: hidden;
}
.side-scroll-menu-list li{
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #6990C3;
    border-radius: 15px;
}
.side-scroll-menu-list li:nth-last-child(1){
    margin-bottom: 0;
}
.side-scroll-menu-list li:nth-child(2){
    background-color: #A31C32;
}
.side-scroll-menu-list li:nth-child(3){
    background-color: #B59369;
}
.side-scroll-menu-list li:nth-child(4){
    background-color: #47B662;
}
.side-scroll-menu-list li:nth-child(5){
    background-color: #1389C1;
}
.side-scroll-menu-list li:nth-child(6){
    background-color: #D0935F;
}
.side-scroll-menu-list li:nth-child(7){
    background-color: #C62C46;
}   
.side-scroll-menu-list li:nth-child(8){
    background-color: #BDA83F;
}
.side-scroll-menu-list li:hover::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

/* 返回顶部 */
.side-scroll-menu-top{
    position: relative;
    z-index: 1;
    height: 0;
    overflow: hidden;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.side-scroll-menu-top.show{
    margin-top: 15px;
    padding-top: 45px;
    height: auto;
}
.side-scroll-menu-top::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #516F96 url(../../base/img/side-scroll-menu.png) center -70px no-repeat;
}
.side-scroll-menu-top span{
    display: block;
    position: relative;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #516F96;
    border-radius: 15px;
}
.side-scroll-menu-top:hover::before,
.side-scroll-menu-top:hover span{
    background-color: #3b5679;
}




@media (max-width:1680px) {
    .box-info .container{
        padding: 80px 20px 100px;
    }
    .date-title-list li{
        padding: 10px 15px 12px;
    }
	
    /*
    .wxwb-list li.t{
        width: 440px;
        height: 315px;
    }
    .wxwb-list li.t:nth-child(1){
        width: 298px;
        height: 650px;
    }
    .wxwb-list li.t:nth-child(1) .pic{
        margin-top: 60px;
        height: 590px;
    }
    .wxwb-list li.t:nth-child(1) .pic a{
        height: 590px;
    }
    .wxwb-list li.t:nth-child(3),
    .wxwb-list li.t:nth-child(5){
        width: 298px;
    }
    .wxwb-list li.n{
        padding: 0 15px 15px;
    }
    .wxwb-list li.n:nth-child(6){
        margin-top: 63px;
    }
    */
}
