.addcollegetable {
	margin: 37px 0 40px 0;
}

.addc_left .gp-img-responsive {
	padding-bottom: 135%;
}

.addcollegetable table {
	width: 100%;
}

.addcollegetable tr:nth-child(odd) {
	background: #faf7f2;
}

.addcollegetable td {
	border: 1px solid #ebe6df;
	border-top: 0px;
	border-bottom: 0px;
}

.addcollegetable td:nth-child(odd) {
	width: 65%;
}

.acleft {
	overflow: hidden;
	padding: 2.8rem 2.9rem 4rem;
}

.addc_title {
	color: #000000;
	font-weight: bold;
	margin: 0.4rem 0 0 0;
}

.addc_text {
	margin: 1rem 0 3rem 0;
	color: #999999;
}



.addc_list li {
	line-height: 3rem;
}

.addc_list span {
	color: #666;
}

.addc_list i {
	color: #999;
	font-style: normal;
}

.addc_left {
	width: 12rem;
	float: left;
}

.addc_right {
	margin: 0 0 0 14.3rem;
}

.addc_list {
	padding: 8.7rem 5.6rem 4.7rem;
}

.wrap_sub_banner {
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.wrap_sub_banner::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42.5%;
	z-index: 2;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.sub_banner {
	padding-bottom: calc(463% / 19.2);
	height: 0;
	overflow: hidden;
	position: relative;
	background: center;
	background-size: cover;
}

.sub_banner img {
	display: block;
	width: 100%;
}

.sub_banner_title {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 140px;
	text-align: center;
	color: #fff;
}

.sub_banner_title h2 {
	font-weight: normal;
	margin: 0 10px
}

.sub_banner_title p {
	position: relative;
	display: inline-block;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
}

.sub_banner_title p::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	left: 0px;
	top: 2px;
}

.sub_banner_title p::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 6px;
	background: #bc0c26;
	left: calc(50% - 25px);
	top: 0px;
}

.content {
	position: relative;
	z-index: 2;
	margin: 40px 0 0 0;
}

.content .gp-container {}

.content .gp-container::after {
	content: '';
	display: block;
	clear: both;
}

.sub_content {
	position: relative;
	background: #fff;
	margin: 0 0 5rem 0;
}

.rt_sub_menu_title {
	color: #fff;
	font-weight: bold;
	padding: 0 0 3.6rem;
	position: relative;
	margin: 0 0 3rem;
}

.rt_sub_menu_title::before {
	content: '';
	display: block;
	width: 8rem;
	height: .6rem;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bread {
	position: absolute;
	width: 100%;
	color: rgba(255, 255, 255, .7);
	z-index: 99;
	bottom: 30px;
	text-align: center;
}

.bread a {
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, .7);
	height: 20px;
}

.bread i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	height: 20px;
}

.bread a.on {
	color: #00366F;
}


.page_title {
	margin: 0 0 4.5rem;
}

.subpage_title {
	border-bottom: 1px solid #e6e6e6;

}

.subpage_title span {
	color: #666;
}

.subpage_title h2 {
	font-weight: normal;
	color: #000;
	padding: 0 0 15px;
	position: relative;
	display: inline-block;
}

.subpage_title h2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fa6e05;
	bottom: 0px;
}

.sub_menu_title {
	color: #fff;
	line-height: 40px;
	padding: 10px;
	font-weight: normal;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: #bc0c26;
	text-align: center;
	display: none;
}

.sub_menu {}

.sub_menu .lv0 {
	position: relative;
	padding: 30px 0 90px 0;
	background: url(../images/conleftimg_03.png) no-repeat left bottom #f7f0e4;
}

.sub_menu .lv0::before {
	content: '';
	position: absolute;
	background: -webkit-linear-gradient(top, #f96c06, #bc0c26);
	background: -moz-linear-gradient(top, #f96c06, #bc0c26);
	background: -o-linear-gradient(top, #f96c06, #bc0c26);
	background: linear-gradient(to bottom, #f96c06, #bc0c26);
	;
	width: 4px;
	height: 100%;
	top: 0px;
	z-index: 99;
}

.sub_menu .lv0 ul {
	display: none;
}

.sub_menu ul, .sub_menu .t, .sub_menu li {
	position: relative;
}

.sub_menu .t0 {
	padding: 0px 30px 0px 30px;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	position: relative;
}

.sub_menu .l0 {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px dashed #e6dac5;
	display: block;
}



.sub_menu .t0.on .l0 {
	border: 0px
}

.sub_menu .t0.on, .sub_menu .t0:hover {
	position: relative;
	background: #fffdfa;
}

.sub_menu .t0.on .arrow::before {
	transition: .2s;
	transform: rotate(0deg);
}

.sub_menu .t0.on::before, .sub_menu .t0:hover::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 100%;
	background: #bc0c26;
	right: -10px;
	top: 0px;
}

.sub_menu a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #000000;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	background: left center;
	/* max-width: calc(100% - 3rem); */
}





.sub_menu a.current, .sub_menu a.on, .sub_menu a:hover {
	color: #bc0c26;
}

.sub_menu a.current.l0, .sub_menu .on>a.l0, .sub_menu a.l0:hover {}

.sub_menu a.current.l0::before, .sub_menu a.l0.on::before, .sub_menu a.l0:hover::before {
	width: 100%;
}

.sub_menu .lv1 {
	padding: 2rem 1rem 0 7rem;
	position: relative;
	margin-bottom: -2.3rem;
}

.sub_menu a.l1 {
	/* font-size: 1.8rem; */
	padding-top: .6rem;
	padding-bottom: .6rem;
	line-height: 2.5rem;
	margin-bottom: 2.4rem;
}

.sub_menu a.l1.current, .sub_menu a.l1:hover {
	color: #bc0c26;
	/*border-bottom: .1rem solid #00366F;*/
}

.sub_menu .arrow {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0rem 0 0 .4rem;
	float: right;
	position: absolute;
	right: 3rem;
	top: calc(50% - 1rem);
}

.sub_menu .arrow::before {
	content: '';
	display: block;
	border-top: 1rem solid #bc0c26;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	position: absolute;
	left: 50%; 
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transform: rotate(-90deg);
}

.sub_menu .t.on .arrow {}

.sub_left {
	width: 275px;
	float: left;
	position: relative;
	margin: 8px 0 0 0;
}

.sub_right {
	margin: 0 0 0 330px;
	position: relative;
}

.sub_right1 {
	margin: 0px;
}

.schooljianjie {
	color: #333333;
	line-height: 32px;
	margin: 40px 0 0 0;
}

.schooljianjie p {
	text-align: justify;
}

.schooljianjie1 {
	margin: 3.5rem 0 0 0;
}

.sdate {
	margin: 50px 0 0 0;
	text-align: right;
}

.speechcon {
	background: url(../images/speechbg.jpg) no-repeat center;
	background-size: cover;
	padding: 45px 60px 50px;
	margin: 40px 0 0px 0;
}

.speechcon-img {
	float: left;
	background: -webkit-linear-gradient(right bottom, #bc0c26, #fa6c03);
	background: -o-linear-gradient(right bottom, #bc0c26, #fa6c03);
	background: -mos-linear-gradient(right bottom, #bc0c26, #fa6c03);
	background: linear-gradient(right bottom, #bc0c26, #fa6c03);
	padding: 9px;
}

.speechcon-imgIn span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 133%;
}



.speechright {
	/* font-size: 18px; */
	color: #fff;
	line-height: 29px;
	margin: 0 0 0 204px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 22;
	-webkit-box-orient: vertical;
}

.speechright a {
	color: #fff;
}

.leader {
	overflow: hidden;
}

.leader ul {
	margin: 58px -25px 0;
	overflow: hidden;
}

.leader ul li {
	margin: 0 0 46px 0;
}

.leader_right h3 {
	padding: 10px 0 0 0;
}

.leader_right i {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 28px;
}

.leader_right dl {
	margin: 50px 0 20px 0;
	float: left;
	padding: 0 12.6rem 0 0;
	position: relative;
	min-width: 255px;
}

.leader_right dl::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 80px;
	background: #e6e6e6;
	right: 0px;
	top: 0;
}

.leader_right dd {
	line-height: 30px;
}

.leader_right strong {
	color: #666;
	font-weight: normal;
	width: 80px;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}

.leader_right p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 28px;
	padding: 5rem 20px 0 4.8rem;
}

.leader_right span {
	color: #999;
}

.leadercon {
	display: block;
	position: relative;
	margin: 0 25px;
	overflow: hidden;
}

.leadercon:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(188, 12, 38, 0.1);
	border: 1px solid #fff
}

.leadercon:hover h3 {
	color: #333;
}

.leadercon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 147px;
	background: -o-linear-gradient(right top, #fcb582, #dd8592);
	background: -moz-linear-gradient(right top, #fcb582, #dd8592);
	background: -webkit-linear-gradient(right top, #fcb582, #dd8592);
	background: linear-gradient(right top, #fcb582, #dd8592);
	top: 53px;
}

.leadercon::after {
	content: '';
	position: absolute;
	width: calc(100% - 2px);
	height: 145px;
	background: #fff;
	top: 54px;
	left: 1px;
}

.leader_left {
	width: 150px;
	float: left;
	position: relative;
	z-index: 9;
	padding: 0 7px;
	background: #fff;
	margin: 0 0 0 20px;
	overflow: hidden;
}

.leader_left span {
	height: 0px;
	display: block;
	overflow: hidden;
}

.leader_left img {
	transform: scale(1.0);
	transition: all .3s ease-in-out;
	width: 100%;
}

.leader ul li:hover img {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.leader_right {
	margin: 0 30px 0 213px;
	position: relative;
	z-index: 9;
}

.leaderxiangqing {
	margin: 60px 0 30px 0;
	position: relative;
}

.leaderxiangqing_left {
	float: left;
	background: -webkit-linear-gradient(right bottom, #bc0c26, #fa6c03);
	background: -o-linear-gradient(right bottom, #bc0c26, #fa6c03);
	background: -mos-linear-gradient(right bottom, #bc0c26, #fa6c03);
	background: linear-gradient(right bottom, #bc0c26, #fa6c03);
	padding: 9px;
	margin: 0 0 0 30px;
	position: relative;
	z-index: 99;
}

.leaderxiangqing_left span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 133%;
}

.leaderxiangqing_right {
	position: relative;
	z-index: 99;
	margin: 0 0 0 225px;
}

.leaderxq_title {
	padding: 15px 0 0 0;
}

.leaderxq_title i {
	font-style: normal;
	margin: 0 0 0 28px;
}

.leaderxiangqing_right ul {
	margin: 55px 0 0 0;
}

.leaderxiangqing_right ul li {
	width: 33.3%;
	float: left;
	margin: 0 0 15px 0;
}

.leaderxq_info em {
	font-style: normal;
	color: rgba(255, 255, 255, .6);
}

.leaderxq_info span {
	color: #fff;
}

.leaderxiangqing::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 168px;
	background: -webkit-linear-gradient(left, #bc0c26, #fa6d05);
	background: -moz-linear-gradient(left, #bc0c26, #fa6d05);
	background: -o-linear-gradient(left, #bc0c26, #fa6d05);
	background: linear-gradient(left, #bc0c26, #fa6d05);
	top: 60px
}

.leaderxiangqingIn {
	line-height: 1.5;
	text-indent: 2em;
}

.leaderxiangqingcon_title {
	margin: 40px 0 20px 0;
}

.leaderxiangqingcon_title h5 {
	position: relative;
	padding: 15px 0 0 20px;
}

.leaderxiangqingcon_title h5::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/leadercon_title_03.png) no-repeat;
	left: 0px;
	top: 0px;
	;
}

.leaderul li {
	margin: 0 0 25px 0;
	line-height: 1.5;
	text-indent: 0px;
}

.College_institutions {
	margin: 37px 0 100px 0;
}

.College_institutions table {
	border: 0px;
	;
}

.College_institutions tr:nth-child(odd) {
	background: #f5efe4;
}

.College_institutions th {
	border: 1px solid #e6e1da;
	border-top: 0px;
}

.College_institutions th:nth-child(1) {
	border-left: 0px;
}

.College_institutions th:last-child {
	border-right: 0px;
}

.College_institutions td {
	border: 1px solid #e6e1da;
	border-top: 0px;
	border-bottom: 0px;
}

.College_institutions tr td:first-child {
	border-left: 0px;
}

.College_institutions tr td:last-child {
	border-right: 0px;
}

.College_institutions strong {
	padding: 22px 0;
	display: block;
	text-align: center;
}

.College_institutions td:nth-child(3) span {
	text-align: left;
}

.College_institutions span {
	padding: 22px;
	display: block;
	text-align: center;
}

.Teaching {
	margin: 40px 0 0px 0;
}

.Teaching ul {
	margin: 0 -12px;
}

.Teaching ul li {
	width: 33.3%;
	float: left;
	margin: 0 0 20px 0;
}

.Teaching ul a {
	display: block;
	margin: 0 12px;
	background: #f5efe4;
	padding: 30px 40px 50px;
	position: relative;
	transition: all .3s ease-in-out;
}

.Teaching ul a::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 40px;
	background: -webkit-linear-gradient(top, #f96b03, #be0f25);
	background: -moz-linear-gradient(top, #f96b03, #be0f25);
	background: -o-linear-gradient(top, #f96b03, #be0f25);
	background: linear-gradient(top, #f96b03, #be0f25);
	left: 0px;
	top: 35px;
}

.Teaching ul a::after {
	content: '';
	position: absolute;
	width: 155px;
	height: 105px;
	background: url(../images/teaching_03.png) no-repeat;
	right: 0px;
	bottom: 0px;
}

.Teaching ul span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
}

.rightjt {
	width: 32px;
	height: 8px;
	background: url(../images/teachingjt_03.png);
	margin: 15px 0 0 0;
	float: right;
}

.Teaching ul a:hover {
	background: -webkit-linear-gradient(left, #ce291c, #fa6d05);
	background: -moz-linear-gradient(left, #ce291c, #fa6d05);
	background: -o-linear-gradient(left, #ce291c, #fa6d05);
	background: linear-gradient(left, #ce291c, #fa6d05);
	box-shadow: 5px 5px 20px rgba(188, 12, 38, .3);
	transition: all .3s ease-in-out;
}

.Teaching ul a:hover .rightjt {
	background: url(../images/teachingjt_hover_03.png);
}

.Teaching ul a:hover:after {
	content: '';
	position: absolute;
	width: 186px;
	height: 130px;
	background: url(../images/teaching_hover_03.png);
	left: 0px;
	bottom: 0px;
	right: auto;
	opacity: .5;
}

.Teaching ul a:hover span {
	color: #fff;
}



.zhenggao {
	margin: 50px 0 0 0;
}

.zhenggao {
	overflow: hidden;
}

.zhenggao ul {
	margin: 0 -20px;
}

.zhenggao ul a {
	position: relative;
	display: block;
	margin: 0 20px;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #f96d05;
}

.zhenggao ul a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 130px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

.zhenggao ul a:hover::before {
	background: -webkit-linear-gradient(right, #f96b03, #be0f25);
	background: -moz-linear-gradient(right, #f96b03, #be0f25);
	background: -o-linear-gradient(right, #f96b03, #be0f25);
	background: linear-gradient(right, #f96b03, #be0f25);
}

.zhenggao ul a:hover .zg_con {
	color: #fff;
}

.zhenggao li {
	width: 33.3%;
	float: left;
	margin: 0 0 53px 0;
}

.zg_left {
	float: left;
	margin: 0 0 0 30px;
	position: relative;
	z-index: 99;
	;
}

.zg_right {
	margin: 0 0 0 190px;
	position: relative;
	z-index: 99;
}

.zg_right h5 {
	margin: 0px 0 35px 0;
	padding: 20px 0 0 0;
}

.zg_con {
	color: #666666;
	margin: 0 20px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	;
}

.tleft {
	width: 280px;
	float: left;
	background: -o-linear-gradient(top, #bc0c26, #fa6c03);
	background: -moz-linear-gradient(top, #bc0c26, #fa6c03);
	background: -webkit-linear-gradient(top, #bc0c26, #fa6c03);
	background: linear-gradient(top, #bc0c26, #fa6c03);
}

.zg_xiangqing {
	margin: 30px 0 0 0;
	position: relative;
	padding: 0 26px 120px;
}

.zg_xiangqing::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 147px;
	background: url(../images/szxq_03.png) no-repeat;
	left: 0px;
	bottom: 0px;
}




.zg_xiangqing_left {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 99;
	width: 140px;
}

.zg_xiangqing_left span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 126%;
}

.zg_xiangqing_right {
	position: relative;
	z-index: 99;
}

.zg_xiangqing_right h5 {
	padding: 16px 0;
	border-bottom: 1px solid #d2585d;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.zg_xiangqing_right ul {
	padding: 27px 0 0 0;
}

.zg_xiangqing_right li {
	margin: 0px 0 18px 0;
}

.zg_xiangqing_right ul strong {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}

.zg_xiangqing_right ul span {
	color: rgba(255, 255, 255, .7);
	font-size: 15px;
}

.zg_xiangqingcon {
	margin: 0px 0 55px 0;
	font-size: calc(.6rem + 12px);
	line-height: 1.5;
	text-indent: 2em;
}

.zg-title {
	color: #333;
	padding: 0 0 0 19px;
	position: relative;
}

.zg-title::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 18px;
	background: -webkit-linear-gradient(top, #fa6c03, #be0f25);
	background: -moz-linear-gradient(top, #fa6c03, #be0f25);
	background: -o-linear-gradient(top, #fa6c03, #be0f25);
	background: linear-gradient(to bottom, #fa6c03, #be0f25);
	left: 0px;
	top: 5px;
}

.zg_xiangqingcon1 {
	margin: 20px 0 50px 0;
}

.zg_xiangqingcon p {
    font-size: calc(.6rem + 12px) !important;
    line-height: 1.75em !important;
    margin-bottom: 10px !important;
    text-align: justify;
}

.zg_xiangqingcon1 ul li {
	margin: 0 0 25px 0;
}

.sublist ul {
	margin: 20px 0 0 0;
}

.sublist li {
	padding: 25px 0;
	border-bottom: 1px dashed #e6e6e6;
}

.sublist span {
	color: #bc0c26;
	float: left;
}

.sublist a {
	display: block;
	margin: 0 0 0 120px;
	transition: all .3s ease-in-out;
}

.sublist li:hover a {
	margin: 0 0 0 130px;
	transition: all .3s ease-in-out;
}

.student {
	margin: 40px 0 0 0;
}

.student ul {
	margin: 0 -2rem;
}

.student ul a {
	display: block;
	margin: 0 2rem;
}

.student ul a img {
	transition: all .3s ease-in-out;
	transform: scale(1.0);
}

.student ul a:hover img {
	transition: all .3s ease-in-out;
	transform: scale(1.05);
}

.student ul li {
	width: 33.3%;
	float: left;
	margin: 0 0 30px 0;
}

.student span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 56%;
}

.student span img {
	width: 100%;
}

.student p {
	margin: 14px 0 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	;
}

.subnews ul {
	margin: 0 -20px;
	overflow: hidden;
}

.subnews ul li {
	width: 33.3%;
	float: left;
	margin: 0 0 53px 0;
}

.subnews ul a {
	display: block;
	margin: 0 20px;
}

.subnews span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 56%;
}

.subnews span img {
	width: 100%;
	transition: all .5s ease-in-out;
	transform: scale(1);
}

.subnews a:hover img {
	transition: all .5s ease-in-out;
	transform: scale(1.05);
}

.subnews p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	height: 52px;
}

.subnewscon {
	padding: 15px 25px 17px;
	border: 1px solid #dbdbdb;
	border-top: 0px;
	/* margin: 0 30px 0 0; */
}

.subnewscon i {
	padding: 0 0 0 28px;
	font-style: normal;
	color: #9e7e5d;
	font-size: 15px;
	background: url(../images/ntime_03.png) no-repeat left center;
	margin: 17px 0 0 0;
	display: block;
}


.scholarship {
	padding: 15px 0 0 0;
}



.scholarship ul li {
	float: left;
	width: 25%;
	margin: 0 0 40px 0
}

.scholarship ul a {
	display: block;
	margin: 0 12px;
	position: relative;
	border-width: 10px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .8);
	box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.1);
}

.scholarshipimg span {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-bottom: 140%;
}

.scholarshipimg span img {
	width: 100%;
	transition: .5s;
	transform: scale(1);
}

.scholarship ul a:hover img {
	transition: .5s;
	transform: scale(1.05);
}

.schcon {
	height: 150px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.schconIn {
	margin: 65px 0 0 0;
	color: #fff;
	padding: 0 10px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	;
}

.Aca_organizations {
	margin: 3.6rem 0 0 0;
}

.Aca_organizations table {
	width: 100%;
	border: 1px solid #ebe6df;
}

.Aca_organizations th, .Aca_organizations td {
	padding: 2.7rem 0;
	width: 22%;
	border: 1px solid #ebe6df;
	text-align: center;
	border-top: 0px;
	border-bottom: 0px;
}
.Aca_organizations th:last-child, .Aca_organizations td:last-child {
	width: 38%;
}
.Aca_organizations td:last-child {
	width: 40%;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
.Aca_organizations td span{
	display: inline-block;
	/* min-width: 60px; */
	padding: 0px 10px;
}

.Aca_organizations tr:nth-child(odd) {
	background: #f5efe4;
}


.sub_022jianj {
	background: #faf7f2;
	padding: 3rem;
	margin: 0 0 2rem 0;
	position: relative;
}

.jianjmore {
	position: absolute;
	width: 6rem;
	height: 2.4rem;
	/* background: url(../images/jianjiemore_03.jpg) no-repeat; */
	left: calc(50% - 3rem);
	transform: rotateX(180deg);
	bottom: -5px;
	background-size: contain;
}

.jianjmore.cur {
	transform: rotateX(0deg);
}

.sub_022jianjcon {
	color: #666;
	line-height: 1.5;
}

.sub_022b {
	background: #fff;
	padding: 3.2rem 3.7rem;
	margin: 0 0 3.8rem;
	vertical-align: middle;
	background: #f6efe5;
}

.box li {
	margin: 0px;
}

.sub_022b h3 {
	line-height: 1.4em;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	width: 15.2rem;
	text-align: right;
}

.sub_022b .box {
	display: flex;
}

/* .sub_022b .box:not(.on) {
	display: none;
} */

.sub_022b ul {
	margin: 0 0;
	padding: 0 0 0 .7rem;
	display: inline-block;
	vertical-align: middle;
}

.sub_022b li {
	width: auto;
}

.sub_022b .item {
	margin: 0 2.7rem 0 0;
	line-height: 1.4em;
	cursor: pointer;
	color: #757575;
}

.sub_022b .item.on {
	/* font-weight: bold; */
	/* color: #b62024; */
}

.sub_022b li.on .item {
	color: #b62024;
}

.jiaoyanshi_select {
	margin-left: 0.7rem;
	padding: 0.5rem 1rem;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	color: #757575;
	cursor: pointer;
	max-width: 420px;
	vertical-align: middle;
}

.jiaoyanshi_select:focus {
	outline: none;
	border-color: #b62024;
}

.jiaoyanshi_select option {
	padding: 0.5rem;
}

.sub_022c {}

.sub_022c ul {
	margin: 0 0 -5rem -5rem;
}

.sub_022c .item {
	margin: 0 0 5rem 5rem;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.sub_022c .item:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 18rem;
	border-right: 1px dashed #f0e7d8;
	top: 0px;
	right: 0px;
}

.sub_022c .item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 10rem;
	bottom: 0;
	background: #fff;
	clip-path: polygon(0 4.3rem, 100% 0, 100% 100%, 0 100%);
	z-index: -1;
}

.sub_022c .gp-img {
	padding-bottom: 73%;
	width: 18rem;
	float: left;
}

.sub_022c .title {
	font-weight: bold;
	border: 0px;
	padding: 8px 0 18px 20px;
	text-align: left;
	border-bottom: 1px dashed #f0e7d8;
}

.sub_022c .info {
	margin: 0 0;
	color: #999;
	padding: 15px 0 18px 20px;
	text-align: left;
}





.submedia ul {
	margin: 0 -1.3rem;
}

.submedia li {
	width: 25%;
	float: left;
	margin: 0 0 2.9rem 0;
}

.submedia a {
	display: block;
	margin: 0 1.3rem;
	padding: 3.5rem 2.2rem 7rem 0;
	border: 1px solid #f2dac2;
}

.submedia a:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(188, 12, 38, 0.1);
	border: 1px solid #fff
}

.submedia span {
	padding: 0 0 0 2.8rem;
	color: #bc0c26;
	position: relative;
}

.submedia span::before {
	content: '';
	position: absolute;
	width: 1.8rem;
	height: 1px;
	background: #f2dac2;
	left: 0px;
	top: 8px;
}

.submedia p {
	padding: 3rem 0 0 3rem;
}


/* article_page_start */
.page_article {
	position: relative;
	padding: 2rem 0 0;
}

.page_article_title {
	font-weight: bold;
	text-align: center;
}

.page_article_title1 {
	text-align: center;
}

.page_article_title h3 {
	line-height: 1.4;
	color: #333;
	text-align: center;
}

.article_author {
	text-align: left;
	font-size: 0rem;
	padding: 18px 0;
	line-height: 3rem;
	position: relative;
	z-index: 2;
	border-top: 1px dashed #e6e6e6;
	margin: 30px 0 0 0;
}

.article_author span {
	font-size: 1.6rem;
	line-height: 3rem;
	padding: 0 1rem;
	color: #999;
	display: inline-block;
	vertical-align: top;
}

.article_author i {
	font-size: 1.4rem;
	font-style: normal;
}

.sub_right .page_article_title h3 {
	text-align: center;
}

.sub_right .article_author {
	/* text-align: left; */
}

.sub_right .article_author span:first-child {}


.Teaching_Trends {
	margin: 2.8rem 0 0 0;
}

.Teaching_Trends li {
	margin: 0 0 3.6rem 0;
}

.Teaching_Trends .Teaching_Trendstitle {
	padding: 3rem 3.6rem;
	background: #f6efe5;
	margin: 0 0 3rem 0;
	font-size: calc(.6rem + 12px);
}

.Teaching_Trends .Teaching_Trendstitle1 {
	margin: 0;
}

.Teaching_Trends .Teaching_Trendstitle a {
	margin: 0 3.8rem 0 0;
	color: #666;
	display: inline-block;
}

.Teaching_Trends .Teaching_Trendstitle a.on, .Teaching_Trends .Teaching_Trendstitle a:hover {
	color: #bc0c26;
}

.Teaching_Trends .t_left {
	width: 31.5rem;
	float: left;
}

.Teaching_Trends .Teaching_Trendscon a {
	display: block;
	padding: 0 0 0 3rem;
	position: relative;
	overflow: hidden;

}

.Teaching_Trends .tdate {
	width: 60px;
	height: 60px;
	background: -webkit-linear-gradient(left, #bc0c26, #f96d05);
	background: -moz-linear-gradient(left, #bc0c26, #f96d05);
	background: -o-linear-gradient(left, #bc0c26, #f96d05);
	background: linear-gradient(left, #bc0c26, #f96d05);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	text-align: center;
	color: #fff;
	font-family: Arial;
}

.Teaching_Trends .tday {
	line-height: 40px;font-size: 24px;
}

.Teaching_Trends .tmonth {
	line-height: 0rem;font-size: 13px;
}

.Teaching_Trends .gp-img {
	padding-bottom: 56%;
}

.Teaching_Trends .tright {
	margin: 0 0 0 31rem;
	padding: 2.2rem 2.8rem 0 2.5rem;
	border: 1px solid #ebebeb;
}

.Teaching_Trends h5 {
	font-weight: normal;
	margin: 0 0 1.7rem 0;
	font-size: calc(.6rem + 12px);
	line-height: 1.1em;
	height: 1.1em;
}

.Teaching_Trends p {
	color: #999999;
	margin: 0 0 2.5rem 0;
	font-size: calc(.2rem + 12px);
	height: calc(2.4rem + 24px);
	line-height: calc(1.2rem + 12px);
	text-align: justify;
}

.Teaching_Trends i {
	color: #cc9466;
	border: 1px solid #cc9466;
	border-radius: 2rem;
	padding: 0.4rem 10px;
	font-style: normal;
	display: inline-block;
	margin: 0 0 1.4rem 0;font-size: calc(.1rem + 12px);
}



.Teachingul li {
	padding: 2.7rem 0;
	border-bottom: 1px dashed #e6e6e6;
	margin: 0;
}

.Teachingul li:last-child {
	border-bottom: 0;
}

.Teachingul span {
	float: right;
	color: #999999;
}

.Teachingul a {
	padding: 0 0 0 2.7rem;
	position: relative;
	display: block;
	margin: 0 10rem 0 0;
	font-size: calc(.6rem + 12px);
	line-height: 1.1em;
	height: auto;
}

.Teachingul a::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fa6e05;
	left: 0px;
	top: calc(50% - 1.5px);
	border-radius: 50%;
}

.Teachingul strong a {
	width: 2.6rem;
	height: 2.6rem;
	float: right;
	background: url(../images/down_03.png) no-repeat;
	background-size: contain;
	padding: 0;
	margin: 0;
}

.Teachingul strong a::before {
	display: none;
}

.Teachingul strong a:hover {
	background: url(../images/down_hover_03.png) no-repeat;
}

.mcenter img {
	width: 100%;
	height: auto;
	margin: 3rem 0 0rem 0;
}

.mcenter {
	margin: 1.5rem 0 0 0;
}


.page_article .article {
	position: relative;
	text-align: justify;
	/* margin: 0px auto; */
	/* max-width: 800px; */
	padding: 3rem 0 0;
}

.page_article .article p {
	line-height: 34px;
	text-align: justify;
}

.page_article .article {
	padding: 0 97px 0 0;
}

.page_article .article img {
	margin: 3.8rem 0 2.5rem 0;
}

.page_article .article img:first-child {
	margin-top: 0
}

.page_article .article img:last-child {
	margin-bottom: 0;
	margin-top: 3.8rem
}

.article h5 {
	margin: 55px 0 10px 0;
}

.subnotice ul {
	margin: 0 -1.3rem;
}

.subnotice li {
	width: 25%;
	float: left;
	margin: 0 0 5.8rem 0;
}

.subnotice a {
	display: block;
	position: relative;
	padding: 2.4rem 3rem 6rem;
	border: 1px solid #f2d4b6;
	margin: 0 1.3rem;
}

.subnotice a:hover {
	border: 0px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 21px 9px rgba(188, 12, 38, 0.1);
	border: 1px solid #fff
}

.subnotice p {
	color: #000;
	padding: 0 0 0 1.8rem;
	position: relative;
}

.subnotice p::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border: 1px solid #bc0c26;
	border-radius: 50%;
	left: 0px;
	top: 1rem
}

.subnotice span {
	position: absolute;
	bottom: -1.8rem;
	left: 3rem;
	padding: 0.6rem 1.6rem 0.6rem 4.5rem;
	border: 1px dashed #ebc7a4;
	color: #9e7e5d;
	font-family: Arial;
	background: #fff;
}

.subnotice span::before {
	content: '';
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/sub_time_03.png) no-repeat;
	left: 0.9rem;
	top: 0.9rem;
}

.subnotice span::after {
	content: '';
	position: absolute;
	width: 0.1rem;
	height: 2.2rem;
	background: #ebc7a4;
	left: 3.5rem;
	top: 0.6rem;
}


.annex {
	overflow: hidden;
	/* margin: 3rem 0 0; */
	padding: 6rem 0 0px;
}

.annex1 {
	padding: 5.3rem 0 0 0;
}

.annex .annex_title {
	position: relative;
	color: #000000;
	display: inline-block;
}

.annex .list {
	margin: 0 0 -1.5rem;
	padding: 2rem 0 0;
}

.annex li {
	margin: 0 0 12px;
}

.annex a {
	position: relative;
	display: block;
	color: #333;
	padding: 12px 20px;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	background: #f7f7f7;
	word-break: break-all;
	margin: 0 0 12px;
}

.annex a:hover, .annex a.active {
	background: #bc0c26;
	color: #fff;
}

.share_date {
	width: 50px;
	height: 80px;
	background: #f7f0e4;
	padding: 0 10px;
	margin: 0 0 30px 0;
}

.day, .month {
	color: #bc0c26;
}

.day {
	height: 47px;
	line-height: 50px;
	border-bottom: 1px solid #e5dac5;
}

.month {
	height: 30px;
	line-height: 30px;

}

.wrap_article {
	position: relative;
}

.subcenter {
	margin: 3rem 0 0 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 2rem;
	color: #fff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width: 5rem;
	height: 6.9rem;
	background: rgba(0, 0, 0, .2);
}

.swiper-button-next:hover {
	background: #bc0c26;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 5rem;
	height: 6.9rem;
	background: rgba(0, 0, 0, .2);
}

.swiper-button-prev:hover {
	background: #bc0c26;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	font-size: 2.4rem;
	color: #fff;
	width: 8rem;
	right: 3.8rem;
	left: auto;
	bottom: 3.5rem;
}

.subcenter p {
	color: #fff;
	position: absolute;
	left: 3.6rem;
	bottom: 3.6rem;
	;
}

.subcenter a {
	position: relative;
}

.subcenter a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 16rem;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	left: 0px;
	bottom: 3px;
}

.class {
	margin: 4.2rem -2rem 0;
}

.class i {
	width: 4rem;
	height: 4rem;
	line-height: 3.5rem;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: -webkit-linear-gradient(top, #ca3d51, #f98739);
	background: -moz-linear-gradient(top, #ca3d51, #f98739);
	background: -o-linear-gradient(top, #ca3d51, #f98739);
	background: linear-gradient(top, #ca3d51, #f98739);
	margin: 0 0 1.6rem 2.2rem;
}

.class .gp-img {
	padding-bottom: 56%;
	border-radius: 5px;
}

.class p {
	margin: 2rem 1.5rem 4.5rem 1.5rem;
}

.class li {
	margin: 0 0 4rem 0;
}

.class a {
	display: block;
	margin: 0 2rem;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.share_box {
	text-align: left;
	z-index: 100;
	position: absolute;
	width: 70px;
	right: 0;
	top: 10px;
}

.share_box .share_title {
	display: block;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 1.4rem;
	margin: -1.3rem 0 1rem;
	line-height: 2rem;
	position: relative;
	overflow: hidden;
}

.share_box .share_title::before {
	content: '';
	display: block;
	border-top: .1rem dashed #e5e5e5;
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
}

.share_box .share_title span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 1rem;
	color: #333;
}

.share_box .share_txt {
	display: none;
	float: left;
	line-height: 45px;
	font-weight: normal;
	font-size: 14px;
}


.share_box .share_btn, .share_box .share_btn.share_more::after {
	position: relative;
	width: 68px;
	height: 68px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	border-radius: 0%;
	border: 1px solid #f2e9da;
	border-bottom: 0px;

}

.share_more, .share_sina {
	border-bottom: 1px solid #f2e9da !important;
}

.share_box .share_btn i {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	z-index: 2;
	color: #fff;
}

.share_box .share_btn i.cicon-weixin {
	color: #22bd22;
}

.share_box .share_btn i.cicon-weibo {
	color: #ff3c00;
}

.share_box .share_btn i.cicon-fenxiang {
	color: #50a0e6;
}

/* .share_box .share_btn.share_wechat {
	background-image: url("../images/share_wechat.png");
	background-size: 80% auto;
}

.share_box .share_btn.share_sina {
	background-image: url("../images/share_sina.png");
	background-size: 80% auto;
}

.share_box .share_btn.share_qzone {
	background-image: url("../images/share_qzone.png");
	display: none;
} */

/* .share_box .share_btn.share_copy { background-image: url("../images/share_copy.png"); background: #7dd43c;} */
/* .share_box .share_btn.share_more::after {
	content: "";
	background-image: url("../images/share_more.png");
	position: absolute;
	border: 0rem;
	left: 0rem;
	margin: 0rem;
} */

.share_box .share_btn.share_twitter {
	background-image: url("../images/share_twitter.png");
	background: #6babe8;
}

.share_box .share_btn.share_facebook {
	background-image: url("../images/share_facebook.png");
	background: #415a94;
}

.share_box .share_btn.share_linkedin {
	background-image: url("../images/shareto_linkedin.png");
	background: #3d84c2;
}

.share_box .share_btn:last-child {}

#qrcode {
	padding: .5rem;
	background: #fff;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
}

.share_box .share_btn .alert_box {
	position: absolute;
	top: 100%;
	left: 0%;
	padding: .6rem;
	display: none;
	z-index: 2;
	padding: .1rem;
	z-index: 10;
}

.share_box .share_wechat .alert_box {
	right: 100%;
	top: 0;
	left: auto;
}

.sub_right .share_box .share_wechat .alert_box {
	left: auto;
	right: 100%;
	top: 0;
}

.share_box canvas {
	display: block;
}

.share_box .share_more .share_btn {
	margin: 1rem 0 0;
	border: 0rem;
	/* border-radius: 0rem; */
}

.share_box .share_btn:hover>.alert_box {
	display: block;
}

/* pages_start */
.pages {
	padding: 0;
	font-size: 0;
	text-align: center;
	margin: 5.8rem 0 2rem 0;
}

.pages>a, .pages span {
	display: inline-block;
	width: auto;
	padding: 0 14px;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	margin: 0 5px;
	color: #333;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	border: 1px solid #d9d9d9;
}

.pages .start, .pages .end, .pages .next, .pages .prev {
	width: auto;
}

/* .pages > span{font-size: 2.6rem;font-family: arial;color: #333;margin: 0 1.2rem;} */
/* .pages .next{background: url(../images/pages_next1.png) center no-repeat #fff;border: .1rem solid #979797;} */
/* .pages .prev{background: url(../images/pages_prev1.png) center no-repeat #fff;border: .1rem solid #979797;} */
.pages>a:hover, .pages>a.on_page {
	/*background-color:#00366F;color: #fff;border-color: #00366F;*/
	color: #fff;
	background: #bc0c26;
}

/* .pages > a.on_page{} */
/* .pages .next:hover{background: url(../images/pages_next2.png) center no-repeat #00366F;} */
/* .pages .prev:hover{background: url(../images/pages_prev2.png) center no-repeat #00366F;} */
.wrap_select {
	display: inline-block;
	font-size: 16px;
	margin: 0 0 0 18px;
}

.pages .select_link {
	vertical-align: middle;
	/*width: 9.6rem;*/
	height: 38px;
	position: relative;
	margin: 0 .5rem;
	display: inline-block;
}





.pages .select_link .arrow {
	width: 8px;
	height: 5px;
	position: absolute;
	right: 11px;
	bottom: calc(50% - 2px);
	background: url(../images/select_arrow.png) center center no-repeat;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	cursor: pointer;
}

.pages .select_link:hover .arrow {
	transform: rotate(180deg);
	background: url(../images/select_arrow.png) center center no-repeat;

}

.pages .select_link>p {
	display: block;
	line-height: 38px;
	text-align: left;
	padding: 0 44px 0 15px;
	position: relative;
	font-size: 16px;
	border: 1px solid #d9d9d9;
}

/* .pages .select_link>p::before {
	content: '';
	display: block;
	width: .1rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3.4rem;
	background: rgba(0, 0, 0, .1);
} */

/* .pages .select_link:hover>p {
	color: #fff;
} */

.pages .select_link .alert_box {
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background: #bc0c26;
	overflow: hidden;
	border: 0;
	opacity: 0;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	max-height: 20rem;
	overflow: auto;
	padding: .5rem 0 0;
}

.pages .select_link:hover .alert_box {
	opacity: 1;
	height: auto;
}

.pages .select_link .alert_box a {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.5;
	padding: .6rem 0;
	text-align: center;
}

.pages .select_link .alert_box a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.pages .input_page {
	display: inline-block;
	vertical-align: middle;
}

/* .pages span.word{color: #494949;font-size: 1.6rem;margin: 0 1.5rem 0 .6rem;} */
.pages span.jumpto {
	width: auto;
	line-height: 3.2rem;
	height: 3.2rem;
	cursor: pointer;
	padding: 0 1rem;
}

.pages span.tips {
	color: red;
	display: none;
}

.pages .input_page input {
	width: 3.2rem;
	height: 3.2rem;
	color: #333;
	outline: none;
	padding: 0;
	text-align: center;
	background: #F2F2F2;
	border: none;
	border-radius: .2rem;
	margin: 0 .5rem;
	font-size: 1.6rem;
}

@media screen and (max-width:1640px) {
	.sub_banner_title {
		bottom: 80px;
	}

}

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

	.leader_right dl {
		margin: 20px 0;
		padding: 0 3rem 0 0;
	}



	.leader_right i {
		margin-left: 5px;
	}

	.leader_left {
		width: 100px;
	}

	.leader_right {
		margin: 0 0 0 140px;
	}

	.leadercon::after {
		height: 145px;
	}


}


@media screen and (max-width:1290px) {
	.leaderxiangqing_right ul li {
		width: 50%;
	}

	.leaderxiangqing {
		margin: 40px 0 30px 0;
	}

	.zhenggao li {
		width: 50%;
	}

	.zg_xiangqing_right li {
		width: 50%;
	}

	.zg_xiangqing::before {
		height: 160px;
	}

	.subnews ul {
		margin: 0px;
	}

	.leader ul li {
		width: 100%;
		float: none;
	}

	.pages>a, .pages span {
		padding: 0 10px;
		margin: 0 3px;
	}

	.wrap_select {
		margin: 0 0 0 10px;
	}
}





@media screen and (max-width: 996px) {
	.submedia p {
		height: 10.4rem;
	}

	.sub_menu_title {
		display: block;
	}

	.sub_menu .l0 {
		padding: 10px 0;
	}

	.wrap_sub_banner {
		position: relative;
	}

	.sub_banner {
		padding-bottom: 200px;
	}



	.content .gp-container {
		min-height: initial;
	}

	.bread {
		padding: 8px 6px;
		font-size: 12px;
		bottom: 0;
		position: relative;
		background: #bc0c26;
		margin-bottom: 0;
	}



	.sub_left {
		width: auto;
		float: none;
		margin: 0 0 10px;
	}

	.sub_right {
		margin: 0;
	}

	.sub_menu_title {
		position: relative;
		margin: 10px 0 0;
		padding: 5px 40px 5px 10px;
	}

	.sub_menu_title::before {
		content: '';
		display: block;
		border-top: 10px solid #fff;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		position: absolute;
		top: 18px;
		/* transform: translateY(-50%); */
		right: 20px;
	}

	.sub_menu_title.on::before {
		content: '';
		display: block;
		border-top: 10px solid #fff;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		position: absolute;
		top: 18px;
		transform: translateY(-50%);
		right: 20px;
		transform: rotate(180deg);

	}

	.sub_menu .lv0 {
		display: none;
		margin: 0;
		padding: 0px 0 30px 0;
	}

	.sub_menu .lv0::before {
		display: none;
	}

	.sub_menu .li0 {}

	.sub_menu .lv1 {
		padding-top: 12px;
	}

	.sub_menu a.l0 {
		font-size: 18px;
	}

	.sub_menu a.l1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.sub_content {
		padding: 20px 0 0;
	}

	.content {
		padding: 0 0 3rem;
		margin-top: 20px;
	}

	.page_title {
		margin-bottom: 25px;
		padding-left: 110px;
	}

	.speechcon {
		padding: 30px;
	}

	/* .share_box {position: fixed;right: 20px;bottom: 20px;top: initial;}
	.share_box .share_title{ margin: 0px 0px 6px; display: none;}
	.share_box .share_btn, .share_box .share_btn.share_more::after{width: 40px;height: 40px;}
	.share_box > .share_btn{display: none;}
	.share_box .share_btn.share_more{display: block;}
	.share_box .share_btn .alert_box { left: 0px; top: auto; bottom: 100%; }
	.share_box .share_more .share_btn{margin: 0 0 10px;} */

	.share_box {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 30px 0 0;
		width: auto;
		transform: none;
	}

	.share_box .share_btn.share_more {
		width: auto;
		height: auto;
		background: none;
	}

	.share_box .share_btn.share_more::after {
		display: none;
	}

	.share_box .share_btn.share_more>.alert_box {
		display: block;
		position: relative;
	}

	.share_box .share_title {
		margin: 0px 0px 6px;
		display: none;
	}

	/* .share_box .share_btn, .share_box .share_btn.share_more::after{width: 40px;height: 40px;} */
	.share_box>.share_btn {
		display: none;
	}

	.share_box .share_btn {
		display: inline-block;
		background: #f0f0f0;
		border: 0px;
	}

	.share_more {
		border: 0px !important;
	}



	.share_box .share_btn.share_more {
		/* display: inline-block; */
	}

	.cicon-fenxiang {
		display: none !important;
	}

	.share_qzone {
		display: none !important;
	}

	.share_box .share_btn .alert_box {
		left: 0px;
		top: auto;
		bottom: 100%;
	}

	.share_box .share_more .share_btn {
		margin: 0 0px;
	}

	.share_wechat .alert_box {
		/* left: 50% !important; */
		/* transform: translateX(-20%) !important; */
		top: auto !important;
		bottom: 105% !important;
		right: auto !important;
	}

	.share_date {
		display: none;
	}

	.page_article .article {
		padding: 0px;
	}

	.subnews ul {
		margin: 30px 0px;
	}

	.scholarship ul li {
		width: 33.3%;
	}

	.leader ul {
		margin: 58px 0 0;
	}
}

@media screen and (max-width:900px) {
	.leaderxiangqing_right ul li {
		width: 50%;
	}

}


/* article_page_end */





@media screen and (max-width:996px) {
	.addc_text {
		margin: 1rem 0 2rem 0;
	}

	.sub_menu .arrow {
		top: 3rem;
		right: 3rem
	}

	.Teaching_Trends .Teaching_Trendstitle a {
		margin: 0 3.8rem 2rem 0;
	}

	.zg_xiangqing_left {
		width: 140px;
		float: left;
		margin: 0 auto;
	}

	.zg_xiangqing_right {
		margin: 0 0 0 160px;
	}

	.zg_xiangqing_right h5 {
		text-align: left;
	}

	.zg_xiangqing_right li {
		float: left;
	}

	.sub_022b h3 {
		width: 23.2rem;
	}

	.Teaching_Trends .tmonth {
		line-height: 0.5rem;
	}

	.Teaching_Trends p {
		margin: 0 0 1rem 0;
	}

	.Teaching_Trends h5 {
		margin: 0 0 1rem 0;
	}

	.Teaching_Trends i {
		margin: 0 0 1rem 0;
	}

	.sub_022c .gp-img {
		width: 100%;
		padding: 0 0 130% 0;
		float: none;
	}


	.tleft {
		width: 100%;
		float: none;
		height: auto !important;
	}

	.zg_xiangqing {
		padding: 30px;
		;
	}

	.leadercon::after {
		height: 144px;
	}



	.pages>a {
		font-size: 13px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.pages .select_page span {
		font-size: 13px;
		line-height: 30px;
	}

	.pages .select_link {
		height: 30px;
	}

	.pages .select_link p {
		font-size: 13px;
		line-height: 30px;
	}

	/* .pages .select_link .arrow{bottom: 5px;} */

	.pages .input_page input, .pages span.jumpto {
		font-size: 13px;
		height: 30px;
		line-height: 30px;
	}

	.share_box .share_btn, .share_box .share_btn.share_more::after {
		width: 50px;
		height: 50px;
	}
	
	.share_box .share_txt {
	    display: block;
	}

}

@media screen and (max-width:800px) {
	.leadercon::after {
		height: 84px;
	}

	.sub_banner_title {
		bottom: 46px;
	}

	.leader ul li {
		width: 100%;
		float: none;
		margin: 0 0 60px 0;
	}

	.leader_right strong {
		display: inline-block;
	}

	.leader_right span {
		display: inline-block;
	}

	.leadercon::before {
		height: 160px;
	}

	.leader ul {
		margin: 20px -20px 0;
	}
}

@media screen and (max-width:767px) {
	.addcollegetable {
		width: 600px;
		overflow-x: scroll;
		margin: 37px auto 0;
	}

	.addcollegetable table {
		width: 800px;
	}

	.subnotice li {
		width: 50%;
	}

	.submedia li {
		width: 50%;
	}

	.Teaching_Trends .tdate {
		width: 50px;
		height: 50px;
	}

	.Teaching_Trends .tday {
		line-height: 5rem;
	}

	.leader_right dl {
		float: none;
	}

	.leader_right p {
		padding: 0 2rem 0 0;
	}

	.leadercon::after {
		height: 158px;
	}

	.leadercon {
		overflow: visible;
	}

	.leader_right dl {
		padding: 0px;
	}

	.leader_right dl::before {
		display: none;
	}

	.pages a, .pages>span {
		display: none;
	}

	.pages .select_page {
		display: block;
		margin: 15px 0 0;
	}

	.pages>a {
		margin-bottom: 10px;
	}

	.pages a.start, .pages a.prev, .pages a.on_page, .pages a.next, .pages a.end {
		display: inline-block;
	}

	.pages .start, .pages .end, .pages .next, .pages .prev, .pages>span {
		margin: 0 5px;
		padding: 0 5px;
	}

	.pages>a:hover, .pages>a.on_page {
		padding: 0 5px;
	}

	.share_box .share_btn, .share_box .share_btn.share_more::after {
		width: 40px;
		height: 40px;
	}

	.speechcon {
		padding: 20px;
	}

	.sub_banner {
		padding-bottom: 140px;
	}

	.leaderxiangqing_right ul li {
		width: 100%;
		float: none;
	}

	.leaderxiangqing::before {
		height: 260px;
	}

	.zg_xiangqing_right li {
		width: 100%;
	}

	.zg_xiangqing::before {
		height: 78%;
	}

	.sublist a {
		margin: 0 0 0 100px;
	}

	.student ul li {
		width: 50%;
	}

	.subnews ul li {
		width: 50%;
		margin: 0 0 30px 0;
	}

	.subnewscon i {
		font-size: 13px;
	}

	.subnewscon {
		margin: 0px;
	}

	.scholarship ul li {
		width: 50%;
	}

	.College_institutions {
		width: 600px;
		overflow-x: scroll;
		margin: 37px auto 0;
	}

	.College_institutions table {
		width: 800px;
	}
}

@media screen and (max-width:640px) {
	.addcollegetable {
		width: 320px;
		overflow-x: scroll;
	}

	.submedia a {
		padding: 1.5rem 2.2rem 3rem 0;
	}

	.submedia li {
		width: 100%;
	}

	.subnotice li {
		width: 100%;
	}

	.sub_banner_title p {
		display: none;
	}

	.Teaching ul li {
		width: 50%;
	}

	.Teaching ul span {
		line-height: 24px;
		height: 48px;
	}

	.zhenggao li {
		width: 100%;
		float: none;
	}

	.College_institutions {
		width: 320px;
		overflow-x: scroll;
	}
}


@media screen and (max-width:480px) {
	.leaderxiangqing_left span {
		padding-bottom: 57%;
		width: 150px;
	}

	.class li {
		width: 100%;
		float: none;
	}

	.pages a:nth-child(1), .pages a:nth-child(3), .pages a:nth-child(4), .pages a:nth-child(5),
	.pages a:nth-child(6), .pages a:nth-child(7), .pages a:nth-child(9) {
		display: none;
	}

	.wrap_select {
		display: none;
	}

	.pages a.prev {
		display: inline-block;
	}

	.pages a.next {
		display: inline-block;
	}

	.Teaching_Trends .t_left {
		float: none;
		width: 100%;
		;
	}

	.Teaching_Trends .tright {
		margin: 0;
	}

	.speechcon-img {
		width: calc(100% - 18px);
		float: none;
	}

	.speechright {
		margin: 20px 0 0 0;
	}

	.speechcon-img img {
		width: 100%;
	}

	.leader_left {
		width: 280px;
		float: none;
		margin: 0px auto;
		padding: 0px;
	}

	.leader_left img {
		width: 100%;
	}

	.leadercon::before {
		display: none;
	}

	.leadercon::after {
		display: none;
	}

	.leader_right {
		margin: 20px 0 0 0;
	}

	.leader_right dl {
		margin: 10px 0;
	}

	.leader ul li {
		margin: 0 0 20px 0;
	}

	.leaderxiangqing_left {
		width: calc(100% - 18px);
		float: none;
		margin: 0px;
	}



	.leaderxiangqing::before {
		display: none;
	}

	.leaderxiangqing_right ul {
		background: -webkit-linear-gradient(left, #bc0c26, #fa6d05);
		background: -moz-linear-gradient(left, #bc0c26, #fa6d05);
		background: -o-linear-gradient(left, #bc0c26, #fa6d05);
		background: linear-gradient(left, #bc0c26, #fa6d05);
		padding: 10px;
		margin: 10px 0 0 0;
	}

	.leaderxiangqing_right {
		margin: 0px 0 0 0;
	}

	.Teaching ul li {
		width: 100%;
		float: none;
	}

	.zg_xiangqing_left {
		width: calc(100% - 20px);
		float: none;
		padding: 10px 0 0 0;
	}

	.zg_xiangqing_left img {
		width: 100%;
	}

	.zg_xiangqing::before {
		display: none;
	}

	.zg_xiangqing_right {
		margin: 0px 0 0 0;
	}



	.zg_xiangqing_right ul li {
		margin: 0 0 10px 0;
	}

	.student ul li {
		width: 100%;
		float: none;
	}

	.subnews ul li {
		width: 100%;
		float: none;
	}

	.scholarship ul li {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width:413px) {
	/* .pages .start, .pages .end, .pages .next, .pages .prev, .pages > span{margin: 0 2px;padding: 0 5px;} */
}

/* pages_end */

@media screen and (min-width: 1920px) {
	.sub_022c .gp-img {
		width: 50%;
	}
}