 .warning {
     background-color: #f8d7da;
     color: #721c24;
     padding: 20px;
     text-align: center;
     line-height: 2em;
     font-size: 20px;
 }

 .height-100 {
     height: 100%;
 }

 .font-size-18 {
     font-size: 18px;
 }

 .font-size-24 {
     font-size: 24px;
 }

 .padding-top-110 {
     padding-top: 110px;
 }

 .ScrollSmoother-wrapper {
     max-width: 1470px;
     margin: 0 auto;
 }

 .z_nydt {
     width: 100%;
     position: relative;
 }

 .z_nydt .img img {
     width: 100%;
 }

 .subNav {
     width: 100%;
     height: 65px;
     position: relative;
     margin-top: -10px;
 }

 .subNav::before {
     content: '';
     width: 20%;
     height: 100%;
     background: #F3F3F3;
     display: inline-block;
     position: absolute;
     left: 0;
     border-radius: 0px 100px 100px 0px;
 }

 .subNav .list {
     display: flex;
     align-items: center;
     height: 100%;
     background: linear-gradient(90deg, #F3F3F3 0%, #DEEEFF 100%);
     border-radius: 0px 100px 100px 0px;
 }

 .subNav .list .box {
     margin-right: 50px;
     height: 100%;
     display: flex;
     align-items: center;
     position: relative;
 }

 .subNav .list .box a {
     font-size: 18px;
     color: #272727;
 }

 .subNav .list .box.on a,
 .subNav .list .box:hover a {
     font-weight: bold;
     color: #014791;
 }

 .subNav .list .box::before {
     content: '';
     width: 0;
     height: 2px;
     background: #014791;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.5s ease-in-out;
 }

 .subNav .list .box.on::before {
     width: 100%;
 }

 .subNav .list .box:hover::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

 .threeNav .list {
     display: flex;
     flex-wrap: wrap;
 }

 .threeNav .list .box {
     margin-right: 50px;
     position: relative;
     margin-bottom: 10px;
 }

 .threeNav .list .box::before {
     content: '';
     width: 0;
     height: 2px;
     background: #BC0000;
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: -10px;
     transition: all 0.5s ease-in-out;
     z-index: 99;
 }

 .threeNav .list .box a {
     font-size: 16px;
     color: #9E9E9E;
 }

 .threeNav .list .box.on a,
 .threeNav .list .box:hover a {
     font-weight: bold;
     color: #014591;
 }

 .threeNav .list .box.on::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

 .threeNav .list .box:hover::before {
     width: 100%;
 }

 .nmain {
     width: 100%;
     background: linear-gradient(180deg, #FFFFFF 0%, #FFF5EE 50%, rgba(255, 245, 238, 0) 100%);
     position: relative;
 }

 .nmain::before {
     content: '';
     width: 166px;
     height: 271px;
     background: url(../img/nmain-ico1.png) no-repeat;
     background-size: cover;
     display: inline-block;
     position: absolute;
     left: 36px;
     top: 116px;
     z-index: 0;
 }

 .nmain::after {
     content: '';
     width: 216px;
     height: 197px;
     background: url(../img/nmain-ico2.png) no-repeat;
     background-size: cover;
     display: inline-block;
     position: absolute;
     right: 0;
     bottom: 170px;
     z-index: 0;
 }

 .nmain .layui-container {
     position: relative;
     z-index: 9;
 }

 /* --------- 淇℃伅鍒楄〃 ----------- */

 .textlist .box {
     width: 100%;
     height: 65px;
     background: #fff;
     box-sizing: border-box;
     border: 1px solid #f2f2f2;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     margin-bottom: 25px;
     padding: 0 20px;
     position: relative;
 }

 .textlist .box::before {
     content: '';
     width: 0;
     height: 1px;
     background: #BF0000;
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: 0;
     transition: all 0.5s ease-in-out;
 }

 .textlist .box a {
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .textlist .box .ttile {
     line-height: 25px;
     height: 25px;
     flex: 1;
     width: calc(100% - 100px);
 }

 .textlist .box .dete {
     color: #272727;
     opacity: .2;
 }

 .textlist .box:hover .title {
     color: #014591;
 }

 .textlist .box:hover .dete {
     color: #014591;
     opacity: 1;
 }

 .textlist .box:hover::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

 /* --------- 鍥炬枃鍒楄〃------------- */

 .piclist .box {
     width: 100%;
     border: 1px solid #f2f2f2;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     margin-bottom: 35px;
 }

 .piclist .box a {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }

 .piclist .box .img {
     width: 350px;
     overflow: hidden;
 }

 .piclist .box .img img {
     width: 100%;
     height: 195px;
     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 .box .tt {
     flex: 1;
     box-sizing: border-box;
     padding: 36px 30px;
     position: relative;
     background: #fff url(../img/piclist-box-bg.png) right no-repeat;
     background-size: cover;
 }

 .piclist .box .tt::before {
     content: '';
     width: 0;
     height: 2px;
     background: #BF0000;
     display: inline-block;
     position: absolute;
     left: 0;
     top: 0;
     transition: all 0.5s ease-in-out;
 }

 .piclist .box .tt .ttile {
     color: #272727;
     line-height: 25px;
     height: 25px;
     font-weight: bold;
 }

 .piclist .box .tt .desc {
     line-height: 25px;
     color: #9E9E9E;
     height: 50px;
     margin: 10px 0 20px 0;
 }

 .piclist .box .tt .dete {
     color: #9E9E9E;
 }

 .piclist .box:hover .ttile {
     color: #014591;
 }

 .piclist .box:hover .tt::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

 .piclist .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);
 }

 /* --------- 淇℃伅鍒楄〃------------- */


 /* --------- 璇︽儏椤� --------------- */

 .detail {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .detail-left {
     width: 63%;
     width: 70%;
     width: calc(100% - 410px);
 }

 .detail-left .title {
     font-size: 28px;
     font-weight: bold;
     line-height: 34px;
     color: #272727;
     text-align: center;
 }

 .detail-left .timer {
     width: 100%;
     padding: 30px 0 15px 0;
     border-bottom: 1px solid #D8D8D8;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
     position: relative;
     z-index: 99;
 }


 .detail-left .timer>div {
     color: #9E9E9E;
     font-size: 14px;
     margin-right: 20px;
 }

 .detail-left .timer .right {
     display: flex;
     align-items: center;
 }

 .detail-left .dtl {
     box-sizing: border-box;
     padding: 25px 0;
 }

 .detail-left .dtl p {
     font-size: 18px;
     line-height: 40px;
     color: #323232;
     font-family: 瀹嬩綋 !important;
 }

 .detail-left .dtl span,
 .detail-left .dtl h2,
 .detail-left .dtl h3 {
     font-family: 瀹嬩綋 !important;
 }

 .detail-page .box {
     width: 100%;
     height: 80px;
     background: #fff;
     border: 1px solid #f2f2f2;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     box-sizing: border-box;
     padding: 0 30px;
     display: flex;
     align-items: center;
 }

 .detail-page .prev {
     margin-bottom: 34px;
 }

 .detail-page .box a {
     color: #9E9E9E;
 }

 .detail-page .box:hover a {
     color: #014791;
 }

 .m-share {
     float: right;
     min-width: 160px;
 }

 .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;
     height: 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-right {
     width: calc(36% - 32px);
     width: calc(30% - 32px);
     width: 370px;
 }

 .detail-list {
     background: #fff;
     box-sizing: border-box;
     border: 1px solid #f2f2f2;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     padding: 30px;
 }

 .detail-list ul {
     /* box-sizing: border-box;
     padding-left: 38px;
     border-left: 1px solid #ECECEC; */
 }

 .detail-list ul li {
     width: 100%;
     height: 66px;
     box-sizing: border-box;
     border-bottom: 1px solid #D8D8D8;
     display: flex;
     align-items: center;
     position: relative;
     box-sizing: border-box;
     padding-left: 36px;
 }

 .detail-list ul li::after {
     content: '';
     width: 0;
     height: 1px;
     background: #014791;
     position: absolute;
     left: 0;
     bottom: -1px;
     transition: all 0.5s ease-in-out;
 }

 .detail-list ul li:hover::after {
     width: 100%;
 }

 .detail-list ul li::before {
     content: '';
     width: 25px;
     height: 25px;
     display: inline-block;
     background: url(../img/right-li-ico.png) center no-repeat;
     background-size: cover;
     position: absolute;
     left: 0;
 }

 .detail-list ul li .title {
     line-height: 25px;
     height: 25px;
 }

 .detail-list ul li:hover .title {
     font-weight: bold;
     color: #014791;
 }

 .detail-list ul li:hover::before {
     background: url(../img/right-li-ico2.png) center no-repeat;
     background-size: cover;
 }

 .detail-name {
     width: 100%;
     height: 60px;
     background: #EDEDED;
     background-size: 100% 100%;
     display: flex;
     align-items: center;
     font-size: 20px;
     box-sizing: border-box;
     color: #323232;
     justify-content: center;
 }


 .sjtjSlide {
     width: 100%;
     margin-top: 25px;
 }

 .sjtjSlide .swiper-slide {
     opacity: 0 !important;
 }

 .sjtjSlide .swiper-slide-active {
     opacity: 1 !important;
 }

 .sjtjSlide .swiper-slide .img {
     overflow: hidden;
     box-sizing: border-box;
     padding-left: 12px;
     position: relative;
 }

 .sjtjSlide .swiper-slide .img::before {
     content: '';
     width: 100%;
     height: 146px;
     background: linear-gradient(180deg, #9CCCFF 0%, rgba(156, 204, 255, 0) 100%);
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: -1;
 }

 .sjtjSlide .swiper-slide .img img {
     width: 100%;
     height: 218px;
 }

 .sjtjSlide .swiper-slide .title {
     line-height: 40px;
     height: 40px;
     color: #333;
     text-align: center;
     margin-top: 10px;
 }

 .sjtjSlide .swiper-slide:hover .title {
     color: #00438A;
     font-weight: bold;
 }

 .sjtjSlide .swiper-pagination {
     text-align: center;
     width: 100%;
     position: static;
 }

 .sjtjSlide .swiper-pagination-bullet {
     width: 10px;
     height: 10px;
     margin: 0 5px;
     background: rgba(0, 67, 138, 0.48);
 }

 .sjtjSlide .swiper-pagination-bullet-active {
     background: #00438A;
 }

 /* ---------- 鐜颁换棰嗗 ------------ */

 .xrldlist .item {
     border-bottom: 1px solid #D8D8D8;
     display: flex;
     align-items: center;
 }

 .xrldlist .item .box {
     width: 50%;
     height: 124px;
     display: flex;
     align-items: center;
 }

 .xrldlist .item .box .title {
     font-size: 24px;
     color: #014791;
     position: relative;
     box-sizing: border-box;
     padding-left: 20px;
 }

 .xrldlist .item .box .title::before {
     content: '';
     width: 1px;
     height: 43px;
     background: #014791;
     display: inline-block;
     position: absolute;
     left: 0;
     top: -6px;
 }

 .xrldlist .item .box .name {
     font-size: 18px;
     color: #272727;
 }

 .xrldlist .item .box .name a {
     margin-right: 20px;
 }

 .xrldlist .item .b1 .title {
     width: 30%;
 }

 .xrldlist .item .b2 .title {
     width: 45%;
 }

 .xrldlist .item .b3 .title {
     width: 67%;
 }

 .xrldlist .item5 {
     border: none;
 }

 .crumbs {
     width: 100%;
     position: absolute;
     bottom: 50px;
 }

 /* .crumbs::before {
    content: '';
    width: 12%;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 60%;
} */

 .z_nydt::before {
     content: '';
     width: 100%;
     min-height: 227px;
     display: inline-block;
     background: url(../img/mark.png) center bottom no-repeat;
     position: absolute;
     bottom: 0;
     background-size: 100% 100%;
 }

 .crumbs-name {
     font-size: 45px;
     font-weight: bold;
     color: #fff;
     position: relative;
 }

 .crumbs-name::before {
     display: inline-block;
     content: "";
     position: absolute;
     top: 53%;
     right: calc(100% + .3rem);
     height: 1px;
     background: #fff;
     width: 50vw;
 }

 .crumbs-list {
     color: #fff;
     font-size: 16px;
 }

 .crumbs-list a {
     color: #fff;
 }

 .crumbs-list span:last-of-type {
     display: none;
 }

 .danye .detail-left {
     width: 100%;
     background: rgba(255, 255, 255, .45);
     box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.15);
     box-sizing: border-box;
     padding: 75px 145px;
 }

 .danye .detail-left .title {
     text-align: center;
 }

 /*    ----  鍥剧墖鍒楄〃 ---- */

 .picture .box {
     position: relative;
 }

 .picture .box .img {
     overflow: hidden;
 }

 .picture .box .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;
 }

 .picture .box .title {
     width: 100%;
     position: absolute;
     bottom: 0;
     height: 45px;
     line-height: 45px;
     background: rgba(0, 0, 0, 0.58);
     color: #fff;
     text-align: center;
     box-sizing: border-box;
     padding: 0 15px;
     display: none;
 }

 .picture .box:hover .img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
 }

 .picture .box:hover .title {
     background: #014791;
 }

 .ztzllist {
     display: flex;
     flex-wrap: wrap;
 }

 .ztzllist .box {
     width: calc((100% - 100px) / 3);
     margin-bottom: 50px;
 }

 .ztzllist .box:nth-child(3n - 1) {
     margin: 0 49px;
 }

 .ztzllist .box .img {
     width: 100%;
     overflow: hidden;
 }

 .ztzllist .box .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;
 }

 .ztzllist .box:hover .img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
 }


 /* ------  鏈烘瀯璁剧疆 --------- */

 .jgsz-item .img img {
     width: 100%;
 }

 .jgsz-item .text {
     width: calc(100% - 100px);
     margin: 0 auto;
     margin-top: -160px;
     background: #fff;
     position: relative;
     z-index: 99;
     box-sizing: border-box;
     padding: 20px 30px;
 }

 .jgsz-item .dzgljg {
     background: #fff;
     background: linear-gradient(180deg, #F4F4F4 54%, rgba(255, 255, 255, 0) 98%);
 }

 .jgsz-item .jxjg {
     background: #EFF7FF;
     background: linear-gradient(180deg, #FFF2EF 54%, rgba(255, 255, 255, 0) 98%);
 }

 .jgsz-item .jxfzjg {
     background: #fff;
     background: linear-gradient(180deg, #FFFFFF 54%, rgba(255, 255, 255, 0) 98%);
 }

 .jgsz-item .kyjg {
     background: #E9F6FF;
     /* background: linear-gradient(180deg, #fff8ec 54%, rgba(255, 255, 255, 0) 98%); */
     background: linear-gradient(180deg, #E9F6FF 54%, rgba(255, 255, 255, 0) 98%);
 }

 .jgsz-item .text_zsjg {
     background: #fff8ec;
     background: linear-gradient(180deg, #fff8ec 54%, rgba(255, 255, 255, 0) 98%);
     /* background: linear-gradient(180deg, #fffaf2 54%, rgba(255, 255, 255, 0) 98%) */
 }

 /* -------------- */

 .jgsz-item .img {
     display: none;
 }

 .jgsz-item .text {
     width: 100%;
     margin: 0;
 }

 /* ------------- */

 .jgsz-name {
     width: 100%;
     height: 108px;
     /* background: url(../img/jgsz-item-bg.png) right no-repeat; */
     background-size: 100% 100%;
     background-size: cover;
     display: flex;
     align-items: center;
     box-sizing: border-box;
     padding-left: 45px;
     position: relative;
 }

 .jgsz-name::before {
     content: '';
     width: 100%;
     height: 66px;
     background: linear-gradient(90deg, #F3F3F3 0%, #DEEEFF 100%);
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: -1;
 }

 .kyjg .jgsz-name,
 .jxfzjg .jgsz-name,
 .jxjg .jgsz-name {
     /* background: url(../img/jgsz-item-bg2.png) right no-repeat; */
     /* background-size: 100% 100%; */
     position: relative;
 }

 .kyjg .jgsz-name::before,
 .jxfzjg .jgsz-name::before,
 .jxjg .jgsz-name::before {
     content: '';
     width: 100%;
     height: 66px;
     /* background: #014591; */
     background: linear-gradient(90deg, #F3F3F3 0%, #DEEEFF 100%);
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: -1;
 }

 .jgsz-name span {
     font-size: 24px;
     font-weight: bold;
     color: #333;
     margin-top: 40px;
 }

 .jgsz-item .text ul {
     display: flex;
     flex-wrap: wrap;
     box-sizing: border-box;
     padding: 40px 25px;
 }

 .jgsz-ul-ico {
     width: 100%;
     height: 73px;
     position: relative;
     border-bottom: 1px solid #304D98;
     margin-top: -73px;
     z-index: -1;
     display: none;
 }

 .jgsz-ul-ico::before {
     content: '';
     width: 109px;
     height: 73px;
     background: url(../img/jgsz-ico2.png) no-repeat;
     display: inline-block;
     position: absolute;
     right: 0;
     bottom: -2px;
     background-size: cover;
 }


 .jgsz-item .text ul li {
     width: 33.3%;
     font-size: 17px;
     /* margin-top: 35px; */
     position: relative;
     box-sizing: border-box;
     padding: 15px 30px 15px 20px;
     display: flex;
     align-items: center;
 }

 .jgsz-item .text ul li span {
     margin-right: 5px;
     color: #e3e3e3;
 }

 .jgsz-item .text ul li:hover span {
     color: #014591;
 }

 .jgsz-item .text ul li::before {
     content: '';
     width: 0px;
     height: 100%;
     background: #014591;
     display: inline-block;
     position: absolute;
     left: 0;
     top: 0;
     border-left: 1px solid #dfdfdf;
 }

 .jgsz-item .text1 ul li:nth-child(1),
 .jgsz-item .text1 ul li:nth-child(2),
 .jgsz-item .text1 ul li:nth-child(3) {
     padding-top: 0;
 }

 .jgsz-item .text ul li:nth-child(1),
 .jgsz-item .text ul li:nth-child(2),
 .jgsz-item .text ul li:nth-child(3) {
     padding-top: 0;
 }

 .jgsz-item .text ul li a {
     color: #4D4D4D;
     position: relative;
 }

 .jgsz-item .text ul li a::after {
     content: '';
     width: 24px;
     height: 19px;
     background: url(../img/link-ico.png) center no-repeat;
     background-size: cover;
     display: inline-block;
     position: relative;
     top: 2px;
     display: none;
 }

 .jgsz-item .text ul li a::before {
     content: '';
     width: 0;
     height: 1px;
     background: #014188;
     display: inline-block;
     position: absolute;
     bottom: -10px;
     left: 0;
     transition: all 0.5s ease-in-out;
 }


 .jgsz-item .text ul li:hover a {
     color: #014188;
     font-weight: bold;
 }

 .jgsz-item .text ul li:hover a::after {
     display: inline-block;

 }

 .jgsz-item .text ul li:hover a::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }



 .jgsz-item .kyjg ul li {
     width: 33.3%;
     box-sizing: border-box;
     /* padding: 0 15px 0 0; */
 }


 /*--------- 鏍″彶娌块潻 -------- */

 .xsyglist2 .box {
     width: 100%;
     margin-bottom: 50px;
 }


 .xsyglist2 .box a {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .xsyglist2 .box .title {
     width: 130px;
     height: 41px;
     line-height: 41px;
     text-align: center;
     background: #014791;
     font-size: 17px;
     color: #fff;
     position: relative;
 }

 .xsyglist2 .box .title::after {
     content: '';
     width: 1px;
     height: 300%;
     background: #014791;
     display: inline-block;
     position: absolute;
     left: 64px;
     top: 99%;
 }

 .xsyglist2 .box.last .title::after {
     display: none;
 }

 .xsyglist2 .box .title::before {
     content: '';
     width: 32px;
     height: 1px;
     background: #014188;
     display: inline-block;
     position: absolute;
     right: -32px;
     top: 20px;
 }

 .xsyglist2 .box .desc {
     width: calc(100% - 162px);
     background: rgba(255, 255, 255, .7);
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     /* height: 41px; */
     line-height: 41px;
     font-size: 16px;
     color: #414141;
     box-sizing: border-box;
     padding: 0 20px;
     border: 1px solid #f2f2f2;
 }

 .xsyglist2 .box:hover .title {
     background: #BA0101;
 }

 .xsyglist2 .box:hover .title::before {
     background: #BA0101;
 }

 .xsyglist2 .box:hover .desc {
     color: #B90101;
     box-sizing: border-box;
     border: 1px solid #BA0101;
 }

 .xsyglist2 .box:hover::before {
     background: #BA0101;
 }


 /* ------- 闄㈢郴璁剧疆 鐎戝竷娴� ---------- */

 .xsyglist {
     box-sizing: border-box;
     padding-left: 18px;
     display: flex;
 }

 .masonry1 {
     width: 100% !important;
     display: flex;
     flex-wrap: wrap;
 }

 .masonry1 .yxsz-item {
     float: left;
     width: calc(100% / 3);
     /* width: 440px; */
     position: relative;
     margin-bottom: 30px;
     box-sizing: border-box;
     padding: 0 16px;
 }



 .masonry1 .yxsz-item .item {
     height: 100%;
     background: rgba(255, 255, 255, .7);
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     border-radius: 3px;
     box-sizing: border-box;
     border: 1px solid #f2f2f2;
     padding: 30px;
     /* background: url(../img/yxsz-item-bg.png) right bottom no-repeat rgba(255, 255, 255, .7); */
 }

 .masonry1 .item .name {
     width: calc(100% + 44px);
     height: 60px;
     background: #EDEDED;
     background-size: 100% 100%;
     display: block;
     align-items: center;
     margin-left: -45px;
     box-sizing: border-box;
     padding-left: 50px;
     line-height: 60px;
 }

 .masonry1 .item .name:hover {
     background: #014791;
     color: #fff;
 }

 .masonry1 .item .name span {
     font-size: 22px;
     color: #333;
     font-weight: bold;
     margin-top: 5px;
     position: relative;
 }

 .masonry1 .item .name:hover span {
     color: #fff;
 }

 .masonry1 .item .list a {
     font-size: 18px;
     color: #444;
     line-height: 45px;
     position: relative;
 }

 .masonry1 .item .list a:hover {
     color: #BF0000
 }

 .masonry1 .item .list a::after {
     content: '';
     width: 24px;
     height: 18px;
     background: url(../img/link-ico2.png) no-repeat;
     background-size: cover;
     display: inline-block;
     position: absolute;
     right: -29px;
     top: -1px;
     opacity: 0;
     transition: all 0.5s ease-in-out;
 }

 .masonry1 .item .list a::before {
     content: '';
     width: 0;
     height: 1px;
     background: #BF0000;
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: -14px;
     transition: all 0.5s ease-in-out;
 }

 .masonry1 .item .list a:hover::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

 .masonry1 .item .list a:hover::after {
     opacity: 1;
     transition: all 0.5s ease-in-out;
 }

 /* --------------------- */

 .xrldlist2 {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .xrldlist2 .item {
     background: #fff;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     box-sizing: border-box;
     border-left: 20px solid #014791;
     margin-bottom: 60px;
     box-sizing: border-box;
     padding: 0 64px;
 }

 .xrldlist2 .item {
     width: calc((100% - 60px) / 2);
 }

 .xrldlist2 .item3 {
     width: 100%;
     height: 116px;
     display: flex;
     align-items: center;
     margin: 0;
 }

 .xrldlist2 .item .box {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }

 .xrldlist2 .item3 .box {
     width: 100%;
 }

 .xrldlist2 .item .box .name {
     font-size: 24px;
     color: #014791;
 }

 .xrldlist2 .item .box .list a {
     color: #272727;
     font-size: 18px;
 }

 .xrldlist2 .item3 .box .name {
     margin-right: 100px;
 }

 .xrldlist2 .item1 {
     height: 430px;
 }

 .xrldlist2 .item {
     position: relative;
 }

 .xrldlist2 .item::before {
     content: '';
     width: 275px;
     height: 120px;
     display: inline-block;
     background: url(../img/xrld-item-bg.png) right bottom no-repeat;
     position: absolute;
     right: 0;
     bottom: 0;
     z-index: 9;
 }

 .xrldlist2 .item1 .box {
     width: 100%;
     /* height: 120px; */
     padding: 45px 0;
     border-bottom: 1px solid rgba(216, 216, 216, .5);
     position: relative;
     z-index: 9;
 }

 .xrldlist2 .item1 .box .name {
     width: 40%;
     text-align: right;
     margin-right: 80px;
 }

 .xrldlist2 .item1 .box:last-of-type {
     border: none;
 }

 .xrldlist2 .item1 .box .list {
     flex: 1;
     width: calc(60% - 80px);
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .xrldlist2 .item1 .box .list>a {
     width: 50%;
 }

 .xrldlist2 .item1 .box-fxz {
     height: auto;
     align-items: flex-start;
 }

 .xrldlist2 .box-fxz .list a {
     margin-top: 30px;
 }

 .xrldlist2 .box-fxz .list a:nth-child(1),
 .xrldlist2 .box-fxz .list a:nth-child(2) {
     margin: 0;
 }

 /* ----- 瀛︽湳鐮旂┒ ------- */

 .xsyj-item {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     box-sizing: border-box;
     padding: 0 20px;
     align-items: flex-start;
 }

 .xsyj-item .item {
     width: calc((100% - 160px) / 5);
     position: relative;
 }

 .xsyj-item .item .text {
     width: 100%;
     height: 510px;
     position: relative;
     z-index: 99;
     background: url(../img/xsyj-item-bg.png) no-repeat #fff;
     background-size: cover;
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     box-sizing: border-box;
     padding: 60px 67px;
 }

 .xsyj-item .item::before {
     content: '';
     width: 100%;
     height: 100%;
     max-height: 510px;
     background: linear-gradient(180deg, #9CCCFF 0%, rgba(156, 204, 255, 0) 100%);
     display: inline-block;
     position: absolute;
     right: -10px;
     top: -10px;
     z-index: 0;
     transition: all 0.5s ease-in-out;
 }

 .xsyj-item .item::after {
     content: '';
     width: 1px;
     height: 365px;
     background: url(../img/xsyj-xian.png) no-repeat;
     display: inline-block;
     position: absolute;
     bottom: 50px;
     left: 49%;
     z-index: 99;
 }

 .xsyj-item .item .name img {
     width: 30px;
 }

 .xsyj-item .item .ico {
     width: 44px;
     height: 325px;
     background: url(../img/xsyj-ico.png) no-repeat;
     position: absolute;
     bottom: 45px;
     right: 38px;
 }

 .xsyj-item .item2,
 .xsyj-item .item4 {
     margin-top: 80px;
 }

 .xsyj-item .item .more {
     width: 62px;
     height: 62px;
     background: url(../img/kxyj-more-ico1.png) no-repeat;
     background-size: cover;
     display: inline-block;
     position: absolute;
     left: 50px;
     bottom: 125px;
     transition: all 0.5s ease-in-out;
 }

 .xsyj-item .item:hover .more {
     background: url(../img/kxyj-more-ico2.png) no-repeat;
     transition: all 0.5s ease-in-out;
 }

 .xsyj-item .item:hover::before {
     background: linear-gradient(180deg, #E32A05 0%, rgba(227, 47, 12, 0) 100%);
     transition: all 0.5s ease-in-out;
 }

 /* --- 瀛︽湳鐮旂┒鐎戝竷娴� ------ */


 .masonry2 .xsyj-water {
     float: left;
     width: 720px;
     width: calc(100% / 2);
     position: relative;
     box-sizing: border-box;
     padding: 0 20px;
 }

 .masonry2 .xsyj-water .item {
     background: rgba(255, 255, 255, .7);
     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
     border-radius: 3px;
     box-sizing: border-box;
     border: 1px solid #f2f2f2;
     padding: 35px 45px 55px 45px;
     margin-bottom: 45px;
 }


 .masonry2 .item .list a {
     width: 100%;
     font-size: 18px;
     color: #444;
     line-height: 50px;
     display: inline-block;
     position: relative;
 }

 .masonry2 .item .list a:hover {
     color: #014791
 }

 .masonry2 .item .list a::before {
     content: '';
     width: 0;
     height: 1px;
     background: #014791;
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: 0;
     transition: all 0.5s ease-in-out;
 }

 .masonry2 .item .list a:hover::before {
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

 .masonry2 .item .list a:hover::after {
     opacity: 1;
     transition: all 0.5s ease-in-out;
 }

 .xsyj-water .item .name {
     width: 100%;
     font-size: 26px;
     font-weight: bold;
     color: #014791;
     padding-bottom: 20px;
     border-bottom: 1px solid #304D98;
     margin-bottom: 22px;
     position: relative;
 }

 .xsyj-water .item .name::before {
     /* content: ''; */
     width: 109px;
     height: 73px;
     background: url(../img/xsyj-water-bg.png) no-repeat;
     background-size: cover;
     display: inline-block;
     position: absolute;
     right: 0;
     bottom: -1px;
 }

 /* ---- 鍗拌薄宸ュぇ ---- */

 .yxgdlist {
     width: 100%;
 }

 .masonry3 {
     width: 100% !important;
 }

 .masonry3 .li-yxgd {
     float: left;
     width: 360px;
     width: calc(100% / 4);
     position: relative;
     box-sizing: border-box;
     padding: 0 10px;
 }

 .masonry3 .li-yxgd .item {
     margin-bottom: 20px;
     position: relative;
 }

 .masonry3 .li-yxgd .item .img {
     overflow: hidden;
 }

 .masonry3 .li-yxgd .item .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;
 }

 .masonry3 .li-yxgd .item .title {
     width: 100%;
     position: absolute;
     bottom: 0;
     height: 45px;
     line-height: 45px;
     background: rgba(0, 0, 0, 0.58);
     color: #fff;
     text-align: center;
     box-sizing: border-box;
     padding: 0 15px;
 }

 .masonry3 .li-yxgd .item:hover .title {
     background: #014791;
 }

 .masonry3 .li-yxgd .item: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);
 }

 /* -------------- */

 .mtlglist .info {
     display: flex;
     flex-wrap: wrap;
 }

 .mtlglist .box {
     width: calc((100% - 90px) / 4);
     margin-bottom: 30px;
     box-sizing: border-box;
     border: 1px solid #E8E8E8;
     box-sizing: border-box;
     padding: 30px;
     position: relative;
     margin-right: 30px;
     transition: all 0.5s ease-in-out;
 }

 .mtlglist .box:nth-child(4n) {
     margin-right: 0;
 }

 .mtlglist .box .title {
     line-height: 30px;
     height: 60px;
     color: #3D3D3D;
 }

 .mtlglist .box .timer {
     margin-top: 15px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #3D3D3D;
 }

 .mtlglist .box .dete span {
     width: 20px;
     height: 20px;
     background: url(../img/dete-ico.png) no-repeat;
     display: inline-block;
     margin-right: 7px;
     position: relative;
     top: 3px;
 }

 .mtlglist .box .org span {
     width: 19px;
     height: 21px;
     background: url(../img/org-ico.png) no-repeat;
     display: inline-block;
     margin-right: 7px;
     position: relative;
     top: 3px;
 }

 .mtlglist .box:hover {
     border: 1px solid #1E63AB;
     transition: all 0.5s ease-in-out;
 }

 .mtlglist .box:hover .title {
     color: #1E63AB;
 }

 .mtlglist .box:hover .dete span {
     background: url(../img/dete-ico2.png) no-repeat;
 }

 .mtlglist .box:hover .org span {
     background: url(../img/org-ico2.png) no-repeat;
 }

 .mtlglist .box:hover .timer {
     color: #1E63AB;
 }