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;
}

.dqwz a{color:#fff;}



.loc .xtitle{
	font-size: 38px;
	
}
/* 学生动态 */
.no{
	display: none;
}
.blo{
	display: block;
}
.content{
	width: 1400px;
	margin: auto;
	margin-top: -40px;
	margin-bottom: 60px;
	box-shadow: 0 50px 20px 10px #f4f4f4;
}
.stu ul{
	display: flex;
	justify-content: space-between;
}
.stu ul li{
	width: 34%;
	font-weight: bold;
	font-size: 20px;
	background-color: #cc1019;
	text-align: center;
	color: white;
	cursor: pointer;
}
.stu ul li.hover{
	background-color: white;
}
.stu ul li:hover{
	background-color: #e9e9e9;
}
.stu ul li:hover a,.stu ul li.hover a{
	color: red;
}
.stu ul li a{
	color: white;
	font-weight: bold;
	display: block;
	padding: 25px 0;
}
.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: 600px;
}
.content .bag .text{
	padding: 35px 40px 0px;
}
.content .bag .text p{
	width: 90%;
	margin: auto;
	text-align: center;
}
.content .text .text_content{
	width: 97%;
	margin: auto;
}
.content .text .text_content p{
	width: 100%;
	text-align: left;
	text-indent: 2em;
	line-height: 2em;
	font-size: 18px;
	margin: 15px 0;
}

/*table重定义样式*/
#vsb_content table {
	border: 0px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	max-width: 100%;
	margin: 20px auto;
}

#vsb_content table tr td {
	border-left: 0px;
	text-align: center;
	border-top: 0px;
	line-height: 32px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 17px;
}

#vsb_content table tr td p {
	text-indent: 0em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
