a{
    text-decoration: none;
}
ul, li {
    list-style: none;
}
.ny_main{
    background: #fff;
    color: #000;
    height: 90px;
}
.logo-text{
    color: #000;
}
.navbar ul li a{
    color: #000;
}
.navbar ul li:hover a {
    color: #000;
}
.language-btn{
    border: 1px solid #000;
    color:#000;
}
.language-btn:hover {
    background: #fff;
    border-color: #000;
}
.ny_main .dropdown a{
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .dropdown{
    background: #fff;
    top: 54px;
}
.nav_connector{
    position: absolute;
    right: 0;
    top: 26px;
    width: 68px;
    height: 100%;
    background: transparent;
    z-index: 99;
}
.ny_banner{
    height: 600px!important;
    min-height: 600px;
    max-height: 600px;
    width: 100% !important;
    background: none !important;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ny_middle{
    width: 100%;
}
.flex{
    display: flex;
}
.flex-sbet{
    display: flex;
    justify-content: space-between;
}
.w95{
    width: 1400px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1400{
    width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 1500px) {
    .w1200{
        width: 1200px;
        margin: 0 auto;
    }
    .w1400{
        width: 1200px;
        margin: 0 auto;
    }
}
.signal{
    width: 100%;
    background: #fff;
}
.nav-list{
    width: 70%;
    height: 60px;
    line-height: 60px;
}
.n_position{
    /*width: 40%;*/
    height: 60px;
    line-height: 60px;
}
.back_box {
    height: 60px;
    line-height: 60px;
}
.back_box a i {
    padding-right: 10px;
}
.back_box a {
    color: #CC0000;
    font-size: 13px;
}
.nav-list a{
    position: relative;
    display: inline;
    color: #000;
    padding: 0px 20px;
    font-size: 16px;
    border-right: 1px solid #D4D9E2;
}
.nav-list a:first-child {
    /*padding: 0px 20px 0 0;*/
}
.nav-list a:last-child {
    border-right:none;
}
.nav-list a:before, .nav-list .active:before {
    position: absolute;
    content: '';
    left: 18%;
    bottom: -18px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.nav-list a:hover,.nav-list .active{
    color: #0a53be;
}
.nav-list a:hover:before,.nav-list .active:before{
    width: 65%;
    background-color: #0a53be;
}
.n_position a{
    color:#666;
}
.n_position span {
    color: #CC0000;
}
.show_article {
    padding: 10px 0;
    background: #f5f5f5;
}
.ny_news_con .wrap {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
}

.zx-right{width:1140px;padding-bottom:30px;margin-left: 15px;}
.zx-left-nav {position: relative;width:200px;margin-bottom:40px;}
.zx-left-nav ul{padding-bottom:30px;}
.zx-left-nav .nav-tit {text-align:center;display: flex;flex-direction: column;justify-content: center;height: 60px;background-color: #0072d4;color: #fff;}
.zx-left-nav .nav-tit h3{font-size:22px;}
.zx-left-nav .nav-tit span{text-transform: uppercase;}
.zx-left-nav>ul>li {padding: 12px 30px;color: #000 ;border-bottom: #e5e5e5 1px solid;position: relative; overflow: hidden;width:200px;}
.zx-left-nav>ul>li:hover a {color:#0072d4; }
.zx-left-nav>ul>li:hover .nav-active {color: #fff !important; }
.zx-left-nav>ul>li:hover .colorlumpbox{width: 2px;}
.zx-left-nav>ul>li>a {display: block;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.flex-between {display: flex;justify-content: space-between;}
.colorlumpbox{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0072d4;
    height: 14px;
    left: 0;
}

.nav-active {background-color: #f9f9f9!important;}
.nav-active .colorlumpbox{width: 2px;}
.nav-active a{color:#0072d4!important;}
.zx-left-nav .icon,.zx-left-nav .icon-active{margin-right:30px;width: 32px;height: 20px;}



/****新闻列表图文****/

.npart_list ul li:first-child a:hover{padding-top:25px;}
.npart_list ul li:first-child a{padding-top:0px;}
.npart_list ul li a{display:block;padding:25px;}
.npart_list ul li:hover a{background:#F5F5F5;border-radius:8px;transition: all 0.5s ease-in-out}
.npart_list ul li a:after{content:'';display:block;overflow: hidden;clear: both;}
.npart_list ul li .imgs{float:left;width:210px;height:140px;overflow: hidden;border-radius: 10px;}
.npart_list ul li .imgs img{width:100%;display:block;-moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.npart_list ul li .textbox{float:left;margin-left:40px;width:calc(100% - 250px)}
.npart_list ul li .textbox .time{display:block;padding-top:15px;color: #999999;font-size: 16px;}
.npart_list ul li .textbox .tit{font-size:20px;color:#222222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.npart_list ul li .textbox p{position:relative;padding-top:26px;color:rgb(34 34 34 / 100%);;font-size:14px;line-height:22px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.npart_list ul li:hover .textbox .tit{color:#000000;}
.npart_list ul li:hover .imgbox img{transform: scale(1.05);}
.npart_list ul li:hover .sum:after{width:100%;background:#0a53be;transition: all 0.5s ease-in-out}
.npart_list ul li .sum:after{content:'';position:absolute;left:0;bottom:0px;width:64px;height:2px;background:#333333}
.npart_list ul li .sum{padding-bottom:15px;position: relative;}
.npart_list ul li .overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

/*.news_pic_list .news_pic_ul{display:flex;flex-wrap: wrap;}*/
/*.news_pic_list .news_pic_ul li{padding:0 12px 40px;box-sizing: border-box;width:32%;}*/
/*.news_pic_list .news_pic_ul a{position:relative;}*/
/*.news_pic_list .news_pic_ul li .imgs{height:200px;border-radius: 10px;overflow: hidden;}*/
/*.news_pic_list .news_pic_ul a:after{content:'';color:#fff;position:absolute;z-index:9;width:100%;left:0;bottom:0;height:50px;line-height:50px;padding: 0 15px;border-radius: 0 0 10px 10px;*/
/*    box-sizing: border-box;-webkit-backdrop-filter: saturate(180%) blur(5px);backdrop-filter: saturate(180%) blur(5px);background-color: rgba(0, 0, 0, 0.1);}*/
/*.news_pic_list .news_pic_ul .textbox{width: 90%;position: absolute;z-index:10;left: 20px;bottom: 0;color: #fff;height: 50px;line-height: 50px;}*/
/*.news_pic_list .news_pic_ul .textbox h3{font-size:16px;}*/
/*.news_pic_list .news_pic_ul li:hover img{transform: scale(1.05);transition: all 0.5s ease;}*/

.news_pic_list .news_pic_ul{display:flex;flex-wrap: wrap;}
.news_pic_ul li {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width:31%;
    margin-right: 18px;
    margin-bottom: 20px;
}

.news_pic_ul li a{
    display: block;
}
.news_pic_list_all li {
    width:31.5%;
}
.news_pic_list_all li a{
    height: 400px;
}
.news_pic_ul li:nth-child(3) {
    margin-right: 0;
}
.news_pic_ul li img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    transition: transform 0.3s ease;
}

.news_pic_ul li .textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.news_pic_ul li:hover .textbox {
    transform: translateY(0);
    opacity: 1;
}

.news_pic_ul li:hover img {
    transform: scale(1.05);
}

.news_pic_ul li .textbox h3 {
    font-size: 18px;
    /*margin: 0 0 10px 0;*/
    font-weight: bold;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
    text-align: center;
}

.show_article .ar_title {
    margin-bottom: 30px;
    text-align: center;
    /*padding-bottom: 28px;*/
}
.show_article .ar_title h3 {
    font-size: 28px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
}
.show_article .ar_title h6 span:first-child {
    margin-left: 0;
}
.show_article .ar_title h6 span {
    position: relative;
    font-size: 16px;
    color: #63666a;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    margin: 0 30px;
    vertical-align: top;
}
.ar_article {
    font-size: 16px;
    color: #222;
    line-height: 32px;
    text-align: justify;
}
.show_article .newsBottom {
    margin-top: 50px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.show_article .newsBottom .proinfo-left {
    float: left;
    width: 45%;
    text-align: left;
}
.show_article .newsBottom .proinfo-left a, .proinfo-right a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.show_article .newsBottom .proinfo-right {
    float: right;
    width: 45%;
    text-align: right;
}