/* -------------------  移动端 ------------------- */
.mbheader {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    height: 60px;
}

.header {
    width: 100%;
    position: relative;
    z-index: 111;
}

.mbheader_se {
    height: 100%;
}

.mobile_bg {
    width: 100%;
    height: 100%;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.mobile_bg.show {
    display: block;
}

.mbheader_se .mb_head .nav_date {
    color: #fff;
}

.sjj_nav {
    background: #fff;
    width: 80%;
    /* height: calc(100vh - 38px - 2em); */
    transition: all 0.5s ease-in-out;
    border-left: 5px solid #0F6CB8;
    margin-left: 20%;
    position: absolute;
    right: -100%;
    z-index: 111;
    top: calc(40px + 2em);
    border-radius: 20px 0 0 20px;
}

.search-form-mb {
    width: 90%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #0F6CB8;
    position: relative;
    margin: 25px auto;
    border-radius: 50px;
}

.search-form-mb .form-control {
    width: 80%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
}

.search-form-mb .form-btn {
    width: 60px;
    height: 40px;
    border-radius: 100px;
    background: #0F6CB8;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.search-form-mb .form-btn span {
    color: #fff;
}

.sp_header {
    height: 50px;
    background: #0F6CB8;
    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: #0F6CB8;
    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)
}



.nav_show {
    right: 0;
}

.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 solid #eee;
    margin-left: 20px;
    position: relative;
    line-height: 45px;
    font-size: 14px;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px solid #eee;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li.li_1018 .sp_nav_xjb,
.sjj_nav ul li.li_1018 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: #0F6CB8
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.sjj_nav ul li.li_1522 i,
.sjj_nav ul li.li_1522 ul {
    display: none;
}

/* ------------------------------------------------- */

.footer {
    width: 100%;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.foot_right {
    display: flex;
}

.foot_left {
    max-width: 75%;
}

.code {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    margin-left: 20px;
}

.code img {
    width: 102px;
    aspect-ratio: 1 / 1;
}

.code p {
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    background: #0F6CB8;
    color: #fff;
    margin-top: 5px;
}

.banq p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.banq p br {
    display: none;
}

.yqlj .box {
    width: 248px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 11;
}

.yqlj h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 13px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.yqlj h3::before {
    content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 17px;
}

.yqlj .box ul {
    position: absolute;
    left: -1px;
    width: calc(100% + 2px);
    bottom: 103%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    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%);
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(15, 108, 184, .5);
    position: relative;
    display: flex;
    align-items: center;
}

.yqlj .box ul li:last-of-type {
    border: none;
}

.yqlj .box ul li a {
    width: 90%;
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.yqlj .box ul li span {
    color: #999;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.yqlj .box ul li:hover a {
    color: #0F6CB8;
}

.yqlj .box:hover ul {
    display: block;
}


.header .top {
    width: 100%;
}

.head {
    width: 100%;
    position: relative;
}

.mb_head {
    display: none;
    position: absolute;
    top: 1em;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
    z-index: 111;
}

.mb_head .icon1,
.mb_head .icon2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb_head .iconfont {
    color: #0F6CB8;
    font-size: 20px;
}

.mb_head .icon2 {
    display: none;
}

.mb_head .mb_head_btn_se .icon1 {
    display: none;
}

.mb_head .mb_head_btn_se .icon2 {
    display: flex;
}


.mb_head .nav_date {
    color: #0F6CB8;
}

.headBg img {
    width: 100%;
}

.headText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head h1 {
    width: 36.5%;
    text-align: center;
    margin-top: -5%;
}

.head h1 img {
    /* width: 100%; */
    max-height: 203px;
}

.top_date {
    line-height: 45px;
    color: #9E9E9E;
}

.top_link {
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.top_link a {
    color: #9E9E9E;
}

.top_link span {
    display: block;
    margin: 0 10px;
}

.top_link .box {
    position: relative;
    cursor: pointer;
}

.top_link .box .img {
    width: 120px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 103%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: none;
}

.top_link .box img {
    width: 100%;
    display: block;
}

.top_link .box:hover .img {
    display: block;
}


.search-form {
    width: 270px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    box-sizing: border-box;
    border: 1px solid rgba(13, 111, 175, 0.2);
    position: relative;
    background: #EAF5FF;
    color: #9E9E9E;
    margin-right: 13px;
}

.search-form .form-control {
    width: 80%;
    box-sizing: border-box;
    padding-left: 23px;
}

.search-form .form-control::placeholder{
    color: #9E9E9E;
}

.search-form .form-btn {
    width: 56px;
    height: 35px;
    border-radius: 100px;
    background: #0F6CB8;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.search-form .form-btn span {
    color: #fff;
    font-size: 20px;
}

.navigation {
    width: 100%;
    position: relative;
    background: #0F6CB8;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #292929;
}

.nav .nLi {
    height: 80px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}


.nav .nLi h3 {
    height: 80px;
    font-weight: normal;
}

.nav .nLi h3 a {
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav .nLi.on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
    color: #FFDDA4;
}

.nav .nLi.on h3 a::after,
.nav .nLi:hover h3 a::after {
    opacity: 1;
}


.nav .sub {
    width: 140%;
    top: 100%;
    position: absolute;
    background: linear-gradient(180deg, #D9E4F4 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    line-height: 60px;
    left: -20%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 10px;
}


.nav .sub::before {
    content: '';
    width: 31px;
    height: 19px;
    display: inline-block;
    background: url(../img/sjx-icon2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

.nav .li_4 .sub {
    display: none;
}

.nav .sub li {
    line-height: 25px;
    box-sizing: border-box;
    text-align: center;
    zoom: 1;
    width: 100%;
    position: relative;
    padding: 0 10px;
}

.nav .sub a {
    display: inline-block;
    color: #2E2E2E;
    font-size: 18px;
    padding: 5px 0;
    position: relative;
}

.nav .sub a:hover {
    color: #0F6CB8;
    font-weight: bold;
    border-bottom: 2px solid #0F6CB8;
}


.nav .on h3 a {
    font-weight: bold;
    color: #0F6CB8;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: linear-gradient(180deg, #CBFCC6 0%, #FFFFFF 100%);
}

.nav .sub li .three-nav a {
    font-size: 16px;
}

.nav .sub li:hover .three-nav {
    display: block;
}


.topBox {
    width: 100%;
    margin: 45px 0;
    /*background: linear-gradient(180deg, #D6EDFF 0%, rgba(255, 255, 255, 0) 100%);*/
    box-sizing: border-box;
    padding: 25px 20px;
    display: flex;
}

.topBox .name {
    width: 83px;
}

.topBox .name img {
    width: 100%;
}

.topSlide {
    width: calc(100% - 83px);
    box-sizing: border-box;
    position: relative;
}

.topSlide .hd {
    position: absolute;
    right: 0;
    top: 0;
}

.topSlide .hd li {
    width: 10.16px;
    height: 10.16px;
    opacity: 1;
    border-radius: 50%;
    margin: 10px 0;
    cursor: pointer;
    background: rgba(39, 110, 200, 0.3);
}

.topSlide .hd li.on {
    background: #0F6CB8;
}

.topSlide .bd li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
}

.topSlide .bd li .title {
    font-size: 37px;
    line-height: 46px;
    height: 92px;
    text-align: center;
    color: #0B438D;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.advSlide {
    width: 100%;
    position: relative;
}

.advSlide .swiper-slide 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;
}

.advSlide .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);
}

.advSlide .swiper-prev,
.advSlide .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
}

.advSlide .swiper-next {
    right: 0;
    left: auto;
}

.advSlide .iconfont {
    color: #fff;
    font-size: 20px;
}

.newBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 750px;
    position: relative;
    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%) ;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.newSlide .swiper-slide .title {
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background: url(../img/bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 130px 0 20px;
}

.newSlide .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.newSlide .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    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;
}

.newSlide .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);
}

.newSlide .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.newSlide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1;
}

.newSlide .swiper-pagination-bullet-active {
    background: #fff;
}

.ywdt {
    flex: 1;
    margin-left: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 25px 25px 25px;
    position: relative;
}

.ywdt::before {
    content: '';
    width: 81px;
    height: 81px;
    display: inline-block;
    background: url(../img/textlist-li-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.ywdt::after {
    content: '';
    width: 81px;
    height: 81px;
    display: inline-block;
    background: url(../img/textlist-li-icon2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}


.ywdt .column {
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
}

.ywdt .column .title {
    width: 220px;
    background: url(../img/column-title-bg1.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 0;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 28px;
    border-bottom: 1px solid #0F6CB8;
}

.column .title {
    width: 198px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: url(../img/column-title-bg2.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-left: 32px;
}

.column .more {
    color: #9E9E9E;
}

.column .more:hover {
    color: #D40004;
}

.ywdtlist {
    width: 100%;
    margin-top: 30px;
}

.ywdtlist li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.ywdtlist 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;

}

.ywdtlist li a {
    width: 100%;
    height: 63px;
}

.ywdtlist li:last-of-type {
    border: none;
    padding: 0;
    margin: 0;
}

.ywdtlist li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.ywdtlist li .date {
    padding-right: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ywdtlist li .text {
    flex: 1;
}

.ywdtlist li .date::after {
    content: '';
    width: 0;
    height: 63px;
    display: inline-block;
    border-right: 1px solid #E2E2E2;
    position: absolute;
    right: 0;
}

.ywdtlist li .date .d {
    font-size: 32px;
    color: #0F6CB8;
    height: 32px;
    line-height: 32px;
}

.ywdtlist li .date .y {
    color: #959595;
}

.ywdtlist li .title {
    color: #2C2C2C;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.ywdtlist li .desc {
    color: #959595;
    line-height: 20px;
    height: 20px;
}

.ywdtlist li:hover .d,
.ywdtlist li:hover .y {
    color: #D40004;
}

.ywdtlist li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.ywdtlist li:hover::before {
    width: 100%;
}

.mainBg {
    width: 100%;
    background: url(../img/mainBg.jpg) center no-repeat;
    background-size: cover;
}

.mainBg .container {
    align-items: flex-start;
}

.mainBg .item {
    width: calc((100% - 80px) / 3);
    background: #fff;
}

.mainBg .item ul {
    box-sizing: border-box;
    padding: 30px;
}

.mtjj li {
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 14px;
    padding-bottom: 10px;
    position: relative;
}

.mtjj 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;
}

.mtjj li:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.mtjj li .org {
    display: inline-block;
    background: #FFF4E8;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #D40004;
    font-weight: bold;
}

.mtjj li .title {
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
}

.mtjj li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.mtjj li:hover::before {
    width: 100%;
}

.llyj li {
    width: 100%;
    height: 55px;
    background: #F0FBFF;
    border-left: 3px solid #0F6CB8;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
    display: flex;
    align-items: center;
}

.llyj li:last-of-type {
    margin-bottom: 0;
}

.llyj li .title {
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.llyj li .title::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #2c2c2c;
    position: absolute;
    left: 0;
    top: 15px;
}

.llyj li:hover {
    background: #D40004;
    border-left: 3px solid #D40004;
}

.llyj li:hover .title {
    color: #fff;
    font-weight: bold;
}

.llyj li:hover .title::before {
    background: #fff;
}

.llyj li:hover .title::before {
    background: #fff;
}

.tzgg li {
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 19px;
    margin-bottom: 19px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.tzgg li::before {
    content: '';
    width: 22px;
    height: 77px;
    display: inline-block;
    background: url(../img/tzgg-icon1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.tzgg li::after {
    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;
}

.tzgg li:last-of-type {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

.tzgg li .title {
    line-height: 30px;
    height: 60px;
}

.tzgg li .date {
    color: #A1A1A1;
    box-sizing: border-box;
    padding-left: 13px;
}

.tzgg li .date span {
    font-size: 14px;
    color: #D40004;
}

.tzgg li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.tzgg li:hover::before {
    background: url(../img/tzgg-icon2.png) center no-repeat;
    background-size: cover;
}

.tzgg li:hover::after {
    width: 100%;
}

/* --------------------------- */

.mainBg2 {
    width: 100%;
    background: url(../img/mainBg2.png) center top no-repeat;
    background-size: cover;
}

.zsjs_lzjy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zsjs_lzjy .item {
    width: calc((100% - 40px) / 2);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.shfw_ztzb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shfw_ztzb .item {
    width: calc((100% - 80px) / 3);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.shfw_ztzb .item ul {
    box-sizing: border-box;
    padding: 30px;
}

.shfw li {
    width: 100%;
    margin-bottom: 13px;
    height: 77px;
    background: #F0FBFF;
    border-left: 3px solid #0F6CB8;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.shfw li:last-of-type {
    margin: 0;
}

.shfw li .title {
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.shfw li .date {
    color: #A1A1A1;
}

.shfw li .date span {
    color: #D40004;
    font-size: 14px;
}

.shfw li:hover {
    background: #D40004;
    border-left: 3px solid #D40004;
}

.shfw li:hover .title {
    color: #fff;
    font-weight: bold;
}

.shfw li:hover .date {
    color: #fff;
}

.shfw li:hover .date span {
    color: #fff;
}

.jcdt li {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 11px;
    padding-bottom: 11px;
}

.jcdt li::after {
    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;
}

.jcdt li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.ywdtlist li:last-of-type:hover::before,
.tzgg li:last-of-type:hover::after,
.mtjj li:last-of-type:hover::before,
.zsjs ul li:last-of-type:hover::before,
.lzjy ul li:last-of-type:hover::before,
.jcdt li:last-of-type:hover::after {
    display: none;
}

.jcdt li::before {
    content: '';
    width: 22px;
    height: 77px;
    display: inline-block;
    background: url(../img/tzgg-icon1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.jcdt li .dater {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 10px;
}

.jcdt li .date {
    color: #A1A1A1;
}

.jcdt li .org {
    height: 22px;
    border-radius: 5px;
    background: #FFF4E8;
    padding: 0 5px;
    color: #D40004;
}

.jcdt li .date span {
    color: #D40004;
    font-size: 14px;
    margin-right: 5px;
}

.jcdt li .title {
    line-height: 28px;
    height: 56px;
    color: #2C2C2C;
    /* display: flex;
    align-items: center; */
}

.jcdt li:hover::after {
    width: 100%;
}

.jcdt li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.jcdt li:hover::before {
    background: url(../img/tzgg-icon2.png) center no-repeat;
    background-size: cover;
}

.ztzblist {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 5px;
}

.ztzblist .box {
    width: 100%;
    position: relative;
    padding-top: 63.15%;
}

.ztzblist .box img,
.ztzblist video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.zlklist {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zlklist .box {
    width: calc((100% - 24px) / 2);
    height: 45px;
    background: url("../img/zlk-li-bg1.jpg") center no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.zlklist .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #0F6CB8;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.zlklist .box a {
    width: 100%;
    color: #2C2C2C;
    font-size: 20px;
    text-align: center;
}

.zlklist .box5 {
    width: 100%;
    height: auto;
    margin: 0;
}

.zlklist .box5 img {
    width: 100%;
}

.zlklist .box .iconfont {
    color: #0F6CB8;
    font-size: 22px;
    transition: transform 0.5s;
}

.zlklist .box:hover::before {
    width: 100%;
}

.zlklist .box:hover{
    background: url("../img/zlk-li-bg2.jpg") center no-repeat;
    background-size: cover;
}

.zlklist .box:hover .iconfont {
    animation: jello 1s linear;
    color: #fff;
}

.zlklist .box:hover a {
    color: #fff;
}

.zlklist .box5::before {
    display: none;
}

.lzjy {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-sizing: border-box;
    border-right: 2px solid #0F6CB8;
}

.zsjs {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-left: 2px solid #0F6CB8;
}

.column-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 24px;
}

.column-col .title {
    width: 59px;
    height: 198px;
    background: url(../img/column-title-bg3.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* 文字竖版 */
    /*writing-mode: vertical-rl;*/
    display: inline-block;
    box-sizing: border-box;
    padding-top: 10px;

    display: flex;
    flex-direction: column;
}

.column-col .title span {
    margin: 2px 0;
    display: inline-block;
    text-align: center;
    height: 32px;
    width: 100%;
}

.lzjy .column-col .title {
    background: url(../img/column-title-bg4.png) center no-repeat;
    background-size: 100% 100%;
}

.column-col .more {
    color: #9E9E9E;
    writing-mode: vertical-rl;
}

.zsjs ul {
    flex: 1;
    box-sizing: border-box;
    padding: 10px 30px;
}

.zsjs ul li {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.zsjs ul 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;
}

.zsjs ul li:last-of-type {
    margin: 0;
    border: none;
}

.zsjs ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zsjs ul li .title {
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    color: #2C2C2C;
    padding-left: 10px;
    position: relative;
    flex: 1;
    padding-right: 10px;
}

.zsjs ul li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #2C2C2C;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
}

.zsjs ul li .date {
    color: #A1A1A1;
    width: 100px;
}

.zsjs ul li .date span {
    color: #D40004;
    font-size: 14px;
}

.zsjs ul li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.zsjs ul li:hover .title::before {
    width: 5px;
    height: 5px;
    background: #D40004;
}

.zsjs ul li:hover::before {
    width: 100%;
}


.lzjy ul {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
}

.lzjy ul li {
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.lzjy ul 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;
}

.lzjy ul li:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.lzjy ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.lzjy ul li .date {
    width: 63px;
    height: 62px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #0F6CB8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lzjy ul li .date .d {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 26px;
    color: #0F6CB8;
}

.lzjy ul li .date .y {
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: #0F6CB8;
    color: #fff;
}

.lzjy ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 18px;
}

.lzjy ul li .title {
    color: #333;
    line-height: 30px;
    height: 30px;
}

.lzjy ul li .desc {
    color: #333;
    opacity: .4;
    line-height: 23px;
    height: 23px;
}

.lzjy ul li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.lzjy ul li:hover::before {
    width: 100%;
}

.lzjy ul li:hover .date {
    box-sizing: border-box;
    border: 1px solid #D40004;
}

.lzjy ul li:hover .date .d {
    color: #D40004;
}

.lzjy ul li:hover .date .y {
    background: #D40004;
    color: #fff;
}

/* -------------------------------------------- */

.mainBg3 {
    width: 100%;
    background: url(../img/mainBg3.png) center top no-repeat;
    background-size: 100% auto;
}

.shys_jgkw {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shys_jgkw .item {
    width: calc((100% - 80px) / 3);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.shys_jgkw .item ul {
    box-sizing: border-box;
    padding: 30px;
}

.dsbl ul li {
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.dsbl ul 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;
}

.dsbl ul li .title {
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #2C2C2C;
    box-sizing: border-box;
    position: relative;
    padding-left: 10px;
}

.dsbl ul li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    position: absolute;
    background: #2C2C2C;
    border-radius: 50%;
    left: 0;
    top: 13px;
}

.dsbl ul li:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dsbl ul li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.dsbl ul li:hover .title::before {
    width: 5px;
    height: 5px;
    background: #D40004;
}

.dsbl ul li:hover::before {
    width: 100%;
}

.dsbl ul li:last-of-type:hover::before {
    display: none;
}

.jgkwSlide {
    box-sizing: border-box;
    padding: 30px;
}

.jgkwSlide .swiper-slide {
    box-sizing: border-box;
    padding: 0 60px 0 86px;
}

.jgkwSlide .swiper-slide a {
    display: block;
    width: 100%;
}

.jgkwSlide .swiper-slide .img {
    position: relative;
    box-sizing: border-box;
    border: 4.8px solid #B0DEFF;
}

.jgkwSlide .swiper-slide .img::after {
    content: '';
    width: 64px;
    height: 112px;
    display: inline-block;
    background: url(../img/jgkwIcon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 100%;
    bottom: 0;
}

.jgkwSlide .swiper-slide 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;
}

.jgkwSlide .swiper-slide .title {
    text-align: center;
    margin-top: 15px;
    text-align: center;
    color: #2F2F2F;
}

.jgkwSlide .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);
}

.jgkwSlide .swiper-slide:hover .title {
    color: #0F6CB8;
    font-weight: bold;
}

.jgkwSlide .swiper-pagination1 {
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #F0F0F0;
}

.jgkwSlide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    margin: 0 5px;
    opacity: 1;
    background: #B0DEFF;
}

.jgkwSlide .swiper-pagination-bullet-active {
    background: #0F6CB8;
}

.shysSlide {
    box-sizing: border-box;
    padding: 30px;
}

.shysSlide .swiper-slide 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;
}

.shysSlide .swiper-slide .title {
    text-align: center;
    width: 100%;
    color: #2C2C2C;
    margin-top: 20px;
    line-height: 30px;
    height: 30px;
}

.shysSlide .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);
}

.shysSlide .swiper-slide:hover .title {
    color: #0F6CB8;
    font-weight: bold;
}

.shysSlide .swiper-pagination1 {
    width: 100%;
    padding-top: 26px;
    margin-top: 26px;
    border-top: 1px solid #F0F0F0;
    display: flex;
    justify-content: center;
}

.shysSlide .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    margin: 0 5px;
    opacity: 1;
    background: #B0DEFF;
}

.shysSlide .swiper-pagination-bullet-active {
    background: #0F6CB8;
}


/* 党员风采 */

.gallery-top .swiper-slide {
    display: flex;
    opacity: 0 !important;
}

.gallery-top .swiper-slide-active {
    opacity: 1 !important;
}

.dyfc_left {
    width: 320px;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
}

.dyfc_left::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    display: inline-block;
    background: #0F6CB8;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dyfc_left 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;
}

.dyfc_left img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.dyfc_right {
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding-left: 45px;
}

.dyfc_right .title {
    font-size: 30px;
    font-weight: bold;
}

.dyfc_right .desc {
    line-height: 30px;
    height: 60px;
    color: #999;
    margin: 20px 0 30px 0;
}

.dyfc_right .more {
    width: 124px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #0F6CB8;
}

.dyfcSlide {
    width: 100%;
    position: relative;
}

.gallery-thumbs {
    width: 72%;
    position: absolute;
    right: 0;
    bottom: -20px;
    box-sizing: border-box;
    padding: 0 75px;
    z-index: 11;
}


.gallery-thumbs .swiper-prev,
.gallery-thumbs .swiper-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.gallery-thumbs .swiper-next {
    left: auto;
    right: 0;
}

.gallery-thumbs .swiper-prev:hover,
.gallery-thumbs .swiper-next:hover {
    background: #D40004;
}

.gallery-thumbs .swiper-prev:hover .iconfont,
.gallery-thumbs .swiper-next:hover .iconfont {
    color: #fff;
}

.gallery-thumbs .iconfont {
    color: #0F6CB8;
    font-size: 6px;
}

.gallery-thumbs .swiper-slide {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.gallery-thumbs .swiper-slide .img {
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
}

.gallery-thumbs .swiper-slide .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;
}

.gallery-thumbs .swiper-slide .img: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);
}

.gallery-thumbs .swiper-slide .title {
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    height: 30px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    top: 25px;
}

.gallery-thumbs .swiper-slide-thumb-active .img {
    background: #0F6CB8;
}

.gallery-thumbs .swiper-slide-thumb-active .title {
    display: none;
}

/* --- 内页 ---  */

.nmain {
    width: 100%;
    padding: 30px 0 40px 0;
}

.crumbs-list {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 12px;
    background: #F0F0F0;
    color: #A2A2A2;
}

.crumbs-list a {
    color: #A2A2A2;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-name {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #EBF6FF;

}

.crumbs-name .name {
    font-size: 24px;
    font-weight: bold;
    color: #2E2E2E;
    position: relative;
    display: inline-block;
}

.crumbs-name .name::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #0F6CB8;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.subNav {
    width: 100%;
}

.subNav ul {
    width: 100%;
    display: flex;
}

.subNav ul li {
    padding: 0 20px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #EBF6FF;
    margin-right: 10px;
}

.subNav ul li.on,
.subNav ul li:hover {
    background: #0F6CB8;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #fff;
}

.textlist .info li {
    width: 100%;
    height: 136px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}

.textlist .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #D40004;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .info li::after {
    content: '';
    width: 81px;
    height: 81px;
    display: inline-block;
    background: url(../img/textlist-li-icon.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.textlist .info li a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .info li .date {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.textlist .info li .date::before {
    content: '';
    width: 0;
    height: 63px;
    display: inline-block;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    right: 0;
}

.textlist .info li .d {
    font-size: 32px;
    color: #0F6CB8;
}

.textlist .info li .y {
    color: #959595;
}

.textlist .info li .text {
    flex: 1;
}

.textlist .info li .title {
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
}

.textlist .info li .desc {
    color: #959595;
    line-height: 25px;
    height: 25px;
}

.textlist .info li:hover::before {
    width: 100%;
}

.textlist .info li:hover .y,
.textlist .info li:hover .d {
    color: #D40004;
}

.textlist .info li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0F6CB8;
    color: #fff;
    border: solid 1px #0F6CB8;
}

.piclist .info li {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}

.piclist .info li::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #D40004;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .info li::before {
    content: '';
    width: 81px;
    height: 81px;
    display: inline-block;
    background: url(../img/textlist-li-icon.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.piclist .info li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .info li .img {
    width: 390px;
}

.piclist .info li .img img {
    width: 100%;
}

.piclist .info li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist .info li .title {
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
}

.piclist .info li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #959595;
    margin: 15px 0 22px 0;
}

.piclist .info li .date {
    color: #A1A1A1;
}

.piclist .info li .date span {
    font-size: 14px;
    color: #D40004;
}

.piclist .info li:hover .title {
    color: #D40004;
    font-weight: bold;
}

.piclist .info li:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture .info {
    width: 100%;
}

.picture .info li {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
    margin-bottom: 30px;
    float: left;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EBF6FF;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #333;
}

.picture .info li:hover .title {
    background: url(../img/picture-title-bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
}

.picture .info li .img {
    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%);
}

.picture .info li .picImg {
    position: relative;
    padding-bottom: 56.25%;
}


.picture_info .info li .picImg {
    padding-bottom: 133.33%;
}

.picture .info li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 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;
}

.picture .info li: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);
}

.detail {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 80px 150px;
}

.detail .title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #323232;
}

.detail .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 15px 0;
}

.detail .timer .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.detail .timer .left>div {
    color: #9E9E9E;
    margin-right: 20px;
}

.detail .dtl {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: #323232;
}

.detail .dtl p {
    margin-bottom: 10px;
}

.detail .dtl p img,
.detail .dtl p video {
    max-width: 100%;
    height: auto;
}

.detail-page .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0 15px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #0F6CB8;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    width: 100%;
    line-height: 26px;
    height: 26px;
    color: #323232;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover::before {
    width: 100%;
}

.detail-page .box:hover a {
    color: #0F6CB8;
}

.detail.danye .dtl {
    padding: 0;
    border: none;
}

/* ---- */

.search-form2 {
    margin-bottom: 40px;
    position: relative;
}


.search-form2 .form-control {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #0F6CB8;
    outline: unset;
}

.search-form2 .btn {
    position: absolute;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.padding-top-10 {
    padding-top: 10px;
}

.search_box {
    width: 100%;
}

.textlist2 li {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 20px;
}

.textlist2 li .title {
    font-weight: bold;
    color: #2E2E2E;
}

.textlist2 li .desc {
    line-height: 23px;
    text-align: justify;
    color: #A5A5A5;
    margin: 10px 0;
}

.textlist2 li .dete {
    color: #666;
}

.textlist2 li:hover {
    background: #0F6CB8;
}

.textlist2 li:hover .dete {
    color: #fff;
}

.textlist2 li:hover .title {
    color: #fff;
}

.textlist2 li:hover .desc {
    color: #fff;
}

.page404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.page404 h2 {
    font-size: 46px;
    color: #8f8f8f;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.page404 .text-404 {
    font-size: 16px;
    color: #666;
}

.btn-404 {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.btn-404 a {
    font-size: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background: #CFBC80;
    padding: 10px 15px;
    color: #fff;
}

.btn-404 span {
    font-size: 20px;
    color: #666;

}

.text-danger {
    color: #D40004;
    font-weight: bold;
}

/* -------------------------- */
.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;
}

.textlist_info .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist_info .info li {
    width: calc((100% - 20px) / 2);
}

#scrolltop {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
    background: #0F6CB8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../img/toTop.png") center no-repeat;
    background-size: cover;
}

.picture_info .info {
    width: 100%;
}

.picture_info .info li {
    width: calc((100% - 90px) / 4);
    margin-right: 28px;
    margin-bottom: 30px;
    float: left;
}

.picture_info .info li:nth-child(4n) {
    margin-right: 0;
}

.picture_info .info li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EBF6FF;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #333;
}

.picture_info .info li:hover .title {
    background: url(../img/picture-title-bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
}

.picture_info .info li .img {
    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%);
}

.picture_info .info li .picImg {
    position: relative;
    padding-bottom: 133.33%;
}


.picture_info_info .info li .picImg {
    padding-bottom: 133.33%;
}

.picture_info .info li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail .dtl p video{
    width: 800px;
}