body {
    background: #E6F0F9;
}

.pb_sys_style1 .p_no_d{
  background: #004cbc !important;
  border-color: #004cbc !important;
  color: #ffffff;
  font-weight: 600;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{display: inline-flex;align-items: center;justify-content: center;min-width: 0.46rem !important;height: 0.36rem !important;line-height: 0.36rem !important;padding: 0 0.14rem !important;font-size: 0.14rem !important;border: 1px solid #e8e4ee !important;background: #ffffff;color: #666666;cursor: pointer;font-family: Microsoft Yahei !important;text-decoration: none;margin: 0 0.05rem !important;}


.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div {
    width: 110%;
    height: 110%;
}


.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}

a:hover .modulepic div {
    transform: scale(1.1);
}

/*  */
.lm_banner {
    margin-top: 0;
}

.lm_banner img {
    display: block;
    width: 100%;
}

.nymain {
    height: auto;
    margin-bottom: .3rem;
    z-index: 9;
    position: relative;
    padding: .35rem 0;
}

.nymain .lm_topbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.nymain .lm_topbg img {
    width: 100%
}

.nymain .lm_endbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.nymain .lm_endbg img {
    width: 100%
}

.nymain .leftNav {
    float: left;
    width: 2.7rem;
    position: relative;
    margin-right: .5rem;
    margin-top: -1.25rem;
    z-index: 999;
}

.nymain .leftNav>h2 {
    line-height: .5rem;
    color: #fff;
    font-size: .3rem;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    background: #004CBC;
    padding: .2rem 0;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -0.05rem;
}

.nymain .leftNav p {
    margin-left: .2rem;
    font-size: .26rem;
    font-weight: 600;
    color: #fff;
    padding: .2rem 0;
}

.nymain .leftNav>ul {
    background: #fff;
    /* box-shadow: 0rem 0.01rem 0.1rem 0rem rgba(0, 0, 0, 0.1); */
}

.nymain .leftNav>ul>li {
    position: relative;
    border-bottom: .01rem dashed #D8D8D8;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav>ul>li:last-child {
    border-bottom: .01rem solid transparent;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .2rem;
    line-height: .65rem;
    padding-left: .4rem;
    color: #333;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .25rem;
    height: .25rem;
    right: .12rem;
    top: .2rem;
    line-height: .5rem;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down_l.png) no-repeat center center;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    color: #004CBC;
    border-left: .03rem solid #004CBC;
    font-weight: bold;
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #004CBC;
    border-left: .05rem solid #004CBC;
    font-weight: bold;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {
    /*border-left: .03rem solid #009194;*/
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: .31rem center;
    color: #004CBC;
}

.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: .16rem;
    line-height: .45rem;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.04);
    padding-left: .65rem;
    color: #666666;
}

.ny-right {
    min-height: 5.5rem;
    overflow: hidden;
}

.position {
    padding-top: 0;
    padding-bottom: .15rem;
    border-bottom: .01rem solid #D8D8D8;
    margin-bottom: .3rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .3rem;
    /* border-bottom: .01rem solid #a40000; */
}

.position h3 {
    font-weight: normal;
    position: absolute;
    font-size: .24rem;
    line-height: .3rem;
    color: #333;
    text-align: left;
    bottom: 0;
    left: 0;
    font-weight: bold;
    border-left: #004CBC 0.05rem solid;
    padding-left: .15rem;
}

.position span {
    color: #666666;
    font-size: .14rem;
    vertical-align: middle;
}

.position img {
    height: .16rem;
    vertical-align: middle;
    margin-right: .05rem;
}

.position a {
    font-size: .14rem;
    color: #666666;
    margin: 0 .05rem;
    vertical-align: middle;
}

.position a:hover {
    color: #004CBC;
}



/* */
.timg-list ul li a {
    display: block;
    transition: all 0.3s;
}

.timg-list ul li a h3 {
    font-size: .18rem;
    /* font-weight: normal; */
    line-height: .32rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .12rem;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 3rem;
    margin-right: .3rem;
}

.timg-list ul {
    overflow: hidden;
}

.timg-list ul li {
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-right: .26rem;
    padding-left: .3rem;
    border-top: .01rem solid #d2d2d2;
}

.timg-list ul li:first-child {
    border-top: 0;
}

.timg-list ul li a .pic {
    padding-top: 62.8%;
}

.timg-linfo {
    overflow: hidden;
}

.timg-linfo>p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .24rem;
    color: #999999;
    max-height: .5rem;
    overflow: hidden;
    margin-top: .14rem;
    max-height: .9rem;
    text-align: justify;
}

.timg-linfo span {
    display: block;
    line-height: .22rem;
    color: #5f4253;
    margin-top: .13rem;
    font-size: .18rem;
}

.timg-list ul li:hover {
    background-color: #004CBC;
}

.timg-list ul li a:hover {}

.timg-list ul li:hover h3 {
    color: #fff;
}

.timg-list ul li:hover .time p {
    color: #fff;
}

.timg-list ul li:hover .time span {
    color: rgba(255, 255, 255, 0.6);
}

.timg-list ul li:hover .timg-linfo>p {
    color: rgba(255, 255, 255, 0.68);
}

.timg-linfo .time {
    font-size: 0;
}

.timg-linfo .time p {
    display: inline-block;
    font-size: .24rem;
    color: #004CBC;
    font-weight: bold;
}

.timg-linfo .time>span {
    display: inline-block;
    font-size: .14rem;
    color: #004CBC;
    margin-left: .09rem;
    margin-top: 0;
    vertical-align: bottom;
}

.pagination {
    text-align: center;
    font-size: 0;
    /* padding-top: .21rem;
              padding-bottom: 1.05rem; */
    padding-top: .5rem;
    /* padding-bottom: .6rem; */
}

.pagination a {
    display: inline-block;
    /*border: .01rem solid #dcdcdc;*/
    padding: 0 .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: #666;
    margin: 0 .07rem;
}

.pagination a.active {
    background: #004CBC;
    color: #fff;
    border: .01rem solid #004CBC;
}

.pagination a:hover {
    background: #004CBC;
    color: #fff;
    border: .01rem solid #004CBC;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}

.wzlby {
    background-color: #f8f8f8;
}

.wzlby .position {
    padding-top: .6rem;
}

/*  */
.img-lists ul {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%;
}

.img-lists ul li {
    float: left;
    width: 29%;
    margin: .4rem 2% 0 2%;
    border: .01rem solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
    top: -0.1rem;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 70%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 1.96rem;
}

.img-lists ul li a>div.info {
    padding: .1rem;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .05rem;
}

.img-lists ul li:hover a>div.info p {
    color: #9a0000;
}

/*  */
.list_wslb {}

.list_wslb li {
    margin-top: .3rem;
    background-color: #fff;
    padding: .3rem .35rem 0.3rem .35rem;
    transition: all .3s;
}

.list_wslb a {
    display: flex;
    justify-content: space-around;
}

.list_wslb .lbt {
    position: relative;
    flex: 1;
    min-width: 0;
}

.list_wslb .lbt h4 {
    font-weight: normal;
    font-size: .2rem;
    /* padding-right: 1.1rem; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: bold;
}

.list_wslb .wtime {
    margin-left: .3rem;
    width: 0.92rem;
    height: 0.92rem;
    border: 0.01rem solid rgba(120, 0, 9, 0.21);
    font-family: Bebas;
    font-size: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #E7AC38;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: .08rem;
}

.list_wslb .wtime span {
    display: block;
    font-family: Bebas;
    font-size: 0.16rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
}

.list_wslb a p {
    max-height: .48rem;
    overflow: hidden;
    margin-top: .13rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_wslb li:hover {
    background-color: #1858B9;
}

.list_wslb li:hover .lbt h4 {
    color: #fff;
}

.list_wslb li:hover a>p {
    color: rgba(255, 255, 255, 0.68);
}

.list_wslb li:hover .lbt {
    border-color: rgba(229, 229, 229, 0.4);
}

.list_wslb li:hover .lbt p {
    color: #fff;
}

.list_wslb li:hover .lbt p span {
    color: rgba(255, 255, 255, 0.6);
}

.list_wslb li:hover .wtime {
    color: #fff;
    border: #fff .01rem solid
}

.list_wslb li:hover .wtime span {
    color: #fff;
}

/*  */
/*  */
.list_txtimg {}

.list_txtimg li {
    margin-top: .3rem;
    /* padding: .38rem; */
    transition: all .3s;
    position: relative;
}

.list_txtimg a {
    display: flex;
    justify-content: space-around;
    position: relative;
    background: #FFFFFF;
    border-radius: 0.3rem 0rem 0 0rem;
    padding: .38rem;
    margin-right: .9rem;
    transition: all .5s;
    border-top: .02rem solid transparent;
    border-bottom: .02rem solid transparent;
    /* background-size: 110% 110%; */
}

.list_txtimg .lbt {
    position: relative;
    flex: 1;
    min-width: 0;
}

.list_txtimg .lbt h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.5rem;
    letter-spacing: normal;
    color: #004CBC;
    position: relative;
}

.list_txtimg .lbt h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.02rem;
    background: #1758BE;
}

.list_txtimg .r_zsimg {
    position: relative;
    margin-right: -1.25rem;
    margin-left: .4rem;
    width: 2.56rem;
    height: 1.44rem;
}

.list_txtimg .r_zsimg .pic {
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.18);
    padding-top: 56.25%;
}

.list_txtimg .r_zsimg .pic img {}



.list_txtimg a p {
    /* max-height: .6rem; */
    overflow: hidden;
    margin-top: .13rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.27rem;
    letter-spacing: normal;
    color: #5D5D5D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_txtimg li:hover a {
    border-top: .02rem solid #32BFD2;
    border-bottom: .02rem solid #32BFD2;
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.1);
    background: url(../images/list_txtimg_hoverbg.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.list_txtimg li:hover .lbt h4 {}

.list_txtimg li:hover .lbt h4:after {}

.list_txtimg li:hover a>p {}

.list_txtimg li:hover .lbt {}

.list_txtimg li:hover .lbt p {}

.list_txtimg li:hover .lbt p span {
    color: rgba(255, 255, 255, 0.6);
}


/*  */
.jjy {
    margin-top: .4rem;
}

.jjy>p {
    text-indent: 2em;
    font-size: .16rem;
    line-height: .36rem;
    color: #333;
}

.jjy>p img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
}

.lists {
    padding: .3rem 0;
}

.lists li {
    padding-right: 1rem;
    background-position: left center;
    position: relative;
    font-size: .16rem;
    border-bottom: .01rem solid #dfdfdf;
    line-height: .6rem;
    background: url(../images/ico_list.png) left center no-repeat;
    padding-left: 0.25rem;
}

.lists li:hover {
    background-color: #f8f8f8;
}

.lists li a {
    display: block;
    color: #303030;
    font-size: .18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lists li a span {
    position: absolute;
    right: .1rem;
    font-size: .16rem;
    color: #999999;
}

.lists li a:hover {
    color: #004CBC;
}

.lists li a span.list_time {
    position: absolute;
    right: .1rem;
    font-size: .16rem;
    color: #999999;
}



/*n_content*/
.n_con_tit h2 {
    font-size: .24rem;
    color: #333;
    text-align: center;
    line-height: 2em;
    margin-bottom: .06rem;
}

.n_con_tit .sxdiv {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.n_con_tit .sxdiv>span {
    display: inline-block;
    font-size: .16rem;
    color: #999999;
    line-height: 2em;
    margin: 0 .59rem;
}

.n_con_tit .sxdiv .share {
    font-size: .16rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #999999;
    text-align: right;
    flex-wrap: wrap;
}

.n_con_tit .sxdiv #share {
    width: auto;
}

.n_con_tit {
    padding-bottom: .22rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #e5e5e5;
}

.n_con_txt p {
    font-size:  0.18rem !important;
    color: #333333;
    line-height: 2.125em !important;
    text-indent: 2em;
    margin-bottom: .36rem;
    text-align: justify;
}
.nr_down{
    font-size: .18rem;
    line-height: 2.125em;
    margin-bottom: .36rem;
}
.nr_down a{
    display:block;
}
.n_con_txt {
    padding: 0 0;
}

.n_con_link {
    border-top: solid 1px #ddd;
    padding-top: .2rem;
}

.n_con_link .txt-elise {
    line-height: .4rem;
}

.n_con_link .txt-elise a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.n_con_link .txt-elise a:hover {
    color: #004CBC
}

.n_content {
    padding-top: .35rem;
    height: auto;
    overflow: hidden;
}

.n_con_txt img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border: none !important;
}



/*  */

.pagination {
    text-align: center;
    font-size: 0;
    /* padding-top: .21rem;
              padding-bottom: 1.05rem; */
    padding-top: .5rem;
    padding-bottom: .6rem;
}

.pagination a {
    display: inline-block;
    border: .01rem solid #dcdcdc;
    padding: 0 .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: #666;
    margin: 0 .07rem;
}

.pagination a.active {
    background: #1858B9;
    color: #fff;
    border: .01rem solid #1858B9;
}

.pagination a:hover {
    background: #1858B9;
    color: #fff;
    border: .01rem solid #1858B9;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
    margin-bottom: 0.03rem;
}

/*  */
.team_list {}

.team_list>ul {
    display: flex;
    flex-wrap: wrap;
}

.team_list li {
    width: 3.2rem;
    margin-right: .8rem;
    position: relative;
    margin-bottom: .5rem;
}

.team_list li:nth-child(3n) {
    margin-right: 0
}

.team_list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: .4rem;
    background: rgba(255, 255, 255, .6);
    z-index: 0;
    transition: .3s;
    box-shadow: 0 .1rem .2rem rgba(16, 88, 168, .1)
}

.team_list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: .4rem;
    background: url(../images/ny/jsbg.png) no-repeat center;
    background-size: cover;
    z-index: 0;
    transition: .3s;
    box-shadow: 0 .1rem .2rem rgba(16, 88, 168, .2);
    opacity: 0;
    visibility: hidden;
}

.team_list li a {
    display: block;
    padding: 0 .25rem .25rem;
    position: relative;
    z-index: 3
}

.team_list li .img {
    height: 3.25rem;
    margin-bottom: .15rem
}

.team_list li .txt h4 {
    font-size: .22rem;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block\0;
    text-align: center;
    font-weight: normal;
}

.team_list li .txt p {
    font-size: .16rem;
    color: #666;
    margin: .1rem 0 .2rem;
    height: .44rem
}

.team_list li .txt .slog {
    color: #185daa;
    margin-bottom: .15rem
}

.team_list li .txt .svgmore .a svg path {
    fill: #185daa
}

.team_list li:hover:after {
    opacity: 0;
    visibility: hidden;
}

.team_list li:hover:before {
    opacity: 1;
    visibility: visible;
}

.team_list li:hover .txt h4 {
    color: #fff
}

.team_list li:hover .txt p {
    color: #fff
}

.team_list li:hover .txt .slog {
    color: #fff
}

.team_list li:hover .txt .svgmore .a svg path {
    fill: #fff
}

/*  */
.team_info {
    height: auto;
    overflow: hidden;
}

.team_info .team_tit {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    background: url(../images/team_titbg.png) center no-repeat;
    padding: .4rem 0;
    background-size: 100% 100%;
    margin-bottom: .4rem;
}

.team_info .team_tit h1 {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.5rem;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
}

.team_info .team_pop {
    display: flex;
    justify-content: flex-start;
    padding: 0 10%;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.team_info .team_pop .tu {
    width: 2.8rem;
}

.team_info .team_pop .tu .img {
    height: 3.3rem;
}

.team_info .team_pop .info {
    overflow: hidden;
    padding: .25rem .5rem;
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, .3);
}

.team_info .team_pop .info h4 {
    font-size: 0.26rem;
    font-weight: normal;
    line-height: .6rem;
    letter-spacing: normal;
    color: #004CBC;
    border-bottom: #E1E1E1 1px solid;
    margin-bottom: .2rem;
    position: relative;
}

.team_info .team_pop .info h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.015rem;
    width: .8rem;
    height: .03rem;
    background: #31BDD2;
}

.team_info .team_pop .info h4 span {
    font-weight: normal;
}

.team_info .team_pop .info h4 .ldzw {
    margin-left: .2rem;
    font-weight: normal;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #004CBC;
}

.team_info .team_pop .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .36rem;
    letter-spacing: normal;
    color: #333333;
}

.team_info .team_con {
    background: #FFFFFF;
    padding: .1rem .5rem .5rem .5rem;
    height: auto;
    overflow: hidden;
}

.team_info .team_con_item {
    height: auto;
    overflow: hidden;
    margin: .3rem auto;
    position: relative;
}

.team_info .team_con_tit {
    font-size: 0.28rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #004CBC;
    border-left: #31BDD2 .05rem solid;
    padding-left: .2rem;
    margin: 0.2rem 0;
}

.team_info .team_con_info {
    max-width: 100%;
    overflow-x: auto;
}

.team_info .team_con_info .t2_fl {
    border-radius: 0.3rem;
    height: 0.43rem;
    border-radius: 0.3rem;
    background: #31BDD2;
    box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(0, 0, 0, 0.11);
    display: inline;
    color: #fff;
    padding: .051rem .3rem;
    font-size: 0.22rem;
    font-weight: normal;
}

.team_info .team_con_info p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-align: justify;
    /* ???â€™???|??aï¿½????Î¼??aï¿½????????â€™???Â¨??aï¿½????Â§??aï¿½1?ï¿ a???????â€™???ï¿¥???ï¿ ?ï¿ a???????ï¿ ??aï¿½????Â¨???â€™???ï¿¥??aï¿½???????aï¿½????Ë‰???â€™???Â¨??aï¿½??ï¿ a??a?ï¿ ??aï¿½????????â€™???Â¤??aï¿½???????aï¿½????????â€™???|???ï¿ ?ï¿ aï¿½?????????aï¿½????Ë‰???â€™???|??aï¿½|?ï¿ a??a?ï¿ ??aï¿½????? */
    letter-spacing: normal;
    color: #333333;
    margin: .1rem 0;
    text-indent: 2em;
}

.team_info .team_con_info p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.team_info .team_con_info p video {
    max-width: 100% !important;
    margin: .1rem auto !important;
}

.team_info .team_con_info table {
    margin-top: .15rem !important;
    margin-bottom: .15rem !important;
    width: 100%;
    background: #fcfeff;
    border: 1px solid #fff !important;
}

.team_info .team_con_info table tr * {
    font-size: .16rem;
}

.team_info .team_con_info table tr th, .team_info .team_con_info table tr td {
    padding: .1rem .1rem !important;
    text-align: center;
    width: auto !important;
    border: 1px solid #BFD5F6 !important;
    text-indent: 0 !important;
}

.team_info .team_con_info table tr th {
    color: #084892 !important;
    background: #F0F8FF !important;
    font-weight: normal;
    padding: .1rem .1rem !important;
    font-size: .2rem;
    font-weight: bold;
}

.team_info .team_con_info table tr th p, .team_info .team_con_info table tr td p {
    text-indent: 0 !important;
    color: inherit !important;
    margin-bottom: .1rem;
}

.team_info .team_con_infon table tr td p:last-child {
    margin-bottom: 0
}

.team_info .team_con_info p a {
    word-break: break-all;
}

.team_info .go_black {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.team_info .go_black a {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border-radius: 0.3rem;
    background: #004cbc;
    width: 1.97rem;
    height: 0.62rem;
    line-height: .62rem;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

.team_info .go_black a:hover {
    background: #004CBC;
    color: #fff;
}

/*  */
.list_kxyj {}

.list_kxyj li {
    margin-top: .3rem;
    /* padding: .38rem; */
    transition: all .3s;
    position: relative;
    
}

.list_kxyj a {
    display: flex;
    justify-content: space-around;
    position: relative;
    background: #FFFFFF;
    border-radius: 0.3rem 0rem 0 0rem;
    padding: .38rem;
    transition: all .5s;
    border-top: .02rem solid transparent;
   border-bottom: 0.02rem solid #004CBC;
    /* background-size: 110% 110%; */
    
}

.list_kxyj .lbt {
    position: relative;
    flex: 1;
    min-width: 0;
}

.list_kxyj .lbt h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.5rem;
    letter-spacing: normal;
    color: #004CBC;
    position: relative;
}

.list_kxyj .lbt h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.02rem;
    background: #1758BE;
}

.list_kxyj .r_zsimg {
    position: relative;
    margin-left: .4rem;
    width: 3.4rem;
    height: 2.2rem;
}

.list_kxyj .r_zsimg .pic {
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.18);
    padding-top: 65%;
}

.list_kxyj .r_zsimg .pic img {}



.list_kxyj a p {
    /* max-height: .6rem; */
    overflow: hidden;
    margin-top: .13rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.27rem;
    letter-spacing: normal;
    color: #5D5D5D;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.list_kxyj li:hover a {
    border-top: .02rem solid #32BFD2;
    border-bottom: .02rem solid #32BFD2;
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.1);
    background: url(../images/list_kxyj_hoverbg.png) center no-repeat #fff;
    background-size: 100% 100%;
}

.list_kxyj li:hover .lbt h4 {}

.list_kxyj li:hover .lbt h4:after {}

.list_kxyj li:hover a>p {}

.list_kxyj li:hover .lbt {}

.list_kxyj li:hover .lbt p {}

.list_kxyj li:hover .lbt p span {
    color: rgba(255, 255, 255, 0.6);
}

/*  */
.list_kyxm {}

.list_kyxm>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    /* overflow: hidden; */
    margin: 0 -.15rem;
}

.list_kyxm>ul>li {
    width: 30.7%;
    margin: 0 .15rem .3rem .15rem;
    background: #fff;
    transition: all .3s;
}

.list_kyxm>ul>li a {}

.list_kyxm>ul>li .pic {
    padding-top: 70%;
}

.list_kyxm>ul>li .pic img {}

.list_kyxm>ul>li .kyxm_txt {
    padding: .2rem .25rem;
    position: relative;
    background: url(../images/kyxm_libg.png) center no-repeat;
    background-size: 100% 100%;
}

.list_kyxm>ul>li .kyxm_txt_team {
    padding: .04rem 0;
}

.list_kyxm>ul>li .kyxm_txt_team h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #004CBC;
    font-weight: bold;
    font-family: PingFang SC;
}

.list_kyxm>ul>li .kyxm_txt_team p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    /* ?|?Î¼???Â¨?Â§???ï¿¥a?ï¿ ?Â¨?ï¿¥???Ë‰?Â¨?â€™???Â¤?????|aï¿½??Ë‰?|?â€™?? */
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: PingFang SC;
}

.list_kyxm>ul>li .kyxm_txt_team .xm_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: .48rem;
    white-space: normal;
}

.list_kyxm .btn_go {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    border-radius: 0.3rem;
    width: 1.31rem;
    height: 0.32rem;
    text-align: center;
    line-height: .32rem;
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    background: #004CBC;
    box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.11);
}

.list_kyxm>ul>li:hover {
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.18);
}

/*  */
.list_cyzh {}

.list_cyzh>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_cyzh>ul>li {
    width: 47%;
    margin-bottom: .3rem;
    transition: all .3s;
}

.list_cyzh>ul>li>a {
    display: block;
    position: relative;
    padding-bottom: .5rem;
}

.list_cyzh>ul>li>a .pic {
    width: 100%;
    padding-top: 52%;
    transition: all .3s;
}

.list_cyzh>ul>li>a .pic img {}

.list_cyzh>ul>li>a .cyzh_info {
    background: #004CBC;
    padding: .2rem .3rem;
    position: absolute;
    bottom: 0;
    z-index: 99;
    margin: 0 .5rem;
    border-bottom: #31BDD2 .05rem solid;
    transition: all .3s;
}

.list_cyzh>ul>li:hover a .cyzh_info {
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.18);
    background: #0a2980;
}

.list_cyzh>ul>li>a .cyzh_info h2 {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
    font-weight: bold;
}

.list_cyzh>ul>li>a .cyzh_info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: .7rem;
}

.list_cyzh>ul>li:hover .pic {
    box-shadow: -0.02rem 0.04rem 0.08rem 0rem rgba(0, 31, 77, 0.18);
}

/*  */
.list_nlqd {}

.list_nlqd>ul {}

.list_nlqd>ul>li {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #31BDD2;
    box-shadow: 0.02rem 0.05rem 0.13rem 0rem rgba(0, 31, 77, 0.1);
    margin-bottom: .4rem;
    transition: all .3s;
}

.list_nlqd>ul>li:hover {
    box-shadow: -0.02rem -0.05rem 0.13rem 0rem rgba(0, 31, 77, 0.3);
    border: 0.01rem solid #004cbc;
}

.list_nlqd .nlqd_tit {
    background: #004CBC;
    text-align: center;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    padding: .2rem 0;
}

.list_nlqd .nlqd_info {
    padding: .3rem .4rem;
    position: relative;
}

.list_nlqd .nlqd_info .nlqd_titw {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .24rem;
    letter-spacing: normal;
    color: #004CBC;
    border-left: #31BDD2 .05rem solid;
    padding-left: .2rem;
    margin: 0.2rem 0;
}

.list_nlqd .nlqd_info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.27rem;
    text-align: justify;
    /* æµè§ˆå™¨å¯èƒ½ä¸æ”¯æŒ */
    letter-spacing: normal;
    color: #333333;
}

.list_nlqd .btn_go {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    border-radius: 0.3rem;
    background: #004CBC;
    box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(0, 0, 0, 0.11);
    width: 1.31rem;
    height: 0.32rem;
    text-align: center;
    line-height: .32rem;
    position: absolute;
    right: .4rem;
    bottom: .3rem;
    transition: all .3s
}

.list_nlqd>ul>li:hover .btn_go {
    background: #31bdd2;
}

/*  */
@media screen and (max-width: 1400px) {
    .list_wslb li {
        padding: .35rem .25rem .3rem;
    }
}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1220px) {


    .lm_banner {
        margin-top: 0.6rem;
    }

    .timg-list-img {
        width: 2.6rem;
    }

    .timg-list ul li a h3 {
        margin-top: .08rem;
    }

    .timg-linfo>p {
        line-height: .26rem;
        max-height: .78rem;
        margin-top: .1rem;
    }


}

@media screen and (max-width: 1024px) {
    .list_cyzh>ul {
        display: block
    }

    .list_cyzh>ul>li {
        width: 100%
    }

    .list_cyzh>ul>li>a .cyzh_info{
        padding: 0.2rem;
    }
    .list_kyxm>ul {
        display: flex;
        justify-content: space-between;
    }

    .list_kyxm>ul>li {
        width: 47%;
        margin: 0 auto .3rem auto;
    }
  

    .list_kxyj a {
        display: block;
        border-radius: 0.2rem;
        height: auto;
        overflow: hidden;
    }

    .list_kxyj .r_zsimg {
        margin: .2rem auto 0rem auto;
        width: 100%;
        height: auto;
    }

    .team_info .team_pop .info {}

    .team_info .team_pop .tu {
        margin: 0 auto;
        width: 100%
    }

    .team_info .team_pop {
        display: block;
        padding: 0;
    }

    .team_info .team_tit {
        padding: .2rem 0;
    }

    .nymain .leftNav>h2 {
        line-height: .5rem;
        font-size: .18rem;
        text-align: left;
        padding-left: .15rem;
        font-weight: 600;
        padding-top: 0;
        background: #004CBC;
        padding: 0 .15rem;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: .3rem;
        height: .3rem;
        margin-top: .09rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: center center;
        margin-right: 0;
        transition: all 0.3s;
    }

    .nymain .leftNav>h2 span.on {
        transform: rotateZ(45deg);
    }

    .nymain {
        /* padding: .1rem 0; */
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: .15rem;
    }

    .nymain .leftNav>p {
        font-size: .18rem;
        padding: .1rem 0;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position {
        padding: .16rem 0;
        margin-top: 0;
        /* margin-bottom: 0; */
    }

    .position>div {
        text-align: left;
        /* line-height: .4rem; */
    }

    .position h3 {
        left: 0;
        width: auto;
        height: .45rem;
        font-size: .2rem;
        line-height: .45rem;
        position: relative;
        left: 0;
        margin-bottom: .1rem;
        font-weight: 600;
        display: none;
    }

    .position h3::after {
        width: .37rem;
        height: .37rem;
        right: -0.1rem;
        bottom: -0.15rem;
    }

    .pagination {
        padding-top: .5rem;
    }

    .pagination a {
        padding: 0 .05rem;
        height: .2rem;
        line-height: .2rem;
        font-size: .12rem;
        margin: 0 .03rem;
    }

    .nymain .leftNav ul {
        display: none;
    }

    .nymain .leftNav ul li a {
        line-height: .45rem;
        padding-left: .2rem;
        font-size: .16rem;
    }

    .nymain .leftNav>ul>li>span {
        top: .1rem;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: .15rem;
        line-height: .4rem;
    }

    .n_con_txt {
        padding: 0rem;
    }

    .position {
        padding-top: .3rem;
        padding-bottom: .15rem;
    }

    .nymain .leftNav {
        margin-right: 0;
    }

    .nymain .leftNav ul li a {
        line-height: .55rem;
    }

    .nymain .leftNav>ul>li>span {
        top: .15rem;
    }

    .position h3 {
        font-size: .26rem;
    }

    .wzlby .position {
        padding-top: .3rem;
    }

    .list_wslb li {
        padding: .25rem;
    }

    .list_wslb .lbt h4 {
        font-size: .18rem;
    }

    .list_wslb .lbt p {
        font-size: .2rem;
        bottom: .14rem;
    }

    .list_wslb .lbt {
        padding-bottom: .14rem;
    }


    .timg-list ul li {
        padding-top: .3rem;
        padding-bottom: .3rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .timg-list ul li a h3 {
        font-size: .17rem;
        line-height: .26rem;
    }

    .timg-list-img {
        margin-right: .2rem;
        width: 2.3rem;
    }

    .timg-linfo .time p {
        font-size: .22rem;
    }

    .timg-linfo>p {
        font-size: .15rem;
        line-height: .24rem;
        max-height: .72rem;
        margin-top: .08rem;
    }

    .team_list li {
        width: 31.333%;
        margin-right: 3%;
        position: relative;
        margin-bottom: .4rem
    }

    .team_list li:nth-child(3n) {
        margin-right: 2%
    }

    .team_list li:nth-child(2n) {
        margin-right: 0
    }

    .team_list li .img {
        height: 30vw
    }
}

@media screen and (max-width: 768px) {
    .list_kyxm>ul>li .pic {
        padding-top: 60%;
    }

    .list_kyxm>ul {
        display: flex;
        justify-content: space-between;
    }

    .list_kyxm>ul>li {
        width: 100%;
        margin: 0 auto .3rem auto;
    }

    .team_list li {
        width: 48%;
        margin-right: 4%;
        position: relative;
        margin-bottom: .4rem
    }

    .team_list li:nth-child(4n) {
        margin-right: 4%
    }

    .team_list li:nth-child(3n) {
        margin-right: 4%
    }

    .team_list li:nth-child(2n) {
        margin-right: 0
    }

    .team_list li .img {
        height: 46vw
    }

    .team_list li .txt h4 {
        font-size: .2rem;
    }

    .team_list li a {
        padding: 0 .2rem .2rem;
    }

    .img-lists ul li {
        width: 46%;
        margin: .2rem 2% 0 2%;
    }

    .jjy>p {
        line-height: .3rem;
    }

    .jjy {
        margin-top: .2rem;
    }

    .wzlby .position {
        padding-top: .3rem;
    }

    .list_wslb li {
        margin-top: .3rem;
    }

    .list_wslb .lbt h4 {
        font-size: .17rem;
    }

    .list_wslb li {
        padding: .18rem;
    }

    .ny-right {
        padding-bottom: .3rem;
        padding: 0 0.1rem;
    }

    .wzlby .channl-menu {
        display: none;
    }


}

@media screen and (max-width: 620px) {}

@media screen and (max-width: 520px) {
    .jjy>p {
        font-size: .15rem;
    }

    .list_wslb .lbt h4 {
        font-size: .15rem;
    }

    .list_wslb .lbt p {
        font-size: .18rem;
    }

    .list_wslb .lbt p span {
        font-size: .13rem;
        margin-left: .05rem;
    }

    .list_wslb a>p {
        margin-top: .1rem;
    }

    .list_wslb .lbt {
        padding-bottom: .1rem;
    }

    .list_wslb .lbt p {
        bottom: .1rem;
    }

    .list_wslb li {
        padding: .15rem;
        margin-top: .25rem;
    }



    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .timg-list ul li a h3 {
        font-size: .16rem;
    }

    .timg-linfo .time p {
        font-size: .2rem;
    }

    .timg-linfo>p {
        font-size: .14rem;
    }

    .timg-list ul li {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .list_txtimg li{
        margin-top:0.5rem;
    }
    .list_txtimg a{
        flex-direction:column;
        margin: 0;
        gap: 0.2rem;
    }
    .list_txtimg .r_zsimg{
        width:100%;
        margin: 0;
    }
    .n_con_tit .sxdiv span{
        margin: 0 0.2rem;
    }
}