.nmain-box {
    width: 100%;
    background: url(../img/nmain-box-bg.png) center top no-repeat #fff7f0;
    background-size: 100% auto;
    background-size: cover;
}

.crumbs {
    width: 100%;
}

.crumbs .list {
    height: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.crumbs .list a {
    color: #A15659;
}

.crumbs .list span {
    color: #A15659;
    margin: 0 3px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.nmain-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subNav {
    width: 25%;
    background: #fff;
    border-radius: 0px 30px 0px 0px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.subNav .item {
    position: sticky;
    top: 0;
}

.subNav .name {
    line-height: 36px;
    padding: 20px 0;
    font-weight: bold;
    font-size: 28px;
    color: #2F2F2F;
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-left: 25.8%;
    margin-bottom: 50px;
    position: relative;
}

.subNav .name::before {
    content: '';
    width: 78px;
    height: 6px;
    display: block;
    background: #EE1C25;
    position: absolute;
    bottom: 0;
    left: 25.8%;
}

.subNav .list li {
    width: 100%;
    box-sizing: border-box;
}

.subNav .list li h3 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 25.8%;
}

.subNav .list li .w {
    width: 100%;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
}

.subNav .list li h3 a {
    color: #242424;
    font-size: 20px;
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.subNav .list li a::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #2F2F2F;
    position: absolute;
    left: 0;
    top: 13px;
    transition: all 0.5s ease-in-out;
}

.subNav .list li h3 .ico {
    width: 8px;
    height: 15px;
    display: inline-block;
    background: url(../img/subNav-li-icon.png) no-repeat;
}

.subNav .list li.on h3 {
    background: #EE1C25;
}

.subNav .list li.on h3 .w a {
    color: #fff;
    font-weight: bold;
}

.subNav .list li.on a::before {
    width: 5px;
    height: 5px;
    background: #fff;
}

.subNav .list li.on h3 .ico {
    width: 10px;
    height: 17px;
    background: url(../img/subNav-li-icon-on.png) no-repeat;
}

.subNav .list li.on h3 .w {
    border: none;
}

.subNav .list li:hover h3 .w a {
    color: #EE1C25;
    font-weight: bold;
}

.subNav .list li.on:hover h3 a {
    color: #fff;
}

.subNav .list li:hover h3 .w a::before {
    width: 5px;
    height: 5px;
    background: #EE1C25;
}

.subNav .list li.on:hover h3 .w a::before {
    background: #ffff;
}

.subNav .list .sub {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    padding-left: 25.8%;
    box-shadow: -6px 10px 10px 0px rgba(0, 0, 0, 0.07);
}

.subNav .list .sub li {
    padding: 15px 20px;
    border-bottom: 1px solid #EBEBEB;
}

.subNav .list .sub li:last-of-type {
    border: none;
}

.subNav .list .sub li a {
    font-size: 16px;
    color: #333;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.subNav .list .sub li a::before {
    top: 10px;
}

.subNav .list .sub li:hover a {
    color: #EE1C25;
    font-weight: bold;
}

.subNav .list .sub li:hover a::before {
    background: #EE1C25;
}

.subNav .list .sub li.on a {
    font-weight: bold;
    color: #EE1C25;
}

.subNav .list li h3 .sub a::before {
    background: #333;
}

.subNav .list li.on .sub li a::before {
    background: #2F2F2F;
    width: 2px;
    height: 2px;
}

.subNav .list li.on .sub li.on a::before,
.subNav .list li .sub li:hover a::before {
    width: 5px;
    height: 5px;
    background: #EE1C25;
}

.ncontent {
    width: calc(75% - 20px);
    border-radius: 30px 0px 0px 0px;
    box-sizing: border-box;
    padding: 20px 8% 85px 50px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

/* --- 信息列表 --- */
.textlist ul li {
    width: 100%;
    padding: 27px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.textlist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #EE1C25;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist ul li .title {
    flex: 1;
    line-height: 28px;
    height: 28px;
    color: #2F2F2F;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    padding-left: 15px;
}

.textlist ul li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #2F2F2F;
    position: absolute;
    left: 0;
    top: 13px;
    transition: all 0.5s ease-in-out;
}

.textlist ul li .dete {
    color: #BEBEBE;
    width: 110px;
}

.textlist ul li .dete img {
    height: 16px;
    opacity: .5;
    margin-right: 0;
    margin-top: -3px;
}

.textlist ul li:hover::before {
    width: 100%;
}

.textlist ul li:hover .title {
    color: #EE1C25;
    font-weight: bold;
}

.textlist ul li:hover .title::before {
    width: 4px;
    height: 21px;
    border-radius: 0;
    background: #EE1C25;
    top: 5px;
}

.list-page {
    width: 100%;
    display: block;
    margin-top: 65px;
}

.picture .list-page {
    margin-top: 35px;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #EE1C25 !important;
    background-color: #EE1C25 !important;
}

/* --- 图文列表 --- */

.piclist ul li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    margin-bottom: 40px;
}

.piclist ul li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist ul li .img {
    width: 30%;
}

.piclist ul li .img img {
    width: 100%;
}

.piclist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.piclist ul li .title {
    line-height: 35px;
    height: 70px;
    text-align: justify;
    color: #2F2F2F;
}

.piclist ul li .dete {
    color: #BEBEBE;
}

.piclist ul li .dete img {
    height: 16px;
    opacity: .5;
    margin-top: -3px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist ul li:hover {
    border: 1px solid #EE1C25;
}

.piclist ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist ul li:hover .title {
    font-weight: bold;
    color: #EE1C25;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 81px) / 3);
    margin-right: 40px;
    margin-bottom: 30px;
    position: relative;
}

.picture ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #EE1C25;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}

.picture ul li .img {
    box-sizing: border-box;
    padding: 0 0 12px 12px;
    position: relative;
}

.picture ul li .picImg {
    width: 100%;
    position: relative;
    z-index: 5;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture ul li .img::before {
    content: '';
    width: calc(100% - 12px);
    height: 64%;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
}

.picture ul li img {
    width: 100%;
}

.picture ul li .title {
    line-height: 35px;
    height: 70px;
    text-align: justify;
    color: #1D1D1D;
    margin: 15px 0;
}

.picture ul li:hover::before {
    width: 100%;
}

.picture ul li:hover .title {
    color: #EE1C25;
}

.picture ul li:hover .picImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.detail {
    width: 100%;
}

.detail .title {
    font-size: 34px;
    font-weight: bold;
    line-height: 55px;
    color: #2F2F2F;
}

.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9E9E9E;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 40px;
}

.danye .dtl {
    padding: 0;
    border: none;
}

.detail .dtl p {
    margin: 10px 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 20px !important;
    line-height: 45px !important;
    color: #474747;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 26px !important;
    line-height: 60px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 40px !important;
    line-height: 70px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 0 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}


.detail-page .box:hover a {
    color: #D7181F;
    font-weight: bold;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #D7181F;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box:hover::before {
    width: 100%;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .timer .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #EE1C25;
    font-weight: bold;
}

.danye .dtl {
    padding: 0;
}

.detail-code {
    width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-code .p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #9E9E9E;
    margin-top: 10px;
}

/* 领导班子 */

.ldbzlist {
    padding: 50px 90px;
    background: url(../img/ldbzlist-bg.jpg) center no-repeat;
    background-size: cover;
}

.ldbz-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-size: 20px;
}

.ldbz-item .name {
    color: #2F2F2F;
    width: 150px;
    text-align: center;
    margin-top: -30px;
    margin-right: 30px;
}

.ldbz-item ul {
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ldbz-item ul li {
    margin-right: 70px;
}

.ldbz-item ul li .img {
    width: 150px;
}

.ldbz-item ul li .img img {
    width: 100%;
}

.ldbz-item ul li .title {
    width: 100%;
    line-height: 55px;
    height: 55px;
    text-align: center;
    color: #2F2F2F;
}

/* 讲座讲堂 */

.jzjtlist2 .list-page {
    margin-top: 25px;
}

.jzjtlist2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.jzjtlist2 ul li {
    width: calc((100% - 120px) / 4);
    background: url(../img/jzjtBg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.jzjtlist2 ul li:nth-child(4n) {
    margin-right: 0;
}

.jzjtlist2 ul li .text {
    width: 100%;
    border-radius: 20px;
    background: rgba(238, 28, 37, .6);
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jzjtlist2 ul li .text .title {
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    margin-bottom: 10px;
}

.jzjtlist2 ul li .text .desc {
    line-height: 30px;
}

.jzjtlist2 ul li .text .desc p {
    line-height: 25px;
    margin: 5px 0;
}

.jzjtlist2 ul li .text .desc img {
    width: 14px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.jzjtlist2 ul li .img img {
    width: 100%;
    /* height: 555px; */
    border-radius: 20px;
}

/* 大事记 */

.ncontent-dsj {
    position: relative;
    padding: 70px 8% 0 100px;
    background: url(../img/dsjBg.png) center bottom no-repeat;
    background-size: cover;
}

.ncontent-dsj::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    border-left: 4px solid #D8D8D8;
    position: absolute;
    left: 273px;
    top: 0;
    bottom: 0;
}

.dsjlist ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 60px;
}

.dsjlist ul li .name {
    width: 150px;
    text-align: right;
    font-size: 30px;
    color: #3D3D3D;
    position: relative;
}

.dsjlist ul li .name::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #EE1C25;
    border-radius: 50%;
    position: absolute;
    left: 112%;
    top: 11px;
}

.dsjlist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 90px;
}

.dsjlist ul li .text .desc {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: #3D3D3D;
}

.dsjlist ul li .text .img {
    margin: 20px 0 60px 0;
}

.dsjlist ul li .text .img img {
    width: 100%;
}

/* 专题专栏 */

.nmain-box-ztzl {
    background: url(../img/nmain-box-bg.png) center top no-repeat #fff;
    background-size: 100% auto;
    background-size: cover;
}

.ztzllist {
    width: 100%;
    padding-bottom: 70px;
}

.ztzl-column {
    width: 100%;
    padding: 80px 0;
}

.ztzl-column .name {
    font-size: 38px;
    font-weight: bold;
    color: #2F2F2F;
    position: relative;
}

.ztzl-column .name:after {
    content: '';
    height: 6px;
    width: 78px;
    display: inline-block;
    background: #EE1C25;
    position: absolute;
    left: 0;
    bottom: -23px;
}

.ztzlSlide2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12% 160px 12%;
    position: relative;
}

.ztzlSlide2::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/ztzlSlide2-bg.png) center bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
}

.ztzlSlide2 .swiper-slide .img {
    overflow: hidden;
    border-radius: 34px;
    position: relative;
}

.ztzlSlide2 .swiper-slide a,
.ztzlSlide2 .swiper-slide img {
    width: 100%;
    border-radius: 34px;
}

.ztzlSlide2 .swiper-slide .more {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ztzlSlide2 .swiper-slide .more::before {
    content: '';
    width: 52px;
    height: 0;
    display: inline-block;
    border-top: 1.2px solid #FFFFFF;
    margin-right: 5px;
}

.ztzlSlide2 .swiper-container {
    padding-top: 30px;
}

.ztzlSlide2 .swiper-slide {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.ztzlSlide2 .swiper-slide:hover {
    top: -30px;
    transition: all 0.5s ease-in-out;
}

.ztzlSlide2 .swiper-slide:hover .more {
    opacity: 1;
}

.ztzlSlide2 .swiper-btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

.ztzlSlide2 .swiper-pagination1 {
    height: 26px;
    line-height: 26px;
    border-radius: 10000px;
    background: rgba(175, 37, 27, 0.23);
    backdrop-filter: blur(20px);
    display: inline-block;
    width: auto;
    padding: 0 10px;
}

.ztzlSlide2 .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 4px;
}

.ztzlSlide2 .swiper-pagination-bullet-active {
    background: #A70409;
}

/* 搜索结果 */

.searchlist ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    margin-bottom: 25px;
    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%);
    border-radius: 10px;
}

.searchlist ul li .title {
    line-height: 30px;
    height: 30px;
    color: #333;
}

.searchlist ul li .desc {
    line-height: 25px;
    height: 50px;
    margin: 15px 0;
    color: #666;
}

.searchlist ul li .dete {
    color: #666;
}

.searchForm {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#newskeycode202758 {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    line-height: 55px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
}

.searchForm .btn {
    position: absolute;
    right: 0;
    width: 70px;
    height: 55px;
    background: #EE1C25;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.searchText {
    line-height: 30px;
    font-size: 18px;
}

.listFrame a {
    color: #EE1C25;
}

@media screen and (min-width: 2260px) {}

@media screen and (max-width: 1630px) {
    .ldbzlist {
        padding: 40px;
    }

    .ldbz-item ul li {
        margin-right: 40px;
    }

    .jzjtlist2 ul li {
        width: calc((100% - 80px) / 3);
        padding: 20px;
    }

    .jzjtlist2 ul li:nth-child(4) {
        margin-right: 40px;
    }

    .jzjtlist2 ul li:nth-child(3) {
        margin-right: 0;
    }

    .jzjtlist2 ul li .text .desc p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width: 1400px) {
    .detail .title {
        font-size: 24px;
        line-height: 40px;
    }

    .ldbz-item {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .ldbz-item .name {
        margin-right: 15px;
    }

    .ldbz-item ul li {
        margin-right: 20px;
    }



    .ncontent-dsj {
        padding-left: 30px;
    }

    .dsjlist ul li .name {
        width: 135px;
        font-size: 22px;
    }

    .ncontent-dsj::before {
        left: 188px;
        border-left: 2px solid #D8D8D8;
    }

    .dsjlist ul li .text {
        padding-left: 65px;
    }

    .dsjlist ul li {
        margin-bottom: 30px;
    }

    .dsjlist ul li .text .desc {
        font-size: 16px;
        line-height: 30px;
    }

    .ztzl-column .name {
        font-size: 30px;
    }


}

@media screen and (max-width: 1240px) {
    .piclist ul li .text {
        padding: 20px 15px;
    }

    .ztzl-column {
        padding: 35px 0;
    }

    .jzjtlist2 ul {
        justify-content: space-between;
    }

    .jzjtlist2 ul li {
        width: 48%;
        margin-right: 0 !important;
    }

    .ztzl-column .name:after {
        height: 3px;
        bottom: -10px;
    }

    .ztzl-column .name {
        font-size: 20px;
    }

    .piclist ul li .title {
        line-height: 26px;
        height: 52px;
        margin-bottom: 10px;
    }

    .subNav .name {
        font-size: 22px;
        line-height: 28px;
    }

    .foot {
        height: auto;
    }

    .subNav .list li h3 a {
        font-size: 16px;
    }

    .picture ul {
        justify-content: space-between;
    }

    .picture ul li {
        width: 48.5%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .picture ul li .title {
        line-height: 26px;
        height: 52px;
    }

    .detail .title {
        font-size: 20px;
        line-height: 35px;
    }

    .detail .timer .right {
        display: none;
    }

    .detail .timer .left {
        justify-content: center;
    }

    .detail .timer .left>div {
        margin: 0 10px;
    }

    .detail .timer .left .fontSize {
        margin-top: 10px;
    }

    .detail .dtl p,
    .detail .dtl p span {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .detail .dtl.big p,
    .detail .dtl.big p span {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .detail .dtl.large p,
    .detail .dtl.large p span {
        font-size: 28px !important;
        line-height: 48px !important;
    }

    .detail-page .box {
        padding: 15px 0 7px 0;
    }

    .detail-page .box a {
        font-size: 15px;
    }

    .ldbz-item {
        font-size: 16px;
    }

    .ldbz-item .name {
        width: 115px;
        margin: 0;
    }

    .ldbz-item ul {
        width: calc(100% - 126px);
    }

    .ncontent-dsj {
        padding: 40px 20px;
    }

    .dsjlist ul li .name {
        width: 112px;
        font-size: 20px;
    }

    .ncontent-dsj::before {
        left: 150px;
    }

    .dsjlist ul li .name::after {
        width: 12px;
        height: 12px;
        top: 8px;
    }

    .dsjlist ul li .text {
        padding-left: 50px;
    }

    .ztzlSlide2 {
        padding-bottom: 110px;
    }

    .searchText {
        line-height: 28px;
        font-size: 15px;
    }

    #newskeycode202758 {
        height: 45px;
        line-height: 45px;
    }

    .searchForm .btn {
        width: 60px;
        height: 45px;
        font-size: 16px;
    }

    .detail-code {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .subNav {
        display: none;
    }

    .ncontent {
        width: 100%;
        padding: 20px 15px;
    }

    .textlist ul li {
        padding: 15px 0;
    }

    .textlist ul li a {
        align-items: flex-start;
        flex-direction: column;
    }

    .textlist ul li .title {
        width: 100%;
        height: auto;
        -webkit-line-clamp: unset;
        margin-bottom: 5px;
    }

    .textlist ul li .dete img {
        height: 13px;
    }

    .piclist ul li .img {
        width: 100%;
    }

    .piclist ul li {
        margin-bottom: 20px;
    }

    .picture ul li {
        width: 100%;
    }

    .picture ul li .title {
        height: auto;
    }

    .ldbz-item ul {
        justify-content: space-between;
    }

    .ldbz-item ul li {
        width: 48%;
        margin-right: 0;
        margin: 10px 0;
    }

    .ldbz-item ul li .img {
        width: 100%;
    }

    .ldbz-item ul li .title {
        line-height: 40px;
        height: 40px;
    }

    .jzjtlist2 ul li {
        width: 100%;
    }

    .dsjlist ul li .name::after,
    .ncontent-dsj::before {
        display: none;
    }

    .dsjlist ul li .name {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        color: #EE1C25;
    }

    .dsjlist ul li .text {
        padding: 0;
    }

    .dsjlist ul li .text .img {
        margin: 20px 0;
    }

    .ztzlSlide2 {
        padding: 0 0 60px 0;
    }

    .ztzllist {
        padding-bottom: 40px;
    }

    .ztzlSlide2::before {
        display: none;
    }

}