.header {
    width: 100%;
    height: 160px;
    background: #1F4D99;
    overflow: hidden;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header h1 img {
    height: 73px;
}

.head-ico {
    position: absolute;
    bottom: 0;
    right: 25.7%;
}

.searchText {
    display: flex;
    align-items: center;
}

.searchText .link a {
    font-size: 15px;
    color: #fff;
}

.header .search {
    position: relative;
    margin-left: 30px;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 227px;
    height: 35px;
    border-radius: 20px;
    line-height: 35px;
    box-sizing: border-box;
    color: #9E9E9E;
    padding-left: 20px;
    outline: none;
    background: #EBEBEB;
}

.header .search input.search-btn {
    position: absolute;
    right: 15px;
    top: 8px;
    border: none;
    width: 20px;
    height: 20px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #9E9E9E;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #9E9E9E;
}


.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(31, 77, 153, .85);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-next {
    right: 0;
    left: auto;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: #CA9A6D;
}

.banlist .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.banlist .swiper-pagination-bullet {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: url(../img/bullet.png) center no-repeat rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border: 0.75px solid rgba(255, 255, 255, 0.8);
    opacity: 1;
    margin: 0 5px;
}

.banlist .swiper-pagination-bullet-active {
    opacity: 1;
    background: url(../img/bullet-active.png) center no-repeat #fff;
    box-sizing: border-box;
    border: 1.09px solid #1F4D99;
    box-shadow: 0px 0px 10.86px 0px rgba(0, 0, 0, 0.2);
}

.footer {
    width: 100%;
    background: #1F4C98;
}

.ftlogo img {
    height: 54px;
    max-width: 100%;
}

.banq {
    width: 100%;
    padding: 25px 0;
    background: #203F80;
}

.banq .right {
    width: 190px;
    text-align: right;
    color: #fff;
    opacity: .8;
}

.banq .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.banq p {
    color: rgba(255, 255, 255, 0.6);
}

.banq p br {
    display: none;
}

.banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.foot {
    width: 100%;
    background: url(../img/footBg.png) center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.code img {
    width: 106px;
    height: 106px;
    border-radius: 5px;
}

.code p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.foot_right {
    display: flex;
    flex-wrap: wrap;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.contact p {
    font-size: 16px;
    color: #fff;
    margin-right: 130px;
}

.yqlj .box {
    width: 248px;
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, .3);
    margin-right: 70px;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    position: relative;
}

.yqlj .box h3::before {
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt.png) center no-repeat;
    content: '';
    position: absolute;
    right: 18px;
    top: 20px;
}

.yqlj .box ul {
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: calc(100% + 2px);
    background: #EAF6FF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    padding: 0 18px;
    display: none;
    z-index: 99;
}

.yqlj .box ul li {
    width: 100%;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.yqlj .box ul li::before {
    content: '';
    width: 5px;
    height: 10px;
    display: inline-block;
    background: url(../img/yqlj-li-ico.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 18px;
}

.yqlj .box ul li:hover::before {
    background: url(../img/yqlj-li-ico2.png) center no-repeat;
}

.yqlj .box ul li a {
    font-size: 16px;
    color: #2A2A2A;
}

.yqlj .box ul li:hover a {
    color: #116FB9;
}

.yqlj .box:hover {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.yqlj .box:hover h3 {
    font-weight: bold;
    color: #116FB9;
}

.yqlj .box:hover h3::before {
    background: url(../img/jt2.png) center no-repeat;
}

/* ----------------------- */

.content1 {
    width: 100%;
    background: url(../img/content1Bg.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 34px;
    overflow: hidden;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 35px 0;
}

.column .title {
    font-size: 36px;
    font-weight: bold;
    color: #1E1E1E;
}

.column .more {
    width: 156px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #1F4D99;
    font-size: 15px;
    background: url(../img/more-bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 30px;
}

.column .more::after {
    content: '';
    width: 28px;
    height: 9px;
    display: inline-block;
    background: url(../img/more-ico.png) center no-repeat;
    position: relative;
    top: -3px;
}

.mtgzBox .column .more {
    color: #CA9A6D;
    background: url(../img/more-bg2.png) center no-repeat;
    background-size: cover;
}

.mtgzBox .column .more::after {
    background: url(../img/more-ico2.png) center no-repeat;
}

.column .title a {
    color: #1E1E1E;
}

.column .title img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.newSlide {
    width: 870px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .picImg {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56.25%;
    background-size: 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 {
    width: 100%;
    height: 138px;
    background: rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newSlide .swiper-slide .title {
    font-weight: bold;
    color: #2C2C2C;
    line-height: 26px;
    height: 26px;
}

.newSlide .swiper-slide .desc {
    color: #9E9E9E;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
}

.newSlide .swiper-slide:hover .picImg {
    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-slide:hover .title {
    color: #1F4D99;
}


.newSlide .swiper-next,
.newSlide .swiper-prev {
    width: 34px;
    height: 58px;
    background: rgba(31, 77, 153, .85);
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
}

.newlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
}

.newlist ul {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.newlist ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 22px;
    position: relative;
    overflow: hidden;
}

.newlist ul li:last-of-type {
    border: none;
}

.newlist ul li .title {
    line-height: 26px;
    color: #2B2B2B;
    height: 52px;
    margin-bottom: 8px;
}

.newlist ul li .dete {
    color: #CA9A6D;
}

.newlist ul li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.newlist ul li .img {
    width: 140px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 77px;
    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;
}

.newlist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.newlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid rgba(31, 77, 153, .1);
    position: relative;
    z-index: 9;
}

.newlist ul li::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50px 0px 0px 0px;
    background: #E1ECFF;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.newlist ul li:hover::before {
    bottom: 0;
}

.newlist ul li:hover .title {
    color: #1F4D99;
    font-weight: bold;
}

.newlist ul li:hover .dete {
    color: #1F4D99;
}

.newlist ul li:hover a {
    border-bottom: 1px solid #E1ECFF;
}

.newlist ul li.hover a {
    border: none;
}

.newlist ul li .ico {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.newlist ul li:hover .ico {
    opacity: 1;
}

.newlist ul li:hover .img {
    border-radius: 30px 0px 0px 0px;
}

.newlist ul li:hover .dete::before {
    background: url(../img/dete-blue.png) center no-repeat;
    background-size: cover;
}

.zhyw-mtgz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhyw-mtgz .column {
    padding-top: 55px;
}

.zhyw {
    width: calc((100% - 50px) / 2);
    box-sizing: border-box;
    padding: 0 15px 15px 0;
    position: relative;
}

.zhyw::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #1B4386;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
    border-radius: 0px 0px 0px 50px;
}

.zhywBox {
    background: #fff;
    box-sizing: border-box;
    padding: 0 40px 40px 40px;
    position: relative;
    z-index: 9;
    border-radius: 0px 0px 0px 50px;
}

.zhywlist li {
    width: 100%;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #E2E2E2;
}

.zhywlist li .dete {
    color: #CA9A6D;
}

.zhywlist li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.zhywlist li .title {
    color: #202020;
    margin-top: 8px;
    line-height: 24px;
    height: 24px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.zhywlist li:hover .title {
    color: #1F4D99;
    left: 5px;
}

.zhywSlide {
    width: 100%;
    position: relative;
}

.zhywSlide .swiper-slide {
    width: 83%;
    opacity: .5 !important;
}

.zhywSlide .swiper-slide .img {
    overflow: hidden;
}

.zhywSlide .swiper-slide img {
    width: 100%;
    height: 270px;
    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;
}

.zhywSlide .swiper-slide:hover 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);
}

.zhywSlide .swiper-slide .title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: rgba(31, 76, 151, 0.8);
    backdrop-filter: blur(9.9px);
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.zhywSlide .swiper-slide-active {
    opacity: 1 !important;
}

.zhywSlide .swiper-slide-active .title {
    opacity: 1;
}

.zhywSlide .swiper-next,
.zhywSlide .swiper-prev {
    width: 43px;
    height: 43px;
    background: rgba(31, 76, 152, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.zhywSlide .swiper-next {
    left: auto;
    right: 28px;
}

.zhywSlide .swiper-next:hover,
.zhywSlide .swiper-prev:hover {
    background: rgba(202, 154, 109, 0.8);
}


.mtgz {
    width: calc((100% - 50px) / 2);
    box-sizing: border-box;
    padding: 0 0 15px 15px;
    position: relative;
}

.mtgz::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #CA9A6D;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 50px 0;
}

.mtgzBox {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 0px 0px 50px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.mtgzSlide {
    width: 100%;
    position: relative;
}

.mtgzSlide .swiper-container {
    padding-bottom: 70px;
}

.mtgzSlide .swiper-slide {
    height: 506px;
    background: linear-gradient(180deg, #FFFAF6 0%, #F4F8FF 100%);
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    box-sizing: border-box;
}

.mtgzSlide .swiper-slide:nth-child(2n) {
    top: 70px;
}

.mtgzSlide .swiper-slide img {
    width: 100%;
}

.mtgzSlide .swiper-slide .col-name {
    font-size: 16px;
    font-weight: bold;
    color: #CA9A6D;
    text-align: center;
    border-bottom: 1px solid #CA9A6D;
    padding-bottom: 12px;
}

.mtgzSlide .swiper-slide .title {
    line-height: 30px;
    color: #1E1E1E;
    height: 90px;
    text-align: center;
    margin: 25px 0 30px 0;
}

.mtgzSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    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;
}

.mtgzSlide .swiper-slide .more {
    font-size: 15px;
    color: #CA9A6D;
    margin-top: 35px;
    margin: 0 auto;
    width: 156px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(202, 154, 109, .5) 100%);
    border-radius: 0 50px 0 0;
    margin-top: 35px;
}

.mtgzSlide .swiper-slide:hover {
    border: 1px solid #CA9A6D;
}

.mtgzSlide .swiper-slide:hover .title {
    font-weight: bold;
    color: #CA9A6D;
}

.mtgzSlide .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);
}

.mtgzSlide .swiper-next,
.mtgzSlide .swiper-prev {
    width: 43px;
    height: 43px;
    box-sizing: border-box;
    border: 1.2px solid #CA9A6D;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}

.mtgzSlide .swiper-next {
    background: url(../img/mt-next.png) center no-repeat;
    background-size: cover;
}

.mtgzSlide .swiper-prev {
    background: url(../img/mt-prev.png) center no-repeat;
    background-size: cover;
    right: 70px;
}

.mtgzSlide .swiper-next:hover {
    background: url(../img/mt-next2.png) center no-repeat;
    background-size: cover;
}

.mtgzSlide .swiper-prev:hover {
    background: url(../img/mt-prev2.png) center no-repeat;
    background-size: cover;
}

.content2 {
    width: 100%;
    padding-bottom: 93px;
    overflow: hidden;
    background: url(../img/content2Bg.png) top no-repeat;
    background-size: cover;
    background-position-y: 30px;
}

.gyjd-dzxb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.gyjd-dzxb::before {
    content: '';
    width: 480px;
    height: 480px;
    opacity: 0.2;
    background: rgba(50, 255, 234, 0.76);
    filter: blur(140px);
    position: absolute;
    left: -15%;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}

.gyjd {
    width: 66%;
}

.gyjdSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 45px 55px 45px 100px;
    background: #EAF3F9;
    background: url(../img/dzxbSlide-bg.png) top left no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.gyjdSlide .swiper-slide {
    opacity: 0 !important;
}

.gyjdSlide .swiper-slide-active {
    opacity: 1 !important;
}

.gyjdSlide .swiper-slide a {
    display: inline-block;
}

.gyjdSlide .swiper-slide .title {
    color: rgba(32, 32, 32, 0.698);
    font-weight: bold;
    line-height: 75px;
    height: 75px;
}

.gyjdSlide .swiper-slide img {
    width: 100%;
    /* height: 435px; */
    aspect-ratio: 16/9;
    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;
}

.dzxbSlide .swiper-slide:hover .img img,
.gyjdSlide .swiper-slide:hover 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);
}

.gyjdSlide .swiper-slide:hover .title {
    color: #1F4D99;
}

.gyjdSlide .swiper-pagination {
    bottom: 65px;
    right: 50px;
}

.gyjdSlide .swiper-pagination-bullet {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: url(../img/bullet.png) center no-repeat rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border: 0.75px solid rgba(255, 255, 255, 0.8);
    opacity: 1;
    margin: 0 5px;
}

.gyjdSlide .swiper-pagination-bullet-active {
    opacity: 1;
    background: url(../img/bullet-active.png) center no-repeat #fff;
    box-sizing: border-box;
    border: 1.09px solid #1F4D99;
    box-shadow: 0px 0px 10.86px 0px rgba(0, 0, 0, 0.2);
}

.dzxb {
    width: calc(34% - 25px);
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

.dzxbSlide {
    width: 100%;
    position: relative;
    background: #FFF9F4;
    box-sizing: border-box;
    padding: 40px;
}

.dzxb::before {
    content: '';
    width: 110%;
    height: 145px;
    display: inline-block;
    position: absolute;
    left: -5%;
    bottom: -45px;
    background: url(../img/xb-ico.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}


.dzxbSlide .swiper-slide .img img {
    width: 100%;
    /* height: 430px; */
    aspect-ratio: 3/4;
    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;
}

.dzxbSlide .swiper-slide .title {
    text-align: center;
    width: 100%;
    color: #202020;
    margin-top: 20px;
}

.dzxbSlide .swiper-slide:hover .title {
    color: #1F4D99;
}

.dzxbSlide .swiper-prev,
.dzxbSlide .swiper-next {
    width: 30px;
    height: 52px;
    background: #1F4D99;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
    z-index: 9;
}

.dzxbSlide .swiper-next {
    left: auto;
    right: 0;
}

.dzxbSlide .swiper-prev:hover,
.dzxbSlide .swiper-next:hover {
    background: #CA9A6D;
}

.jdrm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.rm-icon1 {
    width: 257px;
    height: 100%;
    background: linear-gradient(#AAC1E5 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.rm-icon2 {
    width: 257px;
    height: 100%;
    /* 旋转180 */
    transform: rotate(180deg);
    background: linear-gradient(#AAC1E5 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
}

.column-rm {
    width: 237px;
    background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: column;
}

.column-rm::before {
    content: '';
    width: 0;
    height: calc(100% - 60px);
    display: inline-block;
    opacity: 0.2;
    border-left: 1px solid #1F4D99;
    position: absolute;
    left: 60px;
    bottom: 0;
}

.column-rm::after {
    content: '';
    width: 0;
    height: calc(100% - 110px);
    display: inline-block;
    opacity: 0.2;
    border-left: 1px solid #1F4D99;
    position: absolute;
    right: 60px;
    bottom: 0;
}

.column-rm .title {
    width: 40px;
    margin-bottom: 70px;
}

.column-rm .title img {
    margin-bottom: 10px;
    position: relative;
    left: 3px;
}

.rmBox {
    flex: 1;
    box-sizing: border-box;
    padding-left: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rm-right {
    width: 392px;
}

.rm-left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 30px;
}

.rmBox .box {
    position: relative;
}

.rmBox .box .col-name {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.rmBox .box-wx .col-name {
    left: 0;
    top: 0;
    right: auto;

}

.rmBox .box .col-name img {
    width: 52px;
    height: 52px;
}

.rmBox .img img {
    width: 100%;
    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;
}

.rmBox .box: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);
}

.rmBox .box-wx img {
    height: 338px;
}

.rmBox .box-sph {
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 80px;
}

.rmBox .box-sph a {
    position: relative;
}

.rmBox .box-sph img {
    height: 293px;
}

.rmBox .box-dy img {
    height: 658px;
}

.rmBox .box .title {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: rgba(47, 49, 53, 0.7);
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rmBox .box .dete {
    width: 130px;
    height: 31px;
    background: rgba(202, 154, 109, 0.7);
    border-radius: 0px 50px 0px 0px;
    backdrop-filter: blur(10px);
    line-height: 31px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 26px;
    bottom: 52px;
}

.rmBox .box .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-fff.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.rmBox .box .video {
    width: 73px;
    height: 73px;
    display: inline-block;
    background: url(../img/video-btn.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.rmBox .box:hover .title {
    background: rgba(31, 76, 151, 0.7);
    backdrop-filter: blur(9.9px);
}

.codes {
    position: relative;
}

/* .codes .box {
    position: relative;
} */

.codes .box:nth-child(2n) {
    margin: 36px 0;
}

.codes .box .ico {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.codes .box .ico1 {
    background: #04B355;
}

.codes .box .ico2 {
    background: #FF8200;
}

.codes .box .ico3 {
    background: #010101;
}

.codes .box .ico::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #04B355;
    position: absolute;
    left: 42px;
    top: 13px;
    opacity: 0;
}

.codes .box .ico1::after {
    border-left: 10px solid #04B355;
}

.codes .box .ico2::after {
    border-left: 10px solid #FF8200;
}

.codes .box .ico3::after {
    border-left: 10px solid #010101;
}

.codes .box:hover .ico::after {
    opacity: 1;
}


.codes .box .img {
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    left: 120px;
    top: -10px;
    display: none;
    box-sizing: border-box;
    border: 1.1px solid #1F4C98;
    box-shadow: 0px 4.4px 33px 0px rgba(0, 0, 0, 0.2);
}

.codes .box .img img {
    width: 153px;
    height: 153px;
    object-fit: cover;
}

.codes .box .img p {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    background: #CA9A6D;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.codes .box:hover .img {
    display: block;
}

/* ------------------------------ */


.banner {
    width: 100%;
    position: relative;
}

.navigation {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}

.navigation::before {
    content: '';
    width: calc((100% - 1400px) / 2);
    height: 77px;
    background: #1F4D99;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 11;
    border-radius: 0 0 100px 0;
}

.navigation::after {
    content: '';
    width: calc((100% - 1400px) / 2);
    height: 77px;
    background: #1F4D99;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 11;
    border-radius: 0 0 0 100px;
}

.nav {
    width: 100%;
    height: 77px;
    line-height: 77px;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    border-radius: 0 0 100px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 999;
}

.nav a {
    color: #2B2B2B;
}

.nav .nLi {
    height: 77px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 30px;
}

.nav .nLi.last {
    margin: 0;
}

.nav .nLi h3 {
    height: 77px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 58px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: 0px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #CA9A6D;
}

.nav .nLi:hover h3 a,
.nav .on h3 a {
    color: #CA9A6D;
}

.nav .nLi:hover,
.nav .nLi.on {
    border-top: 2px solid #CA9A6D;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .nLi:hover .sub {
    display: block;
}

.mtgzSlide .swiper-pagination1 {
    display: none;
}


/* -------------------  移动端 ------------------- */

.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #0065D1;
    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;
    position: relative;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 30px;
    /* max-width: 100%; */
}

.sp_header {
    height: 50px;
    background: #004898;
    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: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    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: 13px
}

.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;
    /* width: 80% */
}

.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: #004898
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    bottom: 25px;
    position: absolute;
    z-index: 11;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #fff;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span {
    margin: 0 3px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.nydt::before {
    content: '';
    width: 100%;
    height: 227px;
    display: inline-block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.subNav {
    width: 100%;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}

.subNav.size0 {
    padding: 0;
    border: none;
}

.subNav ul {
    display: flex;
    align-items: center;
}

.subNav ul li {
    margin-right: 55px;
    font-size: 18px;
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 100%;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 3px solid #1F4D99;
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: all 0.5s ease-in-out;
}

.subNav ul li a {
    color: #232323;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #1F4D99;
    font-weight: bold;
}

.subNav ul li.on::before,
.subNav ul li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.textlist ul li {
    width: 100%;
    background: #F5F5F5;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.textlist ul li::before {
    content: '';
    width: 208px;
    height: 65px;
    display: inline-block;
    background: url(../img/list-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: -208px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist ul li .title {
    color: #2B2B2B;
}

.textlist ul li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9F9F9F;
    margin: 20px 0;
}

.textlist ul li .dete {
    color: #CA9A6D;
}

.textlist ul li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.textlist ul li:hover {
    background: #E1ECFF;
}

.textlist ul li:hover .title {
    color: #1F4D99;
    font-weight: bold;
}

.textlist ul li:hover .desc {
    color: #666;
}

.textlist ul li:hover::before {
    right: 0;
}

.piclist ul li {
    padding: 0;
}

.piclist ul li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist ul li .img {
    width: 347px;
}

.piclist ul li .img img {
    width: 100%;
}

.piclist ul li .text {
    flex: 1;
    padding: 30px;
}

.picture ul {
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 51px) / 3);
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
}

.picture ul li:nth-of-type(3n) {
    margin-right: 0;
}

.picture ul li img {
    width: 100%;
    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 {
    width: 100%;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(47, 49, 53, 0.7);
    backdrop-filter: blur(9.9px);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
}

.picture ul li .dete {
    width: 118px;
    height: 28px;
    line-height: 28px;
    border-radius: 0px 50px 0px 0px;
    background: rgba(202, 154, 109, 0.7);
    backdrop-filter: blur(10px);
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 45px;
    box-sizing: border-box;
    padding-left: 9px;
}

.picture ul li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-fff.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.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 {
    background: rgba(31, 76, 151, 0.7);
}

/* ------------------------------------------- */
.con-detail {
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    margin-bottom: 75px;
}

.con-detail .titler {
    width: 100%;
    box-sizing: border-box;
    padding: 45px 40px;
    background: #EDF5FF;
    border-left: 3px solid #1F4D99;
}

.titler .title {
    font-size: 30px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 20px;
}

.titler .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titler .timer .dete {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.titler .timer .dete>div {
    color: #9E9E9E;
    margin-right: 25px;
}

.detail {
    box-sizing: border-box;
    padding: 45px 105px;
}

.detail .dtl {
    padding-bottom: 60px;
    border-bottom: 1px solid #D8D8D8;
}

.detail.danye .dtl {
    padding: 0;
    border: none;
}


.detail p,
.detail p span {
    font-size: 16px !important;
    line-height: 2.25em !important;
    color: #727272 !important;
    margin-bottom: 10px !important;
}

.detail img,
.detail video {
    max-width: 100%;
    height: auto;
}

.detail-page .box {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: flex-end;
    padding: 40px 0 15px 0;
}

.detail-page .box a {
    color: #323232;
}

.detail-page .box:hover {
    border-bottom: 1px solid #1F4D99;
}

.detail-page .box:hover a {
    color: #1F4D99;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
}

.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;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.subNav ul::-webkit-scrollbar-track {
    position: absolute;
    background-color: #ddd9d9;
}

.subNav ul::-webkit-scrollbar {
    height: 5px;
}

.subNav ul::-webkit-scrollbar-thumb {
    background-color: #0065D1;
}

.searchBox {
    width: 100%;
    margin-top: 30px;
}

.searchlist {
    width: 100%;
    margin-top: 25px;
}

.searchlist .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.searchlist .box .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.searchlist .box .desc {
    color: #999;
    line-height: 21px;
    height: 42px;
    margin: 5px 0 10px 0;
}

.searchlist .box .dete {
    color: #666;
}

#newskeycode245010 {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    line-height: 45px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
    padding: 0 15px;

}

#searchBtn {
    position: absolute;
    right: 0;
    width: 60px;
    height: 45px;
    background: #0065D1;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.nmain {
    padding-bottom: 40px;
}

.ztzllist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ztzllist ul li {
    width: 48%;
    margin-bottom: 4%;
}

.ztzllist ul li img {
    width: 100%;
    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;
}

.ztzllist 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);
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0062A1 !important;
    background-color: #0062A1 !important;
}

.rmBox .box-dy {
    height: 100%;
}

.rmBox .box-dy a {
    height: 100%;
    display: block;
}

.rmBox .box-dy .img,
.rmBox .box-dy img,
.rmBox .box-dy .picImg {
    height: 100%;
}

.textlist2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist2 ul li {
    width: calc((100% - 34px) /2);
    background: #F5F5F5;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 25px 30px;
}

.textlist2 ul li .title {
    color: #2B2B2B;
    line-height: 25px;
    height: 25px;
}

.textlist2 ul li .xian {
    width: 100%;
    margin: 15px 0 25px 0;
    border-bottom: 1px solid #D8D8D8;
}

.textlist2 ul li .date {
    color: #CA9A6D;
}

.textlist2 ul li .date::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.textlist2 ul li:hover {
    background: #E1ECFF;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.textlist2 ul li:hover .title {
    font-weight: bold;
    color: #1F4D99;
}

.textlist2 ul li:hover .xian {
    border-bottom: 1px solid rgba(29, 110, 211, 0.52);
}

.mp3list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mp3list ul li {
    width: calc((100% - 60px) / 2);
    margin-bottom: 75px;
    position: relative;
}

.mp3list ul li::before {
    content: '';
    width: 326px;
    height: 99px;
    display: inline-block;
    background: url(../img/mpelist-li-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: -22px;
    bottom: -67px;
}

.mp3list ul li a {
    display: flex;
}

.mp3list ul li .img {
    width: 283px;
    position: relative;
    box-sizing: border-box;
    padding: 0 22px;
}

.mp3list ul li .img .pic {
    background: #FFF9F4;
    box-sizing: border-box;
    padding-top: 30px;
}

.mp3list ul li .img img {
    width: 100%;
    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;
}

.mp3list ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mp3list ul li .title {
    font-weight: bold;
    color: #333;
    line-height: 25px;
    height: 25px;
}

.mp3list ul li .xian {
    width: 100%;
    border-top: 1px solid #EDEDED;
    display: block;
    margin: 33px 0 15px 0;
}


.mp3list ul li .desc {
    color: #999;
}

.mp3list ul li .desc img {
    margin-right: 3px;
}

.mp3list 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);
}

.mp3list ul li:hover .title {
    color: #1F4D99;
}