.img100{
	width: 100%;
	display: block;
}
.flex-wrap{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.flex-item{
	display: -webkit-flex;
	display: flex;
}

#banner img{
	width: 100%;
	display:block;
}

.newsbd img{
	max-width: 100%;
	height: auto;
	display:block;
}
.five_right li img{
	width: 100%;
	display: block;
	height: 199px;
}
.shenglue3{
	overflow: hidden;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.paging .pagination li{
	float: left;
	padding: 10px 8px;
	text-align: center;
}
.paging .pagination .active a{
	color: #0d5dca;
}

/* 首页升学 */
.rq-sec {
	margin: 0 auto 24px auto !important;
	background: #fff;
	box-sizing: border-box;
	padding: 13px 0 0 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.rq-sec .rq-item {
	position: relative;
	width: 19.2%;
	border-radius: 4px;
	overflow: hidden;
}

.rq-sec .rq-item .pic {
	width: 100%;
}

.rq-sec .rq-item .pic img {
	display: block;
	width: 100%;
}

.rq-sec .rq-item .des {
	position: absolute;
	top: 19px;
	left: 16px;
}

.rq-sec .rq-item .des h5 {
	font-size: 22px;
	color: #538ec6;
	font-weight: 900;
}

.rq-sec .rq-item .des p {
	font-size: 17px;
	color: #7fbbf1;
}

.rq-sec .rq-item:nth-child(2) .des h5 {
	color: #b44347;
}

.rq-sec .rq-item:nth-child(2) .des p {
	color: #df8f98;
}

.rq-sec .rq-item:nth-child(3) .des h5 {
	color: #c18144;
}

.rq-sec .rq-item:nth-child(3) .des p {
	color: #d8ab4f;
}

.rq-sec .rq-item:nth-child(4) .des h5 {
	color: #69b9c2;
}

.rq-sec .rq-item:nth-child(4) .des p {
	color: #7fc6cf;
}

.rq-sec .rq-item:nth-child(5) .des h5 {
	color: #ae805e;
}

.rq-sec .rq-item:nth-child(5) .des p {
	color: #d59d7b;
}

.ques-sec {
	padding: 26px 8px 0 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.ques-sec .ques-item {
	width: 23.3%;
	display: block;
	border-radius: 22px;
	border: 1px solid #ccc;
	font-size: 17px;
	text-align: center;
	line-height: 42px;
	margin-bottom: 26px;
}

.ques-sec .red-c {
	color: #0050a2;
}

.ques-sec .ques-item:hover {
	font-weight: bold;
}