@charset "UTF-8";
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pagination {
    text-align: right;
    font-size: 0;
    padding-top: 1.2rem;
}

.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: #196AD8;
    color: #fff;
    border: 1px solid #196AD8;
}

.pagination a:hover {
    background: #196AD8;
    color: #fff;
    border: 1px solid #196AD8;
}
.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

.n_banner .box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .31rem;
    z-index: 5;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: var(--fz18);
    line-height: .22rem;
    color: #fff;
    margin-left: 3.8rem;
}

.posi a{
    display: block;
    color: #fff;
    font-weight: 400;
    margin: 0 .05rem;
}
.inner_box{
    padding: 0 0 2.13rem;
}
.leftNav {
    margin-top: -1.31rem;
    width: 21.875%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    /* border-radius: .1rem .1rem 0 0; */
    overflow: hidden;
}
.leftNav .tit h2{
    font-size: var(--fz40);
    line-height: .5rem;
    color: #fff;
}
.leftNav .tit{
    height: 1.31rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.leftNav .box h3{
    position: relative;
    /* padding: 0 .3rem 0 0; */
}
.leftNav .box h3 a{
    display: block;
    font-size: var(--fz20);
    line-height: .24rem;
    color: #3D3D3D;
    transition: .5s;
    padding: 0.1rem;
}
.leftNav .box h3 i{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .2rem;
    height: .15rem;
    background: url("../images/other/n-img-1.png") no-repeat 50%/100%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .5s;
    display: none;
}
.leftNav .box .s-link a{
    display: block;
    font-size: var(--fz18);
    line-height: .24rem;
    margin-top: .1rem;
    color: #666;
    border-bottom: 1px solid #dedede;
    padding-bottom: .1rem;
    transition: .5s;
}
.leftNav .box .s-link a:first-child{
    margin-top: 0;
}
.leftNav .box .s-link a:hover,
.leftNav .box .s-link a.active{
    color: #196AD8;
}
.leftNav .box .s-link{
    /* display: none; */
    padding: .1rem;
}

.leftNav .box.active h3 a,
.leftNav .box.on h3 a,
.leftNav .box:hover h3 a{
    color: #196AD8;
    text-decoration: underline;
}
.leftNav .block{
    position: relative;
    z-index: 3;
    margin-left: .15rem;
    padding: .2rem .2rem .4rem .25rem;
    min-height: 5.57rem;
    background: #fff url("../images/other/n-img-2.png") no-repeat bottom center/100% auto;
    border-radius: .1rem;
    overflow: hidden;
}
.leftNav:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: .31rem;
    background: linear-gradient(332deg, #17A2E7 0%, #1B3B9B 100%);
    border-radius: 0 .6rem 0 0;
    z-index: -1;
}
.rightBox{
    width: 75%;
    padding-top: .5rem;
}

/*inner_s1*/

.inner_s1 li a{
    padding: .39rem .6rem .39rem .55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 li a .txt{
    width: calc(100% - 1.41rem);
}
.inner_s1 li a time{
    display: block;
    font-size: var(--fz30);
    line-height: .38rem;
    color: #196AD8;
    font-weight: bold;
}
.inner_s1 li a h3{
    margin-top: .3rem;
    font-size: var(--fz24);
    line-height: .3rem;
    color: #3D3D3D;
    height: .6rem;
    font-weight: normal;
    transition: .5s;
}
.inner_s1 li a p{
    margin-top: .3rem;
    font-size: var(--fz18);
    line-height: .22rem;
    color: rgba(51, 51, 51, 0.6);
    height: .44rem;
}
.inner_s1 li a .img{
    width: .5rem;
    height: .5rem;
}
.inner_s1 li a .img img{
    display: block;
    width: 100%;
}

.inner_s1 li {
    margin-top: .4rem;
    background: #fff;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s1 li:first-child{
    margin-top: 0;
}
.inner_s1 li:hover a h3{
    color: #196AD8;
    font-weight: bold;
}

/*inner_s2*/

.inner_s2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li a .pic{
    position: relative;
    width: 5.14rem;
    height: 3.68rem;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s2 li a .pic .img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.inner_s2 li a .txt{
    width: calc(100% - 5.49rem);
    padding-right: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li a .txts
{
   width:100%;
   padding-right:0;
}
.inner_s2 li a .txt .ll{
    width: calc(100% - 1.85rem);
}

.inner_s2 li a time{
    display: block;
    font-size: var(--fz30);
    line-height: .38rem;
    color: #196AD8;
    font-weight: bold;
}
.inner_s2 li a h3{
    margin-top: .3rem;
    font-size: var(--fz24);
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    font-weight: normal;
    transition: .5s;
}
.inner_s2 li a p{
    margin-top: .3rem;
    font-size: var(--fz18);
    line-height: .22rem;
    color: rgba(51, 51, 51, 0.6);
    height: .44rem;
}
.inner_s2 li a .txt .rr{
    width: .5rem;
}
.inner_s2 li a .txt .rr img{
    display: block;
    width: 100%;
}
.inner_s2 li:hover a h3{
    color: #196ad8;
    font-weight: bold;
}

.inner_s2 li{
    margin-top: .4rem;
    background: #fff;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s2 li:first-child{
    margin-top: 0;
}

/*inner_s3*/

.inner_s3 .block1 .tit h3{
    font-size: var(--fz30);
    line-height: .38rem;
    color: #196AD8;
    font-weight: bold;
}
.inner_s3 .block1 ul{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .block1 ul li{
    width: 21.66%;
    margin: .3rem 0 0 4.45%;
}
.inner_s3 .block1 ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s3 .block1 ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s3 .block1 ul li a{
    display: block;
    overflow: hidden;
    border-radius: .1rem;
    background: #fff;
}
.inner_s3 .block1 ul li .pic{
    padding-top: 3.51rem;
    position: relative;
    overflow: hidden;
    border-radius: .1rem;
}
.inner_s3 .block1 ul li .pic .img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.inner_s3 .block1 ul li h3{
    font-size: var(--fz24);
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner_s3 .block1 ul li h4{
    margin-top: .2rem;
    font-size: var(--fz18);
    line-height: .22rem;
    color: #333333;
    opacity: .6;
    font-weight: normal;
}
.inner_s3 .block1 ul li h5{
    font-size: var(--fz18);
    line-height: .22rem;
    color: #196AD8;
    opacity: .6;
    margin-top: .2rem;
    font-weight: normal;
}
.inner_s3 .block1 ul li .txt{
    padding: .2rem;
}
.inner_s3 .block1 ul li:hover h3{
    color: #196ad8;
}

.inner_s3 .block1:not(:first-child){
    margin-top: .8rem;
}

/*inner_s4*/

.inner_s4 .dtl_tit h1{
    font-size: var(--fz32);
    line-height: .4rem;
    color: #333333;
    font-weight: bold;
}
.inner_s4 .dtl_tit .cont{
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s4 .dtl_tit .cont .li{
    font-size: var(--fz20);
    line-height: .24rem;
    color: #196AD8;
    margin: 0 .1rem;
}
.inner_s4 .dtl_tit{
    margin-bottom: .4rem;
}
.inner_s4 .dtl_txt p{
    font-size: var(--fz24) !important;
    line-height: .45rem !important;
    color: #333333 !important;
    margin-top: .4rem !important;
    text-align: justify;
    text-indent: 0 !important;!i;!;
    background-color: transparent !important;!i;!;
}
.inner_s4 .dtl_txt p span
{
    text-align: justify;
}
.inner_s4 .dtl_txt p:first-child{
    margin-top: 0;
}
.inner_s4 .dtl_txt p img{
    display: block;
    width: 80% !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s4 .dtl_page p{
    font-size: var(--fz16);
    line-height: .28rem;
    color: #323232;
    margin-top: .16rem;
    transition: .5s;
}
.inner_s4 .dtl_page p:first-child{
    margin-top: 0;
}
.inner_s4 .dtl_page p:hover a{
    font-weight: bold;
    color: #196AD8;
}
.inner_s4 .dtl_page p:hover{
    color: #196AD8;
}
.inner_s4 .dtl_page{
    margin-top: .6rem;
    padding-top: .56rem;
    border-top: 1px solid #E8E8E8;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0c3c89;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #196AD8;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #196AD8;
}

.inner_search li
{
    background:transparent;
    margin: .15rem auto;
}
@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .leftNav{
        display: none;
    }
    .posi{
        margin-left: 0;
    }
    .inner_box{
        padding: .6rem 0 1.2rem;
    }

    .inner_s1 li a time,
    .inner_s2 li a time{
        line-height: 1.2;
    }
    .inner_s1 li a h3,
    .inner_s2 li a h3{
        line-height: 1.5;
        height: 3em;
    }
    .inner_s1 li a p,
    .inner_s2 li a p{
        line-height: 1.2;
        height: 2.4em;
    }
    .inner_s1 li a .img{
        width: .8rem;
        height: .8rem;
    }
    .pagination a{
        font-size: .34rem;
        line-height: 1.5;
        min-width: 1.5em;
        height: 1.5em;
    }
    .pagination{
        padding-top: .6rem;
    }
    .inner_s3 .block1 ul li .pic{
        padding-top: 135%;
    }
    .inner_s3 .block1 ul li h3{
        line-height: 1.2;
    }
    .inner_s3 .block1 ul li h4{
        line-height: 1.2;
    }
    .inner_s3 .block1 ul li h5{
        line-height: 1.2;
    }
    .inner_s3 .block1 ul{
        margin-top: .6rem;
    }
    .inner_s3 .block1:not(:first-child){
        margin-top: 1rem;
    }
    .inner_s3 .block1 .tit h3{
        line-height: 1.5;
    }
    .inner_s4 .dtl_tit h1{
        line-height: 1.5;
    }
    .inner_s4 .dtl_tit .cont .li{
        line-height: 1.2;
    }
    .inner_s4 .dtl_tit .cont{
        margin-top: .3rem;
    }
    .inner_s4 .dtl_txt p{
        line-height: 1.5;
    }
    .inner_s4 .dtl_page p{
        font-size: var(--fz22);
        line-height: 1.5;
        margin-top: 0 ;
    }
    .inner_s4 .dtl_page{
        margin-top: .4rem;
        padding-top: .4rem;
    }
}
@media (max-width: 1025px){
    .inner_s1 li a h3,
    .inner_s2 li a h3{
        margin-top: .1rem;
    }
    .inner_s1 li a p,
    .inner_s2 li a p{
        margin-top: .1rem;
    }
    .inner_s1 li a{
        padding: .3rem;
    }
    .inner_s2 li a .txt .rr{
        width: .7rem;
    }
    .inner_s1 li a .txt {
        width: calc(100% - 1.2rem);
    }
    .inner_s2 li a .txt .ll {
        width: calc(100% - 1rem);
    }
}

@media (max-width: 769px){
    .inner_s1 li a .img {
        width: 0.6rem;
        height: .6rem;
    }
    .inner_s1 li a .txt {
        width: calc(100% - 0.8rem);
    }
    .inner_s2 li a .pic{
        width: 100%;
        height: auto;
        padding-top: 71.59%;
    }
    .inner_s2 li a .txt{
        width: 100%;
        padding: .3rem;
    }
    .inner_s3 .block1 ul li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s3 .block1 ul{
        gap: .5rem 2%;
        margin-top: .4rem;
    }
    .inner_s3 .block1:not(:first-child){
        margin-top: .6rem;
    }
}
@media (max-width: 641px){
    .inner_s3 .block1 ul li {
        width: 32%;
    }
}
@media (max-width: 481px){
    .inner_s3 .block1 ul li {
        width: 49%;
    }
}