/* 公共样式表css */


/* 必要布局样式css */


.infofl {
    width: 50%;float: left
}
.num11 {
    margin-bottom: 37px;
	overflow: hidden
}
.num11 img {
    margin-right: 20px;float: left;display: block
}
.textfl {
    FLOAT: left;width: 100%;margin-top: 15px;
}
.textfl strong {
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #333;
}
.textfl span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
    text-transform: uppercase;
}
.infofl p {
    display: block;
    line-height: 28px;
    color: #666666;
    background: url(../images/ys-p.png) no-repeat left 10px;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 16px;
}
.index-buttom {
    text-align: left;
    margin-top: 60px;
}
.ys-list ul .info .index-buttom a {
    margin-right: 49px;
    margin-left: 0;
}
.index-buttom a.index-more {
    background: #333;
	color: #fff!important
}
.index-buttom a {
    margin-left: 49px;
    position: relative;
    display: inline-block;
    width: 190px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #EA7600;
    text-align: left;
    text-indent: 43px;
    border-radius: 25px;
    z-index: 2;
    top: -5px;
    font-weight: normal;
}

.index-buttom a img {
    margin-right: 10px;
    vertical-align: sub;
	display: inherit!important
}
.picfr {
    width: 48%;float: right;overflow: hidden
}
.picfr img {
    display: block;
    width: 100%;
}


.title_cn {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

#new_box {
    width: 100%;
    min-height: 70vh; /* 确保容器至少占满整个视口高度 */
    padding: 20px 0px 80px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover; /* 关键属性 - 确保背景图覆盖整个区域 */
    position: relative; /* 为可能的内容定位做准备 */
    
    /* 添加平滑过渡效果 */
    transition: background 0.3s ease-in-out;
    
    /* 防止内容模糊 */
    image-rendering: crisp-edges;
    -webkit-font-smoothing: antialiased;
}



.new_con {
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	width: 95%
	
	
}
.newtel {
	font-size: 18px;
	color: #666;
	width: 19.5%;
	float: left;
	border-right: 1px solid #f7f7f7
}
.new_telst {
	width: 100%;
	margin: 0 auto;
	overflow: hidden

}
.new_telst li {
	width: 90%;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: 35px 0 35px 10%;
	font-size: 23px;
	color: #333;
	font-weight: bold
}
.feews{border: 0!important}
.new_telst li span{display: block;font-size: 14px;color: #999;font-weight: normal!important;margin-top: 6px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0 7px}
.new_telst li.newon {
	
	background: #EA7600;
	color: #fff
}
.new_telst li.newon span{color: #fff}
.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 1px solid #EA7600;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #EA7600 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	position: relative;
	overflow: hidden;
	display: none;
}

.new-wrap {
	float: left;
	width: 74%;
	padding: 40px 3% 40px 3%;
	
}


@media (max-width: 1600px){
	.textfl strong{font-size: 29px}
	.new_telst li{padding: 23px 0 23px 10%;}
	
}
@media (max-width: 1590px){
	.textfl{margin-top: 0}
}
@media (max-width: 1400px){
	
	.index-buttom a{width: 150px;text-indent: 23px;}
	
	.newtel{float: inherit;width: 100%;}
	.new_telst li{float: left;width: calc(25% - 1px);padding: 23px 0;text-align: center;border-right: 1px solid #eee}
	.new-wrap{padding: 60px 3% 60px 3%;float: inherit;width: 94%;}
	.index-buttom a{font-size: 16px}
}

@media (max-width: 1024px){

#new_box {

    background: url(../images/ys_bg.jpg) no-repeat top center;
	background:#f7f7f7;
    background-attachment: inherit;
}
}

@media (max-width: 1023px){
	.infofl{width: 100%}
.picfr{width: 100%}
	.textfl{width: 100%}
	.new-wrap {padding: 30px 3% 30px 3%;}
	.index-buttom{margin-top: 30px;margin-bottom: 30px}
	.num11{margin-bottom: 25px}
		#new_boxx{display: none}
}
@media (max-width: 750px){
	.new_telst li span{display: none}
	.new_telst li{font-size: 16px}
	.textfl strong{font-size: 19px;line-height: 29px}
	.num11{margin-bottom: 15px}
	.infofl p{margin-bottom: 5px;font-size: 14px;line-height: 24px}
	.index-buttom a{width: 42%;margin-left: 5%;line-height: 42px;font-size: 14px}
	#new_box{padding: 10px 0 30px}
	#new_box{background-attachment:inherit;}
	    	.new_telst li {
    width: calc(49% - 1px);
}
	#new_boxx{display: none}	
}



