@charset "utf-8";

.head {
    transition: all 1s;
}

html, body {
    background: #f8f8f8;
}

.banner img {
    display: block;
    width: 100%;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #18489C;
    color: #fff;
    border: 1px solid #18489C;
}

.pagination a:hover {
    background: #18489C;
    color: #fff;
    border: 1px solid #18489C;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}
 

.nymain {
    position: relative;
    padding-top: 38px;
    padding-bottom: 50px;
    z-index: 9;
    background: url(../images/nybg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}


.nymain .w1440 {
    position: relative;
}

.pcnav {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    z-index: 9;
}
.pcnav .ny-lmname{
display: none;
    position:absolute;
    left:0;
    bottom:100%;
    font-size:.52rem;
    line-height:.6rem;
    white-space:nowrap;
    color:#fff;
    padding-left: .2rem;
    margin-bottom: .7rem;
}
.pcnav .ny-lmname span{
 font-size:.52rem;
color:#fff;
}
.pcnav .ny-lmname::before{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .08rem;
    height: .4rem;
    background: #FFFFFF;
}
.pcnav::before {
    content: "";
    position: absolute;
    left: -240px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/mkumtx.png) no-repeat;
    background-position: right center;
    background-size: cover;
}

.pcnav>ul {
    display: flex;
}

.pcnav>ul>li {
    position: relative;
    margin-left: .6rem;
}

.pcnav>ul>li:nth-child(1) {
    margin-left: 0;
}


.pcnav>ul>li>a {
    display: block;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #FFFFFF;
}

.pcnav>ul>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 88px;
    left: 0;
    padding: 0 5px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1839);
    padding: .13rem 0;
    z-index: 9999;
    display: none;
}

.pcnav>ul>li:hover ul {
    display: block;
}

.pcnav>ul>li.active {
    padding-left: .3rem;
    position: relative;
}

.pcnav>ul>li.active::before {
    content: "";
    position: absolute;
    border: 0.04rem solid #FFFFFF;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pcnav>ul>li.active ul {
    left: .3rem;
}

.pcnav>ul>li ul li {
    margin-top: .16rem;
}

.pcnav>ul>li ul li:nth-child(1) {
    margin-top: 0;
}

.pcnav>ul>li ul li a {
    display: block;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #666666;
}

.pcnav>ul>li ul li a:hover {
    color: #084295;
    font-weight: 600;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 220px;
    position: relative;
    margin-right: 50px;
    background: #fff;
}

.nymain .leftNav>h2{
    line-height: 90px;
    color: #fffafc;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    background-color: #18489C;
}
.nymain .leftNav>h2 span{color: #fffafc;}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    background-position: right bottom;
    position: relative;
}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 70px;
    top: 0;
    /* background: #fff; */
}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    border-top: 1px solid #ebebeb;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    padding-left: 30px;
    height: .55rem;
    line-height: .54rem;
    background: #f4f4f4;
    border-bottom: 1px solid #fff;
    color: #333;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: .1rem;
    top: .11rem;
   
    cursor: pointer;
    transition: all 0.3s;
}



.nymain .leftNav>ul>li.on>a {
    color: #18489C;
}



.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #18489C;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #18489C;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 46px;
    /* border-top: 1px solid #eeeeee; */
    /* padding-left: 65px; */
    color: #666666;
    background: #fff;
    border-top: 1px solid #edebeb;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {min-height: 55vh;}

.ny-rcom {
    font-size: 24px;
    color: #18489C;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    /* padding-top: .2rem; */
    margin-bottom: .5rem;
}

.position>div {
    position: relative;
    text-align: left;
    font-size: 0;
    line-height: .3rem;
}

.position>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    z-index: 1;
}

.position h3 {
    font-size: .3rem;
    line-height: .3rem;
    font-weight: normal;
    color: #000000;
    text-align: left;
    bottom: 0;
    left: 0;
    float: left;
    background: #fff;
    font-weight: 600;
    z-index: 9;
    position: relative;
    padding-right: .5rem;
}


.position h3::after {
    content: "";
}

.position span {
    color: #666666;
    font-size: .16rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .18rem;
    line-height: .22rem;
    vertical-align: middle;
    color: #666666;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #18489C;
}





.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}





.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: .4rem 0;
    border-bottom: 1px solid rgba(24, 72, 156, .4);
}

.timg-list ul li:nth-child(1) a {
    padding-top: 0;
}

.timg-list ul li a h3 {
    font-size: .22rem;
    color: #3A3A3A;
    line-height: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    clear: both;
    margin-top: .23rem;
    font-weight: normal;
}
.timg-list ul li a h3 i{
    background-image: none;
}

.timg-list ul li a>div {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.timg-list-img {
    float: left;
    width: 4.26rem;
    margin-right: .5rem;
}

.timg-list ul li a .pic {
    padding-top: 57%;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover span {
    color: #fff;
}

.timg-list ul li a:hover  b {
    color: #fff;
    border-color: #fff;
}

.timg-linfo {
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.timg-linfo p {
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .56rem;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .16rem;
    display: none;
}

.timg-linfo div {
    overflow: hidden;
}

.timg-linfo span {
    display: block;
    color: #3A3A3A;
    font-size: .18rem;
    background-position: left center;
    line-height: .22rem;
    float: left;
}

.timg-linfo span b {
    font-size: 24px;
    font-weight: 600;
    color: #18489C;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}


.timg-linfo .tmore {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.timg-linfo .tmore b {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.13rem;
    color: #18489C;
    width: 0.17rem;
    height: 0.17rem;
    border: 1px solid #18489C;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.timg-linfo .tmore span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #666666;
    margin-left: 0.05rem;
    display: block;
}

.timg-list ul li a:hover>div{
    background: url(../images/ejlistbg2.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover span {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: .35rem;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;
}

.img-lists ul li:hover .info p {
    color: #18489C;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 65%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: .1rem;
    font-size: 0;
    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .2rem;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}





.art-main .art-tit h3 {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: .26rem;
    font-weight: normal;
    font-weight: 600;
    margin: .3rem 0;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: .3rem;
    border-top: 1px dashed rgba(24, 72, 156, .4);
    margin-top: .1rem;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: .2rem;
    line-height: .4rem;
    margin-top: .1rem;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    height: auto !important;
    margin: .3rem auto;
    object-fit: cover;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: .26rem;
    padding: .2rem 0;
    color: #4e4e4e;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: .18rem;
    margin: 0 10px;
    color: #4e4e4e;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
}

.pnext p a {
    color: #333333;
}

.pnext p:hover {
    color: #18489C;
}

.pnext p:hover a {
    color: #18489C;
    font-weight: 600;
}

.pnext p:hover {
    color: #18489C;
    font-weight: 600;
}
.pnext p:hover a svg path{
    fill: #18489C;
}

.szdw {
    margin-top: 8px;
}

.szdw ul {
    font-size: 0;
}

.szdw ul li {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 67px;
    font-size: 0;
    width: 49%;
    margin-left: 2%;
}

.szdw ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.szdw ul li .z {
    display: block;
}

.szdw ul li:hover .zi1 {
    border-bottom: 2px solid #084295;
    box-shadow: 10px 0 10px #eee;
}

.szdw .aaa {
    float: left;
    width: 180px;
}

.szdw .zi1 {
    overflow: hidden;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.szdw .pic {
    padding-top: 127%;
}

.szdw .zi1 h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.szdw .zi1 p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
    margin-bottom: 35px;
    /* border-bottom: 1px solid #ccc; */
}

.szdw .zi1 a {
    display: block;
}

.szdw .zi1 span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #1b4fa2;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}


.col-main {
    float: left;
    width: 75%;
    padding-top: 50px
}

.col-side {
    float: right;
    width: 23.34%;
    padding-top: 60px
}

.m-txt5 {
    overflow: hidden;
    padding: 10px 0 39px
}

.m-txt5 .pics {
    float: left;
    width: 262px;
    margin-right: 30px
}

.m-txt5 .pics .pic {
    padding-top: 134%;
}

.m-txt5 .pics img {
    display: block;
    width: 100%
}

.m-txt5 .txt {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    color: #333
}

.m-txt5 p {
    font-size: 16px;
}

.m-txt5 .m-tit3 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.m-tit3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.p-list2 {
    padding: 4px 0 12px
}

.p-list2 li {
    padding-bottom: 29px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.p-list2 .col-r, .p-list2 .date {
    float: right;
    font-size: 16px;
    color: #666
}

.p-list2 .date {
    margin-left: 40px
}

.p-list2 a {
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-list2 .col-r a:hover, .p-list2 a:hover, .p-list2 em {
    color: #204ba0
}

.p-list2 .col-r a {
    color: #666;
    margin-left: 30px
}

.pages {
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.pages .p-flip, .pages ul {
    display: inline-block;
    vertical-align: top
}

.pages .p-flip {
    margin-left: 12px
}

.pages .inp {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    margin: 0 8px
}

.pages ul li {
    float: left;
    margin: 0 3px
}

.pages ul a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.pages ul a:hover {
    color: #204ba0
}

.pages ul li.on a {
    background-color: #204ba0;
    color: #fff
}

.pages .p-next, .pages .p-prev {
    display: inline-block;
    vertical-align: top;
    color: #333
}

.pages .p-next a, .pages .p-prev a {
    color: inherit;
    width: auto;
    margin: 0 5px
}

.pages .p-next a:hover, .pages .p-prev a:hover {
    color: #204ba0
}

.m-txt6 {
    background: #f3f9ff;
    font-size: 14px;
    color: #333;
    line-height: 2
}

.m-txt6 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 62px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px
}

.m-txt6 .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    height: 26px
}

.m-txt6 .more {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #204ba0
}

.m-txt6 .more:hover {
    background: #4070cf
}

.m-txt6 .con {
    padding: 12px 20px 17px
}

.m-txt6 p {
    overflow: hidden;
    margin-bottom: 7px
}

.m-txt6 p em {
    display: block;
    float: left;
    width: 56px;
    margin-right: 5px
}

.m-txt6 p span {
    display: block;
    overflow: hidden
}




.text-list li {
    padding: .1rem .2rem;
    border-left: .03rem solid #18489C;
    /* box-shadow: 4px 2px 10px 2px rgba(0, 0, 0, 0.1133); */
    margin-top: .2rem;
    border-bottom: 1px dashed #979797;
}

.text-list li:nth-child(1) {
    margin-top: 0;
}

.text-list li a {
    display: flex;
    align-items: center;
    position: relative;
}

.text-list .time {
    width: 1.6rem;
    font-size: .2rem;
    color: #777777;
    text-align: center;
    line-height: .24rem;
    border-right: 1px solid rgba(168, 168, 168, .4);
}

.text-list .time span {
    display: block;
    font-size: .36rem;
    color: #000;
    line-height: .43rem;
    margin-bottom: .07rem;
}

.text-list .txt {
    /* padding-left: .48rem; */
    position: relative;
    padding-right: 1.8rem;
    flex: 1;
    min-width: 0;
}

.ablink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 5;
    display: block;
}
.text-list .txt h3 i{
    background-image: none;
}
.text-list .txt h3, .text-list li.text-list-img h3 {
    font-weight: bold;
    position: relative;
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    color: #333333;
    line-height: .26rem;
}

.text-list li:hover .txt h3, .text-list li.text-list-img:hover h3 {
    background-size: 100% 1px;
}

.text-list .txt p, .text-list>li.text-list-img p {
    color: #777777;
    margin-top: .14rem;
    font-size: .18rem;
    line-height: .22rem;
    height: 0.44rem;
    overflow: hidden;
}
.text-list .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;display: none;}

.text-list .tmore {
    position: absolute;
    right: .28rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.text-list .tmore b {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.13rem;
    color: #18489C;
    width: 0.17rem;
    height: 0.17rem;
    border: 1px solid #18489C;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.text-list .tmore span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #666666;
    margin-left: .05rem;
    display: block;
}

.text-list li:hover {
    /* background: url(../images/ejlistbgr.png) no-repeat; */
    background-position: center center;
    background-size: cover;
}

.text-list li:hover .time {
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.text-list li:hover h3 {
    color: #18489c;
    font-weight: normal;
}

.text-list li:hover .time, .text-list li:hover span {
    color: #18489c;
}

.text-list li:hover  b{
    color: #fff;
    border-color: #fff;
}

/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}

.i-list {
    padding: 17px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.i-list li {
    width: 48%;
    position: relative;
    font-size: .18rem;
    line-height: .5rem;
    padding: 0 0 0 .2rem;
    background-position: left center;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #111111;
}



.i-list li:hover a {
    color: #18489C;
    font-weight: 600;
}


.tch-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.tch-list li{
    width:20.78%;
    margin-left:5.62%;
    margin-bottom:.6rem;
}
.tch-list li:nth-child(4n+1){
    margin-left:0;
}
.tch-list li:hover .txt{    background: #18489c;}

.tch-list li:hover  .txt h2{ color:#fff}
.tch-list li:hover .txt i{   background: #ffffff;}


.tch-list li a{
    display:block;
}
.tch-list li a .pic{
    padding-top:2.8rem;
}
.tch-list li a .txt{
    background:#fff;
    padding: .12rem .1rem .1rem;
}
.tch-list li a .txt i{
    display:block;
    width:.3rem;
    height:.04rem;
    margin:0 auto .05rem;
background: #18489C;
}
.tch-list li a .txt h2{
    font-size: .2rem;
    color: #000000;
    line-height: .27rem;
    text-align:center;
}

.banner{
    display:none;
}


.n_con{
    display:flex;
    align-items: flex-start;
    justify-content:space-between;
    flex-wrap:wrap;
}

.n_left{
    width: 18.62%;
    padding-left:.14rem;
    position:relative;
    z-index:2;
}
.n_left:after{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:.14rem;
    bottom:.45rem;
    background:url('../images/n_leftbg.png') no-repeat top center;
    background-size:100% 100%;
    
}
.n_left p{
    font-size: 0.3rem;
    line-height: 1rem;
    color:#fff;
    background:#18489C;
    text-align:center;
}

.n_left>ul{
    background:#F6F9FE
}

.n_left>ul>li h3{
    position:relative;
    line-height: .3rem;
    font-size: .22rem;
    color:#000000;
    padding: .2rem .55rem .2rem .22rem;
    background:#fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1489);
    transition:.5s
}
.n_left>ul>li{
     margin-bottom: .1rem;
}
.n_left>ul>li a{
    display:block;
    color:inherit
    
}
.n_left>ul>li span{
    position:absolute;
    right:.34rem;
    top:.34rem;
    width:.23rem;
    height:.12rem;
    background:url('../images/n_left.png') no-repeat 50%/100%;
    transition:.5s;
    cursor: pointer;
}

.n_left>ul ul li{
    font-size:.18rem;
    color:#000;
    line-height:.4rem;
    transition:.5s;
    padding-left:.65rem;
}



.n_left>ul ul{
    padding-top:.16rem;
    background:#F6F9FE;
    display:none;

}
.n_left>ul ul li:hover a,.n_left>ul ul li.active a{
    color:#18489C;
}
.n_left>ul>li.active h3,.n_left>ul>li.on h3{
    background:#E4EDF8;
    color:#18489C;

}


.n_left>ul>li.active span,.n_left>ul>li.on span{
    background-image:url('../images/n_left2.png')
}

.n_con .ny-right{
    width: 76.5%;
}