.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #00509F;
    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: 38px;
}

.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: #fff;
    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;
}

/* 页头 */
header {
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 999;
    background: #922325;
    /* backdrop-filter: blur(20px); */
}

.head_box {
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 15px 85px 15px 65px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.head_box .left {
    padding-top: 10px;
}

.head_box .logo img {
    width: 452px;
}

.head_box .logo .logo-blue {
    display: none;
}

.head_box .right {
    display: block;
    position: absolute;
    right: 105px;
    bottom: 5px;
}

.head_box .right .righttop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.head_box .right .righttop ul li a {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}

.head_box .right .search {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.head_box .right .search img {
    width: 100%;
    height: 100%;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
}

.navigation ul .nli {
    padding: 10px 19px 0 19px;
    margin-right: 2px;
    position: relative;
    white-space: nowrap;
    height: 38px;
}

.navigation ul .nli h3 {
    display: flex;
    text-align: right;
}

.navigation ul .nli:last-of-type {
    margin-right: 0;
}

.navigation ul li h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 19px;
    height: 38px;
}

.navigation ul .nli:hover .drivder {
    width: 53px;
    height: 0px;
    transform: rotate(90deg);
    opacity: 1;
    border-top: 2px solid #FFAD5D;
    position: absolute;
    left: 28%;
    top: 140%;
}

.navigation ul .nli.on h3 a {
    color: #F9C18A;
    font-weight: bold;
    height: 31px;
    border-bottom: 2px solid #FFAD5D;
}

.navigation ul .nli:hover h3 a {
    color: #F9C18A;
    font-weight: bold;
    height: 31px;
    border-bottom: 2px solid #FFAD5D;
}

.navigation ul .nli:hover h3 a {
    color: #F9C18A;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: auto;
    min-width: 100px;
    height: auto;
    left: -5px;
    background: linear-gradient(180deg, #E9F5FF 51%, #FFFCF6 84%);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 175%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 10px;
    border-top: 3px solid #EE9640;
    border-radius: 10px;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navigation ul .sub li a {
    width: 65px;
    height: 27px;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    border-bottom: 2px solid transparent;
}

.navigation ul .sub li:hover a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #922325;
    border-bottom: 2px solid #922325;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 70px; */
}


.banlist .ban {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50% 50%;
    border: 1.35px solid #D8D8D8;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


.banlist .ban img {
    width: 35%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    animation: downico 1.5s ease-out infinite;
}

@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-left,
.banlist .swiper-right {
    width: 34px;
    height: 60px;
    background: #922325;
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: #EE9640;
}

.banlist .swiper-left {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-right {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 8px;
    height: 16px;
    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 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.banlist .swiper-pagination {
    width: auto;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: auto;
    position: relative;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 10000px;
    padding: 0 10px;
}

.banlist .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 1;
    margin: 5px;
    display: block;

}

.banlist .swiper-pagination-bullet-active {
    background: #EE9640;
}

.banlist .container {
    position: relative;
}

.banner1 {
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banner1 ul li {
    width: 100%;
    overflow: hidden;
}

.blankdiv {
    width: 100%;
    height: 110px;
}

.theme {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 35px 0;
}

/* 规划管理*/
.ghgl-xkjs {
    position: relative;
    padding-top: 65px;
}

.ghgl-xkjs .container {
    display: flex;
    justify-content: space-between;
}

.ghgl-xkjs::before {
    content: '';
    width: 100%;
    height: 520px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/ghgl-xkjs-bg1.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
}

.ghgl-xkjs::after {
    content: '';
    width: 91%;
    height: 790px;
    border-radius: 70px 0px 0px 0px;
    position: absolute;
    right: 0;
    top: 70px;
    /* padding-top: 40px; */
    background: url(../img/ghgl-xkjs-bg2.png) no-repeat center;
    background-size: cover;
    z-index: -1;
    box-shadow: -10px 26px 30px 0px rgba(0, 0, 0, 0.04);
}

.ghgl,
.xkjs {
    width: calc(50% - 20px);
}

.ghgllist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ghgllist .box {
    width: calc(50% - 15px);
    padding: 25px 25px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    position: relative;
}

.ghgllist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.ghgllist .box:hover::before {
    width: 100%;
}

/* .ghgllist .box:hover {
    border-bottom: 1px solid #EE9640;
} */

.ghgllist .box .xiaohui {
    width: 125px;
    height: 125px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.ghgllist .box:hover .xiaohui {
    display: block;
}

.ghgllist .box .xiaohui img {
    width: 100%;
    height: 100%;
}

.ghgllist .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.ghgllist .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #1E1E1E;
    height: 60px;
}

.ghgllist .box:hover .title {
    font-weight: bold;
    color: #922325;
}

.ghgllist .box .time {
    display: flex;
    align-items: center;
    margin-top: 23px;
}

.ghgllist .box .time .img {
    width: 12px;
    height: 12px;
    position: relative;
}

.ghgllist .box .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ghgllist .box .time .date {
    line-height: 30px;
    color: #B9B9B9;
    margin-left: 5px;
}

/* 学科建设 */
.boxtoplist {
    position: relative;
}

.boxtoplist .swiper-slide {
    opacity: 0 !important;
}

.boxtoplist .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.boxtoplist .swiper-slide a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 3px 5px 5px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.boxtoplist .swiper-slide .img {
    width: 290px;
    height: 160px;
    overflow: hidden;
}

.boxtoplist .swiper-slide .img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.boxtoplist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.boxtoplist .swiper-slide .text {
    width: calc(100% - 290px - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    box-sizing: border-box;
}

.boxtoplist .swiper-slide .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
    margin-top: 10px;
}

.boxtoplist .swiper-slide:hover .text .title {
    color: #922325;
}

.boxtoplist .swiper-slide .text .disc {
    font-size: 14px;
    line-height: 22px;
    color: #A1A1A1;
    margin-top: 5px;
    height: 44px;
}

.boxtoplist .swiper-slide .text .time {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.boxtoplist .swiper-slide .text .time .clock {
    width: 13px;
    height: 13px;
    position: relative;
}

.boxtoplist .swiper-slide .text .time .clock img {
    width: 100%;
    position: absolute;
}

.boxtoplist .swiper-slide .text .time .date {
    line-height: 30px;
    color: #B9B9B9;
    margin-left: 5px;
}

.boxtoplist .swiper-btn {
    /* width: 50%;
    border: 1px solid red;
    position: absolute;
    right: 0;
    bottom: 0; */
}

.boxtoplist .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.boxtoplist .swiper-pagination-bullet {
    margin: 0 5px;
    width: 13px;
    height: 13px;
    background: #D8D8D8;
}

.boxtoplist .swiper-pagination-bullet-active {
    background: #FFAF0F;
}

.xkjs .boxlist {
    margin-top: 18px;
}

.xkjs .boxlist .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
    position: relative;
}

.xkjs .boxlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.xkjs .boxlist .box:hover::before {
    width: 100%;
}

.xkjs .boxlist .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.xkjs .boxlist .box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xkjs .boxlist .box .title {
    /* width: calc(100% - 125px); */
    width: 100%;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    height: 22px;
    box-sizing: border-box;
}

.xkjs .boxlist .box:hover .title {
    font-weight: bold;
    color: #922325;
}

.xkjs .boxlist .box .title::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0.7px solid #FFAF0F;
    border-radius: 50%;
}

.xkjs .boxlist .box:hover .title::before {
    border: 0.7px solid #922325;
}

.xkjs .boxlist .box .time {
    display: flex;
    /* display: none; */
    align-items: center;
}

.xkjs .boxlist .box .time .clock {
    width: 13px;
    height: 13px;
    position: relative;
}

.xkjs .boxlist .box .time .clock img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.xkjs .boxlist .box .time .date {
    color: #B9B9B9;
    margin-left: 5px;
    white-space: nowrap;
}

.zcwj .theme,
.cyxz .theme {
    padding: 80px 0 27px 0;
}

.theme .left {
    position: relative;
}

.theme .left::before {
    content: '';
    width: 4px;
    height: 60px;
    background: #922325;
    position: absolute;
    left: 0;
    top: 10px;
}


.theme .left .title {
    font-size: 36px;
    font-weight: bold;
    color: #1E1E1E;
    padding-left: 20px;
}

.theme .left .english {
    font-size: 20px;
    font-weight: bold;
    color: rgba(30, 30, 30, 0.2);
    padding-left: 20px;
}

.theme .right a {
    display: flex;
    align-items: center;
}

.theme .right .showmore {
    width: 60px;
    height: 35px;
}

.theme .right .showmore:hover {
    background: url(../img/showmore-yellow.png) no-repeat center;
    background-size: cover;
}

.theme .right .showmore img {
    width: 100%;
    height: 100%;
}

.theme .right .showmore:hover img {
    display: none;
}

/* 工作动态 */
.newslist {
    width: calc(61.4% - 20px);
    position: relative;
}

.newslist .swiper-slide .img {
    width: 100%;
    height: 475px;
    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: 25px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.newslist .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #922325;
    transition: width .5s ease-in-out;
}

.newslist .swiper-slide:hover::before {
    width: 100%;
}

/* .newslist .swiper-slide:hover {
    border-bottom: 1px solid #922325;
} */

.newslist .swiper-slide .tt .text {
    font-size: 22px;
    font-weight: bold;
    line-height: 34.08px;
    color: #202020;
}

.newslist .swiper-slide:hover .tt .text {
    color: #922325;
}

.newslist .swiper-slide .tt .disc {
    line-height: 25px;
    color: #9F9F9F;
    height: 25px;
}

.newslist .swiper-slide .tt .time {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.newslist .swiper-slide .tt .time .timeimg {
    width: 12px;
    height: 12px;
    position: relative;
}

.newslist .swiper-slide .tt .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.newslist .swiper-slide .tt .time .date {
    font-size: 14px;
    line-height: 25px;
    color: #B9B9B9;
    margin-left: 10px;
}

.newslist .swiper-btn {
    width: calc(100% - 100px);
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.newslist .swiper-pagination {
    position: absolute;
    right: 20px;
}

.newslist .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #922325;
}

.newslist .swiper-pagination-bullet-active {
    background: #922325;
}

.work-dynamic {
    background: url(../img/dynamic-bannerli.png) no-repeat center;
    background-size: cover;
}

.dynamic .context {
    display: flex;
    justify-content: space-between;
}

.newslist .swiper-prev,
.newslist .swiper-next {
    width: 51px;
    height: 57px;
    background: #EE9640;
    position: absolute;
    z-index: 9;
}

.newslist .swiper-prev {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.newslist .swiper-next {
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

.newslist .swiper-prev .img,
.newslist .swiper-next .img {
    width: 9px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newslist .swiper-prev .img img,
.newslist .swiper-next .img img {
    width: 100%;
    height: 100%;
}

.rightbox {
    width: calc(38.6% - 20px);
}

.rightbox .box {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
}

.rightbox .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.rightbox .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.rightbox .box:hover::before {
    width: 100%;
}

.rightbox .box a {
    display: flex;
    justify-content: space-between;
}

.rightbox .box .time {
    width: 63px;
    height: 62px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #EE9640;
}

.rightbox .box:hover .time {
    border: 1px solid #922325;
}

.rightbox .box .time .day {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #EE9640;
}

.rightbox .box:hover .time .day {
    color: #922325;
}

.rightbox .box .time .year {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    background: #EE9640;
    border-radius: 5px;
    text-align: center;
}

.rightbox .box:hover .time .year {
    background: #922325;
    color: #FFFFFF;
}

.rightbox .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    width: calc(100% - 63px - 20px);
    height: 60px;
}

.rightbox .box:hover .title {
    font-weight: bold;
    color: #922325;
}

/* 横幅轮播 */
.bannerli {
    margin: 45px 0 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 78px;
}

.bannerli .swiper-slide a {
    width: 100%;
}

.bannerli .swiper-prev,
.bannerli .swiper-next {
    background: rgba(0, 0, 0, 0.2);
    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: 23%;
    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;
}

/* 通知公告 */
.notice {
    background: url(../img/notice-bg.png) no-repeat center;
    background-size: cover;
    margin-bottom: 40px;
}

.noticelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.noticelist .box {
    width: calc((100% - 60px) / 3);
    background: #FFFFFF;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
    position: relative;
}

.noticelist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.noticelist .box:hover::before {
    width: 100%;
}

.noticelist .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.noticelist .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.noticelist .box .time {
    width: 105px;
    height: 70px;
    background: url(../img/notice-time-bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.noticelist .box:hover .time {
    background: url(../img/notice-time-hover-bg.png) no-repeat center;
    background-size: cover;
}

.noticelist .box .time .day {
    font-size: 24px;
    color: #922325;
}

.noticelist .box:hover .time .day {
    font-weight: bold;
    color: #FFFFFF;
}

.noticelist .box .time .year {
    color: #922325;
}

.noticelist .box:hover .time .year {
    color: #FFFFFF;
}

.noticelist .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    width: calc(100% - 105px - 15px);
}

/* 政策文件 */
.zcwj,
.cyxz {
    width: calc(50% - 20px);
}

.zcwj-cyxz {
    padding-top: 45px;
    padding-bottom: 60px;
    background: url(../img/zcwj-cyxz-bg.png) no-repeat center;
    background-size: cover;
}

.zcwj-cyxz .container {
    display: flex;
    justify-content: space-between;
}

.zcwjlist .box {
    padding: 18px 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    position: relative;
}

.zcwjlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.zcwjlist .box:hover::before {
    width: 100%;
}

.zcwjlist .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

}

.zcwjlist .box a {
    display: flex;
    justify-content: space-between;
}

.zcwjlist .box .time {
    width: 63px;
    height: 62px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #EE9640;
}

.zcwjlist .box:hover .time {
    border: 1px solid #922325;
}

.zcwjlist .box .time .day {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #EE9640;
}

.zcwjlist .box:hover .time .day {
    color: #922325;
}

.zcwjlist .box .time .year {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    background: #EE9640;
    border-radius: 5px;
    text-align: center;
}

.zcwjlist .box:hover .time .year {
    background: #922325;
    color: #FFFFFF;
}

.zcwjlist .box .text {
    width: calc(100% - 63px - 15px);
}

.zcwjlist .box .text .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    width: calc(100% - 63px - 20px);
    height: 30px;
}

.zcwjlist .box .text .disc {
    line-height: 30px;
    color: #333333;
    opacity: 0.3;
    height: 30px;
}

.zcwjlist .box:hover .title {
    font-weight: bold;
    color: #922325;
}

/* 常用下载 */
.cyxzlist .box {
    padding: 15px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    position: relative;
}

.cyxzlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.cyxzlist .box:hover::before {
    width: 100%;
}

.cyxzlist .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.cyxzlist .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    height: 30px;
}

.cyxzlist .box:hover .title {
    font-weight: bold;
    color: #922325;
}

.cyxzlist .box .time {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.cyxzlist .box .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.cyxzlist .box .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cyxzlist .box .time .date {
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

/* 页脚 */
.foot {
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 0;
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot .left{
    width: 670px;
    height: auto;
}

.foot .left .footinfo .box {
    margin-left: 0;
    font-size: 16px;
    line-height: 29.7px;
    color: rgba(255, 255, 255, 0.6);
}

.footinfo .box {
    display: flex;
    align-items: center;
}
.footinfo .box div:last-of-type{
    margin-left: 30px;
}

.foot .right {
    display: flex;
    margin-top: 25px;
}

footer .banq {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
}

.banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.foot .right .yq {
    margin-left: 45px;
}

.yq .box {
    width: 260px;
    height: 45px;
    position: relative;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.yq .box:hover {
    border-radius: 0 0 5px 5px;
}

.yq .box:hover {
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #922426;

}

.yq .box h3 {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yq .box li a .arrow {
    width: 5px;
    height: 13px;
    position: relative;
    margin-right: 10px;
}

.yq .box li:hover a .arrow {
    background: url(../img/yq-arrow-hover.png) no-repeat center;
    background-size: cover;
}


.yq .box li a .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.yq .box li:hover a .arrow img {
    display: none;
}

.yq .box h3 .disc {
    line-height: 45px;
    font-size: 16px;
    /* color: #fff; */
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.8);
}

.yq .box:hover h3 .disc {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #922426;
    opacity: 1;
}

.yq .box h3 .himg {
    width: 16px;
    height: 7px;
    position: relative;
}

.yq .box h3 .himg {
    background: url(../img/yq-arrow-red-hover.png) no-repeat center;
    background-size: cover;
}

.yq .box h3 .himg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.yq .box:hover h3 .himg img {
    display: none;
}

.yq .box ul {
    display: none;
    height: auto;
    overflow-y: scroll;
    max-height: 260px;
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: 100.7%;
    border-radius: 5px 5px 0px 0px;
}

.yq .box:hover ul {
    display: block;
    z-index: 99;
}

.yq .box ul li {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: left;
    color: #000;
    background: #FFF4F4;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.yq .box ul li:last-of-type {
    border-bottom: none;
}

.yq .box ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(145, 35, 37, 0.05);
}


.yq .box ul a {
    width: calc(100% - 10px - 7px);
    color: #1E1E1E;
    font-size: 15px;
}

.yq .box ul li:hover a {
    color: #811D1F;
}

/* 内页大图 */
.nydt {
    width: 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;
}

.content2 {
    padding: 55px 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 80px;
    text-align: justify;
}


.curcrumb .position {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -60px;
    border-bottom: 1.5px solid #E7E7E7;
}

.curcrumb .current {
    font-size: 34px;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
    width: auto;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 220px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 0px 0px;
    background: #922325;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.curcrumb .crumb .path a,
.curcrumb .crumb .path span {
    font-size: 14px;
    color: #909090
}

.curcrumb .crumb .path span {
    margin: 0 5px;
}

.curcrumb .crumb .path a.on {
    color: #922325;
}

.curr {
    width: 100%;
    background: #FFFFFF;
    margin-top: 60px;
}

.curr .container {
    /* display: flex; */
    height: 100%;
}

.curr .container .erjilink {
    display: flex;
    height: 100%;
    padding-bottom: 28px;
}

a {
    text-decoration: none;
}

.curr .erjilink a {
    height: 60px;
    padding: 40px 0 0 0;
    text-decoration: none;
}

.curr .text.on {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 100%;
    background: #922325;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 10px;
}

.curr .text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
    background: #F1F1F1;
    font-size: 18px;
    text-align: right;
    color: #2C2C2C;
    margin-right: 10px;
    white-space: nowrap;
    border-radius: 50px 0px 50px 0px;
}

.curr .text:hover {
    background: #922325;
    color: #FFFFFF;
}

/* list页面 */
.listbox .box {
    border: 1px solid #e7e7e7;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    transition: border-color 0.3s ease;
}

.listbox .box:hover {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    /* border: 1px solid transparent; */

}

.listbox .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.listbox .box:hover::before {
    width: 100%;
}

.listbox .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listbox .box .time {
    width: 105px;
    height: 70px;
    background: url(../img/notice-time-bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.listbox .box:hover .time {
    background: url(../img/notice-time-hover-bg.png) no-repeat center;
    background-size: cover;
}

.listbox .box .time .day {
    font-size: 24px;
    color: #922325;
}

.listbox .box:hover .time .day {
    color: #FFFFFF;
}

.listbox .box .time .year {
    color: #922325;
}

.listbox .box:hover .time .year {
    color: #FFFFFF;
}


.listbox .box .text {
    width: calc(100% - 105px - 20px);
}

.listbox .box .text .title {
    font-size: 18px;
    line-height: 28px;
    color: #2C2C2C;
}

.listbox .box:hover .text .title {
    font-weight: bold;
    color: #922325;
}

.listbox .box .text .disc {
    line-height: 25px;
    color: #999999;
    height: 25px;
}

/* 图文列表页 */
.picconbox .box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
}


.picconbox .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #EE9640;
    transition: width .5s ease-in-out;
}

.picconbox .box:hover::before {
    width: 100%;
}

.picconbox .box a {
    display: flex;
    align-items: center;
}

.picconbox .box .img {
    width: 400px;
    height: 215px;
    overflow: hidden;
}

.picconbox .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.picconbox .box:hover .img img {
    transform: scale(1.1);
}

.picconbox .box .text {
    width: calc(100% - 400px - 115px - 30px);
    box-sizing: border-box;
    margin-left: 30px;
    position: relative;
    margin-top: 13px;
}

.picconbox .box .text .xiaohui {
    display: none;
}

.picconbox .box:hover .text .xiaohui {
    width: 121px;
    height: 127px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.picconbox .box:hover .text .xiaohui img {
    width: 100%;
    height: 100%;
}

.picconbox .box .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
}

.picconbox .box:hover .text .title {
    color: #922325;
    font-weight: bold;
}

.picconbox .box .text .disc {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #A4A4A4;
    height: 50px;
    margin-top: 10px;
}

.picconbox .box .text .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.picconbox .box .text .time .timer {
    display: flex;
    align-items: center;
}

.picconbox .box .text .time .timeimg {
    width: 12px;
    height: 12px;
    position: relative;
}

.picconbox .box:hover .text .time .timeimg {
    background: url(../img/clock-red.png) no-repeat center;
    background-size: cover;
}

.picconbox .box .text .time .timeimg img {
    width: 100%;
    position: absolute;
}

.picconbox .box:hover .text .time .timeimg img {
    display: none;
}

.picconbox .box .text .time .date {
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

.picconbox .box:hover .text .time .date {
    color: #922325;
}

.picconbox .box .drivder {
    width: 0;
    height: 150px;
    border-left: 1px solid rgba(192, 192, 192, 0.2);
    margin: 0 25px;
}

.picconbox .box .cycle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 20px 0 0;
}

.picconbox .box:hover .cycle {
    background: #922325;
}

.picconbox .box .cycle .arrow {
    width: 7px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.picconbox .box .cycle .arrow {
    background: url(../img/piccontent-arrow-white.png) no-repeat center;
    background-size: cover;
}

.picconbox .box .cycle .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picconbox .box:hover .cycle .arrow img {
    display: none;
}

.picconbox .box .text .time .logoimg {
    width: 240px;
    height: 36px;

}

.picconbox .box .text .time .logoimg img {
    width: 100%;
    height: 100%;
    display: none;
}

.picconbox .box:hover .text .time .logoimg img {
    display: block;
}

/* picture */
.picturebox {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    box-sizing: border-box;
}

.picturebox .box {
    width: calc((100% - 80px - 5px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}

.picturebox .box:nth-child(3n) {
    margin-right: 0;
}

.picturebox .box .img {
    width: 435px;
    height: 245px;
    position: relative;
    /* overflow: hidden; */
    z-index: 2;
}

.picturebox .box .img::before {
    content: '';
    width: 100%;
    height: 164px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: -1;
}

.picturebox .box:hover .img::before {
    background: #922325;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: -1;
}

.picturebox .box .img img {
    width: 100%;
    height: 100%;
    /* transition: transform .5s ease-in-out; */
}

/* .picturebox .box:hover .img img {
    transform: scale(1.1);
} */

.picturebox .box .text {
    font-size: 18px;
    color: #353535;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    display: flex;
    align-items: center;
}

.picturebox .box .text span {
    height: 24px;
}

.picturebox .box:hover .text {
    color: #922325;
    font-weight: bold;
    border-bottom: 1px solid #922325;
}

.picturebox .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #922325;
    transition: width .5s ease-in-out;
}

.picturebox .box:hover::before {
    width: 100%;
}


/* detail页面 */
.detail {
    padding: 70px 75px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.detail .titletop {
    background: #FFF4F4;
    padding: 20px 30px;
    border-left: 4px solid #922325;
}

.detail .titletop .title {
    font-size: 33px;
    font-weight: bold;
    line-height: 50.56px;
    color: #292929;
}

.detail .titletop .detail-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.detail .titletop .detail-share .detail-size {
    display: flex;
    align-items: center;
}

.detail .titletop .detail-share .info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail .titletop .detail-share .info div {
    margin-left: 50px;
    color: #9C9C9C;
}

.detail .titletop .detail-share .info div:first-of-type {
    margin-left: 0;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 50px;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #922325;
    font-weight: bold;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .content .text.big p,
.detail .content .text.big p span {
    font-size: 28px !important;
    line-height: 55px !important;
}

.detail .content .text.large p,
.detail .content .text.large p span {
    font-size: 32px !important;
    line-height: 60px !important;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.detail .content .text {
    font-size: 18px;
    line-height: 40px;
    color: #292929;
    margin-top: 30px;
    /* overflow-x: scroll; */
}

.detail .content .text p {
    /* margin-bottom: 30px; */
}

.detail-page .box {
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    margin-bottom: 20px;
    height: 70px;
    overflow: hidden;
}

.detail-page .box:hover {
    border: 1px solid #922325;
}

.detail-page .box a {
    font-size: 18px;
    line-height: 45px;
    color: #9E9E9E;
}

.detail-page .box:hover a {
    color: #922325;
}

.page-box {
    margin: 40px 0 80px 0;
}

.pb_sys_style1 .p_no_d {
    background: #EE9640 !important;
    border: 1px solid #EE9640 !important;
}

.listFrame {
    margin-bottom: 40px;
}



/* 搜索结果页 */
#newskeycode252733 {
    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;
}

.detail .content .text table {
    width: 100%;
    overflow-x: scroll;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    padding: 5px 10px !important;
    margin: 0px 7px 0px 7px !important;
    height: 30px !important;
    width: auto !important;
    line-height: 20px !important;
}

.nmain {
    background: url(../img/list-bg.png) no-repeat center;
    background-size: cover;
}