@charset "utf-8";

/**/
.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: #1b4f80;
    color: #fff;
    border: 1px solid #1b4f80;
}

.pagination a:hover {
    background: #1b4f80;
    color: #fff;
    border: 1px solid #1b4f80;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.n_container{
    padding-top: .86rem;
    padding-bottom: 1.06rem;
    background: #f6fafd;
}

.leftNav{
    align-self: flex-start;
    position: relative;
    width: 3.2rem;
    background: #fff url("../images/left-img01.png") no-repeat bottom center;
    background-size: auto .44rem;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.23rem;
    height: .23rem;
    background: url("../images/leftnav01.png") no-repeat 50%;
    background-size: 100%;
}
.nav_tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url("../images/nav_tit.jpg") no-repeat 50%;
    background-size: cover;
    padding: .24rem .2rem;
    height: 1.1rem;
    position: relative;
}
.nav_tit:before{
    position: absolute;
    content: '';
    left: .12rem;
    right: .12rem;
    height: .08rem;
    top: -.08rem;
    background: #00a94e;
}
.nav_tit h2{
    font-size: .28rem;
    color: #fff;
    line-height: .32rem;
    margin-right: .12rem;
}
.nav_tit i{
    display: block;
    font-size: .18rem;
    line-height: .32rem;
    color: rgba(255, 255, 255, 0.52);
}
.leftNav .lv1 h2{
    position: relative;
    font-size: .2rem;
    color: #333;
    padding: .2rem .4rem .2rem .5rem;
    border-bottom: 1px solid #dde8f4;
    transition: .5s;
}
.leftNav .lv1 h2 a{
    display: block;
    line-height: .4rem;

}
.leftNav .lv1 a{
    display: block;
}
.leftNav .lv1 h2 i{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .21rem;
    background: url("../images/left-icon.png") no-repeat 50%;
    background-size: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .lv1 li{
    position: relative;
}
.leftNav .lv1 li:last-child h2{
    border: none;
}
.leftNav .lv1>li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: url("../images/left-icon2.png") no-repeat left center;
    background-size: 3.2rem 2px;
    transition: .5s;
}
.leftNav .lv2 li{
    font-size: .18rem;
    line-height: .42rem;
    color: #333;
    padding: 0 0.5rem;
    transition: .5s;
}
.leftNav .lv2 li:hover{
    color: #ee1d22;
    font-weight: 600;
}
.leftNav .lv2{
    padding: 0.1rem 0;
    display: none;
}
.leftNav .lv1 li.on h2,
.leftNav .lv1 li.active h2{
    color: #ee1d22;
    font-weight: 600;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1>li.on:after,
.leftNav .lv1>li.active:after{
    left: -0.25rem;
    right: -0.2rem;
}
.leftNav .lv1{
    padding: .04rem .2rem .3rem .25rem;
    box-shadow: 0 0 0.1rem rgba(30, 81, 162, 0.13);
}

.rightBox{
    position: relative;
    padding: .08rem .3rem .4rem;
    width: calc(100% - 3.72rem);
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(30, 81, 162, 0.13);
}
.rightBox:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0.72rem;
    height: .72rem;
    background: url("../images/rightBox.png") no-repeat top center;
    background-size: 100%;
}
.n_tit {
    margin: 0 -0.3rem .1rem;
    padding: 0 0.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dde8f4;
}
.n_tit h2{
    font-size: .22rem;
    line-height: .7rem;
    position: relative;
    font-weight: 600;
    color: #053e8f;
}
.n_tit h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0.02rem;
    height: .04rem;
    background: #053e8f;
}


.n_list {min-height:300px;}
.posi{
    display: flex;
    align-items: center;
}
.posi img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.posi *{
    font-size: .16rem;
    color: #999999;
    line-height: .22rem;
    transition: .5s;
}
.posi a:hover,
.posi a.active{
    color: #ee1d22;
}

.n_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: .32rem .1rem .32rem 0;
}
.n_list li a time{
    margin-right: .2rem;
    display: block;
    font-size: .16rem;
    color: #053e8f;
    line-height: .27rem;
    font-family: Arial,serif;
    padding-right: .27rem;
    border-right: 1px solid #dedede;
}
.n_list li a h4{
    font-size: .16rem;
    color: #333;
    line-height: .27rem;
    width: 80%;
}
.n_list li a img{
    display: block;
    width: .2rem;
}
.n_list li *{
    transition: .5s;
}
.n_list li{
    position: relative;
    border-bottom: 1px dashed #d7e0ed;
}
.n_list li:before{
    position: absolute;
    content: '';
    left: -.3rem;
    top: 0;
    bottom: 0;
    right: -.42rem;
    background: url("../images/n_li_bg.jpg") no-repeat left center;
    background-size: 100% 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.n_list li:after{
    position: absolute;
    content: '';
    right: -.42rem;
    bottom: -0.12rem;
    border: .06rem solid transparent;
    border-top-color: #072d5b;
    border-left-color: #072d5b;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.n_list li:hover:before,
.n_list li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_list li:hover a time,
.n_list li:hover a h4{
    color: #fff;
}
.n_list li:hover a time{
    border-right-color: #ffffff;
}

/*tchBox2*/


.tchBox2{
    background: #f6fafd;
    box-shadow: none;
    position: relative;
    z-index: 3;
    padding: 0;
}
.tchBox2:after{
    display: none;
}
.tchBox2 .fl01 {
    position: relative;
    padding: 0 .3rem .34rem;
    background:#fff url("../images/tchBox2_bg1.png") no-repeat right bottom;
    background-size: auto 1.3rem;

}
.tchBox2 .fl01:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -0.08rem;
    height: .16rem;
    background: url("../images/tchBox2_bg2.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}
.tchBox2 .n_tit2{
    font-size: 0;
    border-bottom: 1px solid #dde8f4;
    margin-bottom: .24rem;
}
.tchBox2 .n_tit2 h2{
    display: inline-block;
    font-size: .18rem;
    line-height: .66rem;
    position: relative;
    font-weight: 600;
    color: #053e8f;
}
.tchBox2 .n_tit2 h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0.02rem;
    height: 0.04rem;
    background: #053e8f;
}

.char_list li{
    font-size: .18rem;
    color: #292929;
    line-height: .36rem;
    transition: .5s;
    font-family: Arial,serif;
    cursor: pointer;
}
.char_list li:hover,
.char_list li.active{
    color:#ee1d22 ;
}

.n_tch li{
    width: 47%;
    padding-left: .1rem;
    padding-bottom: .1rem;
    position: relative;
    margin-top: .5rem;
}
.n_tch li:after{
    position: absolute;
    content: '';
    left: 0;
    right: .1rem;
    bottom: 0;
    top: .1rem;
    background: #d9e2ed;
    transition: .5s;
}
.n_tch li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    position: relative;
    z-index: 3;
}
.n_tch li a .pic{
    width: 1.52rem;
    height: 1.92rem;
}
.n_tch li a .txt{
    width: calc(100% - 1.74rem);
    padding-right: .2rem;
}
.n_tch li a .txt h2{
    display: flex;
    align-items: flex-end;
    font-size: .22rem;
    color: #05499a;
    line-height: 1;
    font-weight: 600;
    margin-bottom: .15rem;
}
.n_tch li a .txt h2 i{
    display: block;
    font-size: .16rem;
    color: #47586b;
    font-weight: normal;
    margin-left: .2rem;

}
.n_tch li a .txt h4{
    font-size: .16rem;
    color: #666666;
    line-height: .26rem;
    margin-bottom: .1rem;
}
.n_tch li a .txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-bottom: .15rem;
}
.n_tch li a .txt h5{
    font-size: .14rem;
    color: #7a8ea5;
    line-height: .18rem;
}
.n_tch li a:hover .txt h5{
    color: #05499a;
}
.n_tch li:hover:after{
    background: #1e4781;
}

/*login*/

.loginBox{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url("../images/login_bg.jpg") no-repeat 50%;
    background-size: cover;
}

.logoMain{
    width: 8rem;
    height: 3.65rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin:auto;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logoMain .left{
    width: 51.625%;
    height: 100%;
    padding-right: .62rem;
    background: url("../images/login_left.jpg") no-repeat 50%;
    background-size: 100% 100%;
}
.logoMain .left a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.logoMain .left a img{
    display: block;
    height: 1.77rem;
}
.logoMain .right{
    width: 48.375%;
    height: 100%;
    background: #fff;
    padding: .28rem .65rem .26rem .22rem;
}
.logoMain .right h2{
    font-size: .2rem;
    color: #002b7c;
    line-height: .24rem;
}
.logoMain .right ul li{
    position: relative;
    line-height: .45rem;
    margin-top: .14rem;
}
.logoMain .right ul li:first-child{
    margin-top: .2rem;
}
.logoMain .right li i{
    position: absolute;
    width: .16rem;
    height: .18rem;
    left: .1rem;
    top: 50%;
    transform: translateY(-50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.logoMain .right li i.ico_user{
    background-image: url("../images/login_ico01.png");
}
.logoMain .right li i.ico_psd{
    background-image: url("../images/login_ico02.png");
}
.logoMain .right li label{
    display: block;
    position: relative;
}
.logoMain .right li input{
    display: block;
    width: 100%;
    line-height: .43rem;
    height: .45rem;
    border: 1px solid #cdd9ec;
    font-size: .16rem;
    color: #b1b1b1;
    padding-left: .36rem;
    padding-right: .1rem;
}
.logoMain .right li input::placeholder{
    color: #b1b1b1;
}
.logoMain .right li input::-ms-input-placeholder{
    color: #b1b1b1;
}
.logoMain .right li input::-webkit-input-placeholder{
    color: #b1b1b1;
}
.logoMain .right li input::-moz-placeholder{
    color: #b1b1b1;
}
.logoMain .right li.captcha{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logoMain .right li.captcha label{
    width: 50%;
}
.logoMain .right li.captcha img{
    display: block;
    height: .45rem;
}
.logoMain .right li a{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #b1b1b1;
}
.logoMain .right li a:hover{
    color: #ee1d22;
}
.logoMain .right li button{
    display: block;
    width: 100%;
    font-size: .16rem;
    color: #fff;
    line-height: .45rem;
    background: #002b7c;
    border-radius: .05rem;
    cursor: pointer;
    transition: .5s;
}
.logoMain .right li button:hover{
    background: #ee1d22;
}

/*注册页*/


.reg_tit h2{
    font-size: .3rem;
    color: #fff;
    font-weight: 600;
    line-height: .98rem;
    text-align: center;
    background: #0B4089;
}
.reg_list>ul{
    width: 6.1rem;
    margin: 0 auto;
}
.reg_list ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: .33rem;
}
.reg_list ul li .left{
    width: 2.3rem;
    text-align: right;
    font-size: .18rem;
    color: #333;
    line-height: .45rem;
}
.reg_list ul li .left i{
    color: #F61212;
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    line-height: .4rem;
}
.reg_list ul li .right{
    width: calc(100% - 2.5rem);
}
.reg_list ul li .right input{
    display: block;
    width: 100%;
    line-height: .43rem;
    height: .45rem;
    color: #9E9E9E;
    font-size: .16rem;
    border: 1px solid #CDD9EC;
    padding: 0 .2rem;
}
.reg_list ul li .right .dx{
    display: flex;
    align-items: center;
}
.reg_list ul li .right .dx label{
    position: relative;
    display: block;
    font-size: 0;
    margin-left: .3rem;
}
.reg_list ul li .right .dx label:first-child{
    margin-left: 0;
}
.reg_list ul li .right .dx label span{
    font-size: .18rem;
    color: #333;
    line-height: .45rem;
    display: inline-block;
    vertical-align: middle;
}
.reg_list ul li .right .dx label input{
    display: inline-block;
    vertical-align: middle;
    width: .17rem;
    height: .17rem;
    margin-right: .1rem;
}
.reg_list ul li .sel{
    position: relative;
}
.reg_list ul li .sel select{
    font-size: .16rem;
    color: #999999;
    line-height: .43rem;
    border: 1px solid #CDD9EC;
    position: relative;
    padding-left: .2rem;
    padding-right: .2rem;
    height: .45rem;
    cursor: pointer;
    width: 100%;
}
.reg_list ul li .sel select:after{
    position: absolute;
    content: '';
    width: .14rem;
    top: 0;
    bottom: 0;
    right: .2rem;
    background: url('../images/sel-down.png') no-repeat 50%;
}
.reg_list ul li .sel ul{
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(30, 81, 162, 0.13);
    display: none;
    z-index: 9;
}
.reg_list ul li .sel ul li{
    font-size: .16rem;
    line-height: 2;
    color: #333;
    padding: .05rem .2rem;
    cursor: pointer;
    margin-top: 0;
}

.reg_list ul li .sel ul li:hover{
    background: #F61212;
    color: #fff;
}

.reg_list ul li .uplode{
    position: relative;
}
.reg_list ul li .uplode input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.reg_list ul li .uplode span{
    display: block;
    font-size: .18rem;
    color: #333;
    line-height: .43rem;
    padding-left: .65rem;
    padding-right: .2rem;
    background: #EFF2F6 url("../images/reg_img01.png") no-repeat left .25rem center;
    background-size: .2rem;
    border: 1px solid #CDD9EC;
}
.reg_list ul li.read label{
    position: relative;
    display: block;
}
.reg_list ul li.read label input{
    position: absolute;
    opacity: 0;
}
.reg_list ul li.read label i{
    display: block;
    position: absolute;
    top: .04rem;
    left: 0;
    width: .18rem;
    height: .18rem;
    outline: 0;
    border: 1px solid #CDD9EC;
    background: transparent;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.reg_list ul li.read label i:after{
    position: absolute;
    content: '';
    left: .03rem;
    top: .03rem;
    bottom: .03rem;
    right: .03rem;
    transition: .5s;
}
.reg_list ul li.read label input:checked + i {
    border-color: #0075ff;

    /*border-radius: 50%;*/
}
.reg_list ul li.read label input:checked + i:after{
    background: #0075ff;
}
.reg_list ul li.read label span{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    padding-left: .3rem;
}
.reg_list ul li.read{
    padding-left: 1rem;
}
.reg_list ul li .btnBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reg_list ul li .btnBox button{
    display: block;
    font-size: .18rem;
    color: #fff;
    line-height: .45rem;
    width: 1.6rem;
    background: #0B4089;
    cursor: pointer;
    transition: .5s;
}
.reg_list ul li .btnBox button.cancel{
    background: #989898;
}
.reg_list ul li .btnBox button:hover{
    background: #ab0000;
}
.reg_list {
    padding: .8rem 2rem 1.9rem .4rem;
    background: #fff url("../images/reg_list.png") no-repeat bottom center;
    background-size: auto 1.79rem;
}
.reg_box{
    position: relative;
    margin-top: -1.84rem;
    box-shadow: 0 0 0.1rem rgba(30, 81, 162, 0.13);
}
.reg_box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0.72rem;
    height: .72rem;
    background: url("../images/rightBox.png") no-repeat top center;
    background-size: 100%;
}

/**/

.n_detail .dtl_tit h1{
    font-size: .26rem;
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: .25rem;
}
.n_detail .dtl_tit p{
    font-size: 0;
    text-align: center;
}
.n_detail .dtl_tit p span{
    display: inline-block;
    font-size: .16rem;
    color: #999999;
    line-height: .2rem;
    margin: 0 .05rem;
}
.n_detail .dtl_tit {
    padding-top: .15rem;
    padding-bottom: .27rem;
    margin-bottom: .27rem;
    border-bottom: 1px dashed #e2e2e2;
}

.dtl_txt p{
    font-size: .16rem;
    line-height: 2.125;
    color: #333333;
    text-indent: 2em;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #05499a;
}

#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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    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: #05499a;
}

#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: #05499a;
}

@media screen and (max-width: 1200px){
    .banner {
        margin-top: 0.75rem;
    }
    .n_wp{
        width: 100%;
        margin-bottom: .4rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    #m_n_nav{
        display: block;
    }
    .n_container{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}

@media screen and (max-width: 1024px){
    .n_list li a{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .n_tch li{
        width: 48%;
    }
    .reg_list{
        padding: .4rem .9rem .4rem .4rem;
    }
    .reg_box{
        margin-top: auto;
    }
    .reg_tit h2{
        font-size: .24rem;
        line-height: .7rem;
    }
    .reg_list ul li{
        margin-top: .3rem;
    }
    .n_detail .dtl_tit h1{
        font-size: .24rem;
    }
}
@media screen and (max-width: 768px){
    .rightBox{
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .tchBox2{
        padding-left: 0;
        padding-right: 0;
    }
    .n_tit{
        margin: 0 0 .14rem 0;
        padding: 0;
        flex-wrap: wrap;
    }
    .n_tit h2{
        line-height: .55rem;
        margin-bottom: .2rem;
    }
    .tchBox2 .n_tit2{
        line-height: .5rem;
        margin-bottom: .15rem;
    }
    .posi{
        width: 100%;
        margin-bottom: .15rem;
    }
    .n_list li a time,
    .n_list li a h4{
        font-size: .18rem;
    }
    .n_list li:before{
        left: -.2rem;
        right: -.2rem;
    }
    .n_list li:after{
        display: none;
    }
    .n_tch li{
        width: 100%;
        margin-top: .3rem;
    }
    .n_tch li a .txt h2{
        font-size: .2rem;
        margin-bottom: .1rem;
    }
    .n_tch li a .txt p{
        margin-bottom: .1rem;
    }
    .tchBox2 .fl01{
        padding: 0 .2rem .15rem;
    }
    .logoMain{
        width: 90%;
    }
    .logoMain .left{
        width: 100%;
        padding: .2rem;
        height: auto;
        background: rgba(0, 42, 111, 0.9);
    }
    .logoMain .left a img{
        height: 1.4rem;
    }
    .logoMain .right{
        width: 100%;
        padding: .3rem .2rem;
    }
    .reg_list>ul{
        width: 100%;
        margin: auto;
    }
    .reg_list {
        padding: 0.1rem .2rem .4rem;
    }
    .dtl_txt p{
        font-size: .18rem;
    }
}
@media screen and (max-width: 640px){
    .reg_list ul li{
        flex-wrap: wrap;
        margin-top: .15rem;
    }
    .reg_list ul li .left{
        width: 100%;
        text-align: left;
    }
    .reg_list ul li .right{
        width: 100%;
    }
    .reg_list ul li.read{
        padding-left: 0;
    }
    .reg_list ul li .btnBox{
        justify-content: center;
        gap: .2rem;
    }
}
@media screen and (max-width: 480px){
    .n_list li a{
        padding-right: 0;
    }
    .n_list li a time{
        padding-right: .1rem;
        margin-right: .1rem;
    }
    .char_list li{
        width: calc(100% / 16);
    }
    .char_list ul{
        justify-content: flex-start;
    }
}