/* 吉林大学css */
body {
    background-color: #f7f7f7;
}

.mt-113 {
    margin-top: -113px;
    min-height: 113px;
}

.linkNav a:hover {
    color: #e08f00;
}

.pieceBox a .iconBox i {
    color: #002147;
}

.pieceBox a:hover {
    background-image: linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%),
    linear-gradient(#c82f37,
            #c82f37);
}

.containWrap {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.sorter {
    margin-bottom: 50px;
}

.sorter span {
    background-image: linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%),
    linear-gradient(90deg,
            #002147 0%,
            #0352ac 100%);
}

.sorter a {
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%);
}

.sorter a:hover {
    background-image: linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%),
    linear-gradient(90deg,
            #002147 0%,
            #0352ac 100%);
}

/* 吉林大学公共标题 */
.commonTit_h3 {
    display: flex;
    justify-content: center;
}

.commonTit_h3 h3 {
    font-size: 26px;
    height: 26px;
    line-height: 25px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 42px;
}

.commonTit_h3.type2 h3 {
    color: #f7f7f7;
}

.commonTit_h3 h3::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 26px;
    background: url(../img/jlSchool/titH3_bef.png) center/contain no-repeat;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    color: #f7f7f7;

}

.commonTit_h3 h3 .more {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}

a.more:hover {
    color: #e08f00;
}

.header {
    height: 58px;
    background-color: #002147;
}

.header .container {
    display: flex;
    height: 100%;
    align-items: center;
}

.header img {
    height: 46px;
}

.header .headerNav {
    display: flex;
    height: 100%;
    margin-left: 40px;
}

.header .headerNav .nav-item{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 30px; /* 增加导航项之间的间距 */
}

.header .headerNav .nav-item:last-child {
    margin-right: 0; /* 最后一个导航项不需要右边距 */
}
.header .headerNav .nav-item:last-child {
    padding-right: 0;
}

.header .headerNav .nav-item>a {
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 3px;
}
.header .headerNav .nav-item>a i{
    font-weight: normal;
    transition: .3s;
    display: inline-block;
}

.header .headerNav .nav-item>a.active {
    color: #e08f00;
    font-weight: bold;
}

.header .headerNav .nav-item>a.active::before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 4px;
    background-color: #e08f00;
    border-radius: 2px;
}

.header .headerNav .nav-item:hover::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    width: 16px;
    height: 4px;
    background-color: #e08f00;
    border-radius: 2px;
}
.header .headerNav .nav-item:hover>a i{
    transform: rotateZ(180deg);
}


.header .headerNav .nav-item .hideLink {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-54%);
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
    z-index: 99;
    min-width: 120px;
    box-shadow: #999999 0 0 8px;
}
.header .headerNav .nav-item:hover .hideLink {
    display: block;
}
.header .headerNav .nav-item .hideLink a {
    padding: 0 20px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    color: #343333;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    box-sizing: border-box;
}

.header .headerNav .nav-item .hideLink a:hover,.header .headerNav .nav-item .hideLink a.active {
    background: #e08f004d;
    font-weight: bold;
    color: #e08f00;
}

.header .phoneNum{
    display: flex;
    align-items: center;
    color: #E08F00;
    margin-left: 0;
}

.header .phoneNum img{
    height: 19px;
    margin-right: 5px;
}

/* banner */
.banner {
    height: 380px;
    position: relative;
    overflow: hidden;
}

#jlSchool_index .banner {
    height: 440px;
}
#jlSchool_index #universe{
    /* position: fixed;
    top: 0; */
}

.banner .bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 380px;
    background: url(../img/jlSchool/bannerBg_2.jpg) center/contain no-repeat;
}

#jlSchool_index .banner .bg {
    height: 440px;
    background: url(../img/jlSchool/bannerBg.jpg) top/contain no-repeat;
}

.banner .bg .bannerWrap {
    height: 380px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.banner .bg .bannerWrap .bannerSwiper {
    width: 780px;
    height: 380px;
    border-radius: 10px;
    position: relative;
    margin: 0;
}

.banner .bg .bannerWrap .bannerSwiper .banner-pagination {
    width: auto;
    position: absolute;
    right: 27px;
    bottom: 29px;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}

.banner .bg .bannerWrap .bannerSwiper .banner-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 23px;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 4px;
}

.banner .bg .bannerWrap .bannerSwiper .banner-pagination .swiper-pagination-bullet-active {
    background-color: #acabab;
}

.banner .bg .bannerWrap .bannerSwiper .banner-nextEl,
.banner .bg .bannerWrap .bannerSwiper .banner-prevEl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 38px;
    background-color: #aaaaab;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .bg .bannerWrap .bannerSwiper:hover .banner-nextEl,
.banner .bg .bannerWrap .bannerSwiper:hover .banner-prevEl {
    opacity: 1;
}

.banner .bg .bannerWrap .bannerSwiper .banner-nextEl:hover,
.banner .bg .bannerWrap .bannerSwiper .banner-prevEl:hover {
    background-color: #ebebeb;
}

.banner .bg .bannerWrap .bannerSwiper .banner-nextEl {
    border-radius: 0px 2px 2px 0px;
    left: 0;
}

.banner .bg .bannerWrap .bannerSwiper .banner-prevEl {
    border-radius: 2px 0px 0px 2px;
    right: 0;
}

.banner .bg .bannerWrap .bannerSwiper .banner-nextEl i,
.banner .bg .bannerWrap .bannerSwiper .banner-prevEl i {
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.banner .bg .bannerWrap .bannerSwiper .banner-nextEl:hover i,
.banner .bg .bannerWrap .bannerSwiper .banner-prevEl:hover i {
    color: #1d025c;
}

.banner .bg .mesWrap {
    width: 396px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner .bg .mesWrap .txtWrap {
    height: 53px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-left: 18px;
    display: flex;
    align-items: center;
}


.banner .bg .mesWrap .txtWrap h3 {
    font-size: 20px;
    color: #333333;
    padding-left: 31px;
    position: relative;
}

.banner .bg .mesWrap .txtWrap h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 25px;
    background: url(../img/jlSchool/mesIcon.png) center/contain no-repeat;
}

.banner .bg .mesWrap .listWrap {
    height: 314px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.banner .bg .mesWrap .listWrap a {
    width: 350px;
    height: 45px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 15px 0 0 28px;
    padding-left: 18px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
}

.banner .bg .mesWrap .listWrap a:hover {
    background-image: linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%),
    linear-gradient(#f2f2f2,
            #f2f2f2);
}

.banner .bg .mesWrap .listWrap a p {
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 44px;
}

.banner .bg .mesWrap .listWrap a:hover p {
    color: #ffffff;
}

.banner .bg .mesWrap .listWrap a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    width: 26px;
    height: 26px;
    background-color: #e08f00;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.banner .bg .mesWrap .listWrap a:nth-child(1):before {
    content: '1';
}

.banner .bg .mesWrap .listWrap a:nth-child(2):before {
    content: '2';
}

.banner .bg .mesWrap .listWrap a:nth-child(3):before {
    content: '3';
}

.banner .bg .mesWrap .listWrap a:nth-child(4):before {
    content: '4';
}

.banner .bg .mesWrap .listWrap a:nth-child(5):before {
    content: '5';
}

/* 招生公告 */
.notice {
    margin-bottom: 51px;
}

.notice .commonTit_h3 {
    margin: 55px 0 40px;
}

.notice .commonTit_h3 h3::before {
    content: '1';
}

.noticeMain {
    height: 400px;
    display: flex;
    justify-content: space-between;
}

.noticeMain .linkWrap {
    width: 715px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.noticeMain .linkWrap .list {
    display: flex;
    flex-wrap: wrap;
    height: 48%;
}

.noticeMain .linkWrap .list a {
    width: 50%;
    font-size: 14px;
    color: #333333;
    height: 37px;
    line-height: 37px;
    position: relative;
    padding-left: 11px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    transition: .3s;
}

.noticeMain .linkWrap .list a:nth-child(2n-1) {
    padding-right: 0;
    width: 48%;
}

.noticeMain .linkWrap .list a:nth-child(2n) {
    width: 52%;
}

.noticeMain .linkWrap .list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50%;
    transition: .3s;
}

.noticeMain .linkWrap .list a:hover {
    color: #e08f00;
}

.noticeMain .linkWrap .list a:hover::before {
    background-color: #e08f00;
}

.noticeMain .linkWrap .list a:first-child {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #e08f00;
    padding-left: 134px;
}
.noticeMain .linkWrap .list a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.noticeMain .linkWrap .list a:first-child p {
    position: relative;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
    box-sizing: border-box;
}

.noticeMain .linkWrap .list a:first-child p::before {
    content: '';
    position: absolute;
    width: 27px;
    height: 19px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/jlSchool/hot.gif) center/contain no-repeat;
}

.noticeMain .linkWrap .list a:first-child::before {
    content: '硕士招生公告';
    width: 124px;
    height: 33px;
    background: url(../img/jlSchool/noticeTit_bef.png) center/contain no-repeat;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    color: #875205;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticeMain .linkWrap .list:nth-child(2) a:first-child::before {
    content: '博士招生公告';
}

.noticeMain .imgWrap {
    width: 442px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 14px;
}

.noticeMain .imgWrap a {
    width: 210px;
    height: 50%;
    transition: .3s;
}

.noticeMain .imgWrap a:hover {
    transform: translateY(-10px);
}

.noticeMain .imgWrap a .img {
    width: 210px;
    height: 126px;
    position: relative;
}

.noticeMain .imgWrap a:nth-child(1) .img {
    background: url(../img/jlSchool/noticeImgBg_1.jpg) center/cover no-repeat;
    border-radius: 10px;
}

.noticeMain .imgWrap a:nth-child(2) .img {
    background: url(../img/jlSchool/noticeImgBg_2.jpg) center/cover no-repeat;
    border-radius: 10px;
}

.noticeMain .imgWrap a:nth-child(3) .img {
    background: url(../img/jlSchool/noticeImgBg_3.jpg) center/cover no-repeat;
    border-radius: 10px;
}

.noticeMain .imgWrap a:nth-child(4) .img {
    background: url(../img/jlSchool/noticeImgBg_4.jpg) center/cover no-repeat;
    border-radius: 10px;
}

.noticeMain .imgWrap a .img::before {
    position: absolute;
    top: 0;
    right: 12px;
    content: '';
    width: 30px;
    height: 28px;
    border-radius: 0 0 10px 10px;
    background-color: #ff2b00;
    font-size: 14px;
    color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticeMain .imgWrap a:nth-child(-n+2) .img::before {
    background-color: #ff2b00;
    content: '沸';
}


.noticeMain .imgWrap a:nth-last-child(-n+2) .img::before {
    background-image: linear-gradient(0deg,
    #fc8d03 0%,
    #fdb969 100%),
    linear-gradient(#ff2b00,
            #ff2b00);
    content: '荐';
}

.noticeMain .imgWrap a p {
    font-size: 14px;
    color: #333333;
    margin-top: 11px;
    transition: .3s;
}

.noticeMain .imgWrap a:hover p {
    color: #e08f00;
}

/* 招生简章&招生专业 */
.articleAndMajor {
    height: 618px;
    background-color: #002147;
    overflow: hidden;
}

.articleAndMajor .commonTit_h3 {
    margin-top: 37px;
}

.articleAndMajor .commonTit_h3 h3::before {
    content: '2';
}

.articleAndMajorMian {
    height: 426px;
    margin-top: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articleAndMajorMian::before {
    content: '';
    position: absolute;
    left: 259px;
    top: -52px;
    width: 99px;
    height: 108px;
    background: url(../img/jlSchool/articleAndMajorMian_Bef.png) center/contain no-repeat;
}

.articleAndMajorMian .cutWrap {
    height: 192px;
    width: 241px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.articleAndMajorMian .cutWrap .cut {
    width: 241px;
    height: 85px;
    background-image: linear-gradient(-90deg,
    #76a1fa 0%,
    #0018fd 100%),
    linear-gradient(#ffce6f,
            #ffce6f);
    background-blend-mode: normal,
    normal;
    border-radius: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .4;
}

.articleAndMajorMian .cutWrap .cut.active {
    opacity: 1;
}

.articleAndMajorMian .articleAndMajorSwiper {
    width: 899px;
    height: 506px;
    border-radius: 10px;
    margin: 0;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide {
    padding: 20px 30px 40px;
    box-sizing: border-box;
    width: 899px;
    height: 506px;
    background-color: #012d60;
    border-radius: 10px;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide h4 {
    height: 18px;
    line-height: 17px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding-left: 17px;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide h4 a.more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide h4::before {
    content: '';
    width: 6px;
    height: 20px;
    background-color: #f2f2f2;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .articleList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .articleList a {
    font-size: 14px;
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    width: 48%;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .articleList a:hover {
    color: #e08f00;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .articleList a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;

}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .MajorWrap {
    margin-top: 40px;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .MajorWrap .MajorList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .MajorWrap .MajorList a {
    width: 130px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    margin-bottom: 13px;
    margin-right: 11px;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .MajorWrap .MajorList a:nth-child(6n) {
    margin-right: 0;
}

.articleAndMajorMian .articleAndMajorSwiper .swiper-slide .MajorWrap .MajorList a:hover {
    background-image: linear-gradient(-90deg,
    #76a1fa 0%,
    #0018fd 100%),
    linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    color: #ffffff;
}

/* 材料中心 */
.document {
    margin: 45px 0 30px;
    overflow: hidden;
}

.document .commonTit_h3 h3::before {
    content: '3';
}

.document .documentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 41px;
}

.document .documentList .item {
    width: 290px;
    height: 225px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 18px 0;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
    margin-bottom: 16px;
    margin-right: 13px;
}

.document .documentList .item:nth-child(4n) {
    margin-right: 0;
}

.document .documentList .item:hover {
    box-shadow: 0.3px 4px 7.4px 0.6px rgba(0, 0, 0, 0.08);
}

.document .documentList .item::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 73px;
    right: 26px;
    bottom: 34px;
    background: url(../img/jlSchool/documentIcon.png) center/contain no-repeat;
}

.document .documentList .item::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 13px;
    bottom: 85px;
    left: 22px;
    background: url(../img/jlSchool/star.png) center/contain no-repeat;
}

.document .documentList .item h4 {
    position: relative;
    padding-left: 13px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333;
    transition: .3s;
}

.document .documentList .item h4:hover {
    color: #e08f00;
;
}

.document .documentList .item h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 22px;
    background-image: linear-gradient(180deg,
    #ffce6f 0%,
    #fedea0 100%),
    linear-gradient(#666666,
            #666666);
    background-blend-mode: normal,
    normal;
    border-radius: 2.5px;
}

.document .documentList .item p {
    font-size: 14px;
    color: #666666;
    padding-left: 4px;
    transition: .3s;
}

.document .documentList .item p:hover {
    color: #e08f00;
}

.document .documentList .item .btn {
    position: absolute;
    left: 18px;
    bottom: 34px;
    width: 104px;
    height: 27px;
    border-radius: 14px;
    border: solid 1px #e08f00;
    font-size: 15px;
    color: #e08f00;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: .3s;
}

.document .documentList .item a:hover {
    background-color: #e08f00;
    color: #f7f7f7;
}

/* 研究生院简介 */
.introduce {
    height: 568px;
    background-color: #002147;
    overflow: hidden;
}

.introduce .commonTit_h3 {
    margin: 41px 0 37px;
}

.introduce .commonTit_h3 h3::before {
    content: '4';
}

.introduceMain {
    height: 422px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 28px 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduceMain .smoothess {
    width: 584px;
    height: 353px;
    background: url(../img/jlSchool/smoothessBg.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.introduceMain .smoothess div {
    width: 418px;
    height: 213px;
    position: absolute;
    transition: all 1s;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
}

.introduceMain .smoothess div.img_0 {
    top: 49px;
    left: 27px;
    z-index: 7;
}

.introduceMain .smoothess div.img_1 {
    top: 0px;
    left: 79px;
    z-index: 8;
}

.introduceMain .smoothess div.img_2 {
    top: 104px;
    left: 131px;
    z-index: 9;
}

.introduceMain .smoothess div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduceMain .txtWrap {
    height: 353px;
    width: 513px;
}

.introduceMain .txtWrap h4 {
    font-size: 16px;
    height: 16px;
    line-height: 15px;
    position: relative;
    color: #e08f00;
    padding-left: 25px;
}

.introduceMain .txtWrap h4::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.introduceMain .txtWrap h4.tit_1::before {
    background: url(../img/jlSchool/introduceIcon_1.png) center/contain no-repeat;
}

.introduceMain .txtWrap h4.tit_2::before {
    background: url(../img/jlSchool/introduceIcon_2.png) center/contain no-repeat;
}

.introduceMain .txtWrap p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    margin-top: 20px;
    padding-left: 18px;
}

.introduceMain .txtWrap p a.more {
    color: #e08f00;
}

.introduceMain .txtWrap h4.tit_2 {
    margin-top: 25px;
}

.footer {
    height: 174px;
    background-color: #555555;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #f7f7f7;
    margin: 9px 0;
}

.footer div img {
    height: 51px;
    margin-right: 15px;
}

.quick_nav{
    position: fixed;
    left: 5px;
    top: 40%;
    z-index: 99;

    img{
        width: 106px
    }
}

/* 简介 */
.banner .titWrap {
    height: 268px;
    position: relative;
}

.banner .titWrap h2 {
    position: absolute;
    top: 97px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

.banner .titWrap h2 p {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #cccccc;
    white-space: nowrap;
    font-weight: normal;
}

.banner .titWrap .linkNav {
    position: absolute;
    left: 0;
    bottom: 12px;
}

.containWrap .imgTxtWrap {
    padding: 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
}


.containWrap .imgTxtWrap img {
    float: left;
    width: 509px;
    height: 318px;
    margin-right: 35px;
    border-radius: 10px;
}

.containWrap .imgTxtWrap p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #464545;
    text-align: justify;
    margin-bottom: 10px;
}

.containWrap .imgTxtWrap strong {
    display: inline-block;
    margin: 20px 20px 20px 0;
}
.containWrap .imgTxtWrap table {
    width: 100% !important;
    margin: 0 auto;
}

.containWrap .imgTxtWrap td {
    padding: 12px 10px;
    line-height: 22px;
    word-break: keep-all;
    border: 1px solid #ccc;
}


.containWrap .articleWrap {
    padding: 55px 45px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
}

.containWrap .articleWrap h2 {
    font-size: 24px;
    text-align: center;
    color: #4d4d4d;
}

.source {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.source span {
    font-size: 14px;
    color: #a6a6a6;
    margin: 0 10px;
}

.containWrap .articleWrap .line {
    border-top: 2px solid #002147;
    border-bottom: 1px solid #e5e5e5;
    height: 4px;
}

.containWrap .about {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 40px 40px 30px;
    box-sizing: border-box;
}

.containWrap .about h4 {
    font-size: 26px;
    color: #333333;
    padding-left: 33px;
    position: relative;

}

.containWrap .about h4::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 19px;
    background: url(../img/jlSchool/titH3_bef.png) center/contain no-repeat;
}

.containWrap .about .aboutList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 34px;
    box-sizing: border-box;
    margin-top: 30px;
    justify-content: space-between;
}

.containWrap .about .aboutList .item {
    width: 46%;
    padding-left: 12px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.containWrap .about .aboutList .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #002147;
    border-radius: 50%;
}

.containWrap .about .aboutList .item a {
    max-width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    transition: .3s;
}

.containWrap .about .aboutList .item a:hover {
    color: #e08f00;
}

.containWrap .about .aboutList .item .time {
    font-size: 12px;
    color: #999999;
}

.containWrap .about .aboutList .item .time i {
    font-size: 12px;
    margin-right: 2px;
}

/* 资讯列表 */

.informationList {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 44px 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.informationList .list {
    display: flex;
    flex-wrap: wrap;
}

.informationList .list .item {
    width: 271px;
    height: 339px;
    background-color: #f7f7f7;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: justify;
    transition: .3s;
    margin-right: 12px;
    margin-bottom: 27px;
}

.informationList .list .item:nth-child(4n) {
    margin-right: 0;
}

/* .informationList .list .item::before {
    content: '';
    position: absolute;
    bottom: 120px;
    left: 14px;
    width: 32px;
    height: 3px;
    background-image: linear-gradient(90deg,
    #fc8d03 0%,
    #fdb969 100%),
    linear-gradient(#3c69fe,
            #3c69fe);
    background-blend-mode: normal,
    normal;
    border-radius: 1.5px;
} */

.informationList .list .item .autoImgWrap {
    width: 271px;
    height: 171px;
}

.informationList .list .item h4 {
    font-size: 14px;
    color: #e08f00;
    color: #333333;
    padding: 0 14px;
    margin: 17px 0;
    line-height: 22px;
    transition: .3s;
}

.informationList .list .item h4:hover {
    color: #e08f00;
}

.informationList .list .item p {
    padding: 0 14px;
    color: #808080;
    font-size: 14px;
}

.informationList .list .item .time {
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 14px;
    bottom: 16px;
}

.informationList .list .item:hover {
    box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.08);
}

.informationList .list .item .time i {
    font-size: 14px;
    margin-right: 2px;
}

/* 招生专业 */
.containWrap .majorWrap {
    padding: 40px 30px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
}

.containWrap .majorWrap .cutWrap {
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #002147;
    box-sizing: border-box;
}

.containWrap .majorWrap .tit {
    width: 119px;
    height: 35px;
    background: url(../img/jlSchool/cutWrapTitBg.png) center/cover no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containWrap .majorWrap .swiperWrap {
    margin-bottom: 33px;
}

.containWrap .majorWrap .cut {
    font-size: 16px;
    color: #333333;
    margin-left: 40px;
    cursor: pointer;
}

.containWrap .majorWrap .cut.active {
    color: #002147;
    font-weight: bold;
}

.containWrap .majorWrap .swiper-container {
    margin-top: 22px;
}

.containWrap .majorWrap .swiper-container .swiper-slide {
    background-color: #f7fafe;
    padding: 0 26px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.containWrap .majorWrap .swiper-container .swiper-slide div {
    width: 25%;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    color: #333333;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.containWrap .majorWrap .swiper-container .swiper-slide div:hover {
    color: #e08f00;
}

/* 招生简章 */

.containWrap .articleListWrap {
    padding: 45px 40px 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid transparent;
}

.containWrap .articleListWrap .flexWrap {
    display: flex;
    justify-content: space-between;
}

.containWrap .articleListWrap .flexWrap .leftCon {
    width: 200px;
}

.containWrap .articleListWrap .flexWrap .leftAdside {
    position: sticky;
    top: 1px;
    width: 200px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #002147;
    overflow: hidden;
    box-sizing: border-box;


}

.containWrap .articleListWrap .flexWrap .leftAdside .tit {
    width: 201px;
    height: 81px;
    background-image: linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%),
    linear-gradient(#333333,
            #333333);
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containWrap .articleListWrap .flexWrap .leftAdside .item {
    height: 80px;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.containWrap .articleListWrap .flexWrap .leftAdside .item:last-child::after {
    content: none;
}

.containWrap .articleListWrap .flexWrap .leftAdside .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 184px;
    height: 0;
    border-bottom: 1px dashed #aaaaaa;
}

.containWrap .articleListWrap .flexWrap .leftAdside .item.active {
    color: #e08f00;
}


.containWrap .articleListWrap .flexWrap .leftAdside .item.active::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 36px;
    background-color: #e08f00;
    border-radius: 3.5px;
}

.containWrap .articleListWrap .flexWrap .rightCon {
    width: 870px;
}

.containWrap .articleListWrap .flexWrap .rightCon .list {
    margin-bottom: 20px;
}

.containWrap .articleListWrap .flexWrap .rightCon .item {
    display: flex;
    justify-content: space-between;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px dashed #d2d2d2;
    position: relative;
    padding-left: 35px;
}

.containWrap .articleListWrap .flexWrap .rightCon .item::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
}

.containWrap .articleListWrap .flexWrap .rightCon .item.c1::before {

    background: url(../img/jlSchool/articleTitIcon_1.png) center/contain no-repeat;
}

.containWrap .articleListWrap .flexWrap .rightCon .item.c2::before {

    background: url(../img/jlSchool/articleTitIcon_2.png) center/contain no-repeat;
}

.containWrap .articleListWrap .flexWrap .rightCon .item p:hover {
    color: #04244a;
}

.containWrap .articleListWrap .flexWrap .rightCon .item span {
    font-size: 14px;
    color: #808080;
}

/* 材料中心 */
.docList {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
}

.docList .list {
    display: flex;
    flex-wrap: wrap;
}

.docList .list .item {
    width: 275px;
    height: 214px;
    background-color: #f7f7f7;
    transition: .3s;
    border-radius: 10px;
    position: relative;
    padding: 25px 17px 0;
    box-sizing: border-box;
    margin-right: 13px;
    margin-bottom: 14px;
}

.docList .list .item:nth-child(4n) {
    margin-right: 0;
}

.docList .list .item:hover {
    box-shadow: 0.3px 4px 7.4px 0.6px rgba(0, 0, 0, 0.08);
}

.docList .list .item::before {
    position: absolute;
    content: '';
    right: 26px;
    bottom: 33px;
    width: 71px;
    height: 69px;
    background: url(../img/jlSchool/documentIcon.png) center/contain no-repeat;
}

.docList .list .item::after {
    content: '';
    position: absolute;
    width: 71px;
    height: 12px;
    left: 21px;
    bottom: 81px;
    background: url(../img/jlSchool/star.png) center/contain no-repeat;
}

.docList .list .item h3 {
    padding-left: 12px;
    position: relative;
    font-size: 17px;
    color: #333333;
    margin-bottom: 19px;
    transition: .3s;
}

.docList .list .item h3:hover {
    color: #002147;
}

.docList .list .item h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 22px;
    background-image: linear-gradient(180deg,
    #ffce6f 0%,
    #fedea0 100%),
    linear-gradient(#666666,
            #666666);
    background-blend-mode: normal,
    normal;
    border-radius: 2.5px;

}

.docList .list .item p {
    font-size: 13px;
    color: #666666;
    padding-left: 3px;
    transition: .3s;
}

.docList .list .item p:hover {
    color: #002147;
}

.docList .list .item a.btn {
    position: absolute;
    left: 17px;
    bottom: 33px;
    width: 99px;
    height: 25px;
    border-radius: 12px;
    border: solid 1px #e08f00;
    box-sizing: border-box;
    font-size: 14px;
    color: #e08f00;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.docList .list .item a.btn:hover {
    background-color: #e08f00;
    color: #f7f7f7;
}

/* 在线报名 */

.jlSchoolonLineApply {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 44px 48px;
    box-sizing: border-box;
}


.jlSchoolonLineApply .onLineFormWrap {
    width: 515px;
}

.jlSchoolonLineApply .onLineFormWrap .hint {
    font-size: 14px;
    color: #999999;
}

.jlSchoolonLineApply .onLineFormWrap .hint i {
    margin-right: 6px;
    font-size: 16px;
    color: #fc9500;
}

.jlSchoolonLineApply .onLineFormWrap .hint span {
    color: #4d4d4d;
    font-weight: bold;
}

.jlSchoolonLineApply .onLineFormWrap form {
    margin-top: 30px;
    height: 477px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jlSchoolonLineApply .onLineFormWrap form .item {
    display: flex;
    align-items: center;
    height: 54px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .tit {
    width: 87px;
    font-size: 16px;
    color: #333333;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap {
    flex: 1;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.jlSchoolonLineApply .onLineFormWrap form .item:nth-child(2) .wrap::before {
    content: '*';
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    color: #fd0202;
    left: 8px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap input,
.jlSchoolonLineApply .onLineFormWrap form .item .wrap select {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    padding-left: 16px;
    box-sizing: border-box;
    color: #999;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap select option {
    background-color: #f7f7f7;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap select .hide {
    display: none;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap2::after {
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    right: 13px;
    content: '';
    background: url(../img/school/formOnLineIcon.png) center / contain no-repeat;
    width: 14px;
    height: 9px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap input::-moz-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
    font-size: 14px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    font-size: 14px;
}

.jlSchoolonLineApply .onLineFormWrap form .item .wrap input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999;
    font-size: 14px;
}

.jlSchoolonLineApply .onLineFormWrap form button {
    margin: 0 auto;
    width: 280px;
    height: 44px;
    background-image: linear-gradient(90deg,
    #002147 0%,
    #0352ac 100%),
    linear-gradient(#c82f37,
            #c82f37);
    background-blend-mode: normal,
    normal;
    border-radius: 25px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.jlSchoolonLineApply .noticeWrap {
    width: 506px;
    height: 516px;
    background-color: #f7fafe;
    border-radius: 10px;
    padding: 33px 33px 0;
    box-sizing: border-box;
}

.jlSchoolonLineApply .noticeWrap h3 {
    position: relative;
    font-size: 18px;
    color: #4d4d4d;
    padding-left: 25px;
    margin-bottom: 20px;
}

.jlSchoolonLineApply .noticeWrap h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background: url(../img/jlSchool/bell.png) center/contain no-repeat;
}

.jlSchoolonLineApply .noticeWrap p {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}