@charset "UTF-8";

.head {
    /* transition: all .5s; */
}

html, body {
    background: #F2F6F7;
}

.banner {
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.14rem;
    background: url(../images/banner-nyzzc.png) repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    z-index: 9;
}

.banner h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 0.6rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    text-shadow: 0rem 0.04rem 0.12rem rgba(7, 42, 88, 0.5);
    z-index: 99;
}

.banner-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.banner-tit h2 {
    width: 2.86rem;
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/leftNavh2bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sysong";
    font-weight: normal;
}

.nymain .leftNav>h2 {}



.banner img {
    display: block;
    width: 100%;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #666;
    margin: 0 7px;
    cursor: pointer;
}

.pagination a.active {
    background: #005699;
    color: #fff;
    border: 1px solid #005699;
}

.pagination a:hover {
    background: #005699;
    color: #fff;
    border: 1px solid #005699;
}

.pagination input{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #666;
    margin: 0 7px;
    width:50px;

    
}
.pagination span {
    display: inline-block;
    font-size: 14px;
padding-right: 5px;
}


.nymain {
    /* position: relative; */
    padding-bottom: 1rem;
    z-index: 3;
    font-family: "微软雅黑";
    overflow: hidden;
    background: url(../images/ny-bg.png) bottom no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.nymain::before {
    /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.5rem;
    background: url(../images/ny-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 14rem;
    z-index: -2;
    pointer-events: none; */
}

.nymain>div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 2.5rem;
    position: relative;
    margin-right: .95rem;
    border-radius: .08rem;
    background: #FFFFFF;
}

.nymain .leftNav>h2 {
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/leftNavh2bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sy";
    font-weight: normal;
    display: none;
}

.nymain .leftNav>h2 i {
    font-style: normal;
    font-size: 0.3rem;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    top: .28rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
    z-index: 1;
}

.nymain .leftNav>h2 b {
    position: relative;
    z-index: 2;
    /* padding-top: .1rem; */

}



.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 {
    background-position: right bottom;
    position: relative;
    padding: 0.13rem .15rem .58rem .15rem;
}

.nymain .leftNav>ul::before {}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    text-align: center;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}
.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    padding: 0.1rem 0;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .4rem;
    height: .48rem;
    right: 0;
    top: 0;
    background: url(../images/sub_left_down4.png) no-repeat right center;
    background-size: .1rem auto;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
}



.nymain .leftNav>ul>li.on>a {
    color: #005699;
    font-weight: 600;
}



.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #005699;
    font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down.png) no-repeat right center;
    background-size: .1rem auto;
}

.nymain .leftNav ul li.active ul {
    display: none;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #005699;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: .2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 40px;
    /* border-top: 1px solid #eeeeee; */
    padding-left: .2rem;
    color: #666666;
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
}

.ny-rcom {
    font-size: 24px;
    color: #005699;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    border-bottom: 2px solid #DFEAF7;
}

.position>div {
    display: flex;
    justify-content: space-between;
}

.position>div>div {
    position: relative;
    text-align: left;
    font-size: 0;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.position>h3::after {
    content: "";
    height: 1px;
    background: #eee;
    z-index: 1;
    display: block;
    flex: 1;
}

.position h3 {
    font-size: .24rem;
    line-height: .8rem;
    font-weight: normal;
    color: #00449E;
    text-align: left;
    bottom: 0;
    left: 0;
    z-index: 9;
    position: relative;
}


.position h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #00449E;
    z-index: 9;
}

.position svg {
    margin-right: .1rem;
    height: .29rem;
}

.position svg path {
    fill: #780009;
}

.position span {
    color: #999999;
    font-size: .16rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .16rem;
    padding: 0 .05rem;
    vertical-align: middle;
    color: #999999;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #005699;
}





.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 {}

.timg-list ul li {
    position: relative;
}

.timg-list ul li::before {
    content: "";
    position: absolute;
    left: -.2rem;
    top: 0;
    right: -.2rem;
    bottom: 0;
    z-index: 1;
    transform: scaleY(0);
    transition: all 0.5s;
    background: #FCFBFB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: .15rem 0;
    position: relative;
    z-index: 2;
    font-family: "微软雅黑";
    padding: .6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.timg-list ul li a h3 {
    font-size: .22rem;
    color: #333333;
    line-height: .3rem;
    font-weight: normal;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin: 0.1rem 0 .2rem 0;
}

.timg-list ul li a>div {
    display: flex;
}

.timg-list-img {
    float: left;
    width: 3.7rem;
    margin-right: .6rem;
}

.timg-list ul li a .pic {
    padding-top: 65%;
    border-radius: .2rem;
}

.timg-list ul li a .pic div{
    background-size:cover;
}

.timg-linfo {
    flex: 1;
    min-width: 0;
    padding-top: .16rem;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .28rem;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
    position: relative;
    padding-right: 2rem;
}

.timg-linfo p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.57rem;
    height: 0.57rem;
    background: url(../images/timg-linfo-more.png) no-repeat;
    background-position: right top;
    background-size: 100% 100%;
}

.timg-linfo div {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.timg-linfo div::after {}

.timg-linfo div::before {}

.timg-linfo div::after {}

.timg-linfo div b {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #94070A;

}

.timg-linfo div span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .26rem;
    color: #888888;
    background-position: left center;
    background-size: .15rem auto;
}





/* 图片列表 */

.img-lists ul {
    margin: 0 -.1rem;
    display: flex;
    flex-wrap: wrap;
}

.img-lists ul li {
    width: 33.33%;
    margin-top: .2rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.img-lists ul li:hover .info {
    background: #ac0000;
    padding: 0 .15rem;
}

.img-lists ul li:hover .info p {
    color: #fff;
}

.img-lists ul li a {
    display: block;
    margin: 0 .1rem;
    transition: all 0.5s;
}

.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 {
    /* display: none; */
    font-size: 0;
    background-position: left center;
    transition: all 0.5s;
    border-bottom: 2px solid #ac0000;
}

.img-lists ul li a>div.info p {
    color: #1B1B1B;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .65rem;
    text-align: center;
}

.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: #333333;
    font-weight: normal;
    font-size: .3rem;
    line-height: .36rem;
    font-weight: normal;
    font-weight: 600;
    margin: .4rem 0 .34rem 0;
}
.art-main .art-tit p{
    margin-bottom:0.3rem;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: .16rem;
    line-height: .36rem;
    /* margin-top: .3rem; */
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
}

.art-main .cont-tit p {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: .3rem;
    color: #666666;
    background: rgba(0, 0, 0, 0.04);
    padding: .05rem .1rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: .14rem;
    line-height: .36rem;
    margin: 0 10px;
    color: #9E9E9E;
}

.art-info {}

.pnext {
    margin-top: .35rem;
    padding-top: .25rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .28rem;
    color: #323232;
}

.pnext p+p {
    margin-top: .05rem
}

.pnext p a {
    color: #0B0B0B;
    font-size: .16rem;
}

.pnext p:hover {
    color: #A31D20;
}

.pnext p:hover a {
    color: #A31D20;
}



.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-first a {
    background-image: url(../images/img45.svg)
}

.pages .p-last a {
    background-image: url(../images/img46.svg)
}

.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
}
*/




.pages table{width:auto !important;margin-top: 0.8rem;}
 tbody{
     border: none;
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #dcdcdc !important;
    height: 35px !important;
    line-height: 33px !important;
    color: #666 !important;
    padding: 0 12px !important;
    margin:0 7px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
    background:none !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 35px !important;
    line-height: 33px !important;
    background: #005699 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #dcdcdc !important;
    height: 35px !important;
    line-height: 33px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#1a4f9b, EndColorStr=#1a4f9b)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#005699), to(#005699))!important;
    background: -moz-linear-gradient( top,#005699,#005699)!important;
    background: -ms-linear-gradient(top,#005699 0%,#005699 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


.yd_pages{
    line-height:36px;
    height:36px;
    background:#005699;
    color:#fff;
    text-align:center;
    margin-top:0.5rem;
    border-radius:10px;   
}


.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
}






/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}

.i-list {
    padding: 17px 0;
}

.i-list li {
    position: relative;
}

.i-list li a {
    display: flex;
    color: #111111;
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #E8E8E8;
    transition: all 0.5s;
    padding: .3rem .35rem;
    position: relative;
    z-index: 9;
    align-items: center;
    
}
.i-list li a{
    cursor:default;
}

.i-list li.hasHref a{
    cursor:pointer;
}

.i-list li a:before {}

.i-list li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(271deg, #2395ed -10%, #005699 59%);
    z-index: -1;
    transform: scaleY(0);
    transition: all .6s;
}

.i-list li:nth-child(1) a {
    border-top: 1px solid transparent;
}

.i-list li:nth-child(1) a:before {
    display: none;
}



.i-list li:last-child a {
    border-bottom: 1px dashed #CBCBCB;
}

.i-list li a .date {
    min-width: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
    transition: all 0.5s;
    padding-right: .32rem;
    margin-right: .35rem;
    position: relative;
}

.i-list li a .date::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 0.48rem;
    background: #FFEEEE;
    transition: all .6s;
}

.i-list li a .date b {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #005699;
}

.i-list li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #9E9E9E;
    margin-top: .2rem;
    width: .76rem;
    border: 1px solid rgba(120, 0, 9, 0.21);
    text-align: center;
}

.i-list li a .info {
    flex: 1;
    min-width: 0;
}

.i-list li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    font-weight: normal;
}

.i-list li a .info p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #9E9E9E;
    font-weight: normal;
    margin-top: .07rem;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: .26rem;
}
.i-list li a span {}

.i-list li.hasHref:hover a::after {
    transform: scaleY(1);
}

.i-list li.hasHref:hover a .date::after {
    background: rgba(255, 229, 229, 0.17);
}

.i-list li.hasHref:hover a h3 {
    color: #fff;
    font-weight: 600;
}

.i-list li.hasHref:hover a p {
    color: #FFD6D6;
}

.i-list li.hasHref:hover a {
    border-color: transparent;
}

.i-list li.hasHref:hover a .date b {
    color: #fff;
}

.i-list li.hasHref:hover a .date span {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.i-list li.hasHref:hover a:before {
    background: #94070A;
}

.jgsz-box {
    margin-top: .65rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgsz-box:nth-child(1) {
    margin-top: 0;
}

.jgsz-box h3 {
    background: rgba(0, 96, 175, .1);
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .77rem;
    text-align: center;
    color: #005699;
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem;
}

.jgsz-box ul li {}

.jgsz-box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .62rem;
    color: #474747;
    padding: 0 .4rem 0 0;
}

.jgsz-box ul li a:hover {
    font-weight: 600;
    color: #005699;
    text-decoration: underline;
}



/* 师资列表 */
.szlb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.35rem;
}

.szlb ul li {
    width: 50%;
    margin-top: .65rem;
}

.szlb ul li:nth-child(-n+2) {
    margin-top: .4rem;
}

.szlb ul li a {
    display: block;
    margin: 0 .35rem;
    background: #FFFFFF;
    transition: all 0.5s;
    height: 100%;
    border-radius: 0px .4rem 0px 0px;
    position: relative;
}

.szlb ul li a::before {
    content: "";
    position: absolute;
    left: -0.07rem;
    top: 0;
    right: 50%;
    height: 1.55rem;
    border-radius: 0px 0.45rem 0px 0.4rem;
    opacity: 1;
    background: #0A58A6;
    opacity: 1;
    background: #0A58A6;
    z-index: 1;
}

.szlb ul li a h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.67rem;
    background: #F5F8FF;
    color: #0A58A6;
    padding: 0 .15rem 0 .42rem;
    position: relative;
    border-radius: 0px .4rem 0px 0px;
    z-index: 9;
    position: relative;
}

.szlb ul li a h3:before {
    content: "";
    position: absolute;
    left: .28rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: .23rem;
    background: #FFC062;
}

.szlb ul li a>div {
    border: 1px solid #CEDBE8;
    padding: .4rem .3rem;
    z-index: 9;
    position: relative;
    background: #fff;
}

.szlb ul li a>div dl {}

.szlb ul li a>div dl dt {
    display: flex;
    align-items: flex-start;
    margin-top: .3rem;
}

.szlb ul li a>div dl dt:nth-child(1) {
    margin-top: 0;
}

.szlb ul li a>div dl dt div {
    height: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    margin-right: .2rem;
}

.szlb ul li a>div dl dt div img {
    display: block;
    max-height: .21rem;
    max-width: .25rem;
}

.szlb ul li a>div dl dt p {
    flex: 1;
    min-width: 0;
}

.szlb ul li a div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.szlb ul li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.szlb ul li a:hover h3 {
    color: #005699;
}








.searchpage .secpag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.searchpage .secpag a {
    color: #333;
}

.searchpage .secpag a:hover {
    color: rgba(6, 131, 88, 1.0);
}


.zzjg {
    margin-top: .4rem
}

.zzjg-box {
    position: relative;
}

.zzjg-box+.zzjg-box {
    margin-top: .6rem;
}

.zzjg-box::before {}

.nypub-tit {
    display: flex;
    flex-direction: column;
    padding-left: .66rem;
    position: relative;
    width: 100%;
}

.nypub-tit:before {
    content: "";
    position: absolute;
    width: .67rem;
    height: .6rem;
    background: url(../images/tit-bef.png) no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nypub-tit p {
    color: #00449E;
    font-size: .16rem;
    line-height: .22rem;
}

.nypub-tit h3 {
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #333333;
    position: relative;
    z-index: 9;
    position: relative;
}

.nypub-tit h3::before {}

.nypub-tit h3::after {}

.zzjg-list {
    z-index: 9;
    position: relative;
    margin-top: .44rem;
    border-radius: .1rem;
    background: #FFFFFF;
    padding: .2rem .7rem .8rem .7rem;
}

.zzjg-list ul {
    display: flex;
    flex-wrap: wrap;
    /* background: url(../images/bgline.png) repeat; */
    background-position: center center;
    /* background-size: auto .9rem; */
}

.zzjg-list ul li {
    width: 25%;
    margin-top: 0.4rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e6e6e6;
}

.zzjg-list ul li a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    padding-left: .2rem;
    position: relative;
    padding: 0 .2rem 0 .5rem;
    /* display: flex; */
    align-items: center;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.zzjg-list ul li a::before {}

.zzjg-list ul li a::before {
    content: "";
    top: 12px;
    transform: translateY(-50%);
    left: .35rem;
    position: absolute;
    display: block;
    width: .05rem;
    height: .05rem;
    background: #333333;
    border-radius: 50%;
    margin-right: .1rem;
}

.zzjg-list ul li a:hover {
    color: #00449E;
}

.zzjg-list ul li a:hover:before {
    background: #00449E;
}

.zzjg-box:hover .nypub-tit h3 {
    color: #005699;
}

.zzjg-box:hover .nypub-tit h3:before {
    background: #BE2F2F;
}

.zzjg-box:hover .nypub-tit h3:after {
    background: #BE2F2F;
}

.xrld-tit {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(249, 224, 224, 0.3) 100%);
    height: 0.6rem;
    display: flex;
    align-items: center;
    margin-top: .4rem;
    margin-bottom: .1rem;
}

.xrld-tit:nth-child(1) {
    margin-top: 0;
}

.xrld-tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #333333;
    border-left: 0.04rem solid #A31D20;
    padding-left: .15rem;
}

.xrld ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.6rem;
}

.xrld ul li {
    width: 33.333%;
}

.xrld ul li a {
    display: flex;
    padding: .2rem 0;
    border-bottom: 1px solid #E7E6E6;
    transition: all 0.5s;
    align-items: center;
    margin: 0 .6rem;
    height: 1rem;
}

.xrld ul li a b {
    width: .3rem;
    height: .2rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #3D3D3D;
    position: relative;
    margin-right: .15rem;
    background: url(../images/teach-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.xrld ul li a b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/xrld-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.09rem;
    height: 0.09rem;
}

.xrld ul li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #3D3D3D;
}

.xrld ul li a:hover {
    border: 1px solid #A31D20;
    box-shadow: 2px 3px 12px 0px rgba(68, 0, 4, 0.15);
    height: .9rem;
    background: #FFF7F7;
    padding: .2rem .15rem;
}

.xrld ul li a:hover p {
    font-weight: 600;
    color: #A31D20;
}

.xrld ul li a:hover b {
    font-weight: 600;
    color: #0A58A6;
}



/* 现任领导 */
.leader ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leader ul li {
    width: 48%;
    margin-top: .45rem;
}


.leader ul li a {
    display: flex;
    transition: all 0.5s;
    background: #F4F8FF;
}

.leader ul li a .pics {
    width: 2.4rem;
}

.leader ul li a .pics .pic {
    padding-top: 119%;
}

.leader ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .2rem;
    padding: .3rem .25rem 0 .35rem;
}

.leader ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader ul li a .info h4 {

    font-size: .18rem;

    font-weight: normal;

    line-height: normal;

    color: #005699;

    margin-top: .15rem;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.leader ul li a .info div {
    border-top: 1px dashed #005699;
    transition: all 0.5s;
    position: relative;
    margin-top: .2rem;
}

.leader ul li a .info div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-2px);
    width: 3px;
    height: 3px;
    background: #005699;
}

.leader ul li a .info div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-2px);
    width: 3px;
    height: 3px;
    background: #005699;
}

.leader ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-transform: uppercase;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.12rem;
    margin-top: .2rem;
}

.leader ul li a:hover {
    background: #005699;
}

.leader ul li a:hover .info h3 {
    color: #fff;
}

.leader ul li a:hover .info h4 {
    color: #fff;
}

.leader ul li a:hover .info div {
    border-color: #fff;
}

.leader ul li a:hover .info div::before {
    background: #fff;
}

.leader ul li a:hover .info div::after {
    background: #fff;
}

.leader ul li a:hover .info p {
    color: rgba(255, 255, 255, .7);
}


.whcj {
    margin-top: .35rem;
}


.whcj-pic {
    display: flex;
    justify-content: center;
    background: #F5F8FC;
    padding: 1rem .2rem;
}

.whcj-pic img {
    max-width: 100%;
}


.whcj-text {
    margin-top: .3rem;
}

.whcj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333;
}

.whcj-box-flex {
    display: flex;
    align-items: flex-start;
}

.whcj-box-flex .whcj-pic {
    width: 4.59rem;
    margin-right: .6rem;
    margin-top: .3rem;
}

.whcj-box-flex .whcj-text {
    flex: 1;
    min-width: 0;
}

.whcj-down {}

.whcj-down a {
    display: block;
    background: #F5F8FC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    margin-top: 1.2rem;
    transition: all 0.5s;
}

.whcj-down img {
    height: 0.4rem;
    margin-right: .1rem;
}

.whcj-down p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    color: #333333;
}

.whcj-down a:hover p {
    color: #015198;
    font-weight: 600;
}

.whcj-down a:hover {
    box-shadow: 0 0 .1rem rgba(1, 81, 152, .3);

}


.xyjj-box {
    margin-top: .5rem;
}

.xyjj-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #333333;
    text-indent: 2em;
}

.xyjj-box ul {
    display: flex;
    justify-content: space-between;
}

.xyjj-box ul li {
    width: 48%;
}

.xyjj-box ul li img {
    display: block;
    width: 100%;
}

.xyjj-box-flex {
    display: flex;
    align-items: flex-start;
}

.xyjj-box-flex .xyjj-text {
    flex: 1;
    min-width: 0;
}

.xyjj-box-flex .xyjj-pic {
    width: 5.44rem;
    position: relative;
    padding: 0 .4rem .5rem 0;
    margin-left: .4rem;
}

.xyjj-box-flex .xyjj-pic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.xyjj-box-flex .xyjj-pic::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0.4rem;
    top: 0.5rem;
    bottom: 0;
    background: #005699;
    z-index: 1;
}


.jsjj-box {
    margin-top: .3rem;
}

.jsjj-box:nth-child(1) {
    margin-top: 0;
}

.jsjj-infos {
    display: flex;
    background: #F7F7F7;
}

.jsjj-pics {
    width: 1.8rem;
    margin-right: .26rem;
}

.jsjj-pics .pic {
    padding-top: 127%;
}

.jsjj-info {
    flex: 1;
    min-width: 0;
    padding-top: .34rem;
    padding-bottom: .34rem;
}

.jsjj-info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
}

.jsjj-tit {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(249, 224, 224, 0.3) 100%);
    height: 0.6rem;
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.jsjj-tit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #333333;
    border-left: 0.04rem solid #A31D20;
    padding-left: .15rem;
}

.jsjj-text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
}

.jsjj-text ul li {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.48rem;
    color: #393939;
}


.xkgs-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    margin-top: .38rem;
    text-indent: 2em;
}

.xkgs-img1 {
    margin-top: .38rem;
}

.xkgs-img1 ul {
    display: flex;
    justify-content: space-between;
}

.xkgs-img1 ul li {
    width: 31.5%;
}

.xkgs-img1 ul li img {
    display: block;
    width: 100%;
}

.xkgs-img2 {
    margin-top: .38rem;
}

.xkgs-img2 {
    display: flex;
    justify-content: space-between;
}

.xkgs-img2 ul:nth-child(1) {
    width: 22.5%;
}

.xkgs-img2 ul:nth-child(2) {
    width: 22.5%;
}

.xkgs-img2 ul:nth-child(2) li:nth-child(2) {
    margin-top: 9%;
}

.xkgs-img2 ul:nth-child(3) {
    width: 51%;
}

.xkgs-img2 ul li {}

.xkgs-img2 ul li img {
    display: block;
    width: 100%;
}

.xkgs-text-end p {
    text-indent: 0;
}


.kyjd, .zmjs {
    margin-top: .4rem;
}

.nypub-box+.nypub-box {
    margin-top: .6rem;
}

.nypub-list {
    margin-top: .44rem;
}

.nypub-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0.1rem;
    background: #FFFFFF;
    padding: .1rem .8rem .85rem .8rem;
}

.nypub-list ul li {
    width: 45%;
    margin-top: 0.3rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #BDD6EA;
}

.nypub-list ul li a {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    position: relative;
    padding: 0 .2rem;
    /* display: flex; */
    align-items: center;
}

.nypub-list ul li a{
    cursor: default;
}
.nypub-list ul li a.hasHref{
    cursor: pointer;
}

.nypub-list ul li a::before {
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background: #333333;
    border-radius: 50%;
    margin-right: .1rem;
    vertical-align: middle;
}

.nypub-list ul li a::after {
    content: "";
    display: inline-block;
    background: url(../images/nypub-listitemmore.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.17rem;
    height: 0.17rem;
    margin-left: .17rem;
    opacity: 0;
    transition: all .5s;
    vertical-align: middle;
}

.nypub-list ul li a.hasHref:hover {
    color: #00449E;
}

.nypub-list ul li a.hasHref:hover::before {
    background: #00449E;
    ;
}

.nypub-list ul li a.hasHref:hover::after {
    opacity: 1;
}

.zmjs .nypub-list ul li {
    position: relative;
    padding-bottom: .3rem;
    margin-top: .4rem;
    border-bottom-style: dashed;
}

.zmjs .nypub-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 0.19rem;
    height: 0.19rem;
    background: #fff url(../images/zmjs-listbef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.zmjs .nypub-list ul li a {
    padding-left: .3rem;
}


.zmjs-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zmjs-list ul li {
    width: 48.75%;
    margin-top: .4rem;
}

.zmjs-list ul li a {
    display: flex;
    border-radius: 0.1rem;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 1;
}

.zmjs-list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0.2rem;
    background: url(../images/zmjs-list-itembg.png) no-repeat;
    background-position: right bottom;
    background-size: 42.9% auto;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

.zmjs-list ul li a .pics {
    width: 2.7rem;
    margin-right: .34rem;
}

.zmjs-list ul li a .pics .pic {
    padding-top: 144%;
    border-radius: .1rem;
}

.zmjs-list ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .5rem;
    padding-right: .55rem;
}

.zmjs-list ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    padding-bottom: .3rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 80, 172, 0.1);
}

.zmjs-list ul li a .info h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.2rem;
    height: 0.2rem;
    transform: translateY(50%);
    background: #fff url(../images/zmjs-listbef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.zmjs-list ul li a .info h4 {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #333333;
    margin: .28rem 0 .16rem 0;
}
.zmjs-list ul li a .info .info-con{
    height: 1.58rem;
}

.zmjs-list ul li a .info .info-con div {
    height: 1.2rem;
    overflow: auto;
}

.zmjs-list ul li a .info .info-con div p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 0.96rem;
}

.zmjs-list ul li a .info span {
    display: block;
    position: relative;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #666666;
    margin-top: .1rem;
}

.zmjs-list ul li a .info span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0.57rem;
    height: 0.57rem;
    background: url(../images/timg-linfo-more.png) no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
}

.zmjs-list ul li a:hover {
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);
}

.zmjs-list ul li a:hover::after {
    opacity: 1;
}

.zmjs-list ul li a:hover .info h3 {
    color: #005699;
    font-weight: bold;
}

.dsfc, .xklb {
    margin-top: .4rem;
}

.dsfc .nypub-tit {
    margin-bottom: .34rem;
}


.dsfc-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
}

.dsfc-nav ul li+li {
    margin-left: .2rem;
}

.dsfc-nav ul li a {
    display: block;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #ACCFEA;
    text-align: center;
    min-width: 1.8rem;
    line-height: 0.6rem;
    padding: 0 .1rem;
    color: #00449E;
    font-size: .18rem;
}

.dsfc-nav ul li.on a {
    background: #005699;
    border-color: #005699;
    color: #fff;
}

.dsfc-nav ul li a:hover {
    background: #005699;
    border-color: #005699;
    color: #fff;
}

.dsfc-block+.dsfc-block {
    margin-top: .5rem;
}

.dsfc-bigtit {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #DFEAF7;
    padding-bottom: .15rem;
    margin-bottom: .16rem;
}

.dsfc-bigtit img {
    min-height: .24rem;
    max-height: .3rem;
    margin-right: .1rem;
}

.dsfc-bigtit span {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: .29rem;
    color: #00449E;
}
.dsfc-bigtit span.tip{
    font-size:0.18rem;
    font-weight: normal;
}
.dsfc-box+.dsfc-box {
    margin-top: .3rem;
}

.dsfc-tit {}

.dsfc-tit p {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .32rem;
    color: #00449E;
    position: relative;
}

.dsfc-tit p::before {
    content: "";
    display: block;
    width: .05rem;
    height: .05rem;
    background: #00449E;
    border-radius: 50%;
    margin-right: .1rem;
}

.dsfc-list {
    margin-top: .2rem;
}

.dsfc-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dsfc-list ul li {
    width: 16.666%;
}

.dsfc-list ul li a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #333333;
    padding: 0.08rem 0;
}

.dsfc-list ul li a:hover {
    color: #00449E;
    font-weight: 600;
}

/* 学科列表 */
.xueke {
    margin-top: .4rem;
}

.xueke-box {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 .05rem .05rem;
    z-index: 1;
}
.xueke-box:hover{
    z-index:9;
}

.xueke-box+.xueke-box {
    margin-top: .66rem;
}

.xueke-tit {
    background-color: #005699;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: .05rem 0.05rem 0 0;
}

.xueke-tit::before {}

.xueke-tit h3 {
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #ffffff;
    position: relative;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .3rem .1rem;
}

.xueke-tit h3::before {}

.xueke-tit h3::after {}

.xueke-list {
    z-index: 9;
    position: relative;
    flex: 1;
    min-width: 0;
    padding: .2rem .7rem .4rem .7rem;
}

.xueke-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.23rem;
}

.xueke-list ul li {
    width: 25%;
    padding-top: .4rem;
}

.xueke-list ul li>a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    padding-left: .2rem;
    position: relative;
    padding: 0 0.2rem 0 .3rem;
    position: relative;
    border-bottom: solid 0.01rem #afd5d5;
    margin: 0 .23rem;
    z-index: 1;
    padding-bottom: .2rem;
    min-height: 100%;
}


.xkmenu-down {
    position: absolute;
    left: 0;
    width: calc(100% - .8rem);
    z-index: 1000;
    background: #e2f1ef;
    padding: 0.2rem .5rem;
    margin: 0 .4rem;
    display: none;
    /* opacity: 0; */
    /* height: 0; */
    transition: all .5s;
    background: #005699;
    z-index: 99;
}


.xkmenu-down dl {
    display: flex;
    flex-wrap: wrap;
}

.xkmenu-down dd {
    line-height: .3rem;
    width: 25%;
    padding: 0.1rem 0;
}

.xkmenu-down dd a {
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    position: relative;
    padding-left: .2rem;
}

.xkmenu-down dd a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.12rem;
    height: 0.12rem;
    background: url(../images/xkmenu-down-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.xkmenu-down dd:hover {}

.xkmenu-down dd:hover a {
    font-weight: bold
}



.jssy {
    margin-top: .4rem;
}

.sel-box {
    padding: .2rem 0;
    border-top: 2px solid #DFEAF7;
}
.sel-box:first-of-type{
    border-top:none;
}

.sel-group {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sel-item {
    display: flex;
    align-items: center;
}

.sel-item.flexnone {
    flex: none;
}

.sel-item+.sel-item {
    margin-left: .4rem;
}

.sel-item span {
    font-size: .2rem;
    font-weight: bold;
    line-height: .4rem;
    letter-spacing: normal;
    color: #333333;
    white-space: nowrap;
    margin-right: .3rem;
}

.sel-item .sel-ipt {
    display: block;
    padding: 0 .3rem;
    width: 2.7rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
    height: .56rem;
    border-radius: 0.08rem;
    font-size: .16rem;
    color: #76A6CB;
    line-height: .56rem;
}

.sel-item .sel-ipt::placeholder {
    color: #76A6CB;
}

.sel-item div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-text {
/*    flex: 1;*/
    width: 2.7rem;
    border-radius: 0.08rem;
    background: #FFFFFF;
    /* padding: 0 0.2rem; */
}
.search-text input {
    display: block;
    width: 100%;
    background: none;
    border: none;
    font-size: 0.16rem;
    font-weight: normal;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #333;
    padding: 0  0.2rem;
}

.search-text input::placeholder {
    color: #666666;
    opacity: 0.66;
}
.search-text input:focus{
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);

}

.sel-item div a {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.44rem;
    letter-spacing: normal;
    color: #333333;
    padding: 0 .12rem;
    cursor: pointer;
}

.sel-item div a:hover {
    color: #fff;
    background: #005699;
    border-radius: 0.08rem;
}

.sel-item div a.on {
    border-radius: 0.08rem;
    background: #005699;
    box-sizing: border-box;
    border: 1px solid #ACCFEA;
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
    color: #fff;
    font-weight: 600;
}

.sel-item div a.all {
    margin-right: .1rem;
    padding: 0 .34rem;
}

.sel-item div.zhicheng a {
    padding: 0 .34rem;
}

.sel-down {
    position: relative;
    display: block !important;
    align-items: center;
    width: 2.7rem;
}

.select_tit {
    font-size: .16rem;
    color: #76A6CB;
    line-height: .56rem;
    height: .56rem;
    border-radius: 0.08rem;
    background: #FFFFFF;
    padding: 0 .45rem;
    position: relative;
    transition: all .5s;
 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select_tit:hover {
    box-shadow: 0rem 0.04rem 0.3rem 0rem rgba(0, 86, 153, 0.3);
}

.select_tit::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/sel-down-icon.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.sel-down dl {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    padding: .2rem 0;
    opacity: 1;
    transform-origin: center top;
    height: 3rem;
    overflow-y: auto;
    display: none;
}

.sel-down dl dd {
    display: block;
    font-size: .16rem;
    line-height: .22rem;
    transition: all .3s;
    cursor: pointer;
    padding: 0.06rem .2rem;
}

.sel-down dl dd:hover {
    background: #005699;
    color: #fff;
}

.sel-btns {
    display: flex;
}

.sel-btns div {}

.sel-btns div+div {
    margin-left: .2rem;
}

.sel-btns div input {
    display: block;
    border-radius: 0.3rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #ACCFEA;
    width: 1.6rem;
    line-height: 0.54rem;
    font-size: 0.16rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #00449E;
    cursor: pointer;
    transition: all .5s;
}

.sel-btns div input:hover {
    background: #00449E;
    color: #fff;
}




@media screen and (min-width:1025px) {

.timg-list ul li a:hover {
    border-color: transparent;
}

.timg-list ul li:hover+li a {
    border-color: transparent;
}

.timg-list ul li a:hover h3 {
    color: #005699;
    font-weight: 600;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {}

.timg-list ul li:hover::before {
    transform: scaleY(1);
}



    .xueke-list>ul>li:hover .xkmenu-down {
        height: auto;
        transition: all .5s;
        display: block;
    }

    .xueke-list>ul>li>a:hover {
        color: #005699;
        /* padding-right: .5rem; */
        font-weight: bold;
        border-bottom: solid 0.01rem #0c8383;
    }

    .xueke-list>ul>li>a:hover::before {
        opacity: 1;
    }

    .xueke-list>ul>li>a:hover::after {
        opacity: 1;
    }

    .jssylist .zmjs-list ul {
        margin: 0 -.2rem;
        justify-content: flex-start;
    }

    .jssylist .zmjs-list ul li {
        width: 33.33%;
        margin-top: .5rem;
    }
   .jssylist .zmjs-list ul li a .info .info-con div p {
        font-size: 0.14rem;
        font-weight: normal;
        line-height: 0.24rem;
        letter-spacing: normal;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
       max-height:0.72rem;
    }

    .jssylist .zmjs-list ul li a {
        margin: 0 .2rem;
    }
    .jssylist .zmjs-list ul li a .pics{
        width: 2.5rem;
        margin-right: .3rem;
    }
    .zmjs-list ul li a .info{
        padding-right: .28rem;
    }
    .zmjs-list ul li a .info span::after{
        width: 0.38rem;
        height: 0.38rem;
    }
    .zmjs-list ul li a::after{
        background-size: 66% auto;
    }

}






.position h3.tab-hd{
    display:flex;
    align-items:center;
}
.position h3.tab-hd:after{
    opacity:0;
}
.position h3.tab-hd b{margin-right:.2rem;position:relative;cursor: pointer;}
.position h3.tab-hd b:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    right:0;
    height: 2px;
    background: #00449E;
    opacity:0;
}
.position h3.tab-hd b.on:after{
    opacity:1;
}


.ny-right .tab-main{
    position:relative;
    overflow:hidden;
}
.ny-right .tab-main .tab-bd>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: -9;
}
.ny-right .tab-main .tab-bd>div.on{
    z-index: 9;
    opacity: 1;
    position: relative;
}