.header {
    background: #1C3C6E;
    position: relative;
}

.header::before {
    content: '';
    width: 100%;
    height: 120px;
    display: inline-block;
    background: url(../img/headerBg.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 100%;
}

.header .container {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search {
    width: 260px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    margin-top: 25px;
}

.search .search {
    margin: 0;
}

.search .search-in {
    flex: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #143270;
    font-size: 16px;
    border: none;
    outline: unset;
    box-sizing: border-box;
    padding-left: 20px;
    color: #999;
}

.search .search-in::placeholder {
    color: #999;
}

.search .search-btn {
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #1E58B0;
    color: #fff;
    border: none;
    font-size: 18px;
}

.searchText .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.6);
}

.searchText .top a {
    color: rgba(255, 255, 255, 0.6);
}

.searchText .top span {
    margin: 0 5px;
}

.footer {
    width: 100%;
    /* height: 303px; */
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 35px 0;
}

.foot {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.foot .code {
    width: 112px;
}

.foot .code img {
    width: 112px;
    height: 112px;
    background: #fff;
    box-sizing: border-box;
    padding: 7px;
}

.foot .code p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
}

.contact {
    flex: 1;
}

.contact p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    font-size: 16px;
}

.contact p img {
    height: 16px;
}

.banq p {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    line-height: 25px;
}

.banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.ftnav {
    width: 500px;
}

.ftnav ul {
    display: flex;
    flex-wrap: wrap;
}

.ftnav ul li {
    width: 50%;
    line-height: 30px;
    margin-bottom: 10px;
}

.ftnav ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

/* ----------------------- */

.banlist {
    width: 100%;
}

.banlist .container {
    position: relative;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 48px;
    top: calc((100% - 50px) / 2);
    cursor: pointer;
    z-index: 99;
}

.banlist .swiper-prev {
    left: 48px;
    right: auto;
}

.banlist .swiper-pagination {
    width: 100%;
    bottom: 120px;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    background: none;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.banlist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.ban_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    z-index: 99;
}

.ban_btn .box {
    flex: 1;
    /* width: 318px; */
    height: 71px;
    margin: 0 74px;
    background: #fff;
    border-radius: 100px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.ban_btn .box a {
    width: 100%;
    display: flex;
    align-items: center;
}

.ban_btn .box .ico {
    width: 79px;
    height: 79px;
    border-radius: 10px 0px 0px 10px;
    margin-top: -4px;
    box-shadow: 0px 0px 10px 0px rgba(20, 50, 112, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban_btn .box1 .ico {
    background: #143270;
}

.ban_btn .box2 .ico {
    background: #1955BC;
}

.ban_btn .box3 .ico {
    background: #1382C7;
}

.ban_btn .box .text {
    width: 238px;
    flex: 1;
    box-sizing: border-box;
    padding-left: 14px;
}

.ban_btn .box .name {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 8px;
}

.ban_btn .box .en {
    color: #999;
    font-family: Times New Roman;
}

.ban_btn .box .ico .img {
    width: 51px;
    height: 51px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban_btn .box .ico img {
    transition: transform 0.5s;
}

.ban_btn .box:hover .ico img {
    animation: jello 1s linear;
}

.ban_btn .box:hover .name {
    color: #143270;
}

.ban_btn .box:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.news {
    width: 100%;
}

.news .container {
    display: flex;
    justify-content: space-between;
}

.xwzx {
    width: calc(100% - 380px - 30px);
}

.tzgg {
    width: 380px;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 30px 0;
}

.column .title {
    display: flex;
    align-items: center;
}

.column .title .ico {
    margin-right: 10px;
}

.column .title .name {
    font-size: 30px;
    color: #3D3D3D;
}

.column .title .xian {
    display: block;
    margin: 0 5px;
}

.column .title .en {
    font-size: 12px;
    color: #143270;
}

.news {
    width: 100%;
    padding-bottom: 82px;
}

.column .more {
    color: #999;
}

.column .more:hover {
    color: #143270;
}

.tzgglist {
    width: 100%;
    /* height: 475px; */
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.tzgglist ul {
    width: 100%;
    height: 100%;
}

.tzgglist ul li {
    width: 100%;
    height: 118px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.tzgglist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.tzgglist ul li .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 50px;
}

.tzgglist ul li .desc {
    line-height: 20px;
    color: #666;
    height: 40px;
    display: none;
    transition: all 0.5s ease-in-out;
}

.tzgglist ul li .dete {
    width: 78px;
    height: 90px;
    background: url(../img/dete-bg.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.tzgglist ul li .text {
    width: calc(100% - 78px);
    box-sizing: border-box;
    padding-left: 20px;
}

.tzgglist ul li .y {
    font-size: 12px;
    color: #999;
}

.tzgglist ul li .d {
    font-size: 20px;
    color: #666;
}

.tzgglist ul li:hover {
    box-sizing: border-box;
    background: linear-gradient(270deg, rgba(15, 67, 175, 0.16) 0%, rgba(26, 80, 193, 0) 100%);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border-right: 2px solid #143270;
}

.tzgglist ul li:hover .dete {
    background: url(../img/dete-bg2.png) center no-repeat;
}

.tzgglist ul li:hover .title {
    height: 25px;
    font-weight: bold;
    color: #143270;
    margin-bottom: 10px;
}

.tzgglist ul li:hover .desc {
    display: block;
    transition: all 0.5s ease-in-out;
}

.newsBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newSlide {
    width: 637px;
    position: relative;
}

.newSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 421px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide .text {
    height: 102px;
    width: calc(100% - 40px);
    background: url(../img/text-bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: -50px;
    position: relative;
    z-index: 9;
    margin-left: 40px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newSlide .swiper-slide .title {
    color: #fff;
    margin-bottom: 20px;
}

.newSlide .swiper-slide .dete {
    color: rgba(255, 255, 255, 0.69);
}

.newSlide .swiper-slide .dete::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: cover;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.newSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-pagination1 {
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 20px;
    left: auto;
    width: auto;
    z-index: 9;
}

.newSlide .swiper-pagination-current {
    font-size: 20px;
    font-weight: bold;
}

.newSlide .swiper-pagination-total {}


.newList {
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 30px 0 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.newList .box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 24px 0;
}

/* .newList .box:last-of-type {
    padding-bottom: 0;
} */

.newList .box .title {
    line-height: 25px;
    font-size: 16px;
    height: 50px;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.newList .box .dete {
    color: #999;
}

.newList .box .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.png) center no-repeat;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.newList .box:hover {
    border-bottom: 0.5px solid #D8D8D8;
}

.newList .box:hover .title {
    color: #143270;
    font-weight: bold;
}

.newList .box:hover .dete {
    color: #143270;
}

.newList .box:hover .dete::before {
    background: url(../img/dete-ico2.png) center no-repeat;
}

.navgation ul {
    width: calc(100% + 36px);
    margin-left: -18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1E58B0;
    height: 68px;
    box-sizing: border-box;
    padding: 0 35px;
    position: relative;
}

.navgation ul::before {
    content: '';
    width: 18px;
    height: 28px;
    display: inline-block;
    background: url(../img/nav-ico1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100%;
}

.navgation ul::after {
    content: '';
    width: 18px;
    height: 28px;
    display: inline-block;
    background: url(../img/nav-ico2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 100%;
}

.navgation ul .nli {
    height: 100%;
    position: relative;
}

.navgation ul h3 {
    height: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.navgation ul h3 .name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.navgation ul h3 .en {
    color: #fff;
    text-align: center;
    font-family: Times New Roman;
    margin-top: 5px;
}

.navgation ul .nli.on {
    height: 85px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #015298;
    position: relative;
    z-index: 99;
}

.navgation ul .nli.on h3 .name {
    color: #143270;
}

.navgation ul .nli.on h3 .en {
    color: #143270;
}

.navgation ul .sub {
    position: absolute;
    top: 90%;
    left: 50%;
    z-index: 9;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 140px;
    box-sizing: border-box;
    padding: 15px;
    transform: translateX(-50%);
    border-top: 2px solid #1E58B0;
    display: none;
}

.navgation ul .sub a {
    color: #333;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
}

.navgation ul .sub a:hover {
    color: #1E58B0;
}

.navgation ul .nli:hover .sub {
    display: flex;
}

.nydt {
    width: 100%;
}

.nydt .container {
    position: relative;
}

.nydt .container::before {
    content: '';
    width: 100%;
    height: 228px;
    display: inline-block;
    background: url(../img/mark.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 40px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.crumbs .name {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.subNav {
    width: 100%;
    background: linear-gradient(270deg, #ECECFD 0%, #EBF7FF 100%);
}

.subNav ul {
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.subNav li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 22px;
    margin-right: 10px;
    position: relative;
}

.subNav li::before {
    content: '';
    width: calc(100% - 44px);
    height: 0;
    border-top: 2px solid #E5A72A;
    display: inline-block;
    position: absolute;
    left: 22px;
    bottom: 0;
    opacity: 0;
}


.subNav li a {
    color: #2C2C2C;
    font-size: 18px;
}

.subNav li.on,
.subNav li:hover {
    background: linear-gradient(270deg, #EBF7FF 0%, #ECECFD 100%);
    box-sizing: border-box;
    border: 0.5px solid;
    border-image: linear-gradient(180deg, #004DED 0%, rgba(0, 61, 187, 0) 100%) 0.5;
}

.subNav li.on::before,
.subNav li:hover::before {
    opacity: 1;
}

.subNav li.on a,
.subNav li:hover a {
    color: #143270;
    font-weight: bold;
}

.subNav2 ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.subNav2 ul li {
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 0 45px;
}

.subNav2 ul li a {
    font-size: 16px;
    color: #2C2C2C;
}

.subNav2 ul li.on,
.subNav2 ul li:hover {
    box-sizing: border-box;
    border: 1px solid #E5A72A;
}

.subNav2 ul li.on a,
.subNav2 ul li:hover a {
    font-weight: bold;
    color: #E5A72A;
}

.ncontent {
    width: 100%;
    margin-top: 30px;
}

.textlist ul li {
    width: 100%;
    height: 81px;
    background: #F7FCFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 40px 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.textlist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #E5A72A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist ul li .title {
    color: #0B0B0B;
}

.textlist ul li .dete {
    color: #999;
}

.textlist ul li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.textlist ul li:hover .title {
    color: #143270;
    font-weight: bold;
}

.list-page {
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

.textlist .list-page {
    margin: 40px 0;
}

.piclist ul li {
    width: 100%;
    margin-bottom: 30px;
    background: #F7FCFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.piclist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #E5A72A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist ul li a {
    display: flex;
    align-items: center;
}

.piclist ul li .img {
    overflow: hidden;
    width: 293px;
}

.piclist ul li .img img {
    width: 100%;
    height: 194px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 30px 47px 30px 30px;
}

.piclist ul li .title {
    color: #0B0B0B;
}

.piclist ul li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin: 10px 0 15px 0;
}

.piclist ul li .dete {
    color: #AFAFAF;
}

.piclist ul li .dete::before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/dete2.png) center no-repeat;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.piclist ul li:hover {
    background: linear-gradient(90deg, #EBF7FF 0%, #ECECFD 100%);
}

.piclist ul li:hover .title {
    color: #143270;
    font-weight: bold;
}

.piclist ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist ul li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 101px) / 3);
    margin-right: 50px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.picture ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #E5A72A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}

.picture ul li .img {
    overflow: hidden;
}

.picture ul li .img img {
    width: 100%;
    height: 285px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture ul li .title {
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 70px;
    height: 70px;
    color: #333;
    background: #F7FCFF;
}

.picture ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture ul li:hover .title {
    color: #143270;
    font-weight: bold;
    background: linear-gradient(90deg, #EBF7FF 0%, #ECECFD 100%);
}

.picture ul li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 65px 142px 70px 142px;
    background: url(../img/detailBg.png) center top no-repeat #F4F9FF;
    background-size: 100% auto;
    margin-bottom: 40px;
}

.detail .title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #373737;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.danye .dtl {
    padding: 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px;
    line-height: 40px;
    color: #0A0A0A;
    /* text-align: justify; */
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    margin-top: 27px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.detail-page .box:hover {
    background: #0F3374;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.detail-page .box:hover a {
    color: #fff;
}


.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 .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #005BBF;
    font-weight: bold;
}

.danye .dtl {
    padding: 0;
}

#newskeycode249573 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #005BBF;
    background: #eee;
}

.searchlist .box {
    width: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}


.searchlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
}

.searchlist .box .desc {
    color: #666;
    line-height: 21px;
    height: 42px;
    margin: 10px 0;
}

.searchlist .box .dete {
    color: #666;
    margin-top: 10px;
}

.searchlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.searchBox {
    width: 100%;
    padding-bottom: 40px;
}

.danye .dtl {
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #005BBF !important;
    color: #fff;
    background-color: #005BBF !important;
}

.gltdlist li {
    width: 100%;
    height: 300px;
    background: #F7FCFF;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.gltdlist li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #E5A72A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.gltdlist li .title {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

.gltdlist li .title span {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: normal;
}

.gltdlist li .zhiwu {
    font-weight: bold;
    color: #3D3D3D;
    margin: 20px 0 10px 0;
}

.gltdlist li .desc {
    color: #3D3D3D;
    line-height: 40px;
}

.gltdlist li:hover {
    background: linear-gradient(90deg, #EBF7FF 0%, #ECECFD 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.gltdlist li:hover .title {
    color: #143270;
}

.gltdlist li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}


/* -------------------------------------------- */

.tealist li {
    width: calc((100% - 61px) / 4) !important;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 !important;
    float: left;
}

.tealist li:nth-child(4n) {
    margin-right: 0;
}

.tealist li .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.tealist li .title {
    text-align: center;
    margin-top: 10px;
}


/* --- 大事记 --- */

.con-dsj .dsj-name {
    font-size: 18px;
    font-weight: bold;
    color: #3D3D3D;
    margin: 37px 0 39px 0;
    text-align: center;
}

.con-dsj .dsj-list {
    text-align: center;
    padding-bottom: 160px;
}

.con-dsj .dsj-list ul {
    position: relative;
}

.con-dsj .dsj-list ul::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    background: #D8D8D8;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.con-dsj .dsj-list ul li .title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #0850A5;
}

.con-dsj .dsj-list ul li::before {
    content: '';
    width: 3px;
    height: 180px;
    display: inline-block;
    background: #D8D8D8;
}

.con-dsj .dsj-list ul li::after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/dsj-after.png) no-repeat;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.con-dsj .dsj-list ul li .desc {
    width: 40%;
    min-height: 76px;
    color: #3D3D3D;
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.con-dsj .dsj-list ul li .desc p {
    line-height: 36px;
}

.con-dsj .dsj-list ul li.odd .desc {
    right: 110px;
    top: 185px;
}

.con-dsj .dsj-list ul li.even .desc {
    left: 110px;
    top: 185px;
}

.con-dsj .dsj-list ul li {
    position: relative;
    margin-bottom: 36px;
}

.con-dsj .dsj-list ul li.odd .title {
    position: absolute;
    left: 41%;
}

.con-dsj .dsj-list ul li.even .title {
    position: absolute;
    right: 41%;
}

.con-dsj .dsj-list ul li .desc {
    position: absolute;
}

.con-dsj .dsj-list ul::after {
    content: '';
    width: 3px;
    height: 120px;
    display: inline-block;
    background: #D8D8D8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -150px;
}