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 p 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;
}
.content1{margin-top: 20px;}

.szdwBox{
    padding: 15px 60px 40px;
    margin: 0px 0 70px;
    min-height: 500px;
}
.szdwBox h5{
    border-bottom: 1px solid #dedede;
    font-size: 22px;
    padding-bottom: 15px;
    margin-top: 35px;
}
.szdwBox ul{
    padding: 20px 0 0 0;
}
.szdwBox ul li{
    display: inline-block;
    font-size: 0;
    margin: 5px 10px 10px 0;
    width: 23%;
}
.szdwBox ul li a{
    font-size: 17px;
}

.stu ul{
	display: flex;
	justify-content: space-between;
	background: #cc1019;
}
.stu ul li {
	width: 25%;
	font-weight: bold;
	font-size: 20px;
	padding:  25px 0;
	text-align: center;
	color: white;
	cursor: pointer;
}
.stu ul li:hover,.stu ul li.hover{
	background-color: #fff2f2;
}
.stu ul li:hover a,.stu ul li.hover a{
	color: #cc1019;
}
.stu ul li a{
	color: white;
	font-weight: bold;
	display: block;
}
.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 .text{
	width: 100%;
	padding-bottom: 40px;
}
.content .text .list_t{min-height:600px;padding: 30px 60px 20px;}
.text ul li{
	border-bottom: 1px solid #e8e8e8;
}
.text ul li a{
	 display: block;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin: 25px 0;
}
.text ul li a:hover{
	color: #cc1019;
}
.text ul li a div{
	max-width: 100%;
	width: calc(100% - 247px);
}
.text ul li a div p:nth-child(1){
	font-size: 18px;
}
.text ul li a div p:nth-child(2){margin: 10px 0;color: #999;font-size: 15px;}
.text ul li a div span{
	color: #bababa;
}


.page ul{
	display: flex;
	justify-content: center;
	margin: 35px 0 70px 0;
}
.page ul li{
	margin: 0 3px;
	padding: 10px 20px;
	border: 1px solid #bababa;
	border-radius: 5px;
	cursor: pointer;
}
.page ul li:nth-child(1){
	background-color: #cccccc;
	color: white;
	font-family: fangsong;
}
.page ul li:nth-child(7){
	background-color: #cccccc;
	color: white;
	font-family: fangsong;
}
.page ul li:hover{
	background-color: #97272f;
}
.searchWrap {min-height: 600px;background: #fff;padding-bottom: 50px;padding: 60px;}
.searchWrap .serBox{padding:25px;background:#f4f4f4;margin-bottom:20px;margin-top:20px;}
.searchWrap .txt {border: none;height: 40px;width: 1009px;font-size: 15px;padding-left: 10px;color: #3d3d3d;}
.searchWrap .btn {border: none; height: 40px; width: 120px; text-align: center; float: right; cursor: pointer; _display: inline; color: #fff; right: 10px; top: 20px; background:#c60001; font-size: 18px; }
.searchWrap ul{padding-bottom:30px;}
.searchWrap ul li{line-height:2em; border-bottom:1px solid #dedede;padding:20px 0}
.searchWrap ul li a{display:block;}
.searchWrap ul li a h3{font-size:18px; font-weight:bold;margin-bottom:15px;}
.searchWrap ul li a p{ font-size:14px;}
.searchWrap ul li a span.time{color:#999;margin-top:15px}
.list_t img{width:227px;height:147px;object-fit: cover;display: block;}