@charset "utf-8";

.head {
    transition: all 1s;
}

.footer {
    background: url(../images/foot-bg2.png) no-repeat;
    background-position: left top;
    background-size: cover;
    margin-top: -.5rem;
}

html,
body {
    background: #f8f8f8;
}

.banner {
    position: relative;
    z-index: 9;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-zzc.png) repeat-x;
    background-position: center top;
    background-size: auto 3.59rem;
}

.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;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #1561cb;
    color: #fff;
    border: 1px solid #1561cb;
}

.pagination a:hover {
    background: #1561cb;
    color: #fff;
    border: 1px solid #1561cb;
}

.pagination span {
   padding:4px 0;
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background: url(../images/block-bj.jpg) no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain {
    position: relative;
    padding-bottom: 1.35rem;
    z-index: 9;
}

.nymain>div {
    display: flex;
    position: relative;
    z-index: 9;
}

.nymain::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-bdbgt.png) no-repeat;
    background-position: left top;
    background-size: 5.03rem auto;
    z-index: 1;
    pointer-events: none;
}

.nymain::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-bdbgb.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    z-index: 1;
    pointer-events: none;
}

.nymain .leftNav {
    float: left;
    width: 2.2rem;
    position: relative;
    z-index: 9;
}

.nymain .leftNav>h2 {
    line-height: .86rem;
    color: #fffafc;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    background-color: #1561cb;
    background-position: right top;
    background-size: 100% auto;
    display: none;
}

.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 {
    position: relative;
    padding: 0.2rem 0 0 0;
}

.nymain .leftNav>ul::before {}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    z-index: 9;
    padding: .04rem 0;
}

.nymain .leftNav>ul>li:first-child {}

.nymain .leftNav>ul>li:last-child {}

.nymain .leftNav>ul>li>a {
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #323232;
    border-radius: 0rem 0.3rem 0.3rem 0rem;
    padding: .15rem .4rem .15rem .3rem;
    margin-right: -.4rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .3rem;
    height: .37rem;
    right: -.2rem;
    top: .15rem;
    background: url(../images/sub_left_down4.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
    background-size:.24rem auto;
    display: none;
}



.nymain .leftNav>ul>li.on>a {
    color: #1561cb;
    border-color: transparent;
    color: #fff;
    background-image: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
}
.nymain .leftNav>ul>li.on>span{
    display: block;
}


.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #fff;
    background-image: linear-gradient(90deg,
            #176bdf 0%,
            #49dadb 100%);
}

.nymain .leftNav>ul>li.active>span {
    display: block;
}
 
.nymain .leftNav>ul>li.active ul {
    display: block;
}

.nymain .leftNav>ul>li:hover>a {
    color: #fff;
    background-image: linear-gradient(90deg,
            #176bdf 0%,
            #49dadb 100%);
}
.nymain .leftNav>ul>li:hover>span {
    display: block;
}
.nymain .leftNav>ul>li>ul {
    display: none;
    margin-left: .3rem;
    padding: .18rem 0 .07rem 0;
    border-bottom: 1px solid #d0d7dd;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .16rem;
    line-height: .4rem;
    border: none;
    padding-left: .2rem;
    position: relative;
}
.nymain .leftNav>ul>li>ul>li>a:hover{
    color: #176bdf;
}
.nymain .leftNav>ul>li>ul>li>a::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 6px;
	height: 6px;
	background-image: linear-gradient(90deg, 
		#176bdf 0%, 
		#49dadb 100%), 
	linear-gradient(
		#a6a6a6, 
		#a6a6a6);
    border-radius:50%
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {}

.ny-right {
    padding-top: 15px;
    background: #fff;
    padding: .45rem .8rem .5rem .8rem;
    flex: 1;
    min-width: 0;
    margin-top: -1.25rem;
    box-shadow: 0px 2px 49px 0px rgba(41, 51, 60, 0.08);
    position: relative;
}

.ny-right::before {
    content: "";
    position: absolute;
    right: 0;
    left: -.4rem;
    height: 0.25rem;
    bottom: 100%;
    background: url(../images/ny-rbef.png) no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
}

.ny-right::after {
    content: "";
    position: absolute;
    left: 0;
    right: -.4rem;
    height: 0.25rem;
    bottom: 100%;
    background: url(../images/ny-raft.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}

.ny-rcom {
    font-size: 24px;
    color: #1561cb;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-bottom: .4rem;
    border-bottom: 1px solid #f1f8fe;
    padding-bottom: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.position>div::before {}

.position h3 {
    text-align: left;
    z-index: 9;
    position: relative;
    font-size: .3rem;
    font-weight: bold;
    line-height: .34rem;
    color: #323232;
    float: left;
}


.position h3::after {
    content: "";
}

.position span {
    color: rgba(39, 39, 39, 0.3);
    font-size: .16rem;
    vertical-align: middle;
    background: #fff;
    z-index: 9;
    position: relative;
    font-family: SimSun;
}

.position img {
    height: .16rem;
    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: #666666;
    background: #fff;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #1561cb;
}





.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;
    margin-top: .1rem;
}

.timg-list ul li:nth-child(1) a {
    margin-top: 0;
}

.timg-list ul li a h3 {
    font-size: .2rem;
    color: #323232;
    line-height: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    clear: both;
    font-weight: 600;
}

.timg-list ul li a>div {
    overflow: hidden;
    display: flex;
}

.timg-list-img {
    float: left;
    width: 3.4rem;
}

.timg-list ul li a .pic {
    padding-top: 67.6%;
    /* border-radius: 0.4rem 0rem 0rem 0rem; */
    transition: all 0.5s;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover .timg-linfo {
    background: url(../images/timg-linfo-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-color: transparent;
}

.timg-list ul li a:hover .timg-linfo span {
    color: #fff;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: .18rem;
}

.timg-list ul li a:hover .timg-linfo::after {
    background: transparent;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover span b {
    color: #fff;
}

.timg-linfo {
    overflow: hidden;
    flex: 1;
    min-width: 0;
    padding: 0 .3rem;
    padding-top: .3rem;
    transition: all 0.5s;
    border-radius: 0 0 .4rem 0;
    position: relative;
}

.timg-linfo::after {
    content: "";
    position: absolute;
    left: .3rem;
    right: .3rem;
    bottom: 0;
    height: 1px;
    background: #ebebeb;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .26rem;
    color: #999999;
    height: .52rem;
    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: .1rem 0 .25rem 0;
}

.timg-linfo div {
    overflow: hidden;
    margin: .1rem 0 .2rem 0;
}

.timg-linfo span {
    display: block;
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #2171df;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .18rem;
    padding-left: .25rem;
}

.timg-linfo span b {
    font-size: 24px;
    font-weight: 600;
    color: #1561cb;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}

.timg-list ul li a:hover {
    background: #fff;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {
    color: #ffffff;
    opacity: 0.6;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.img-lists ul li {
    width: 33.33%;
    margin-bottom: .25rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {}

.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: #1561cb;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    margin: 0 .15rem;
}

.img-lists ul li a .pic {
    padding-top: 71%;
    border-radius: 0.08rem;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: .15rem;
    font-size: 0;
    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .28rem;
}

.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: #2C2C2C;
    font-size: .26rem;
    font-weight: 400;
}

.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: 30px;
    max-width: 10rem;
    margin: 0 auto;
}

.art-main .art-body * {
    color: #2C2C2C;
    text-indent: 2em;
    font-size: .2rem !important;
    line-height: .36rem !important;
    margin-top: .2rem;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
    width: 80% !important;
}
.v_news_content table tbody tr td p{text-indent: 0em !important;}
.v_news_content table{width:80% !important;margin:0 auto;}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: .3rem;
    margin-top: .2rem;
    background-color: #f1f8fe;
    padding: .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 10rem;
    margin-left:  auto;
    margin-right: auto;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.14rem;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #7d8387;
    line-height: .3rem;
    margin: 0 .15rem;
}

.art-info {
    margin-top: .5rem;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .28rem;
    color: #323232;
    margin-top: .1rem;
}

.pnext p a {
    color: #323232;
}

.pnext p:hover {
    color: #1561cb;
}

.pnext p:hover a {
    color: #1561cb;
}



.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
}

.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: .35rem .2rem .35rem .15rem;
    margin-top: .35rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.text-list li a {
    display: flex;
    align-items: center;
}

.text-list .time {
    width: 1rem;
    font-size: .18rem;
    color: #666666;
    text-align: center;
    border-right: 1px solid #1561cb;
    font-family: Arial;
    line-height: .2rem;
}

.text-list .time span {
    display: block;
    font-size: .36rem;
    color: #1561cb;
    font-weight: 600;
    line-height: .36rem;
    margin-bottom: .04rem;
}

.text-list .txt {
    padding-left: .2rem;
    position: relative;
    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,
.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: .4rem;
}

.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: .1rem;
    font-size: .16rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-list li:hover {
    background: #1561cb;
    /* 阴影/常规阴影 */
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.text-list li:hover .time {}

.text-list li:hover h3 {
    color: #fff;
    font-weight: bold;
}

.text-list li:hover p {
    color: rgba(255, 255, 255, .9)
}

.text-list li:hover .time,
.text-list li:hover span {
    color: #fff;
}



/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}



.i-list li {
    position: relative;
}

.i-list li a {
    display: flex;
    color: #3D3D3D;
    padding-left: .2rem;
    position: relative;
    line-height: .77rem;
    border-bottom: 1px dashed #CED9EA;
}

.i-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: #cecece;
    width: 0.08rem;
    height: 0.12rem;
    /* background: url(../images/i-list-bef.png) no-repeat; */
    background-position: left center;
    background-size: .08rem auto;
}

.i-list li a p {
    font-size: .2rem;
    font-weight: normal;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    opacity: .9;
}

.i-list li a span {
    font-size: .16rem;
    font-weight: 500;
    color: #666666;
    margin-left: .1rem;
    opacity: .9;
    min-width: 1rem;
    font-family: Arial;
}

.i-list li:hover a::before {}

.i-list li:hover a p {
    color: #105fbf;
}



/* 组织机构 */
.zzjg-box {
    margin-top: .35rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.zzjg-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0.16rem;
    border: solid 1px #eaeaea;
}

.zzjg-box h3 {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.32rem;
    color: #323232;
    padding: 0 .4rem;
    background: #fff;
    position: relative;
    margin-left: .3rem;
    z-index: 9;
}

.zzjg-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.11rem;
    background-color: #176bdf;
}

.zzjg-box h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.02rem;
    height: 0.11rem;
    background-color: #176bdf;
}

.zzjg-box ul {
    padding: 0.05rem .2rem .3rem .2rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 9;
}

.zzjg-box ul li {
    width: 25%;
    margin-top: .2rem;
}

.zzjg-box ul li a {
    display: block;
    margin: 0 .1rem;
    transition: all 0.5s;
    background: url(../images/zzjg-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding-left: .4rem;
    padding-right: .2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #323232;
}

.zzjg-box ul li a::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    left: 0.27rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
    transition: all 0.5s;
}

.zzjg-box ul li a:hover {
    background: url(../images/zzjg-itembg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #fff;
}

.zzjg-box ul li a:hover::before {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
}

/* 专业课程 */
.zykc-type ul {
    display: flex;
    flex-wrap: wrap;
}

.zykc-type ul li {
    margin-right: .15rem;
}

.zykc-type ul li a {
    display: block;
    line-height: 0.52rem;
    background: transparent;
    border-radius: 0.05rem;
    border: solid 0.01rem #e2e9f3;
    font-size: 0.18rem;
    font-weight: normal;
    color: #171717;
    padding: 0 .35rem;
    transition: all 0.5s;
}

.zykc-type ul li a:hover {
    color: #176bdf;
    border-color: #176bdf;
}

.zykc-type ul li.on a {
    background: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
    color: #fff;
}

.zykc-type ul li.on a:hover {
    border-color: #fff;
}


.zykc-list {
    padding-top: .22rem;
}

.zykc-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zykc-list ul li {
    width: 48%;
    margin-top: .3rem;
    position: relative;
    background: linear-gradient(87deg, #f0f6fe 0%, #f7faff 100%);
    border-radius: .1rem 0 .1rem 0;
}

.zykc-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0.03rem 0.05rem 0.13rem 0rem rgba(23, 107, 223, 0.1);
    border: solid 0.01rem #cdddf3;
    border-radius: .1rem 0 .1rem 0;
    transition: all 0.5s;
}

.zykc-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0.03rem 0.05rem 0.13rem 0rem rgba(23, 107, 223, 0.1);
    border: solid 0.01rem #cdddf3;
    opacity: 0;
    transition: all 0.5s;
}

.zykc-list ul li a {
    display: flex;
    align-items: center;
    padding: 0 .36rem;
    height: 1rem;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #0b446c;
    position: relative;
    border-radius: .1rem 0 .1rem 0;
    transition: all 0.5s;
}

.zykc-list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    bottom: 0.15rem;
    width: 0.04rem;
    background-color: #2171df;
}

.zykc-list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #1299f8;
    border-right: 1px solid #1299f8;
    width: 0;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
    opacity: 0;
}

.zykc-list ul li a span {
    position: absolute;
    width: 0.3rem;
    height: 0.18rem;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon-right.png) no-repeat;
    background-position: right center;
    background-size: .3rem auto;
    width: 0;
    transition: all 0.5s;
}

/* 专业内容 */
.zycont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zy-contl {
    width: 2.8rem;
    margin-right: .4rem;
}

.zy-contr {
    flex: 1;
    min-width: 0;
}

.zy-contl ul {
    border-radius: 0.05rem;
    background: #fff;
    border: solid 0.01rem #cdddf3;
    padding: .2rem;
}

.zy-contl ul li a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.68rem;
    color: #333333;
    text-align: center;
    font-family: "SourceHanSansCN-Regular";
}

.zy-contl ul li a:hover {
    color: #1561cb;
}

.zy-contl ul li.on a {
    background: #1561cb;
    color: #fff;
    border-radius: 0.05rem;
}

.zy-contr-box {
    margin-top: 0.45rem;
}

.zy-contr-box:nth-child(1) {
    margin-top: 0;
}

.zy-contr-tit {
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.42rem;
    color: #06385b;
    font-family: "SourceHanSansCN-Regular";
}

.zy-contr-text {
    margin-top: .25rem;
}

.zy-contr-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    font-family: "SourceHanSansCN-Regular";
}

.zy-contr-kc ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 9;
    margin: 0 -.15rem;
}

.zy-contr-kc ul li {
    width: 33.33%;
    margin-top: .2rem;
}

.zy-contr-kc ul li a {
    margin: 0 .15rem;
    display: block;
    margin: 0 .1rem;
    transition: all 0.5s;
    padding-left: .4rem;
    padding-right: .2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #323232;
    border: solid 1px #cdddf3;
    border-radius: .1rem 0 .1rem 0;
}

.zy-contr-kc ul li a::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #176bdf 0%, #49dadb 100%);
    transition: all 0.5s;
}

.zy-contr-kc ul li a:hover {
    color: #fff;
    background: #1561cb;
}

.zy-contr-kc ul li a:hover::before {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
}


.zy-contr-pep ul {
    display: flex;
    margin-top: .5rem;
}

.zy-contr-pep ul li+li {
    margin-left: 1.15rem;
}

.zy-contr-pep ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zy-contr-pep ul li a div {
    width: 1.21rem;
    height: 1.21rem;
    background: url(../images/zydw-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy-contr-pep ul li a div strong {
    font-family: Bahnschrift;
    font-size: 0.45rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #0e84d6;
}

.zy-contr-pep ul li a div span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #0e84d6;
    font-family: AdobeHeitiStd-Regular;
}

.zy-contr-pep ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    margin-top: .15rem;
}

.zy-contr-cj ul {
    margin-top: .4rem;
}

.zy-contr-cj ul li+li {
    margin-top: .27rem;
}

.zy-contr-cj ul li a {
    display: flex;
    align-items: center;
}

.zy-contr-cj ul li a .icons {
    position: relative;
    z-index: 9;
}

.zy-contr-cj ul li a .icons img {
    display: block;
    width: 0.63rem;
}

.zy-contr-cj ul li a p {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(87deg, #f0f6fe 0%, #ffffff 100%);
    margin-left: -.4rem;
    min-height: .63rem;
    padding: .1rem .25rem 0.1rem .65rem;
    font-size: 0.18rem;
    line-height: .23rem;
}

.zy-contr-hz {
    position: relative;
    margin-top: .35rem;
}

.zy-contr-hz img {
    display: block;
    width: 100%;
}

.zy-contr-hz p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 0.49rem;
	line-height: 0.68rem;
	color: #ffffff;
    padding: 1.05rem;
}

.zy-contr-block{
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
}

.zy-contr-block .zy-contr-box{
    flex: 1;
    min-width: 0;
}
.zy-contr-block .pics{
    width: 4.96rem;
    margin-left: .74rem;
}
.zy-contr-block .pics img{
    display: block;
    width: 100%;
}




@media screen and (min-width:1025px) {


    .zykc-list ul li:hover::before {
        opacity: 1;
    }

    .zykc-list ul li:hover a {
        color: #0e84d6;
        padding-right: .7rem;
    }

    .zykc-list ul li:hover a::after {
        width: 0.12rem;
        height: 0.12rem;
        opacity: 1;
    }

    .zykc-list ul li:hover a span {
        width: 0.3rem;
        right: 0.35rem;
    }
  .timg-list  {min-height:500px;}
}
