body{
	min-width: 1400px;
}


/* banner */
.bannerr{
	width: 100%;
	height: 380px;
	background-image: url(.././images/bannerr.jpg);
	background-size: 100% 100%;
	position: relative;
	z-index: -1;
}
.loc{
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
	margin: auto;
	left: 0;
	right: 0;
}
.loc p{
	text-align: center;
	margin: 20px 0;
	color: white;
}
.loc .xtitle{
	font-size: 38px;
	
}

.loc p a{color:#fff;}
/* Ã¥Â­Â¦Ã§â€Å¸Ã¥Å Â¨Ã¦â‚¬Â */
.no{
	display: none;
}
.blo{
	display: block;
}
.content{
	width: 73%;
	margin: auto;
	margin-top: -40px;
	margin-bottom: 60px;
	box-shadow: 0 50px 20px 10px #f4f4f4;
}
.stu ul{
	display: flex;
	justify-content: space-between;
	width: 1390px;
}
.stu ul li{
	font-weight: bold;
	font-size: 20px;
	background-color: #cc1019;
	padding:  25px 0;
	text-align: center;
	color: white;
	cursor: pointer;
}


.stu ul li:hover{
	background-color: white;
}
.stu ul li:hover a{
	color: red;
}
.stu ul li a{
	color: white;
	font-weight: bold;
}
.stu ul li span{
	display: block;
	border-right: 1px solid #d84950;
}
.sl{
	display: block;
	border-right: 1px solid #d84950;
}
.cl{
	border: none !important;
}
 /* .change{
	color: red !important;
	background-color: white !important;
} */

.content .bag{
	min-height: 800px;
}
.content .bag .text{
	padding: 15px 70px 65px;
}
.content .bag .text p{
	width: 90%;
	margin: auto;
	line-height:32px;
	text-indent:2em;
	font-size:16px;
	/* text-align: center; */
	}
	p.vsbcontent_img{margin:auto;}
.content .text .ctitle{
	font-size: 20px;
	padding: 60px 0 25px 0;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
}
.content .text .time{
	padding: 20px 0;
}
.content .text .time
	span{
	margin: 0 20px 0 0;
	color: #999999;
}
.content .text .text_content{
	margin: auto;
}
.text_content img{margin:auto;}
.content .text .text_content
	p{
	width: 100%;
	text-indent: 2em !important;
	line-height: 40px !important;
	margin: 10px 0;
	font-size: 17px !important;
	color: #333;
}
.content .bag .text p.vsbcontent_img img{margin:auto;}