html, body{
	min-width: 1300px;
}
.ziti-ys p{
font-family:"sou_regular"!important;
font-size: 16px!important;
line-height:32px!important;
margin: 0px 0 20px 0!important;
}
.ziti-ys p span{
font-family:"sou_regular"!important;
font-size: 16px!important;
}
.ziti-ys p a{
font-size: 16px!important;
text-decoration:underline!important;
font-weight:bold!important;
color:#007bff!important;
}
.header{
	height: 300px;
	width: 100%;
	background-image: url("/en/new/img/nban2.jpg");
	background-size: 100% 100%;
	position: relative;
}
.montage-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	z-index: 2;
}
.montage-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	z-index: 2;
}
.public-width{
	width: 1200px;
}
.heard-searc {
	/* width: 150px; */
	height: 40px;
}

.heard-line {
	width: 2px;
	height: 100%;
	background-color: white;
	margin: 0 20px;
}
.heard-home{
	font-size: 20px;
	color: white;
}
.heard-title{
	/*width: 350px; */
}
.heard-nav{
	height: 65px;
        margin-left:20px;
}

.bodyer{
	/* height: 1748px; */
}
.footer{
	height: 355px;
}

.news-title {
	width: 1200px;
	/*height: 100px;*/
	font-size: 28px;
	font-weight: bold;
	padding: 0 20px 20px 20px;
        text-align:center;
	margin: 50px 0 30px 0;
	border-bottom: 1px solid #bfbebe;
}

.news-img {
	width: 800px;
}

.text-box {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
}

.input-box {
	display: flex;
	/* width: 240px; */
	height: 31px;
	position: relative;
	/* background: rgba(255, 255, 255, 0.8); */
	border-radius: 25px;
	border: none;
	align-content: center;
}

.input-box::before {
	content: "";
	transition: all 0.3s ease-out 0s;
	width: 30%;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.input-box:hover::before {
	width: 100%;
	opacity: 1;
	border-radius: 25px;
}

.input-area {
	line-height: 31px;
	background: none;
	text-indent: 10px;
	color: #606266;
	border: none;
	outline: none;

}

.hidden-input {
	/* visibility:hidden; */
	display: none;
}

.show-input {
	/* visibility:visible; */
	display: block;
}

.pre-next{
	width: 100%; 
	text-align: left;
        margin-top: 30px;
	font-size: 18px;
}
.pre-next p span{
	font-weight: bold;
}
.pre-next p a{
	color: #005dab;
}
.pre-next p a:hover{
	text-decoration: underline;
}

@media screen and (min-width: 2000px) {  
  /* 在这里放置你的样式规则 */  
	.public-width {
		width: 1800px !important;
	}
        .v_news_content > p > img {
              width: 900px !important;
              height: auto;
        }
}