@charset "utf-8";

.lmsx {
    margin-bottom: 0.4rem;
    display: flex;
    /* justify-content: space-between; */
}

.lmsx .item {
    flex: 1;
    max-width: 3.333rem;
    position: relative;
    /* max-width: 333.3px; */
}

.lmsx .item .text {
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.44rem;
    display: block;
    transition: all 0.4s;
    position: relative;
    background: url(../image/yyjt.png) no-repeat right .15rem center;
    background-color: #ececec;
    background-size: .11rem;
    cursor: pointer;
}

.lmsx .item .xx {
    position: absolute;
    top: 100%;
    right: .15rem;
    z-index: 99;
    display: none;
    padding-top: .08rem;
}

.lmsx .item .xx1 {
    background-color: #f4f5f6;
    min-width: 1.4rem;
    padding: .08rem 0;
}

.lmsx .item .xx2 {
    display: block;
    text-align: center;
    padding: .1rem;
    box-sizing: border-box;
    overflow: hidden;
    color: #333333;
    font-size: .24rem;
    line-height: 1.3;
    position: relative;
    transition: all 0.6s;
}

.lmsx .item:hover .text,
.lmsx .item.style .text {
    color: #ffffff;
    background-color: #ed8d4d;
    background-image: url(../image/yyjt_.png);
}

.lmsx .item .xx2.act,
.lmsx .item .xx2:hover {
    color: #ed8d4d;
}


.zymz .item:last-child::before {
    display: none;
}

.zlxsnry .wzxx {
    padding-top: .2rem;
}

.zlxsnry .wzxx .item {
    font-size: .2rem;
    line-height: 1.8;
    text-align: center;
}

.grid1 {
    padding: 0 3%;
    box-sizing: border-box;
}

.grid {
    box-sizing: border-box;
    width: 100% !important;
    margin: auto;
}

.grid-item {
    width: 20%;
    box-sizing: border-box;
    padding: .1rem;
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.grid-item {}

.grid-item .img {
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.grid-item .wz {
    padding-top: 0.1rem;
    transition: all 0.4s;
}

.grid-item .wz .l1 {
    font-size: 0.15rem;
    line-height: 0.26rem;
}

.grid-item:hover .wz {
    color: #ed8c4d;
}






.xszp {
    padding-top: .3rem;
}

.xxdsj {
    width: 100%;
    margin-top: .8rem;
}

.xxdsj .xxdsj1 {
    display: inline-block;
    animation: slide 50s linear infinite;
    animation-delay: 5s; /* 延迟5秒后开始动画 */
    white-space: nowrap;
}

.xxdsj .xxdsj1 img {
    height: 10rem;
    max-width: 10000000px;
    display: inline;
}


@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.xwdt .item {
    border-bottom: 0.01rem dashed #727272;
    padding: 0.28rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.xwdt.gzdt .item:nth-child(1) {
    padding-top: 0;
    /* border-top: 0.01rem dashed #727272; */
}

.xwdt .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.01rem;
    height: 0.02rem;
    background-color: #ed8c4d;
    transition: all 0.4s;
    width: 0;
}

.xwdt .item:hover::before {
    width: 100%;
}

.xwdt .zc {
    width: calc(100% - 1.6rem);
}

.xwdt .xz {
    font-size: 0.22rem;
    line-height: .7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../image/xztb.png) no-repeat center left;
    background-size: .15rem auto;
    padding-left: .23rem;
}

.xwdt .l1 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
    transition: all 0.4s;
}

.xwdt .l2 {
    font-size: 0.16rem;
    line-height: 1.6;
    color: #686868;
    transition: all 0.4s;
}

.xwdt .sj {
    font-size: 0.25rem;
    color: #cecece;
    transition: all 0.4s;
    white-space: nowrap;
}

.xwdt .item:hover .l1 {
    color: #ed8c4d;
}

.xwdt .item:hover .l2 {
    color: #333333;
}

.xwdt .item:hover .sj {
    color: #333333;
}

.xwdt .item:hover .xz {
    color: #ed8c4d;
    background-image: url(../image/xztb_.png);
}

.header .top {
    position: fixed;
    background-color: #ffffff;
}

.header.fixed-nav .top1 {
    background: #ffffff; 
}
.topheight{
    height: 1.57rem;
}
.header .top .back {
    display: none;
}

.header .top1 {
    padding: .35rem 3.6%;
    border-bottom: 1px solid #fdf1e9;
}

.menu .text {
    color: #383838;
}

.header .top .logo .img2 {
    display: none;
}

.menu .item::before {
    background-color: #ed8c4d;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #ed8d4d !important;
    background-color: #ed8d4d !important;
}

main {
    padding: .75rem 0;
    min-height: 5rem;
}

#sousy .search {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
    background-color: #ffffff;
    z-index: 1;
}

a {
    display: inline;
}

.search {
    display: block;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    overflow: hidden;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0;
}

.clearfix {
    display: block;
}

.w1400 {
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ny_banner {
    position: relative;
    width: 100%;
}

.ny_banner img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    min-height: 150px;
    width: 100%;
}

.ny_banner h2 {
    position: absolute;
    font-size: 46px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    text-shadow: 0 0 5px #ed8d4d;
}


/* 左侧导航 */

.left_dh {
    width: 2rem;
    /* padding: 25px; */
    box-sizing: border-box;
    height: auto;
    position: relative;
    z-index: 9;
}

.left_dh .dhtp {
    width: 100%;
    margin-bottom: .03rem;
}

.left_dh h2 {
    width: 100%;
    padding: .14rem 0px;
    font-size: .24rem;
    line-height: 1.3;
    color: #fff;
    background: #ed8d4d;
    text-align: center;
    font-weight: 400;
}

.left_dh ul {
    display: block;
    /* background: #fff; */
    /* box-shadow: 0 0 16px 5px rgba(8, 1, 3, 0.1); */
    padding-bottom: 100px;
}

.left_dh ul li .erjilj {
    display: block;
    width: 100%;
    font-size: .2rem;
    line-height: 1.3;
    color: #000;
    padding: .15rem .12rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.left_dh ul li .erjilj::before {
    position: absolute;
    content: '?';
    top: 18px;
    right: 26px;
    font-weight: 600;
    display: none;
}

.left_dh ul li:last-of-type a {
    border-bottom: none;
}

.left_dh ul li {
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

.left_dh ul li .erjilj.hover,
.left_dh ul li .erjilj:hover {
    /* font-weight: bold; */
    background: #f2f2f2;
}


/* 右侧内容 */

.right_con {
    width: calc(100% - 2.75rem);
    padding-top: 0.06rem;
}

.right_con .righttop {
    border-bottom: 2px solid #ed8d4d;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 0.15rem;
    padding-top: 0.28rem;
    gap: 0.2rem;
}

.right_con2 .righttop {
    padding-top: 0 !important;
}

.right_con .righttop .lmmc {
    white-space: nowrap;
}

.right_con .righttop .mc1 {
    color: #ed8d4d;
    font-size: 0.36rem;
    font-family: 'SourceHanSansCNBold';
    /* display: inline-block; */
}

.right_con .righttop .mc2 {
    font-size: 0.22rem;
    color: #727272;
    margin-left: .15rem;
    /* display: inline-block; */
}


/* 宽度100 */

.right_con2 {
    width: 100%;
}




/* 当前位置 */

.dqwz {
    position: relative;
}



.dqwz,
.dqwz span,
.dqwz i,
.dqwz a {
    font-size: .16rem;
    color: #727272;
    font-style: normal;
    text-transform: capitalize;
    line-height: .26rem;
    display: inline-block;
}

.dqwz i {
    margin: 0 .01rem;
}

.dqwz a:hover {
    color: #ed8d4d;
}

.dqwz span {
    /* color: #372c9c; */
    color: #ed8d4d;
}

/* 单篇 */
.dp {
    padding-top: .3rem;
}

.dp .fh {
    text-align: right;
    margin-bottom: .3rem;
    padding-right: .15rem;
    box-sizing: border-box;
}

.dp .fh .a {
    font-size: .16rem;
    display: inline-block;
}

.dp .fh .a:hover {
    color: #ed8d4d;
}

.dp .top {
    margin-bottom: 0.6rem;
}

.dp .top .img {
    float: left;
    margin-right: 0.7rem;
}

.dp .top .img img {
    width: 3.2rem;
    height: 4rem;
    object-fit: cover;
}

.dp .top .jieshao {}

.dp .top .jieshao .mz {
    font-size: 0.32rem;
    padding-top: 0.15rem;
    margin-bottom: 0.32rem;
    line-height: 1.3;
}

.dp .top .jieshao .zc {
    font-size: 0.2rem;
    line-height: 1.3;
    margin-bottom: 0.15rem;
}

.dp .grjjwz {
    font-size: 0.32rem !important;
    margin-bottom: 0.1rem;
    font-weight: bold;
}

.dp h2.bt {
    font-weight: 600;
    font-size: .32rem;
    /* color: #131313; */
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.right_con .content div,
.right_con .content p,
.right_con .content span {
    font-size: .2rem !important;
    color: #383838;
    line-height: 2 !important;
    font-family: SourceHanSansCNRegular !important;
}

.right_con .content p {
    /* margin-bottom: 10px !important; */
    text-indent: 2em !important;
    text-align: justify;
}

.right_con .content .zlbt {
    margin-top: .4rem;
    font-size: .32rem;
    color: #ed8d4d;
    margin-bottom: .1rem;
}

.right_con .content img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 10px auto !important;
    object-fit: cover;
}

.right_con .content video {
    margin: auto;
    max-width: 80%;
    width: 900px;
    height: auto;
}



#vsb_content table {
    border: 0px !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    /* width: 100% !important; */
    /* width: 80% !important; */
    margin: 20px auto !important;
}

#vsb_content table tr td {
    border-left: 0px !important;
    border-top: 0px !important;
    line-height: 23px !important;
    padding: .08rem !important;
    border: 1px solid #ddd !important;
    /* border-right-width: 1px !important; */
    /* border-bottom-width: 1px !important; */
    /* border-right-style: solid !important; */
    /* border-bottom-style: solid !important; */
    /* border-right-color: #ddd !important; */
    /* border-bottom-color: #ddd !important; */
}

#vsb_content table tr td p {
    text-indent: 0em !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center !important;
}


/* 内容页 */

.nr_con h2.bt {
    font-size: 28px;
    color: #010101;
    margin: 20px 0;
    line-height: 35px;
    text-align: center;
}

.nr_con div.wzxx {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.nr_con div.wzxx p {
    font-size: 14px;
    line-height: 38px;
    color: #818181;
    text-align: center;
}

.right_con div.wzxx {
    width: 100%;
    box-sizing: border-box;
    /* background: #f7f7f7; */
    margin-bottom: 20px;
}

.right_con div.wzxx .p {
    font-size: .2rem;
    padding: 12px 0px;
    color: #727272;
    text-align: center;
}

.right_con div.wzxx .p .item {
    display: inline-block;
    padding: 0px .06rem;
}


/* 列表页 */

.list ul li {
    margin-top: 30px;
}

.list ul li:first-of-type {
    margin-top: 0;
}

.list ul li a {
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0, 60, 112, 0.1);
}

.list ul li a p.time {
    width: 90px;
    height: auto;
    background: #ed8d4d;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}

.list ul li a p.time span {
    display: block;
    font-size: 20px;
}

.list ul li a p.more {
    width: 100px;
    font-size: 15px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    box-sizing: border-box;
}

.list ul li a p.con {
    width: calc(100% - 240px);
}

.list ul li a p.con span {
    display: block;
}

.list ul li a p.con span.tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.list ul li a p.con span.txt {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}

.list ul li a:hover p.con span.tit {
    color: #ed8d4d;
}

.list ul li a:hover p.con span.txt {
    color: #333;
}


/* 检索结果 */


/*search*/

.searchWrap {
    min-height: 600px;
    background: #fff;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #ed8d4d;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a h3 span {
    FONT-WEIGHT: bold !important;
    FONT-SIZE: 18px !important;
    COLOR: #dd4b39 !important;
    FONT-FAMILY: "微软雅黑" !important;
}

.searchWrap ul li a:hover {
    opacity: 0.7;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}


/* 图片列表 */


.List_tp1 {
    padding-top: .45rem;
}

.List_tp .item {
    width: calc(33.33%);
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-bottom: .2rem;
}

.List_tp .item:nth-child(1),
.List_tp .item:nth-child(2){
   /* margin: 0 calc(33.33%/4); */
}

.List_tp .item:nth-child(2){
   margin-right:calc(33.33%/4);
}

.List_tp .item .a {
    background: #ffffff;
    /* box-shadow: 0px 0px 5px #ddd; */
    /* border-radius: 10px; */
    display: block;
    text-align: center;
}

.List_tp .img {
    display: block;
    width: 100%;
    /* border-radius: 10px; */
    overflow: hidden;
    width: 2.5rem;
    max-width: 100%;
    margin: auto;
}

.List_tp .image {
    padding-top: 127.8%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease 0s;
}


.List_tp .title {
    padding: 10px 18px;
    color: #333333;
}

.List_tp .title .text {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.List_tp .item:hover .a {
    /* background: #ed8d4d; */
    /* transform: translateY(-20px); */
    /* box-shadow: 5px 5px 15px 0px #949493; */
    transition: all 0.5s ease 0s;
}

.List_tp .item:hover .image {
    transform: scale(1.12)
}

.List_tp .item:hover .zw,
.List_tp .item:hover .mz {
    color: #ed8d4d;
}

.List_tp .mz {
    font-size: .24rem;
    line-height: 1.3;
    margin-top: .13rem;
    margin-bottom: .07rem;
    transition: all 0.5s ease 0s;
}

.List_tp .zw {
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    transition: all 0.5s ease 0s;
}

.morecontent {
    /* background-color: #f7f7f7; */
    margin-top: 1rem;
}

.morecontent .item {
    box-sizing: border-box;
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .15rem;
    color: #727272;
}

.morecontent .item:hover {
    color: #ed8d4d;
}


/* .morecontent .item:hover .style{
    color: #333333;
} */

.morecontent .item1 {}

.morecontent .item span.style {
    /* font-weight: 600; */
}

.right_con .content sup span,
.right_con .content sub span {
    position: relative !important;
    font-size: 0.9em !important;
    line-height: 0 !important;
    vertical-align: baseline !important;
}

.iconlist {}

.iconlist .item {
    padding: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
}

.iconlist .item .icon {
    margin: auto;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    border: 2px solid #ed8d4d;
}

.iconlist .item .icon img {
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconlist .item .text {
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    line-height: 24px;
    height: 48px;
}

.iconlist .item:hover .icon {
    box-shadow: 0px 0px 10px 1px #ed8d4d;
    color: #ed8d4d;
    transition: all 0.4s;
}

.iconlist .item:hover {
    color: #ed8d4d;
    transition: all 0.4s;
}

.right_con .content iframe {
    width: 80%;
    margin: auto;
    display: block;
}

.list_fy {
    padding-top: .3rem;
}

.ljlist6title {
    font-size: 20px;
    border-bottom: 1px solid rgb(235, 234, 234);
    padding-bottom: 15px;
    color: #ed8d4d;
}

.ljlist61 {
    margin-bottom: 40px;
}

.ljlist7 {
    width: calc(100% + 40px);
}

.ljlist7 .item {
    width: calc(33.33% - 26px);
    display: block;
    text-align: center;
    box-shadow: 0 0 13px #e9e9e9;
    font-size: 16px;
    color: #333;
    line-height: 61px;
    margin-right: 20px;
    margin-top: 25px;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.ljlist7 .item:hover {
    background: #ed8d4d;
    color: #fff;
    transition: all 0.4s;
}


.left_dh .sjlanmu {
    padding: 0px 40px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
}

.left_dh li.style .sjlanmu {
    max-height: 300px;
    padding-bottom: 20px;
}

.left_dh .sjlanmu .sjxiala {
    position: absolute;
    top: 11px;
    right: 8px;
    cursor: pointer;
    transition: all 0.4s;
    background-image: url(../image/you9.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.left_dh .sjlanmu.style .sjxiala {
    transform: rotate(90deg);
}

.left_dh .sjlanmu .item {
    display: block;
    line-height: 24px;
    font-size: 15px;
    margin: 12px 0;
    /* border-bottom: 1px solid #d2cccc; */
}

.left_dh .sjlanmu .item:hover,
.left_dh .sjlanmu .item.style {
    color: #ed8d4d;
}


.maincontent {
    padding-top: 25px;
}


.twlist .item:nth-child(1) {
    padding-top: 10px;
}

.twlist .item {
    display: block;
    padding: 30px 0px;
    border-bottom: 1px solid #e4e4e4;
    transition: all 0.4s;
}

.twlist .item.delimg .img {
    display: none;
}

.twlist .item.delimg .text {
    padding-top: 0px;
}

.twlist .img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    display: block;
}

.twlist .img img {
    width: 270px;
    object-fit: cover;
    height: 175px;
}

.twlist .text {
    padding-top: 10px;
}

.twlist .text .title {
    font-size: 20px;
    box-sizing: border-box;
}

.twlist .text .summary {
    font-size: 16px;
    line-height: 30px;
    color: #7c7a7a;
    margin-top: 20px;
    margin-bottom: 15px;
}

.twlist .text .date {
    color: #7c7a7a;
    font-size: 15px;
}


.twlist .item:hover img {
    /* transition: all 0.4s;
    transform: scale(1.1); */
}

.twlist .item:hover {
    border-bottom: 1px solid #ed8d4d;
    padding-left: 25px;
}

.twlist .item:hover .title {
    color: #ed8d4d;
    font-weight: 600;
}

.twlist .item:hover .summary,
.twlist .item:hover .date {
    color: #ed8d4d;
    transition: all 0.4s;
}

.zymz {
    margin-bottom: 0.4rem;
    display: flex;
    /* justify-content: space-between; */
}

.zymz .item {
    flex: 1;
    max-width: 3.333rem;
    /* max-width: 333.3px; */
    position: relative;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.44rem;
    display: block;
    transition: all 0.4s;
    background: #eaeaea;
}

.zymz .item:hover,
.zymz .item.style {
    color: #ffffff;
    background-color: #ed8d4d;
}

.zymz .item::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 0.01rem;
    right: 0;
    top: 50%;
    background-color: #bbbbbb;
    transform: translateY(-50%);
}

.zymz .item:last-child::before {
    display: none;
}

.right_con .content .zybt {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-top: 0.6rem;
}

.right_con .content .zybt img {
    margin: 0;
    height: 0.35rem;
}

.right_con .content .zybt .wz {
    color: #ed8d4d;
}

.xbfl {
    margin-bottom: 0.4rem;
}

.xbfl .item {
    padding: 0 0.1rem;
    display: inline-block;
}

.xbfl .item .a {
    padding: 0.1rem 0.15rem;
    font-size: 0.24rem;
}

.xbfl .item .a:hover {
    color: #ed8d4d;
}

.xbfl .item.style .a {
    border-bottom: 2px solid #ed8d4d;
}

/* 媒体查询 */


@media only screen and (max-width: 1380px) {

    .w1400 {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }



    .left_dh p.btn_one {
        height: 72px;
    }


    .left_dh p.btn_one img {
        width: 34px;
    }

    .left_dh p.btn_one span {
        font-size: 26px;
        line-height: 34px;
        margin-left: 20px;
    }

    .dp .content {
        margin-top: 10px;
    }

    .dp h2.bt {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .nr_con h2.bt {
        font-size: 26px;
        margin: 15px 0;
    }

    .nr_con div.wzxx {
        margin-bottom: 15px;
    }

    .nr_con div.wzxx p {
        line-height: 40px;
    }

    .right_con div.wzxx {
        margin-bottom: 15px;
    }

    .right_con div.wzxx .p {}



    .right_con .content img {
        min-width: auto;
    }

    .list_link ul li {
        width: 23.5%;
        margin-right: 2%;
    }

    .list_link ul li a {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .list ul li a {
        padding: 20px;
    }

    .list ul li {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .left_dh .sjlanmu .sjxiala {
        /* top: 5px; */
        /* right: 1px; */
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1240px) {


    .list_link ul li {
        width: 32%;
        margin-right: 2%;
    }

    .list_link ul li:nth-of-type(4n) {
        margin-right: 2%;
    }

    .list_link ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .list ul li {
        margin-bottom: 20px;
    }

    .header .top1 {
        padding-left: 2%;
        padding-right: 2%;
    }

    .grid-item {
        width: 25%;
    }
}


@media only screen and (max-width: 1000px) {
    .topheight {
    height: 70px;
}
    .header.fixed-nav .top1 {
    background: #ed8c4d;
}
    .xwdt .xz {
        line-height: 34px;
    }

    .dp .fh {
        margin-bottom: 12px;
    }

    .dp .fh .a {
        font-size: 14px;
    }

    .dp .top .jieshao .mz {
        font-size: 28px;
        margin-bottom: 13px;
    }

    .xxdsj {
        overflow: hidden;
    }

    .right_con .righttop .mc2 {
        font-size: 13px;
        margin-left: 5px;
    }

    .right_con .righttop .mc1 {
        font-size: 24px;
    }

    .dqwz {
        padding: 10px 0;
        background-position: left top 11.5px;
        background-size: 13px auto;
    }


    .dqwz,
    .dqwz span,
    .dqwz i,
    .dqwz a {
        font-size: 14px;
        line-height: 22px;
    }


    .right_con .righttop {
        display: block;
        padding-bottom: 0;
        padding-top: 25px;
    }

    .header .top {
        position: fixed;
    }

    .left_dh .dhtp {
        display: none;
    }

    .header .top1 {
        padding: 0 3%;
        border-bottom: 0px solid #fdf1e9;
    }

    .header .top .logo .img2 {
        display: block;
    }

    .header .top .logo .img1 {
        display: none;
    }





    .twlist .item:nth-child(1) {
        padding-top: 0px;
    }

    .ljlist6title {
        padding-bottom: 0px;
        border-bottom: 0px solid rgb(235, 234, 234);
    }

    .twlist .img {
        margin-right: 15px;
    }

    .twlist .item {
        padding: 20px 0px;
    }


    .twlist .text {
        padding-top: 0px;
    }

    .twlist .text .date {
        font-size: 12px;
    }

    .twlist .text .summary {
        font-size: 13px;
        line-height: 22px;
        color: #616263;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .twlist .text .title {
        font-size: 16px;
    }

    .twlist .img img {
        width: 120px;
        height: 94px;
    }



    main {
        padding: 25px 0;
    }

    .maincontent {
        padding-top: 12px;
    }

    .left_dh,
    .right_con {
        width: 100%;
    }

    .left_dh {
        background: #fff;
        padding: 0;
    }

    .left_dh h2 {
        padding: 16px 0px;
    }

    .left_dh h2::before {
        font-size: 28px;
        content: "▾";
        color: #ffffff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .left_dh h2.shanchu::before {
        display: none;
    }

    .left_dh p.btn_one {
        position: static;
        background: #7c120e;
        display: block;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateY(0);
    }

    .left_dh p.btn_one img {
        display: none;
    }

    .left_dh p.btn_one span {
        margin-left: 0;
        font-size: 20px;
        line-height: 48px;
    }

    .left_dh ul {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        padding-bottom: 0;
        box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.4);
    }

    .left_dh ul li {
        border-bottom: 0;
    }

    .right_con .content img {
        max-width: 90%;
    }

    .ny_banner h2 {
        font-size: 32px;
    }



    .right_con .content iframe {
        width: 100%;
    }
}

@media all and (max-width: 800px) {
    .grid-item {
        width: 33.33%;
    }

    .dp .top .jieshao .zc {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ljlist7 .item {
        width: calc(100% - 40px);
        margin-top: 20px;
    }

    .dp .top .img {
        float: none;
        margin-right: 0;
    }

    .dp .top .img img {
        margin: auto;
        height: auto;
    }


    .dp .top {
        text-align: center;
        margin-bottom: 20px;
    }

    .dp .top .jieshao .mz {
        padding-top: 17px;
    }
}

@media only screen and (max-width: 768px) {


    .iconlist .item .icon {
        width: 60px;
        height: 60px;
    }

    .list_fy {
        padding-top: 15px;
    }

    .iconlist .item .icon img {
        width: 35px;
    }

    .iconlist .item .text {
        font-weight: 600;
        text-align: center;
        margin-top: 5px;
        line-height: 20px;
        height: 40px;
        font-size: 13px;
    }

    .iconlist .item {
        padding: 10px;
        padding-bottom: 5px;
    }

    .morecontent .item {
        width: 100%;
        font-size: 14px;
        text-align: left;
        border: 0px;
        margin: 10px 0px;
    }

    .morecontent {
        position: relative;
    }

    .morecontent .item1::before {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        /* border-top: 1px solid #edecec; */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .morecontent {
        /* padding: 10px 0px; */
        margin-top: 15px;
    }

    .right_con div.wzxx .p .item {
        padding: 0px 4px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .right_con div.wzxx .p {
        padding: 10px 0px;
        padding-bottom: 5px;
    }


    .left_dh p.btn_one span {
        font-size: 17px;
        line-height: 42px;
    }

    .dp {
        margin-top: 0;
        padding-top: 20px;
    }

    .dp h2.bt {
        font-size: 22px;
        line-height: 30px;
    }

    .nr_con h2.bt {
        font-size: 22px;
        margin: 10px 0;
        margin-top: 0;
    }

    .nr_con div.wzxx {
        margin-bottom: 10px;
    }

    .nr_con div.wzxx p {
        line-height: 36px;
        font-size: 12px;
    }

    .right_con div.wzxx {
        margin-bottom: 10px;
    }

    .right_con div.wzxx .p {
        font-size: 12px;
    }

    .right_con .content p,
    .right_con .content span {
        margin-bottom: 10px !important;
    }

    .right_con .content img {
        max-width: 98%;
    }

    .list_link ul li {
        width: 48%;
        margin-right: 4%;
    }

    .list_link ul li:nth-of-type(3n) {
        margin-right: 4%;
    }

    .list_link ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .list ul li a {
        padding: 10px;
    }

    .list ul li a p.time {
        width: 70px;
        font-size: 14px;
        line-height: 22px;
    }

    .list ul li a p.time span {
        font-size: 18px;
    }

    .list ul li a p.more {
        width: 85px;
        font-size: 14px;
        padding-right: 25px;
    }

    .list ul li a p.con {
        width: calc(100% - 185px);
    }

    .list ul li a p.con span {
        display: block;
    }

    .list ul li a p.con span.tit {
        font-size: 15px;
        line-height: 28px;
    }

    .list ul li a p.con span.txt {
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }

    .searchWrap .serBox {
        padding: 15px;
        margin-bottom: 0;
    }

    .searchWrap .txt {
        width: 75%;
    }

    .searchWrap .btn {
        width: 25%;
    }

    .searchWrap ul li {
        padding: 10px 0;
    }

    .searchWrap ul li a h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .searchWrap ul li a p {
        line-height: 25px;
        height: 50px;
    }

    .List_tp .item {
        width: calc(50%);
    }

.List_tp .item:nth-child(1),
.List_tp .item:nth-child(2){
   margin: 0;
}
    
    .List_tp1 {}


    .List_tp .title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .List_tp .title {
        padding: 10px 13px;
    }

    .w1400 {
        padding: 0 15px;
    }

}

@media only screen and (max-width: 700px) {
    #vsb_content table {
        border: 0px !important;
        margin: 0px auto;
        display: block;
        width: 100% !important;
        text-align: center;
    }

    #vsb_content table tbody {
        border-left: 1px solid #ddd !important;
        border-top: 1px solid #ddd !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        max-width: 100%;
        display: inline-block;
    }

    .zymz .item {
        flex: none;
        background: #eaeaea00;
    }

    .zymz .item:hover,
    .zymz .item.style {
        color: #ed8d4d;
        background-color: rgba(237, 141, 77, 0);
    }

    .zymz {
        padding: 0 10px;
        box-sizing: border-box;
        justify-content: space-around;
        background: #eaeaea;
    }

    .zymz .item::before {
        display: none;
    }
}

@media only screen and (max-width: 540px) {

    .grid-item {
        width: 50%;
    }


    .xwdt .zc {
        width: calc(100% - 80px);
    }

    .xwdt .item {
        padding: 15px 0;
    }

    main {
        min-height: 155px;
    }

    .xwdt .sj {
        font-size: 14px;
    }

    .dp h2.bt {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .nr_con h2.bt {
        font-size: 18px;
        line-height: 26px;
    }

    .nr_con div.wzxx {
        padding: 0 10px;
    }

    .right_con div.wzxx {
        /* padding: 0 10px; */
    }

    .left_dh p.btn_one span {
        line-height: 38px;
        font-weight: normal;
    }

    .left_dh p.btn_one {
        padding: 0 10px;
    }

    .list ul li a p.more {
        display: none;
    }

    .list ul li a p.con {
        width: calc(100% - 80px);
    }

    .list ul li {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .left_dh h2 {
        padding: 12px 0px;
        background-size: 20px;
    }
}

@media only screen and (max-width: 440px) {
.lmsx .item .text{
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
}
    .zymz .item {
        font-size: 14px;
    }

    .right_con .content .zybt {
        margin-top: 20px;
    }

    .list_link ul li {
        width: 100%;
        margin-right: 0%;
    }

    .list_link ul li a {
        margin-bottom: 0;
        margin-top: 15px;
        height: 48px;
        font-size: 15px;
    }

    .List_tp .item {
        width: calc(100%);
        margin-bottom: 25px;
    }

    .List_tp .zw {
        height: auto;
    }
}





.zyszlb .lmbt {
    font-size: 24px;
    color: #ed8d4d !important;
    font-weight: 600;
}

.zyszlb #vsb_content table {
    width: 100% !important;
    margin-bottom: .5rem !important;
}

.zyszlb #vsb_content table a:hover {
    color: #ed8d4d !important;
}

.zyszlb1 #vsb_content table tr td p {
    font-size: 16px;
}

.zyszlb1 #vsb_content table tr:nth-child(1) td p {
    font-size: 24px;
    letter-spacing: .03rem;
}

@media only screen and (max-width: 700px) {
    .zyszlb #vsb_content table tr td p {
        font-size: 16px !important;
    letter-spacing: 0;
    }
}






.left_dh ul {
    padding-bottom: 0;
}

main .w1400 {
    position: relative;
}

.left_dh {
    transition: all 0.4s;
    position: sticky;
    top: 2.075rem;
}

.left_dh.style {
    top: 1.7rem;
}

.left_dh.style1 {
    position: absolute;
    top: auto;
    bottom: .5rem;
    transform: translateY(0%);
}


@media only screen and (max-width: 1000px) {
    .left_dh  {
        position: relative !important;
        top: auto;
    }

    .left_dh.style1 {
        bottom: auto;
    }
}