@charset "utf-8";
nav{
    position: static;
}
nav>.wrap>ul>li>div{
    bottom: auto;
    top: 100%;
    transform: translateY(0.1rem);
}
.banner img{
    display: block;
    width: 100%;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.4rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #9d1b1d;
    color: #fff;
    border: 1px solid #9d1b1d;
}

.pagination a:hover {
    background: #9d1b1d;
    color: #fff;
    border: 1px solid #9d1b1d;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.ny-main{
    padding: 0.4rem 0;
}
.leftNav{
    width: 2.8rem;
}
.leftNav h4{
    font-size: 0.36rem;
    color: #fce3a0;
    line-height: 1.1rem;
    text-align: center;
    position: relative;
    background: #94070a;
    border-bottom: 3px solid #d90e12;
}
.leftNav>ul{
    padding: 0 0.2rem 0.48rem;
    background: #fdf0f0;
    background-size: cover;
}
.leftNav>ul>li{
    position: relative;
    border-top: 1px dashed #ffd1d1;
}
.leftNav>ul>li:first-child{
    border: none;
}
.leftNav>ul>li:last-child{
    border-bottom: 1px dashed #ffd1d1;
}
.leftNav>ul>li a{
    display: block;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8em;
    padding:0.16rem 0.2rem ;
}
.leftNav>ul>li span{
    /* position: absolute; */
    right: 0;
    top: 0;
    /* width: 0.08rem; */
    /* height: 0.65rem; */
    background: url("../images/ny-img02.png") no-repeat right 50%;
    background-size: 0.08rem;
    cursor: pointer;
    display: block;
}
.leftNav>ul>li>ul a{
    display: block;
    font-size: 0.14rem;
    color: #5d5d5d;
    line-height: 0.3rem;
    padding: 0;
}
.leftNav>ul>li>ul a:hover{
    color: #9d1b1d;
}
.leftNav>ul>li.selected>a,
.leftNav>ul>li.parent>a{
    color: #94070a;
}
.leftNav>ul>li.selected{
    border-top-color: #bac3d2;
}
.leftNav>ul>li>ul{
    display: none;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
}
.rightMain{
    width: 11.2rem;
    min-height: 310px;
}
.position{
    align-items: baseline;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.06rem;
}
.position img{
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.04rem;
}
.position a,
.position span{
    font-size: 0.16rem;
    color: #666666;
    display: block;
    margin: 0 0.04rem;
    line-height: 0.56rem;
}
.position a:hover,
.position a.active{
    color: #9d1b1d;
}
/*list*/
.list .col_news li{
    position: relative;
    line-height: 0.59rem;
    border-bottom: 1px solid #dfdfdf;
    background: url("../images/s4-img01.png") no-repeat left 0.1rem center;
    background-size: 0.21rem;
}
.list .col_news li{
    display: block;
    font-size: 0.16rem;
    color: #303030;
    padding-left: 0.4rem;
    padding-right: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .col_news li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.14rem;
    color: #999999;
}
.list .col_news li:hover a,
.list .col_news li:hover span{
    color: #9d1b1d;
}

/*list-txt*/

.list-txt .col_news li{
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
}
.list-txt .col_news li a{
    display: block;
    font-size: 0;
    overflow: hidden;
}
.list-txt .col_news li a .cover_img{
    display: inline-block;
    width: 2.5rem;
    height: 1.8rem;
    border-radius: 0 0 0.1rem 0;
    vertical-align: middle;
    display: none;
}
.list-txt .col_news li a .txt{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /* margin: 0 0 0 0.72rem; */
    position: relative;
    /* border-bottom: 1px solid #ccc; */
}
.list-txt .col_news li a .txt h4{
    font-size: 0.24rem;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.07rem;
}
.list-txt .col_news li a .txt p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.875em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0.6rem;
    margin-bottom: 0.2rem;
}
.list-txt .col_news li a .txt span{
    display: block;
    font-size: 0.14rem;
    line-height: 1em;
    color: #666;
}
.list-txt .col_news li a .txt:before{
    content: '';
    position: absolute;
    left: -0.32rem;
    top: 0.1rem;
    width: 3px;
    height: 100%;
    background: #94070a;
}
.list-txt .col_news li:hover a .cover_img>div{
    transform: scale(1.05);
}
.list-txt .col_news li:hover a .txt h4{
    color: #9d1b1d;
}
.wp_paging {
    font-size: 14px;
    margin-top: .3rem;
}
/*detail*/
.detail .dtl-tit{
    padding-top: 0.23rem;
}
.detail .dtl-tit h3{
    font-size: 0.3rem;
    color: #000000;
    line-height: 1.6;
    font-weight: 600;
text-align: center;
}
.detail .dtl-tit p{
    font-size: 0;
    padding: 0.09rem 0.22rem;
    background: #f8f4ef;
    margin-top: 0.28rem;
}
.detail .dtl-tit span{
    display: inline-block;
    
    font-size: 0.16rem;
    color: #8e8e8e;
    margin-right: 0.5rem;
    line-height: 2em;
}
.detail .dtl-txt p{
    font-size: 0.19rem !important;
    line-height: 2.25em !important;
    text-indent: 2em !important;
    color: #212020;
    margin-top: 0.08rem;
font-family: 微软雅黑 !important;
}
.detail .dtl-txt p i{
    font-weight: 600;
}
.detail .dtl-txt img{
    display: block;

    margin: 0 auto !important;
}
.detail .dtl-txt p span{
    font-size: 0.14rem;
    color: #666;
    line-height: 1.6em;


}
.detail .dtl-txt video{
    display: block;

    margin: 0 auto !important;
}
.detail{
    padding-bottom: 1rem;
}

@media screen and (max-width: 1024px){
    .leftNav,
    .rightMain{
        width: 100%;
    }
    .rightMain{
        margin-top: 0.3rem;
        min-height: 430px;
    }
 
    .leftNav h4{
        font-size: 0.27rem;
        line-height: 0.65rem;
        text-align: left;
        padding: 0 0.25rem;
    }
    .leftNav h4 span {
        position: absolute;
        top: 50%;
        right: 0.15rem;
        width: 0.37rem;
        height: 0.46rem;
        transform: translateY(-50%);
        background: url('../images/sub-h4.png') no-repeat center center;
        background-size: 0.2rem;
    }
    .leftNav>ul {
        padding: 0 0.2rem 0.18rem;
        display: none;
    }
    .detail .dtl-tit h3{
        font-size: 0.24rem;
    }
    .detail .dtl-txt p{
        font-size: 0.19rem;
    }
    .detail{padding-bottom: 0}
    .list .col_news li a{
        font-size: 0.18rem;
    }
    .list .col_news li{
        line-height: 0.7rem;
    }
.banner {
       margin-top: 84px;
}


}

@media screen and (max-width: 640px){
    .leftNav>ul>li>ul a{
        padding: 0.05rem 0;
    }
    .list-txt .col_news li a .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 72%;
        display: none;
    }
   .list-txt .col_news li a .txt{
        display: block;
        width: auto;
        margin: 0;
        padding: 0.2rem;
    }
    .list-txt .col_news li a .txt:before{
        display: none;
    }
    .list-txt .col_news li a .txt p{
        margin-bottom: 0.25rem;
    }
.detail .dtl-txt img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto ! important;
}
 
.banner {
       margin-top: 77px;
}
}
/* 图片列表 */

.img-lists  ul.col_news {
    /* overflow: hidden; */
    margin: 0 -0.2rem;
    display: flex;
    flex-wrap: wrap;
}

.img-lists  ul.col_news li {
    width: 33.33%;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
    top: 0;
    box-sizing: border-box;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
}

.img-lists  ul.col_news li:hover {
    top: -0.1rem;
}

.img-lists  ul.col_news li a {
    display: block;
    width: 100%;
    box-shadow: 0 0 0.1rem #33333329;
}

.img-lists  ul.col_news li a .pic {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

.img-lists  ul.col_news li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.img-lists  ul.col_news li a>div.info {
    font-size: 0;
}

.img-lists  ul.col_news li a>div.info p {
    color: #333;
    font-size: 0.18rem;
    line-height: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid transparent;
}

.img-lists  ul.col_news li:hover .info p {
    color: #94070a;
    border-color: #94070a;
}

.img-lists  ul.col_news li:hover .info span {
    background: #94070a;
    color: #fff;
    border-color: #94070a;
}
@media screen and (max-width: 640px){ 
.img-lists ul.col_news li{
    width:50%
}
}
@media screen and (max-width: 360px){ 
.banner {
    margin-top: 71px;
}
}


@media screen and (max-width: 320px){ 
.banner {
    margin-top: 69px;
}
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {margin: 5px 0 0 5px!important;}