* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #282828;
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

.center {
	margin: 0 auto;
	width: 1200px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.e {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.banner {
	width: 100%;
	height: 470px;
}

.banner img {
	width: 100%;
	height: 470px;
}

.new1_box {
	width: 100%;
	background-color: #fcf9f1;
	padding-bottom: 15px;
}

.title {
	padding-top: 25px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	color: #f40506;
	font-weight: bold;
	background-image: url(../images/edu/title_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.new1_con {
	width: 100%;
	padding-top: 30px;
}

.new1_left {
	width: 510px;
	height: 340px;
}

.new1_left img {
	width: 510px;
	height: 340px;
}

.new1_right {
	width: 645px;
	height: 340px;
}

.new1_r_t {
	font-size: 20px;
	color: #c20004;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new1_r_desc {
	color: #282828;
	margin-top: 20px;
	border-bottom: 2px solid #580203;
	padding-bottom: 20px;
}

.new1_r_desc a {
	color: #c20004;
}

.new1_r_desc a:hover {
	text-decoration: underline;
}

.new1_right ul {
	padding-top: 13px;
}

.new1_right ul li {
       overflow: hidden;
	height: 31px;
	font-size: 16px;
	line-height: 25px;
}

.new1_right ul li a {
	display: inline-block;
	max-width: 420px;
}

.new1_right ul li:hover,
.new1_right ul li:hover a {
	color: #c20004;
	text-decoration: underline;
}

/* new2 */

.new2_top {
	width: 100%;
	background-color: #dc323d;
	position: relative;
}

.new2_top>img {
	position: absolute;
	top: 0;
	left: 10%;
	width: 500px;
	height: 80px;
}

.new2_bottom {
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
}

.new2_bottom ul {
	text-align: center;
}

.new2_bottom ul li {
	font-size: 18px;
	margin-top: 15px;
	margin-left: 20px;
	background-color: #f6efca;
	float: left;
	background-image: url(../images/edu/star.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 40px 40px;
	padding: 20px 20px 20px 70px;
	border-radius: 30px;
	color: #dc323e;
	cursor: pointer;
}

.new2_bottom ul li.active {
	background-color: #dc323e;
	color: #fff;
}

.show_item {
	display: none;
}

.show_item.active {
	display: block;
}

.show_item {
	box-sizing: border-box;
	padding: 80px 0 80px 300px;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/edu/new2_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.new2_top .show_item:nth-of-type(n+3) {
	padding: 80px 0;
}

.new2_top .show_item:nth-of-type(5) {
	padding-left: 90px;
}

.new2_top .show_item:nth-of-type(9) {
	padding-left: 130px;
}

/* add */
.new2_top .show_item:nth-of-type(1) {
	padding: 80px 0 80px 0px;
	text-align: center;
}

.new2_top .show_item:nth-of-type(2) {
	padding-left: 400px;
}

.new2_top .show_item:nth-of-type(4) {
	padding-left: 135px;
}

.new2_top .show_item:nth-of-type(5) {
	padding-left: 240px;
}

.new2_top .show_item:nth-of-type(9) {
	padding-left: 300px;
}

/* add */
.page .new1_box:nth-of-type(4) .new1_con {
	padding-bottom: 20px;
}

.new3_last .new3 .new3_l:nth-of-type(2) {
	margin-left: 20px;
}
.new3_last .new3{
	margin-top: 30px;
}
.new3_l {
	box-sizing: border-box;
	width: 590px;
	padding: 20px;
	background-color: #dc323e;
}

.new3_l ul li {
	color: #fff;
	line-height: 25px;
	box-sizing: border-box;
}

.new3_l ul li a {
	color: #fff;
	display: inline-block;
	max-width: 420px;
}

.new3_l ul li:hover,
.new3_l ul li:hover a {
	text-decoration: underline;
}

/* new4 */
.new4_box {
	overflow: hidden;
	width: 100%;
	background-color: #dc323e;
	padding-bottom: 15px;
}

.new_title {
	line-height: 90px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}

#xc {
	margin-bottom: 20px;
	padding-right: 15px;
}

#xc,
#xc a {
	background-color: #d62935;
	color: #fff;
}

#xc ul li:hover {
	color: #fff;
}

/* new5 */
.new5_box {
	background-color: #fcf9f1;
}

.new5 {
	padding-bottom: 40px;
	margin-top: 30px;
}

.new5_l {
	width: 590px;
}

.new5 .new5_l:first-child .n5_top {
	background-image: url(../images/edu/n5_l.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.new5 .new5_l:last-child {
	margin-left: 20px;
}

.new5 .new5_l:last-child .n5_top {
	background-image: url(../images/edu/n5_r.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.n5_top {
	width: 100%;
	height: 150px;
}

.fr {
	width: 220px;
	height: 150px;
	float: right;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	line-height: 25px;
}

.fr a {
	color: #f6efca;
}

.new5_l ul li {
	height: 31px;
	line-height: 25px;
}

.new5_l ul li:hover {
	color: #dc323e;
}

.new5_l ul li:hover a {
	text-decoration: underline;
	color: #dc323e;
}

.new5_l ul li a {
	display: inline-block;
	max-width: 412px;
}

.last {
	background-color: #dc323e;
	width: 100%;
	height: 75px;
}

.last p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 75px;
}

.page .new1_box:nth-of-type(4) {
	padding-bottom: 0;
}

@media screen and (max-width: 1440px) {

	.banner,
	.banner img {
		height: 350px;
	}
}
