.why {
    height: 100%;
    position: relative;
    width: 100%;
}

header {
    width: 100%;
    height: 156px;
    position: fixed;
    z-index: 999;
}

.header_active .head_box {
    background: #fff;
}

.head_box:hover {
    background: #fff;
}

.header_active .head_box .navigation ul li h3 a {
    color: #2B2B2B;
}

.head_box:hover .navigation ul li h3 a {
    color: #2B2B2B;
}

.head_box:hover .navigation ul li:hover h3 a {
    border-bottom: 3px solid #0054B0;
    color: #0054B0;
}

.header_active .head_box .navigation ul li.on h3 a {
    color: #0054B0;
}

.head_box:hover .navigation ul li.on h3 a {
    color: #0054B0;
}

.header_active .head_box .navigation ul .nli.on h3 a {
    border-bottom: 3px solid #0054B0;
}

header .yinying {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.head_box {
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 20px 50px 15px 50px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.head_box .left {
    padding-top: 10px;
}

.head_box .logo img {
    width: 450px;
    height: 60px;
}

.head_box .logo .logo-blue {
    display: none;
}

.header_active .logo .logo-white {
    display: none;
}

.head_box:hover .logo .logo-white {
    display: none;
}

.header_active .logo .logo-blue {
    display: block;
}

.head_box:hover .logo .logo-blue {
    display: block;
}

.head_box .right .righttop {
    display: flex;
    justify-content: flex-end;
}

.head_box .right .htglxt {
    width: 111px;
    height: 25px;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    /* border: 1px solid #FFFFFF; */
}

.header_active .head_box .right .htglxt {
    background: #E8E8E8;
}

.head_box:hover .right .htglxt {
    background: #E8E8E8;
}

.head_box .right .htglxt a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.head_box .right .htglxt .img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #7E8B9B;
    position: relative;
}

.header_active .head_box .right .htglxt .img {
    background: #AFAFAF;
}

.head_box:hover .right .htglxt .img {
    background: #AFAFAF;
}

.head_box .right .htglxt img {
    width: 11px;
    height: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.head_box .right .htglxt .text {
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 3px;
}

.header_active .head_box .right .htglxt .text {
    color: #9B9B9B;
}

.head_box:hover .right .htglxt .text {
    color: #9B9B9B;
}

.head_box .right .righttop .search {
    width: 36px;
    height: 25px;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    margin-left: 10px;
}

.header_active .head_box .right .righttop .search {
    background: url(../img/search-gray.png) no-repeat center, #E8E8E8;
    background-size: 55% 80%;
}

.head_box:hover .right .righttop .search {
    background: url(../img/search-gray.png) no-repeat center, #E8E8E8;
    background-size: 55% 80%;
}

.righttop .search img {
    width: 20px;
    height: 20px;
}

.header_active .right .righttop .search img {
    display: none;
}

.head_box:hover .right .righttop .search img {
    display: none;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
}

.navigation ul .nli {
    padding: 10px 14px 0 14px;
    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: 19px;
    font-weight: bold;
    color: #FFFFFF;
    height: 38px;
}

.navigation ul .nli.on h3 a {
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    height: 38px;
}

.navigation ul .nli:hover h3 a {
    color: #0054B0;
    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: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 10px;
}

.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;
}


.navigation ul .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navigation ul .sub li:hover a {
    color: #0054B0;
    font-weight: bold;
}

/* 轮播图 */
.banlist {
    width: 100%;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 34px;
    height: 60px;
    background: #0054B0;
    position: absolute;
    z-index: 99;
    /* border: 1px solid rgba(255, 255, 255, 0.6); */
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(149, 21, 20, 0.8);
}

.banlist .swiper-left {
    right: 0;
    top: 50%;
}

.banlist .swiper-right {
    left: 0;
    top: 50%;
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: relative;
}

.banlist .swiper-left .img img {
    width: 13px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
}

.banlist .swiper-right .img img {
    width: 13px;
    height: 21px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, 100%);
}

.banlist .swiper-pagination {
    width: auto;
    margin-bottom: 20px;
    display: inline;
    border-radius: 10000px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    padding: 5px 10px;
}

.banlist .swiper-btn {
    width: 100%;
    height: 29px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}

.banlist .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 5px;
}

.banlist .swiper-pagination-bullet-active {
    background: #0054B0;
    border: 1px solid #0054B0;
}

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 10px 0;
    position: relative;
}

.theme .more {
    width: 100px;
    height: 42px;
    position: relative;
}

.theme .more .moreinfo {
    display: flex;
    /* align-items: center; */
}

.theme .more .moreinfo .img {
    width: 40px;
    height: 40px;
}

.theme .more:hover .moreinfo .img {
    background: url(../img/more-icon-hover.png) no-repeat center;
    background-size: cover;
}

.theme .more .moreinfo img {
    width: 100%;
    height: 100%;
}

.theme .more .moreinfo .text {
    font-size: 16.5px;
    color: rgba(0, 84, 176, 0.5);
    margin-left: 12px;
    margin-top: 5px;
}

.theme .more:hover .moreinfo .text {
    color: #0054B0;
}

.theme .more .drivder {
    width: 88px;
    height: 0;
    border-bottom: 1px solid rgba(0, 84, 176, 0.5);
    position: absolute;
    right: 0;
    bottom: 10px;
}

.theme .more:hover .drivder {
    border-bottom: 1px solid #0054B0;
}

.theme .title {
    flex: 1;
}

.theme .title a {
    display: flex;
    align-items: center;
    height: 100%;
}

.theme .title a .text {
    font-size: 35px;
    font-weight: bold;
    color: #2F2F2F;
}

/* .theme .title a .text span {
    color: #0054B0;
} */

.theme .title .text {
    margin-left: 10px;
}

.theme .title img {
    width: 43px;
    height: 48px;
    margin-left: 5px;
}

/* theme1 */
.theme1 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 10px 0;
    position: relative;
}

.theme1 .more {
    width: 100px;
    height: 42px;
    position: relative;
}

.theme1 .more .moreinfo {
    display: flex;
}

.theme1 .more .moreinfo .img {
    width: 40px;
    height: 40px;
}

.theme1 .more:hover .moreinfo .img {
    background: url(../img/more-icon-hover.png) no-repeat center;
    background-size: cover;
}

.theme1 .more .moreinfo img {
    width: 100%;
    height: 100%;
}

.theme1 .more .moreinfo .text {
    font-size: 16.5px;
    color: rgba(0, 84, 176, 0.5);
    margin-left: 12px;
    margin-top: 5px;
}

.theme1 .more:hover .moreinfo .text {
    color: #0054B0;
}

.theme1 .more .drivder {
    width: 88px;
    height: 0;
    border-bottom: 1px solid rgba(0, 84, 176, 0.5);
    position: absolute;
    right: 0;
    bottom: 10px;
}

.theme1 .more:hover .drivder {
    border-bottom: 1px solid #0054B0;
}

/* .theme1 .title {
    flex: 1;
} */

.theme1 .title a {
    display: flex;
    align-items: center;
    height: 100%;
}

.theme1 .title.on a .text {
    font-size: 35px;
    font-weight: bold;
    color: #2F2F2F;
}

.theme1 .title a .text {
    font-size: 35px;
    font-weight: bold;
    color: rgba(47, 47, 47, 0.5);
    white-space: nowrap;
}

/* .theme1 .title.on a .text span {
    color: #0054B0;
} */

.theme1 .title.on .text {
    margin-left: 10px;
}

.theme1 .title .img {
    display: none;
}

.theme1 .title.on .img {
    display: inline-block;
}

.theme1 .title img {
    width: 43px;
    height: 48px;
}

.theme1 .more a.on {
    display: inline;
}

.theme1 .more a {
    display: none;
}

.theme1 .titles {
    display: flex;
    align-items: center;
}

.theme1 .titles .title:last-of-type {
    margin-left: 40px;
}

/* 发展规划 */
.fzgh-zhgg {
    background: url(../img/fzgh-bg.png) no-repeat center;
    background-size: cover;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 50px;
}

.fzgh-zhgg .container {
    display: flex;
    justify-content: space-between;
}

.fzgh {
    width: calc(50% - 20px);
}

.dkzy {
    width: calc(50% - 20px);
}

.fzghlist {
    margin-top: 30px;
    display: none;
}

.fzghlist.on {
    display: inline-block;
}

.fzghlist .box a {
    display: flex;
    /* align-items: center; */
}

.fzghlist .box .img1 {
    width: 290px;
    height: 163px;
    overflow: hidden;
}

.fzghlist .box .img1 img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.fzghlist .box:hover .img1 img {
    transform: scale(1.1);
}

.fzghlist .box .text {
    flex: 1;
    background: #FFFFFF;
    padding: 30px 25px 20px 25px;
}

.fzghlist .box .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
    height: 24px;
}

.fzghlist .box:hover .text .title {
    color: #0054B0;
}

.fzghlist .box .text .disc {
    font-size: 14px;
    line-height: 22px;
    color: #A1A1A1;
    margin-top: 5px;
    height: 44px;
}

.fzghlist .box .text .time {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.fzghlist .box .text .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.fzghlist .box .text .time .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fzghlist .box .text .time .date {
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

.fzghlist .boxlist {
    margin-top: 20px;
}

.fzghlist .boxlist a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fzghlist .boxlist .box {
    width: 680px;
    padding: 22px 20px 20px 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F3F3F3;
    margin-bottom: 20px;
    position: relative;
}

/* .fzghlist .boxlist .box:hover {
    border-bottom: 1px solid #0054B0;
} */
.fzghlist .boxlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.fzghlist .boxlist .box:hover::before {
    width: 100%;
}

.fzghlist .boxlist .title {
    width: 78%;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 30px;
    height: 24px;
}

.fzghlist .boxlist .box:hover .title {
    color: #0054B0;
    font-weight: bold;
}

.fzghlist .boxlist .title::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #0054B0;
    position: absolute;
    left: 15px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.fzghlist .boxlist .box .time {
    display: flex;
    align-items: center;
}

.fzghlist .boxlist .box .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.fzghlist .boxlist .box .time img {
    width: 100%;
    position: absolute;
}

.fzghlist .boxlist .box .time .date {
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
    white-space: nowrap;
}

.fzghlist .boxlist .box:hover .time .date {
    color: #0054B0;
}


/* 友情链接 */
.links {
    background: linear-gradient(90deg, #EDFFFA 0%, #F1F8FF 86%);
}

.links .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftlink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.leftlink img {
    width: 24px;
    height: 24px;
}

.leftlink .text {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
}

.linklist {
    flex: 1;
}

.linklist ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 90px;
}

.linklist ul li a {
    font-size: 18px;
    color: #333333;
}

.linklist ul li:hover a {
    color: #0B4C95;
}

/* 页脚 */
.foot {
    width: 100%;
    height: 230px;
    background: url(../img/foot-bg.png) no-repeat center;
    background-size: cover;
}

.foot .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foot .foot-logo img {
    width: 450px;
    height: 60px;
}

.foot .banq {
    font-size: 14px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

/* 工作动态 */
.newslist {
    width: 720px;
    height: auto;
    overflow: hidden;
}

.newslist {
    position: relative;
}

.gzdt {
    position: relative;
    padding-top: 20px;
    background: url(../img/gzdt-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 70px;
}

.gzdt::before {
    content: '';
    width: 48.7%;
    height: 460px;
    /* background: url(../img/newslist-bg.png) no-repeat center; */
    background-size: cover;
    position: absolute;
    left: 0;
    top: 63%;
    transform: translateY(-50%);
}

.newslist .swiper-slide {
    position: relative;
    box-sizing: border-box;
    width: 720px !important;
    opacity: 0 !important;
}

.newslist .swiper-slide-active {
    opacity: 1 !important;
}

.newslist .swiper-slide a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.newslist .swiper-slide .img {
    height: 404px;
    overflow: hidden;
}

.newslist .swiper-slide img {
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: transform 0.5s ease-in-out;
}

.newslist .swiper-slide:hover img {
    transform: scale(1.1);
}

.newslist .swiper-prev,
.newslist .swiper-next {
    background: rgba(0, 0, 0, 0.4);
    width: 45px;
    height: 50px;
}

.newslist .swiper-prev:hover,
.newslist .swiper-next:hover {
    background: rgba(0, 84, 175, 0.5);
    backdrop-filter: blur(10px);
}

.newslist .swiper-prev {
    position: absolute;
    right: 50px;
    bottom: 75px;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-next {
    position: absolute;
    right: 0;
    bottom: 75px;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-prev img,
.newslist .swiper-next img {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newslist .swiper-pagination {
    position: absolute;
    bottom: 18px;
    right: 60px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

.newslist .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    z-index: 9;
    margin-left: 7px !important;
}

.newslist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.newslist .swiper-slide .tt {
    z-index: 999;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
}

.newslist .swiper-slide .tt .time {
    width: 72px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -65px;
}

.newslist .swiper-slide .tt .day {
    background: #0054B0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.newslist .swiper-slide .tt .year {
    background: #0DAFE9;
    font-size: 14px;
    height: 28px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newslist .swiper-slide .text {
    box-sizing: border-box;
    /* height: 90px; */
    /* padding-right: 25px; */
}

.newslist .swiper-slide .text .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    height: 26px;
}

.newslist .swiper-slide .text .disc {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    height: 19px;
}

.gzdt .templist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.gzdt .rightlist {
    width: calc(100% - 720px - 30px);
}

.rightlist .onebox {
    margin-bottom: 15px;
}

.rightlist .onebox a {
    display: flex;
    align-items: center;
}

.rightlist .onebox .time {
    width: 72px;
    display: inline-block;
    border: 1px solid #0054B0;
}

.rightlist .onebox .day {
    font-size: 24px;
    line-height: 30px;
    color: #0054B0;
    text-align: center;
}

.rightlist .onebox .year {
    background: #0054B0;
    font-size: 14px;
    color: #FFFFFF;
    height: 28px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightlist .onebox .text {
    flex: 1;
    margin-left: 15px;
}

.rightlist .onebox .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    color: #333333;
}

.rightlist .onebox:hover .text .title {
    color: #0B4C95;
}

.rightlist .onebox .text .disc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #A1A1A1;
}

.twobox ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 15px 0 0;
}

.twobox ul li a .title {
    font-size: 18px;
    color: #333333;
    height: 22px;
    padding-left: 35px;
    position: relative;
}

.twobox ul li:hover a .title {
    color: #FFFFFF;
    font-weight: bold;
}

.twobox ul li a .title::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    border: 1px solid #0B4C95;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.twobox ul li:hover a .title::before {
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.twobox ul li a .time {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.twobox ul li {
    position: relative;
    height: 70px;
    margin-bottom: 14px;
    background: #FFFFFF;
}

.twobox ul li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    background: url(../img/news-list-bg.png) no-repeat center;
    background-size: cover;
}

.gzdt-tzgg-bg {
    /* background: url(../img/gzdt-tzgg-bg.png) no-repeat center;
    background-size: cover; */
    overflow: hidden;
}

.twobox ul li a .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.twobox ul li:hover a .time .img {
    background: url(../img/clock-white.png) no-repeat center;
    background-size: cover;
    z-index: 99;
}

.twobox ul li a .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.twobox ul li:hover a .time .img img {
    display: none;
}

.twobox ul li a .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #BEBEBE;
    white-space: nowrap;
    margin-left: 5px;
    z-index: 99;
}


.twobox ul li:hover a .time .date {
    color: #FFFFFF;
}

/* 通知公告 */
.tzgg {
    margin-bottom: 60px;
    padding-top: 20px;
}

.tzgg .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tzgg .boxlist .box {
    width: calc((100% - 60px) / 3);
    padding: 25px 0 30px 0;
    position: relative;
}

.tzgg .boxlist .box a {
    display: flex;
}

.tzgg .boxlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.tzgg .boxlist .box:hover::before {
    width: 100%;
}

.tzgg .boxlist .box .time {
    width: 113px;
    height: 70px;
    background: url(../img/tzgg-list-bg.svg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .tzgg .boxlist .box:hover .time {
    width: 113px;
    height: 70px;
    background: url(../img/tzgg-list-bg-hover.svg) no-repeat center;
    background-size: cover;
} */

.tzgg .boxlist .box .text {
    flex: 1;
    margin-left: 20px;
}

.tzgg .boxlist .box .time .day {
    font-size: 24px;
    color: #0054B0;
    font-style: italic;
    margin-left: 35px;
}

.tzgg .boxlist .box .time .year {
    font-size: 14px;
    color: #0054B0;
    font-style: italic;
    margin-left: 15px;
}

.tzgg .boxlist .box .text .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #1E1E1E;
}

.tzgg .boxlist .box:hover .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #0054B0;
}

/* 政策法规-支部建设 */
.zcfg-zbjs {
    margin-bottom: 80px;
    margin-top: 15px;
    overflow: hidden;
}

.zcfg-zbjs .theme1 {
    padding: 20px 0 10px 0;
}

.zcfglist {
    display: none;
}

.zcfglist.on {
    display: block;
    position: relative;
}

.zcfglist.on .swiper-prevzc,
.zcfglist.on .swiper-nextzc {
    width: 14px;
    height: 23px;
    position: absolute;
}

.zcfglist.on .swiper-prevzc {
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.zcfglist.on .swiper-nextzc {
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.zcfglist.on .swiper-prevzc img,
.zcfglist.on .swiper-nextzc img {
    width: 100%;
    height: 100%;
}

.zcfglist .swiper-slide .timer .more {
    width: 100px;
    height: 42px;
    position: relative;
}

.zcfglist .swiper-slide .timer .more .moreinfo {
    display: flex;
}

.zcfglist .swiper-slide .timer .more .moreinfo .img {
    width: 40px;
    height: 40px;
}

.zcfglist .swiper-slide:hover .timer .more .moreinfo .img {
    background: url(../img/more-icon-hover.png) no-repeat center;
    background-size: cover;
}

.zcfglist .swiper-slide .timer .more .moreinfo img {
    width: 100%;
    height: 100%;
}

.zcfglist .swiper-slide .timer .more .moreinfo .text {
    font-size: 16.5px;
    color: rgba(0, 84, 176, 0.5);
    margin-left: 12px;
    margin-top: 5px;
}

.zcfglist .swiper-slide:hover .timer .more .moreinfo .text {
    color: #0054B0;
}

.zcfglist .swiper-slide .timer .more .drivder {
    width: 88px;
    height: 0;
    border-bottom: 1px solid rgba(0, 84, 176, 0.5);
    position: absolute;
    right: 0;
    bottom: 10px;
}

.zcfglist .swiper-slide:hover .timer .more .drivder {
    border-bottom: 1px solid #0054B0;
}

.zcfglist .swiper-slide .text .title {
    font-size: 18px;
    color: #333333;
    height: 24px;
}

.zcfglist .swiper-slide:hover .text .title {
    color: #0054B0;
    font-weight: bold;
}

.zcfglist .swiper-slide .text .disc {
    font-size: 14px;
    line-height: 25px;
    color: #AFAFAF;
    margin-top: 12px;
    height: 75px;
}

.zcfglist .swiper-slide .timer {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.zcfglist .swiper-slide .time {
    display: flex;
    align-items: center;
}

.zcfglist .swiper-slide .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.zcfglist .swiper-slide .time img {
    width: 100%;
    position: absolute;
}

.zcfglist .swiper-slide {
    width: 33.35% !important;
}

.zcfglist .swiper-slide .slide-box {
    width: 380px;
    height: 195px;
    background: #F4F9FF;
    padding: 25px 30px 20px;
    margin: 10px 0;
}

/* .zcfglist .swiper-slide {
    position: relative;
} */

.zcfglist .swiper-slide:hover .slide-box {
    border-bottom: 1px solid #0054B0;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

/* .zcfglist .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.zcfglist .swiper-slide:hover::before {
    width: 100%;
} */

/* .zcfglist .swiper-slide:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
} */

.zcfglist .swiper-slide .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #AFAFAF;
    margin-left: 5px;
}

.zcfglist .swiper-container {
    border-left: 10px solid #0054B0;
    border-right: 10px solid #0054B0;
}

.bg-box {
    margin-top: 30px;
    border-top: 10px solid #0054B0;
    border-bottom: 10px solid #0054B0;
}

.bg-box .container {
    position: relative;
}

.bg-box .left-car {
    width: 240px;
    /* height: 150px; */
    position: absolute;
    left: -230px;
    top: 50%;
    transform: translateY(-50%);
}

.bg-box .right-car {
    width: 240px;
    /* height: 150px; */
    position: absolute;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    /* 向左移动 */
    50% {
        transform: translateX(10px);
    }

    /* 向右移动 */
    75% {
        transform: translateX(-10px);
    }

    /* 再次向左移动 */
    100% {
        transform: translateX(0);
    }

    /* 回到原位 */
}

/* 应用动画到.right-car元素或其子元素（如图片容器） */
.zcfglist .swiper-prevzc:hover img,
.zcfglist .swiper-nextzc:hover img {
    animation: shake 0.5s ease-in-out;
    /* 动画名称、持续时间、速度曲线 */
}

.bg-box .right-car img,
.bg-box .left-car img {
    width: 100%;
}

/* 内页大图 */
.nydt {
    width: 100%;

}

.nydt img {
    width: 100%;
    display: inline-block;
}

.nydt .crumb .path {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nydt .crumb .path span:last-of-type {
    display: none;
}

/* list页面 */
.nydt .curcrumb .container {

    position: relative;
}

.curcrumb .position {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 25px;
}

.curcrumb .current {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-left: 15px;
}

.curcrumb .current::before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 3px;
    height: 32px;
    background: #0FB5EC;
}

.curcrumb .crumb .path a,
.curcrumb .crumb .path span {
    font-size: 14px;
    color: #FFFFFF;
}

.curr {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 3px 0px rgba(200, 200, 200, 0.3);
}

.curr .container {
    display: flex;
    height: 100%;
}

.curr .text.on {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 100%;
    background: linear-gradient(90deg, #005BBF 2%, #0FB5EC 99%);
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 10px;
}

.curr .text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 100%;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
}

.curr .text:hover {
    background: linear-gradient(90deg, #005BBF 2%, #0FB5EC 99%);
    color: #FFFFFF;
}

.listbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listbox .box {
    width: calc((100% - 150px)/2);
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 35px 25px;
    margin-bottom: 30px;
}

.listbox .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listbox .box .time {
    box-sizing: border-box;
    border: 1px solid #0054B0;
    text-align: center;
    width: 72px;
    height: 66px;
}

.listbox .box:hover .time {
    border: 1px solid;
    border-image: linear-gradient(90deg, #005BBF 2%, #0FB5EC 99%) 1;
}

.listbox .box .time .day {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    color: #0054B0;
    height: 35px;
}

.listbox .box .time .year {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    background: #0054B0;
}

.listbox .box:hover .time .year {
    background: linear-gradient(90deg, #005BBF 2%, #0FB5EC 99%);
}

.listbox .box .text {
    width: calc(100% - 72px - 15px);
}

.listbox .box .text .title {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    height: 32px;
}

.listbox .box:hover .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #0054B0;
}

.listbox .box .text .disc {
    font-size: 14px;
    line-height: 22px;
    color: #A1A1A1;
    height: 44px;
}

.page-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.picconbox .box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.picconbox .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picconbox .box .img {
    width: 340px;
    height: 190px;
    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% - 340px - 30px);
    padding-right: 30px;
    box-sizing: border-box;
}

.picconbox .box .text .title {
    font-size: 18px;
    color: #1E1E1E;
    height: 24px;
}

.picconbox .box:hover .text .title {
    color: #0054B0;
    font-weight: bold;
}

.picconbox .box .text .disc {
    line-height: 22px;
    color: #A1A1A1;
    margin-top: 10px;
    height: 44px;
}

.picconbox .box .text .time {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.picconbox .box .text .time .timeimg {
    width: 15px;
    height: 15px;
    position: relative;
}

.picconbox .box .text .time img {
    width: 100%;
    position: absolute;
}

.picconbox .box .text .time .date {
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

.picconbox .box:hover .text .time .date {
    color: #0054B0;
}

/* picture页面 */
.picturebox {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.picturebox .box {
    width: 445px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.picturebox .box:nth-child(3n) {
    margin-right: 0;
}

.picturebox .box .img {
    width: 445px;
    height: 250px;
    overflow: hidden;
}

.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 {
    height: 50px;
    padding: 0 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.picturebox .box:hover .text {
    background: linear-gradient(90deg, #0054B0 0%, #0FB5EC 99%);
}

.picturebox .box .text .title {
    font-size: 18px;
    color: #1E1E1E;
    height: 24px;
}

.picturebox .box:hover .text .title {
    color: #FFFFFF;
    font-weight: bold;
}

/* detail页面 */
.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 .timer .right1 {
    display: flex;
    align-items: center;
}

.content1 {
    margin-bottom: 30px;
}

.content,
.content1 {
    margin-top: 30px;
}

.content1 .container {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    box-sizing: border-box;
}

.content1 .container p {
    line-height: 45px !important;
}

.detail .context {
    padding: 50px 100px 60px;
    border: 1px solid #E7E7E7;
    border-top: 0;
    margin-bottom: 40px;
}

.searchText {
    margin-bottom: 30px;
}


.detail .context .text.big p,
.detail .context .text.big p span {
    font-size: 28px !important;
    line-height: 55px !important;
}

.detail .context .text.large p,
.detail .context .text.large p span {
    font-size: 32px !important;
    line-height: 60px !important;
}

.detail .context .text p {
    font-size: 18px !important;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.detail .detail-bg {
    background: #EDF9FF;
    padding: 45px 0 25px 45px;
    border-left: 4px solid;
    border-image: linear-gradient(180deg, #005BBF 2%, #0FB5EC 99%) 1;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50.56px;
    color: #292929;
}

.detail .timer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.detail .timer .info {
    display: flex;
    flex-wrap: wrap;
}

.detail .timer .info div {
    line-height: 54.17px;
    color: #9E9E9E;
    margin-right: 25px;
}

.content .text p {
    font-size: 18px;
    line-height: 40px !important;
    color: #323232;
    text-indent: 2em;
}

.detail-page {
    margin-top: 50px;
}

.detail-page .box {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.detail-page .box:first-of-type {
    /* border-top: 1px solid #D8D8D8; */
    padding: 40px 0 20px 0;
}

.detail-page .drivder {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #D8D8D8;
}

.detail-page .box:hover {
    border-bottom: 1.2px solid;
    border-image: linear-gradient(90deg, #005BBF 2%, #0FB5EC 99%) 1;
}

.detail-page .box a {
    font-size: 18px;
    color: #323232;
}

.detail-page .box:hover a {
    color: #0054B0;
}

/* 搜索结果页 */
#newskeycode244928 {
    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;
}

/* .textlist .box:hover .dete2 {
    color: rgba(255, 255, 255, 0.7);
} */

@media screen and (max-width: 1600px) {
    /* .container {
        width: 1200px;
    } */

    /* body {
        min-width: 1600px;
    } */

    .bg-box .right-car {
        width: 200px;
        right: -200px;
        display: none;
    }

    .bg-box .left-car {
        width: 200px;
        left: -185px;
        display: none;
    }

    /* .fzghlist .boxlist .box {
        width: 580px;
    } */

    .linklist .swiper-slide {
        /* width: 16% !important; */
    }

    .linklist .swiper-slide a {
        font-size: 14px;
    }

    .picturebox .box {
        width: 370px;
    }

    .picturebox .box .img {
        width: 100%;
        height: 207px;
    }
    @media screen and (max-width: 1366px) {
        .container{
            width: 90%;
        }
        .navigation ul .nli{
            padding: 10px 8px 0 8px;
        }
        .linklist ul{
            padding: 25px 0 25px 30px;
        }
        .fzghlist.on{
            display: block;
        }
        .fzghlist .boxlist .box{
            width: 100%;
        }
    }
}