.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #FFFFFF;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    height: 35px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: black;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px;
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #00509F
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #00509F !important;
    background-color: #00509F !important;
}

.headtop {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
}

.headtop .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.headtop .search {
    width: auto;
    height: 22px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.headtop .search .search-input {
    width: 157px;
    height: 22px;
    border-radius: 10000px;
    border: 1px solid #EEEEEE;
    background: #EEEEEE;
}


.headtop .search .search-btn {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    bottom: 4px;
    z-index: 9;
    background: url(../img/search.png) no-repeat center;
    opacity: 0.7;
    background-size: cover;
    border: none;
}

.headtop .search input[type="text"] {
    padding: 0 5px;
    box-sizing: border-box;
}

input[type="text"]::-webkit-clear-button {
    display: none;
}

input[type="text"]:focus {
    outline: none;
}

.headtop .search .search-input::placeholder {
    text-indent: 10px;
    font-size: 12px;
    color: #1E63AB;
    display: flex;
    align-items: center;
}

.headtop .welcome {
    font-size: 14px;
    color: #666666;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
}

.navigation ul .nli {
    padding: 10px 15px 0 15px;
    box-sizing: border-box;
    margin-right: 2px;
    position: relative;
    white-space: nowrap;
    height: 38px;
}

.navigation ul .nli:nth-child(1) {
    padding: 10px 15px 0 0;
}

.navigation ul .nli h3 {
    display: flex;
    text-align: right;
}

.navigation ul .nli:last-of-type {
    margin-right: 0;
    padding: 10px 0 0 15px;
}

.navigation ul li:hover .sub {
    display: inline-block;
}

.navigation ul li h3 a {
    font-size: 17px;
    color: #FFFFFF;
    height: 38px;
}


.navigation ul .nli.on h3 a {
    color: #F9C18A;
    font-weight: bold;
    height: 38px;
}

.navigation ul .nli:hover h3 a {
    color: #F9C18A;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: auto;
    min-width: 120px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #FFF6EE 0%, #EBF5FF 100%);
    display: none;
    flex-direction: column;
    top: 110%;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 0;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}


.navigation ul .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.navigation ul .sub li:hover a {
    color: #004FA7;
    font-weight: 700;
}

/* 三级栏目 */
.navigation ul .nli .sub li .sub1 {
    position: absolute;
    left: 100%;
    top: 0;
    width: auto;
    min-width: 120px;
    height: auto;
    background: rgba(222, 178, 126, 0.89);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.navigation ul .nli .sub li .sub1 li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.navigation ul .nli .sub li .sub1 li a::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.navigation ul .nli .sub li .sub1 li:hover a {
    font-weight: bold;
}

.navigation ul .nli .sub li:hover .sub1 {
    display: inline-block;
}

.lefthead,
.righthead {
    margin-top: 15px;
}

/* 右边导航栏 */
.righthead .navigation {
    width: 100%;
    position: relative;
}

.righthead .navigation ul {
    display: flex;
}

.righthead .navigation ul .nli {
    padding: 10px 23px 0 23px;
    margin-right: 2px;
    position: relative;
    white-space: nowrap;
    height: 38px;
}

.righthead .navigation ul .nli:nth-child(1) {
    padding: 10px 15px 0 0;
}

.righthead .navigation ul .nli h3 {
    display: flex;
    text-align: right;
}

.righthead .navigation ul .nli:last-of-type {
    margin-right: 0;
    padding: 10px 0 0 15px;
}

.righthead .navigation ul li h3 a {
    font-size: 17px;
    color: #FFFFFF;
    height: 38px;
}


.righthead .navigation ul .nli.on h3 a {
    color: #F9C18A;
    font-weight: bold;
    height: 38px;
}

.righthead .navigation ul .nli:hover h3 a {
    color: #F9C18A;
    font-weight: bold;
}

.righthead .navigation ul .sub {
    position: absolute;
    width: auto;
    min-width: 120px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #FFF6EE 0%, #EBF5FF 100%);
    display: none;
    flex-direction: column;
    top: 110%;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 0;
}

.righthead .navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.righthead .navigation ul .sub li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}


.righthead .navigation ul .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.righthead .navigation ul .sub li:hover a {
    color: #004FA7;
    font-weight: 700;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.head {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.head .logo {
    width: 530px;
    height: 84px;
    background: url(../img/logo-bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -26px;
    transform: translateX(-50%);
    z-index: 99;
}

.head .logo img {
    width: 395px;
    height: auto;
}

.head .yinying {
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0) 81%);
    position: absolute;
}

.head .yinying.on {
    /* display: none; */
}

.head .container {
    display: flex;
    justify-content: space-between;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}



.banlist .ban img {
    width: 35%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    animation: downico 1.5s ease-out infinite;
}

.banlist .swiper-fraction {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    z-index: 9;
    display: flex;
    left: -30px;
    justify-content: center;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.banlist .swiper-slide {
    width: 100% !important;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 14.5%;
    bottom: 70px;
    text-align: right;
    color: #FFFFFF;
}

.banlist .swiper-pagination-current {
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
}

.banlist .swiper-pagination-total {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 14px;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    margin: 0;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}


.banlist .swiper-left {
    /* right: 0; */
    right: 11%;
    bottom: 50px;
}

.banlist .swiper-right {
    right: 18%;
    bottom: 50px;
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 18px;
    height: 31px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
}

.banlist .swiper-btn {
    position: absolute;
    height: 65px;
}

.banlist .swiper-btn .container {
    height: 100%;
}

.banlist .mouse {
    display: flex;
    position: absolute;
    left: 250px;
    bottom: 135px;
    z-index: 9;
}

.banlist .mouse div span {
    white-space: nowrap;
}

.mouse img {
    width: 17px;
    height: 25px;
}

.mouse span {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5px;
}

.xyxw-tzgg {
    overflow: hidden;
    background: url(../img/xyxw-tzgg.png) no-repeat center;
    background-size: cover;
}

.xyxw {
    margin-top: 60px;
    overflow: hidden;
}

.xyxw .container {
    display: flex;
    justify-content: space-between;
}

.newslist {
    width: calc(50% - 30px);
    position: relative;
}

.newslist .swiper-slide {
    position: relative;
    z-index: 9;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
}

.newslist .swiper-slide::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #DEB27E;
    z-index: -1;
}

.newslist .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.newslist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.newslist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.newslist .swiper-slide .tt {
    padding: 35px 20px 40px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}


.newslist .swiper-slide .tt .text {
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}

.newslist .swiper-slide:hover .tt .text {
    color: #1E63AB;
}

.newslist .swiper-slide .tt .text span {
    display: flex;
    height: 22px;
}

.newslist .swiper-slide .tt .disc {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
    height: 50px;
    margin-top: 15px;
    height: 75px;
}

.newslist .swiper-slide .tt .time {
    width: 85px;
    height: 80px;
    background: rgba(223, 176, 120, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 0;
}

.newslist .swiper-slide .tt .time .day {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}

.newslist .swiper-slide .tt .time .year {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.themeheng {
    display: flex;
    justify-content: space-between;
}

.themeheng .title a {
    font-size: 30px;
    /* font-weight: bold; */
    color: #1E63AB;
    color: #333333;
    font-family: Source Han Serif CN;
    letter-spacing: 0.33em;
    display: flex;
    align-items: center;
    position: relative;
}

.themeheng .title .cycle {
    margin: 0 12px;
    display: flex;
    align-items: center;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1E63AB;
}

.themeheng .showmore a {
    display: flex;
    align-items: center;
}

.themeheng .showmore .underline {
    width: 120px;
    height: 0;
    border-top: 1px solid transparent;
    border-image: linear-gradient(270deg, #DEB27E 0%, rgba(222, 178, 126, 0) 100%) 1;
}

.themeheng .showmore .more {
    width: 90px;
    height: 25px;
    background: url(../img/showmore-bg.png) no-repeat center;
    background-size: cover;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightnews {
    width: calc(50% - 30px);
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 40px 10px 40px;
    box-sizing: border-box;
    position: relative;
}

.rightnews .sanjiao {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 20px;
    background: linear-gradient(135deg, #DEB27E 50%, #FFFFFF 50%);
    z-index: 0;
}

.rightnews::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #DEB27E;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.rightbox {
    margin-top: 10px;
}

.rightbox ul {}

.rightbox li {
    padding: 30px 0 15px 0;
    border-bottom: 1px dashed #D8D8D8;
}

.rightbox li:last-of-type {
    border-bottom: none;
}

.rightbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightbox li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 30px;
    width: calc(100% - 25px - 60px);
}

.rightbox li:hover .title {
    font-weight: bold;
    color: #1E63AB;
}

.rightbox li .time {
    line-height: 25px;
    color: #999999;
    margin-top: 8px;
    white-space: nowrap;
}

.rightbox li:hover .time {
    color: #1E63AB;
}

.themeshu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100px;
    padding-top: 55px;
    box-sizing: border-box;
    max-height: 210px;
}

.jxky .themeshu {
    width: 45px;
}

.themeshu .title a {
    width: 30px;
    font-size: 30px;
    font-family: Source Han Serif CN;
    color: #333333;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.8em;
    position: relative;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.themeheng .title a span img,
.themeshu .title a span img {
    width: 70px;
}
.tzgg .themeshu .title a span img{
    margin: -10px 0 10px 0;
}
.jyjx .themeshu .title a span img{
    margin: -5px 0 5px;
}
.jxky .themeshu .title a span img{
    margin: -10px 0 10px 0;
}

.themeshu .title .cycle {
    margin: 12px 0;
    display: flex;
    align-items: center;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1E63AB;
}

.themeshu .showmore a {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 140px;
    left: 7px;
}

.themeshu .showmore .underline {
    width: 115px;
    height: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(222, 178, 126, 0) 0%, #DEB27E 100%) 1;
    transform: rotate(90deg);
    position: absolute;
    top: -60px;
}

.tzgg .themeshu .showmore .underline {
    left: -46px;
}

.themeshu .showmore .more {
    width: 25px;
    height: 90px;
    background: url(../img/showmoreshu-bg.png) no-repeat center;
    background-size: cover;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.tzgg {
    margin-top: 10px;
}

.tzgg .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tzgglist {
    position: relative;
    width: calc(100% - 155px);
    padding: 50px 0;
    margin-bottom: 50px;
    /* display: none; */
    box-sizing: border-box;
}

.tzgglist .swiper-slide .box {
    width: 100%;
    padding: 45px 20px 30px 20px;
    box-sizing: border-box;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.tzgglist .swiper-slide .box a {
    display: flex;
}


.tzgglist .swiper-slide .box .time {
    width: 53px;
    height: 78px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.tzgglist .swiper-slide .box .text {
    flex: 1;
    margin-left: 20px;
}

.tzgglist .swiper-slide .box .time .underline {
    width: 61.4px;
    height: 0px;
    transform: rotate(-30.32deg);
    opacity: 1;
    border-top: 1px solid transparent;
    border-image: linear-gradient(270deg, rgba(30, 99, 171, 0) 0%, #1E63AB 44%, rgba(30, 99, 171, 0) 100%) 1;
    margin: 15px 0;
}

.tzgglist .swiper-slide .box .time .day {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: #1E63AB;
}

.tzgglist .swiper-slide .box .time .year {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: #1E63AB;
    text-align: right;
}

.tzgglist .swiper-slide .box .text .title {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    height: 90px;
}

.tzgglist .swiper-slide .box:hover .text .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #1E63AB;
}

.tzgglist .swiper-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

}

.tzgglist .swiper-pagination {
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10000px;
    height: 26px;
    display: flex;
    align-items: center;
}

.tzgglist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(30, 99, 171, 1);
    margin: 0 5px;
}

.tzgglist .swiper-pagination-bullet-active {
    background: #1E63AB;
}

/* 横幅轮播 */
.bannerli {
    margin: 60px 0 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.bannerli .swiper-slide a {
    width: 100%;
}

.bannerli .swiper-prev,
.bannerli .swiper-next {
    background: rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 60px;
}

.bannerli .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-prev img,
.bannerli .swiper-next img {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerli .swiper-slide img {
    width: 100%;
}

.bannerli .swiper-pagination {
    text-align: right;
    padding: 0 10px 2px 0;
    box-sizing: border-box;

}

.bannerli .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255);
    margin: 0 5px !important;
}

.bannerli .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/* 党建动态 */
.djdt .leftbox {
    width: calc(50% - 26px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leftbox .box {
    width: calc(50% - 20px);
    padding: 23px 30px 5px 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
}

table {
    font-size: 16pt !important;
    font-family: "仿宋GB2312", "FangSong", serif !important;
}

table tr {
    font-size: 16pt !important;
    font-family: "仿宋GB2312", "FangSong", serif !important;
}

table tbody tr td {
    font-size: 16pt !important;
    font-family: "仿宋GB2312", "FangSong", serif !important;
}

.leftbox .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 3px solid #DEB27E;
    transition: width .5s ease-in-out;
}

.leftbox .box:hover::before {
    width: 100%;
}

.leftbox .box .title {
    font-size: 18px;
    line-height: 35px;
    height: 70px;
    color: rgba(51, 51, 51, 0.9216);
}

.leftbox .box:hover .title {
    font-weight: bold;
    color: rgba(30, 99, 171, 0.9216);
}

.leftbox .box .disc {
    line-height: 30px;
    color: rgba(153, 153, 153, 0.9216);
    margin-top: 10px;
    height: 60px;
}

.leftbox .box .time-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.leftbox .box .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 50px);
}

.leftbox .box .time .day {
    font-weight: 400;
    font-size: 24px;
    color: #999999;
}

.leftbox .box:hover .time .day {
    font-weight: 700;
    color: #1E63AB;
}

.leftbox .box .time .year {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.leftbox .box:hover .time .year {
    color: #1E63AB;
    font-weight: 700;
}

.leftbox .box .time .underline {
    font-weight: 300;
    font-size: 30px;
    height: 50px;
    color: #999999;
    margin: 0 10px;
    transform: rotate(-8deg);
}

.leftbox .box:hover .time .underline {
    color: #1E63AB;
}

.leftbox .box .arrow {
    width: 19px;
    height: 12px;
    position: relative;
}

.leftbox .box:hover .arrow {
    background: url(../img/djdt-arrow-yellow.png) no-repeat center;
    background-size: cover;
}

.leftbox .box .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.leftbox .box:hover .arrow img {
    display: none;
}

.hflb-djdt {
    background: url(../img/hflb-djdt-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.djdt {
    padding-bottom: 30px;
}

.djdt .context {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.djdtlist {
    width: calc(50% - 26px);
    position: relative;
    overflow: hidden;
}

.djdtlist .swiper-container {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.djdtlist .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.djdtlist .swiper-slide {
    overflow: hidden;
}

.djdtlist .swiper-slide a {
    display: inline-block;
}

.djdtlist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.djdtlist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.djdtlist .swiper-slide .tt {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    /* display: none; */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.djdtlist .swiper-slide .tt .text {
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
    width: calc(100% - 96px);
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    flex: 1;
}

.djdtlist .swiper-slide:hover .tt .text {
    color: #1E63AB;
}

.djdtlist .swiper-slide .tt .disc {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
    height: 50px;
    margin-top: 15px;
}

.djdtlist .swiper-slide .tt .time {
    width: 96px;
    height: 105px;
    background: rgba(223, 176, 120, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.djdtlist .swiper-slide .tt .time .day {
    font-size: 30px;
    color: #FFFFFF;
}

.djdtlist .swiper-slide .tt .time .year {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.djdtlist .swiper-slide {
    opacity: 0 !important;
}

.djdtlist .swiper-slide-active {
    opacity: 1 !important;
}

.jyjx-jxky {
    overflow: hidden;
    background: url(../img/jyjx-jxky-bg.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
}

/* 教育教学 */
.jyjx {
    width: calc(50% - 30px);
    display: flex;
}

.jyjx .content {
    width: 100%;
}

.jyjx .context {
    width: calc(100% - 73px);
}

.jyjx .themeshu {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    justify-content: unset;
}

.jyjx .themeshu .showmore a {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 78px;
    left: 0;
    margin-top: 200px;
}

.jyjx .themeshu .showmore .underline {
    width: 115px;
    height: 0;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(30, 99, 171, 0) 0%, #1E63AB 100%) 1;
    transform: rotate(90deg);
    position: absolute;
    top: -60px;
    left: -46px;
}

.jyjx .themeshu .showmore .more {
    width: 25px;
    height: 90px;
    background: url(../img/showmoreshu-blue-bg.png) no-repeat center;
    background-size: cover;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
}

.jyjxtop {
    width: 100%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.jyjxtop::after {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #DEB27E;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.jyjxtop .img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.jyjxtop .img img {
    width: 100%;
    height: 100%;
}

.jyjxtop .text {
    width: 100%;
    /* position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 99; */
    background: #FFECD8;
    padding: 15px 20px;
    box-sizing: border-box;
}

.jyjxtop .text .title {
    font-size: 18px;
    color: #8F5A1C;
}

.jyjxtop .yinying {
    width: calc(100% - 20px);
    height: 155px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
}

.jyjxlistph {
    display: none;
    margin-top: 10px;
}

/* 手机端教育教学 */

.jyjxlistph ul {
    width: 100%;
}

.jyjxlistph li {
    padding: 10px;
}

.jyjxlistph li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-right: 20px;
    box-sizing: border-box;
}

.jyjxlistph li:hover .title {
    color: #1E63AB;
}

.jyjxlistph li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jyjxlistph li .time {
    line-height: 25px;
    color: #0168A3;
}

.jyjxlistph li .time span {
    white-space: nowrap;
}

/* 手机端教育教学结束 */

.jyjxlist {
    height: 160px;
    margin-top: 30px;
    position: relative;
}

.jyjxlist .swiper-container {
    height: 100% !important;
}

/* .jyjxlist .swiper-slide {
    height: 60px !important;
} */

.jyjxlist .swiper-slide ul {
    width: 100%;
}

.jyjxlist li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-right: 20px;
    box-sizing: border-box;
    height: 30px;
}

.jyjxlist li:hover .title {
    color: #1E63AB;
}

.jyjxlist li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jyjxlist li .time {
    line-height: 25px;
    color: #0168A3;
}

.jyjxlist li .time span {
    white-space: nowrap;
}

.jyjxlist .swiper-left,
.jyjxlist .swiper-right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #DEB27E;
    position: absolute;
    z-index: 99;
}

.jyjxlist .swiper-left:hover,
.jyjxlist .swiper-right:hover {
    background: #1E63AB;
}

.jyjxlist .swiper-left {
    right: -105px;
    top: 60%;
    transform: translateY(-50%);
}

.jyjxlist .swiper-right {
    right: -105px;
    top: 87%;
}

.jyjxlist .swiper-left .img,
.jyjxlist .swiper-right .img {
    width: 16px;
    height: 19px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jyjxlist .swiper-left img,
.jyjxlist .swiper-right img {
    width: 100%;
    height: 100%;
}

.jxky {
    width: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.jyjx-jxky .container {
    display: flex;
    justify-content: space-between;
}

.jxky .themeshu {
    flex-direction: column;
    padding-top: 0;
    box-sizing: border-box;
    justify-content: flex-start;
}

.jxky .themeshu .showmore .underline {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(30, 99, 171, 0) 0%, #1E63AB 100%) 1;
    left: -46px;
}

.jxky .themeshu .showmore .more {
    background: url(../img/showmoreshu-blue-bg.png) no-repeat center;
    background-size: cover;
}

.jxkylist {
    width: calc(100% - 90px);
}


.jxky .drivder {
    height: 733.96px;
    width: 0px;
    border: 1px solid #1E63AB;
    position: absolute;
    left: 95px;
    top: -60px;
    display: none;
}

.jxkylist li {
    padding: 35px 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}

.jxkylist li:nth-child(1) {
    padding-top: 0;
}

.jxkylist li:last-of-type {
    border-bottom: none;
}


.jxkylist li .time {
    line-height: 25px;
    color: #0168A3;
    padding-left: 40px;
    box-sizing: border-box;
}

.jxkylist li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-top: 8px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}

.jxkylist li:hover .title {
    color: #1E63AB;
    font-weight: bold;
}

.jxkylist li:hover .title::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #1E63AB;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jxkylist li .disc {
    line-height: 30px;
    color: #1E63AB;
    margin-top: 5px;
    padding-left: 40px;
    box-sizing: border-box;
    height: 30px;
}

.jxkylist li:hover .disc {
    color: #D49A55;
}

/* 经管风采 */
.xyfclist {
    position: relative;
    padding: 60px 0;
    /* border: 3px solid #922325; */
    /* margin: 8px; */
}

.xyfclist .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin: 38px 0 10px 0;
}

.xyfclist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(29, 67, 135, 1);
    margin: 0 4px;
}

.xyfclist .swiper-pagination-bullet-active {
    background: #1D4387;
}

.xyfclist .leftredleft {
    position: absolute;
    left: -11px;
    bottom: -3px;
    width: 8px;
    height: 200px;
    background: #922325;
}

.xyfclist .leftredbottom {
    position: absolute;
    left: -11px;
    bottom: -11px;
    width: 200px;
    height: 8px;
    background: #922325;
}

.xyfclist .rightredtop {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 200px;
    height: 8px;
    background: #922325;
}

.listFrame {
    margin-bottom: 40px;
}

.xyfclist .rightredright {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 8px;
    height: 200px;
    background: #922325;
}

.xyfclist .swiper-container {
    width: 87.7%;
}

.xyfclist .swiper-slide .img {
    width: 577px;
    height: 350px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.xyfclist .swiper-slide a {
    position: relative;
}

.xyfclist .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.xyfclist .swiper-slide .text {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    /* border-radius: 0px 0px 10px 10px; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xyfclist .swiper-slide .text span {
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
    height: 35px;
}

.xyfclist .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-100%);
}

.xyfclist .swiper-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    transform: translateY(-100%);
}

.xyfclist .swiper-prev .img,
.xyfclist .swiper-next .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(64, 64, 64, 0.6);
    box-sizing: border-box;
    border: 1.48px solid #FFFFFF;
    position: relative;
}

.xyfclist .swiper-prev:hover .img,
.xyfclist .swiper-next:hover .img {
    background: #1D4387;
}

.xyfclist .swiper-prev img,
.xyfclist .swiper-next img {
    width: 8px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xyfclist .swiper-slide .text {
    display: none;
}

.xyfclist .swiper-slide-active .text {
    display: flex;
}

.jgfc {
    background: url(../img/jgfc-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 60px 0 60px 0;
}

.jgfclist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jgfclist .box {
    width: calc(50% - 30px);
    padding: 30px 25px;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgfclist .box .jgfctitle {
    line-height: 30px;
    color: #0868B9;
}

.jgfclist .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
}

.jgfclist .box:hover .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #1E63AB;
}

.jgfclist .box .time {
    width: 130px;
    height: 60px;
    background: linear-gradient(180deg, #2873B2 0%, rgba(40, 115, 178, 0.22) 100%);
    backdrop-filter: blur(10px);
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jgfclist .box .time .img {
    width: 36px;
    height: 36px;
}

.jgfclist .box .time img {
    width: 100%;
    height: 100%;
}

.jgfclist .box .time .date {
    margin-left: 5px;
}

.jgfclist .box .time .date .day,
.jgfclist .box .time .date .year {
    line-height: 18px;
    color: #FFFFFF;
}

/* 页脚 */
footer {
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: cover;
}

footer .container {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .left .logo {
    width: 395px;
    height: 54px;
}

footer .left .logo img {
    width: 100%;
    height: 100%;
}

footer .left .footinfo {
    width: 100%;
    margin-top: 37px;
}

footer .left .footinfo .info {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.65);
}

footer .left .footinfo .top,
footer .left .footinfo .down {
    display: flex;
}

footer .left .footinfo .top div:nth-child(2) {
    margin-left: 40px;
}

footer .left .footinfo .down div:nth-child(2) {
    margin-left: 40px;
}

.ftyqlj {}

.ftyqlj .box {
    width: 200px;
    height: 40px;
    background: rgba(15, 136, 205, 0.56);
    position: relative;
}

.ftyqlj .box h3 .arrow {
    width: 12px;
    height: 7px;
}

.ftyqlj .box h3 .arrow img {
    width: 100%;
    height: 100%;
}

.ftyqlj .box h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.ftyqlj .box h3::before {
    content: '';
    width: 15px;
    height: 9px;

    position: absolute;
    right: 20px;
    top: 22px;
}

.ftyqlj .box ul {
    display: none;
    width: 100%;
}

.ftyqlj .box:hover ul {
    display: block;
    background: #fff;
    max-height: 140px;
    overflow-y: scroll;
    position: absolute;
    bottom: 100%;
}

.ftyqlj .box ul li {
    width: 100%;
    line-height: 25px;
    text-align: center;
    padding: 4px 10px;
    box-sizing: border-box;
}

.ftyqlj .box ul a {
    color: #333;
    font-size: 15px;
}

.ftyqlj .box ul a:hover {
    color: #1E63AB;
}

footer .right {
    display: flex;
    justify-content: flex-end;
}

footer .right .erweima {
    width: 110px;
    height: auto;
    margin-left: 40px;
}

footer .right .erweima .img {
    width: 110px;
    height: 110px;
    padding: 5px;
    box-sizing: border-box;
    background: #FFFFFF;
}

footer .right .erweima .img img {
    width: 100%;
    height: 100%;
}

footer .right .erweima .text {
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.banq {
    height: 55px;
}

.banq .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-bottom: none;
    height: 100%;
}

.banq p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
}

.banq p a {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* 内页大图 */
.nydt {
    width: 100%;
    position: relative;
}

.nydt .drivder {
    width: 12%;
    height: 0;
    border-top: 1px solid #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 12%;
}

.nydt .nyyy {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #373737 -30%, rgba(90, 90, 90, 0) 100%);
}

.nydt img {
    width: 100%;
    display: inline-block;
}

.nydt .crumb {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.nydt .crumb .path {
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.nydt .crumb .path span:last-of-type {
    display: none;
}

.nydt .curcrumb .container {
    position: relative;
}

.ncontent .content2 {
    padding: 40px 110px 40px 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
}

.ncontent p {
    margin-bottom: 10px;
    font-size: 16pt !important;
    font-family: "仿宋GB2312", "FangSong", serif !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}

.curcrumb .position {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 35px;
}

.curcrumb .current {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    min-width: 114px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.curcrumb .crumb .path a,
.curcrumb .crumb .path span {
    font-size: 14px;
    color: #FFFFFF;
}

.curcrumb .crumb .path span {
    margin: 0 3px;
}

/* 内页整体的布局样式 */

.nmain {
    width: 100%;
    padding: 50px 0;
}

.nmain .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.subNav {
    width: 245px;
    position: relative;
}

.subNav .list::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #1E63AB;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.subNav .list {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    margin: 10px 0 0 10px;
    box-sizing: border-box;
    height: auto;
}

.subNav .list ul {
    padding: 10px 0 30px 0;
    box-sizing: border-box;
}

.subNav .list li {
    width: 100%;
    /* height: 60px; */
    line-height: 60px;
}

.subNav .list li h3 {
    margin: 0 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.subNav .list li h3 a span {
    color: #2C2C2C;
    font-weight: 400;
    font-size: 18px;
}

.subNav .list li h3 .arrow {
    font-size: 18px;
    line-height: 60px;
    color: #B6B6B6;
}

.subNav .list li.on h3 .arrow {
    color: #1E63AB;
    transform: rotate(90deg);
}

.subNav .list li.on a span {
    color: #1E63AB;
    font-weight: 700;
}

.subNav .list li:hover h3 .arrow {
    color: #1E63AB;
    transform: rotate(90deg);
}

.subNav .list li:hover a span {
    font-weight: 700;
    color: #1E63AB;
}

.subNav .list .subNavbg {
    width: 100%;
    height: 98px;
}

.subNav .list .subNavbg img {
    width: 100%;
    height: 100%;
}

.subNav .list li .sub {
    width: 100%;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    display: none;
}

/* .subNav .list li.on:hover sub{
    display: block;
} */

.subNav ul li .sub a {
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    display: block;
    padding: 0 10px 0 30px;
    position: relative;
}

.subNav ul li .sub a.on {
    font-weight: bold;
    color: #D8A971;
}

.subNav ul li .sub a:hover {
    font-weight: bold;
    color: #D8A971;
}

.subNav ul li .sub a::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.subNav ul li .sub a:hover::before {
    width: 5px;
    height: 5px;
    background: #D8A971;
}

.subNav ul li .sub a.on::before {
    width: 5px;
    height: 5px;
    background: #D8A971;
}

.nmain .ncontent {
    width: calc(100% - 245px - 40px);
}

.nmain .ssjg {
    width: 100%;
}

.nmain .ssjg .ncontent {
    width: 100%;
}

.ncontent .textlist1 .box {
    width: 100%;
    padding: 25px 30px 20px 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    border-bottom: 3px solid transparent;
    position: relative;
}

.ncontent .textlist1 .box::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    border-bottom: 3px solid #DEB27E;
    transition: width .5s ease-in-out;
}

.ncontent .textlist1 .box:hover::before {
    width: 100%;
}

.ncontent .textlist1 .box .title {
    font-size: 18px;
    line-height: 35px;
    color: rgba(51, 51, 51, 0.9216);
    height: 35px;
}

.ncontent .textlist1 .box:hover .title {
    font-weight: bold;
    color: rgba(30, 99, 171, 0.9216);
}

.ncontent .textlist1 .box .disc {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    height: 60px;
    margin-top: 5px;
}

.ncontent .textlist1 .box .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.ncontent .textlist1 .box .time .day {
    font-weight: 500;
    font-size: 24px;
    color: #999999;
}

.ncontent .textlist1 .box:hover .time .day {
    font-weight: 500;
    font-size: 24px;
    color: #1E63AB;
}

.ncontent .textlist1 .box .time .xiegang {
    font-weight: 400;
    font-size: 30px;
    height: 50px;
    color: #999999;
    transform: rotate(-5deg);
    margin: 0 5px;
}

.ncontent .textlist1 .box:hover .time .xiegang {
    color: #1E63AB;
}

.ncontent .textlist1 .box .time .year {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

.ncontent .textlist1 .box:hover .time .year {
    color: #1E63AB;
}

.ncontent .textlist1 .box .time .arrow {
    width: 19px;
    height: 12px;
    position: relative;
    margin-left: 20px;
}

.ncontent .textlist1 .box:hover .time .arrow {
    background: url(../img/list-arrow-yellow.png) no-repeat center;
    background-size: cover;
}

.ncontent .textlist1 .box .time .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ncontent .textlist1 .box:hover .time .arrow img {
    display: none;
}

.piccon .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 3px solid transparent;
    position: relative;
}

.piccon .box::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    border-bottom: 3px solid #DEB27E;
    transition: width .5s ease-in-out;
}

.piccon .box:hover::before {
    width: 100%;
}

.piccon .box a {
    display: flex;
    justify-content: space-between;
}

.piccon .box .imgpic {
    width: 268px;
    overflow: hidden;
}

.piccon .box .imgpic img {
    width: 100%;
    transition: transform .5s ease;
}

.piccon .box:hover .imgpic img {
    transform: scale(1.1);
}

.piccon .box .text {
    width: calc(100% - 268px - 30px);
}

.piccon .box .text .title {
    font-size: 18px;
    line-height: 35px;
    color: rgba(51, 51, 51, 0.9216);
    height: 35px;
    margin-top: 5px;
}

.piccon .box:hover .text .title {
    color: rgba(30, 99, 171, 0.9216);
    font-weight: bold;
}

.piccon .box .text .disc {
    line-height: 30px;
    color: #999999;
    height: 60px;
    margin-top: 5px;
}

.piccon .box .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.piccon .box .time .day {
    font-weight: 500;
    font-size: 24px;
    color: #999999;
}

.piccon .box:hover .time .day {
    color: #1E63AB;
}

.piccon .box .time .xiegang {
    font-weight: 400;
    font-size: 30px;
    height: 50px;
    color: #999999;
    transform: rotate(-5deg);
    margin: 0 5px;
}

.piccon .box:hover .time .xiegang {
    color: #1E63AB;
}

.piccon .box .time .year {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

.piccon .box:hover .time .year {
    color: #1E63AB;
}

.piccon .box .time .arrow {
    width: 19px;
    height: 12px;
    position: relative;
    margin-left: 25px;
}

.piccon .box:hover .time .arrow {
    background: url(../img/list-arrow-yellow.png) no-repeat center;
    background-size: cover;
}

.piccon .box .time .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.piccon .box:hover .time .arrow img {
    display: none;
}

/* picture */
.picture {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}

.picture .box::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #D8EAFF;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.picture .box:hover::after {
    background: #DEB27E;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box a {
    position: relative;
}

.picture .box .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    transition: transform .5s ease;
}

.picture .box:hover .img img {
    transform: scale(1.1);
}

.picture .box .yinying {
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.picture .box .text {
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 15px;
    height: 24px;
    z-index: 9;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.picture .box:hover .text {
    font-weight: bold;
}

.detail {
    padding: 40px 110px 40px 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
}

.detail .title {

    font-size: 22pt !important;
    font-family: "华文中宋", "STZhongsong", serif !important;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #000000;
}

.detail .detailinfo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 8px;
}

.detail .detailinfo div {
    line-height: 45px;
    text-align: center;
    color: #9E9E9E;
    margin-right: 100px;
}

.detail .detailinfo div:last-of-type {
    margin-right: 0;
}

.detail .text {
    padding: 35px 0 30px 0;
}

.detail .text p {
    font-size: 16pt !important;
    font-family: "仿宋GB2312", "FangSong", serif !important;
    font-weight: 400;
    line-height: 30px !important;
    color: #333333;
    margin-bottom: 20px;
}

.detail-page .box {
    display: flex;
    align-items: center;
    border-top: 1px solid #D8D8D8;
    padding: 20px 0;
    box-sizing: border-box;
}

.detail-page .box:last-of-type {
    padding-bottom: 0;
}

.detail-page .box a {
    font-size: 16px;
    line-height: 35px;
    color: #8D8D8D;
}

.detail-page .box:hover a {
    color: #1E63AB;
}

/* tea */
.tea {
    display: flex;
    flex-wrap: wrap;
}

.tea .box {
    width: calc((100% - 75px)/3);
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(193, 193, 193, 0.26);
    padding: 45px 35px;
    box-sizing: border-box;
    margin: 0 35px 25px 0;
}

.tea .box:nth-child(3n) {
    margin-right: 0;
}

.remark {
    color: #666666;
    margin-bottom: 30px;
}

.tea .box:hover {
    background: url(../img/teabox-bg.png) no-repeat center;
    background-size: cover;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.44);
}

.tea .box .showmore {
    color: #2B76B5;
    margin-top: 20px;
}

.tea .box .name {
    padding-bottom: 15px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tea .box .name div {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

.tea .box .name span:first-of-type {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    white-space: nowrap;
}

.tea .box:hover .name span:first-of-type {
    color: #1E5FAB;
}

.tea .box .name span:last-of-type {
    color: #666666;
    margin-left: 10px;
}

.tea .box:hover .name span:last-of-type {
    color: #1E5FAB;
}

/* leader */
.leader .box {
    padding: 60px 30px;
    box-sizing: border-box;
    background: url(../img/leader-bg.png) no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(30, 99, 171, 0.21);
}

.leader .box .job {
    color: #1E63AB;
    font-size: 15px;
}

.leader .box .name {
    font-size: 24px;
    color: #3D3D3D;
    margin-top: 15px;
}

.leader .box .drivder {
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, rgba(196, 196, 196, 0) 0%, rgba(197, 197, 197, 0.62) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.leader .box:hover .drivder {
    background: linear-gradient(270deg, rgba(30, 99, 171, 0) 0%, rgba(30, 99, 171, 0.62) 100%);
}

/* teadetail */
.teadetail {
    position: relative;
    padding: 80px;
    box-sizing: border-box;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.teadetail .teadebg {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.teadetail .teadebg img {
    width: 100%;
    height: 100%;
}

.teadetail .teachimg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.teadetail .teachimg img {
    width: 205px;
    height: 270px;
}

.teadetail .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 56.73px;
    text-align: center;
    color: #1E1E1E;
    font-family: "仿宋GB2312", "FangSong", serif !important;
}

.jbqk {
    background: linear-gradient(180deg, #EBF7FF 0%, #F8FDFF 100%);
    padding: 20px 60px;
    margin-bottom: 20px;
}

.jbqk:last-of-type {
    margin-bottom: 0;
}

.jbqk .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 56.73px;
    color: #1E1E1E;
    border-bottom: 1px solid #D8D8D8;
    font-family: "仿宋GB2312", "FangSong", serif !important;
}

.jbqk .detailinfo {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
}

.jbqk .detailinfo div {
    line-height: 56.73px;
    color: #1E1E1E;
    width: auto;
    min-width: 190px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16pt !important;
    font-family: "仿宋GB2312", "FangSong", serif !important;
    font-weight: 400 !important;
}

.jbqk .yjlydetail {
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    margin-top: 30px;
}

/* 搜索结果页 */
#newskeycode252683 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 3px;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 30px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 136px;
    border-radius: 5px 10px 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}

.textlist .box:hover .title {
    color: #dd4b39;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 30px;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 24px;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 16px;
    margin-top: 5px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .title span {
    font-size: 18px;
    color: #dd4b39;
}

.textlist .box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 7px;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 7px;
}