.nggs-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nggs-link .item {
    width: calc((100% - 68px) / 3);
    background: #E8F9FF;
    height: 132px;
}

.nggs-link .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nggs-link .item a {
    color: #2C2C2C;
}

.nggs-link .item span {
    color: #0F6CB8;
    margin-right: 20px;
    font-size: 34px;
    transition: transform 0.5s;
}

.nggs-link .item:hover span {
    animation: jello 1s linear;
}

.nggs-bjld {
    width: 100%;
    background: url(../img/bjldBg.jpg) center no-repeat;
    background-size: cover;
}

.nggs-bjld .container {
    background: #fff;
}

.bjld_item {
    box-sizing: border-box;
    padding: 50px 30px;
}

.bjld_item .box {
    width: 100%;
    margin-bottom: 30px;
    background: #F0FBFF;
    height: 77px;
    box-sizing: border-box;
    border-left: 3px solid #0F6CB8;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.bjld_item .box:last-of-type {
    margin: 0;
}

.bjld_item .box .l {
    font-weight: bold;
}

.bjld_item .box .r {
    flex: 1;
}

.bjld_item .box .r a {
    margin-right: 50px;
    cursor: auto;
}

.nggs-jianjie {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.jianjie-text {
    box-sizing: border-box;
    padding: 30px 40px;
    background: url(../img/jianjie-text-bg.png) center no-repeat;
    background-size: cover;
}

.jianjie-text .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.jianjie-text .desc {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.jianjie-text .desc p {
    margin-top: 15px;
}

.sxzz-jgkw {
    width: 100%;
    background: url(../img/sxzz-jgkw-bg.jpg) center no-repeat;
    background-size: cover;
}

.sxzz-jgkw .container {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.nmain-zsjs {
    width: 100%;
    background: url(../img/nbjd_jgjs_bg.jpg) center no-repeat;
    background-size: cover;
}

.nbjd_jgjs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nbjd_jgjs .item {
    width: calc((100% - 36px) / 2);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.nbjd_jgjs .item ul {
    box-sizing: border-box;
    padding: 30px;
}

.zzjs {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.zzjs_box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.zzjs_pic li {
    width: calc((100% - 36px) / 2);
}

.zzjs_pic li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zzjs_pic li .img {
    width: 41.7%;
}

.zzjs_pic li .img img {
    width: 100%;
    object-fit: cover;
    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;
}

.zzjs_pic li .text {
    flex: 1;
    background: #F5FBFF;
    box-sizing: border-box;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zzjs_pic li .title {
    color: #292929;
    line-height: 30px;
    height: 30px;
}

.zzjs_pic li .desc {
    color: #373737;
    line-height: 23px;
    height: 46px;
    opacity: 0.5;
    margin: 10px 0;
}

.zzjs_pic li .date {
    color: rgba(55, 55, 55, .5);
}

.zzjs_pic li .date span {
    font-size: 14px;
    color: #D40004;
}

.zzjs_pic 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);
}

.zzjs_pic li:hover .text {
    background: #E4F3FD;
}

.zzjs_pic li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.zzjs_pic,
.zzjs_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zzjs_list li {
    padding: 18px 0;
    width: calc((100% - 36px) / 2);
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.zzjs_list li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #D40004;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}


.zzjs_list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zzjs_list li .title {
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    flex: 1;
}

.zzjs_list li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #2C2C2C;
    position: absolute;
    left: 0;
    top: 14px;
}

.zzjs_list li .date {
    color: #A1A1A1;
    width: 100px;
}

.zzjs_list li .date span {
    font-size: 14px;
    color: #D40004;
}

.zzjs_list li:nth-child(5),
.zzjs_list li:nth-child(6) {
    padding-bottom: 0;
    border: none;
}

.zzjs_list li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.zzjs_list li:hover .title::before {
    width: 5px;
    height: 5px;
    background: #D40004;
}

.zzjs_list li:hover::before {
    width: 100%;
}

.zzjs_list li:nth-child(5):hover::before,
.zzjs_list li:nth-child(6):hover::before {
    display: none;
}

.lzjy_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lzjy_box .item {
    width: calc((100% - 36px) / 2);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.mzjd .ywdtlist {
    margin: 0;
}

.lzjy_box .item ul {
    box-sizing: border-box;
    padding: 30px;
}

.nmain-lzjy .container {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}


.shfwSlide {
    box-sizing: border-box;
    padding: 30px;
}

.shfwSlide .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.shfwSlide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    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;
}

.shfwSlide .swiper-slide .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../img/bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}

.shfwSlide .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);
}

.shfwSlide .swiper-pagination1 {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.shfwSlide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    margin: 0 5px;
    opacity: 1;
    background: #B0DEFF;
}

.shfwSlide .swiper-pagination-bullet-active {
    background: #0F6CB8;
}

.nmain-lzjy {
    width: 100%;
    background: url(../img/nmain-lzjy-bg.jpg) center no-repeat;
    background-size: cover;
}