.news-title-bg{
    width: 100%;
    height: 720px;
    min-height: 720px;
    position: relative;
}
.news-title-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-title{
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 10%;
}
.newbg{
    background: #f0f0f0;
}
.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
}
.scroll .icon {
	font-size: 60px;
}
.scroll P {
	font-size: 20px;
	color: #fff;
}
.news-content{
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
}
.news-contenting{
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    gap:40px;
}
.news-lefting{
    width: 1000px;
    padding: 0 50px;
    background: #fff;
}
.news-hosting{
    flex: 1;
    padding-top: 120px;
}
.new-recommend h3{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.new-recommend p{
    color: #005197;
}
.new-recommend{
    width: 100%;
}
.new-recommend li{
    border-bottom: 1px solid #DEDEDE;
    margin-top:20px;
}
.new-recommend li a:hover h3{
    color: #005197;
    font-weight: bold;
}
.news-hosting h2{
    font-size: 24px;
    color:#005197;
    font-weight: bold;
    line-height: 2;
}
.news-nav{
    width: 100%;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-nav a{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.news-nav a:hover{
    color: #005197
}
.news-bread{
    width: 100%;
    border-bottom:1px solid #DEDEDE;
}
.new_right{
    display: flex;
    gap: 20px;
}
.newimg{
    width: 230px;
    height: 140px;
}
.newimg img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.new_righ_cont{
    flex: 1;
}
.news-nav-list ul {
    width: 100%;
    display: flex;
}
.news-nav-list ul li.active{
    background: #005197;
    color: #fff;
}
.news-nav-list ul li.active a{
    color: #fff;
}
.news-nav-list ul li{
    padding: 30px 40px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.news-nav-list ul li a{
    display: block;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #535335;
    font-weight: 700;
}
.Bread-crumbs{
    display: flex;
    flex-direction:row;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.Bread-crumbs .homes{
    text-align: center;
}
.activess{
	color: #005197;
}
.Bread-crumbs .homes::after{
    content: "●";
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #005197;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.news-main{
    padding: 50px 0;
}
.news-host{
    display: flex;
   
}
.news-img{
    flex: 1;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-text{
    flex: 1;
    padding: 30px;
}
.news-text h2{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}
.news-date{
    font-size: 30px;
    font-weight: 400;
    color: #DCDCDC;
    margin-bottom: 20px;
}
.news-date span{
    font-size: 20px;
 
}
.news-text p{
    font-size: 16px;
    text-indent: 2em;
}
.ZCQJ_ICON_more{
    display: inline-block;
    margin: 20px 0;
    border-radius: 20px;
    width: 60px;
    line-height: 1;
    font-size: 30px;
    color: #005197;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.news-text a{
    display: inline-block;
    height: auto;
}
.news-text a:hover .ZCQJ_ICON_more{
    background: #005197; 
    color: #fff;
}
.news-text{
    box-shadow: 0px 2px 200px 0px rgba(0, 0, 0, 0.15);
}

.news-list{
    width: 100%;
}
.news-list ul li{
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 40px 40px;
    margin: 20px 0;
}
.news-list ul li:hover{
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.15);
}
.news-list ul li:hover h2{
    font-weight: 900;
}
.news-list ul li h2{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
  
}
.news-list ul li p{
    font-size: 16px;
    color: #535335;
    margin-bottom: 10px;
    margin-right: 20px;
    min-height: 48px;
}
.news-list .news-date{
    margin: 0;
    position: absolute;
    right: 30px;
    top: 159px;
}
.news-list ul li:hover .news-date{
    color: #005197;
}
.details-nav{
    width: 100%;
    padding: 150px 0 0 0;
}
.news-details-content{
    padding: 50px 0;
}
.news-details-content h1{
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    margin: 20px 0;
    font-weight: bold;
}
.details-bar{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.details-bar-left{
    font-size: 14px;
    line-height: 2;
    color: #9c9c9c;
    font-weight: 500;
}
.details-bar-left span{
    margin-right:20px ;
}
.details-bar-right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.share-wechat, .share-weibo, .share-QQ{
    padding: 3px 12px;
    border-radius: 5px;
    background: #F4F4F4;
    color: #005197;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.share-wechat:hover, .share-weibo:hover, .share-QQ:hover{
    background: #005197;
    color: #fff;
}
.ZCQJ_ICON_weixin, .ZCQJ_ICON_weibo, .ZCQJ_ICON_qq{
    font-size: 18px;
    line-height: 1;
    vertical-align: -3px;
}
.ZCQJ_ICON_weibo{
    font-size: 20px;
}
.details-content {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.details-content img{
    max-width: 100%;
}
.news-details-page{
    width: 100%;
    display: flex;
    margin: 20px 0;
    padding: 20px 20px;
    font-weight: 500;
    gap: 36px;
    line-height: 2;
    justify-content: space-between;
    flex-direction: column;
}
.news-details-page a:hover{
    color: #005197;
}
.share-wechat{
    position: relative;
}
.ZCQJ_ICON_weixin:hover + #qrcode{
    display: block;
    transform: translateX(0);
    color: #000;
}
#qrcode{
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 10px;
    top: 0;
    left: -210px;
    display: none;   
    transform: translateX(-10px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#qrcode p{
    line-height: 2;
    margin-top: 5px;
    font-size: 16px;
}


@media only screen and (max-width: 1000px) {
    .details-content img{
        width: 100%;
    }
    .details-content video{
        width: 100%;
    }
    .scroll .icon{
		font-size: 24px;
	}
	.scroll P{
		font-size: 14px;
	}
    .news-content{
        padding: 0 20px;
    }
    .details-nav{
        padding-top: 80px;
    }
    .news-details-content{
        padding-top: 0;
    }
    .details-content p{
        font-size: 14px;
        line-height: 1.5;
    }
    .news-details-content h1{
        font-size: 24px;
    }
    .details-bar{
        flex-direction:column
    }
    .details-bar-right{
        margin-top: 20px;
    }
    .details-bar-left{
        font-size: 12px;
    }
    .news-hosting{
        display: none;
    }
    .news-contenting{
        padding: 0;
    }
    .news-lefting{
        flex: 1;
        padding: 0 20px;
    }
    .new_right{
        flex-direction: column;;
    }
    .newimg{
        width: 100%;
    }
    .news-list ul li h2{
        font-size: 20px;
        line-height: 1.5;
    }
    .news-list ul li p{
        font-size: 12px;
    }
    .share-wechat, .share-weibo, .share-QQ {
        padding:0 10px; 
        border-radius:5px;
    }
    .ZCQJ_ICON_weixin, .ZCQJ_ICON_weibo, .ZCQJ_ICON_qq{
        font-size: 16px;
        line-height: 16px;
        vertical-align: middle;
    }
    #qrcode{
        top: 50px;
        left: 10px;
    }
    .news-details-page{
        flex-direction: column;
        align-items: center;
        
    }
    .news-details-page a{
        margin-top: 10px;
    }
    .news-bread{
       padding-top: 10px;
    }
    .news-nav{
        width: 100%;
        padding:0;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
    }
    .news-nav-list ul li{
        flex: 1;
        padding: 10px 10px;
    }
    .news-nav-list ul li a{
        font-size: 14px;
    }
    .news-title-bg{
        min-height: 500px;
        height: 500px;
    }
    .news-host{
        flex-direction: column;
    }
    .news-text{
        padding: 20px;
    }
    .news-text h2{
        font-size: 24px;
        line-height: 1.5;
    }
    .news-date{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .news-text p{
        font-size: 12px;
    }
    .news-list ul li{
        padding: 10px 10px;
    }
    .news-list .news-date{
        position: static;
    }
    .news-title{
        font-size: 40px;
        left:5%
    }
}