/*头部导航*/
.header {
	position: relative;
}

.header a {
	color: #808080;
}

.header .top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.top_nav>li {
	position: relative;
	display: inline;
	float: left;
	width: auto;
}

.top_nav b a {
	display: block;
	float: left;
	width: auto;
	padding-left: 25px;
	color: #666;
	transition: background 0.3s;
	transform: translateZ(0);
}

.top_nav b a:hover p {
	color: #e45063;
}

.top_nav b i {
	float: right;
	width: 10px;
	height: 7px;
	margin: 22px 8px 0 9px;
	background: url(../images/arrow.png) no-repeat;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	opacity: 0.8;
}

.top_nav b:hover i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header .tel {
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
}

.header .tel a {
	color: #e02140;
}

.header .tel i {
	display: block;
	float: left;
	width: 25px;
	height: 26px;
	margin: 12px 10px 0 0;
	background: url(../images/tel.png) no-repeat;
}

.header .login a:hover {
	color: #e92930;
}

.header .login a {
	color: #808080;
}

.header .login div {
	margin: 0 9px;
	color: #d1d1d1;
}

.wx {
	position: relative;
	padding-left: 35px;
	background: url(../images/wx.png) no-repeat left center;
	cursor: pointer;
}

.wx:hover .wx_box {
	display: block;
}

.wx:hover {
	color: #44cd66;
}

.wx_wrap {
	width: 192px;
	height: 100px;
	padding: 30px 0 0 20px;
	margin-bottom: 13px;
}

.wx_box {
	display: none;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 217px;
	height: 150px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.wx_box img {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}

.wx_box a {
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin-left: 15px;
	background: #e92930;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin-top: 15px;
}

.wx_box span {
	display: block;
	float: left;
	width: 92px;
	height: 28px;
	margin: 0 0 10px 15px;
	color: #000;
	font-size: 14px;
	line-height: 23px;
}

.qq {
	padding-left: 28px;
	margin-left: 20px;
	margin-right: 18px;
	background: url(../images/qq.png) no-repeat left center;
}

.qq:hover {
	color: #38b2ff;
}

/* ------主导航下拉 */
.top_nav .navconbg {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9;
	background: #fff;
	filter: alpha(opacity=95);
	opacity: 0.95;
	box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
	-ms-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
	-moz-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
	-o-box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.top_nav .navcon {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 10;
	overflow: hidden;
}

.top_nav .navconbg01,
.top_nav .navcon01 {
	width: 725px;
	height: 400px;
}

.top_nav .navconbg02,
.top_nav .navcon02 {
	width: 554px;
	height: 333px;
}

.top_nav .navconbg03,
.top_nav .navcon03 {
	width: 114px;
	height: 252px;
}

.top_nav .navconbg04,
.top_nav .navcon04 {
	width: 114px;
	height: 168px;
}

.top_nav .navconbg05,
.top_nav .navcon05 {
	width: 114px;
	height: 294px;
}

.top_nav .navconbg06,
.top_nav .navcon06 {
	width: 217px;
	height: 187px;
}

.top_nav b {
	display: block;
}

.top_nav .navcon01 b {
	padding-top: 10px;
	padding-left: 25px;
	line-height: 46px;
	color: #000;
}

.top_nav .navcon01 b a,
.top_nav .navcon02 b a {
	color: #000;
}

.top_nav .navcon01 b a:hover,
.top_nav .navcon02 b a:hover {
	color: #e92930;
}

.top_nav .navcon01 p {
	padding-left: 25px;
}

.top_nav .navcon01 p a,
.top_nav .navcon02 p a {
	display: block;
	float: left;
	height: 28px;
	margin-bottom: 5px;
	color: #888;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.top_nav .navcon01 p a {
	width: 74px;
}

.top_nav .navcon01 p a:hover,
.top_nav .navcon02 p a:hover {
	background: #e92930;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}

.top_nav .navcon01 p span {
	display: block;
	float: left;
	width: 46px;
	height: 28px;
	margin-bottom: 5px;
	color: #cbcbcb;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.top_nav .navcon01 em {
	display: block;
	width: 100%;
	height: 1px;
	margin: 35px 0 0 0;
	border-top: 1px solid #eaeaea;
	font-size: 0px;
}

.top_nav .navcon02 .kc {
	display: inline;
	float: left;
	width: 184px;
	height: 110px;
}

.top_nav .navcon02 .br {
	border-right: 1px solid #eaeaea;
}

.top_nav .navcon02 .bb {
	border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon02 b {
	padding-top: 20px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.top_nav .navcon02 p {
	padding-left: 25px;
}

.top_nav .navcon02 p a {
	width: 67px;
}

.top_nav .navcon03 a,
.top_nav .navcon04 a,
.top_nav .navcon05 a {
	display: block;
	width: 100%;
	height: 42px;
	color: #000;
	font-size: 14px;
	line-height: 42px;
	text-align: left;
	text-indent: 25px;
}

.top_nav .navcon03 a:hover,
.top_nav .navcon04 a:hover,
.top_nav .navcon05 a:hover {
	background: #e92930;
	color: #fff;
	text-decoration: none;
}

.top_nav .navcon .ewmbox {
	width: 192px;
	height: 100px;
	padding: 30px 0 0 25px;
	margin-bottom: 13px;
	border-bottom: 1px solid #eaeaea;
}

.top_nav .navcon .ewmbox img {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
}

.top_nav .navcon .ewmbox span {
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin: 5px 0 10px 15px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.top_nav .navcon .ewmbox a {
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	margin-left: 15px;
	background: #e92930;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.top_nav .navcon .ewmbox a:hover {
	text-decoration: none;
}

.top_nav .navcon06 p {
	height: 28px;
	padding-left: 10px;
	overflow: hidden;
	line-height: 28px;
}

.top_nav .navcon06 p a {
	display: inline-block;
	height: 28px;
	padding: 0 7px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
}

.top_nav .navconbg07,
.top_nav .navcon07 {
	width: 217px;
	height: 125px;
}

.top_nav .navcon07 .ewmbox {
	border-bottom: none;
	margin-bottom: 0;
}

.top_nav .navcon07 .ewmbox span {
	width: auto;
}

/*头部结束*/
/*搜索*/
.search_wrap {
	margin-top: 40px;
}

.logo {
	width: 195px;
	height: 46px;
	padding-right: 10px;
	margin-right: 12px;
	border-right: 1px solid #dedede;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -999em;
}

.logo_txt {
	margin-top: 2px;
	font-size: 26px;
}

.logo_txt a {
	color: #e92930;
}

.search {
	width: 365px;
	height: 38px;
	padding-left: 15px;
	border: 1px solid #dad9d9;
	border-right: none;
	border-radius: 6px 0 0 6px;
}

.submit {
	width: 70px;
	height: 40px;
	border-radius: 0 6px 6px 0;
	background-image: url(../images/search.png);
	background-color: #e92930;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.cal {
	width: 40px;
	height: 40px;
	margin-left: 65px;
	margin-right: 10px;
	background-image: url(../images/cal.png);
	background-repeat: no-repeat;
	text-align: center;
}

.cal_txt {
	line-height: 40px;
	font-size: 18px;
}

.month {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.date {
	line-height: 26px;
	color: #8c8c8c;
	font-size: 18px;
}

/*搜索结束*/
/*导航*/
.nav_wrap {
	width: 100%;
	height: 50px;
	margin-top: 42px;
	margin-bottom: 55px;
	line-height: 50px;
	background-color: #e92930;
}

.nav {
	margin: 0 10px;
}

.nav>li {
	width: 8.333%;
	margin-right: 0;
	text-align: center;
	transition: background-color .5s ease;
}

.nav>li:last-child {
	margin-right: 0;
}

.nav>li.active {
	background-color: #dc0030;
}

.nav>li a {
	display: block;
	color: #fff;
}

/*导航end*/
/*轮播左侧*/
.main_l {
	width: 28%;
}

.main_icon {
	margin-bottom: 7px;
	line-height: 36px;
	font-size: 20px;
}

.main_icon i {
	width: 36px;
	height: 36px;
	margin-right: 12px;
	background-repeat: no-repeat;
}

.main_icon01 i {
	background-image: url(../images/main01.png);
}

.main_icon02 i {
	background-image: url(../images/main02.png);
}

.main_icon03 i {
	background-image: url(../images/main03.png);
}

.main_icon04 i {
	background-image: url(../images/main04.png);
}

.main_content {
	padding: 10px 0 20px 30px;
	border-left: 1px solid #e92930;
	margin-left: 18px;
	font-size: 14px;
}

.main_content:last-child {
	padding-bottom: 10px;
	margin-bottom: 0;
}

.main_content01 {
	line-height: 24px;
}

.main_content02 li p {
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #929292;
}

.main_content02 li p span {
	color: #333;
}

.msg_href {
	width: 74px;
	height: 25px;
	border: 1px solid #e92930;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: center;
	border-radius: 40px;
	color: #ef283c;
	font-size: 12px;
	background-color: #fff;
}

.msg_href:before {
	background: #ef283c;
}

.main_content03 {
	line-height: 24px;
}

.years {
	width: 48px;
	height: 24px;
	padding-left: 6px;
	margin-right: 14px;
	margin-bottom: 15px;
	color: #fff;
	background-image: url(../images/years.png);
	background-repeat: no-repeat;
}

.main_content03 a:hover {
	color: #e92930;
	text-decoration: underline;
}

.main_entrance {
	width: 19.5%;
	margin-right: 6.3%;
	margin-bottom: 35px;
	text-align: center;
	font-size: 16px;
}

.main_entrance:nth-child(n+5):nth-child(-n+8) {
	margin-bottom: 0;
}

.main_entrance a {
	display: block;
}

.main_entrance:nth-child(4n) {
	margin-right: 0;
}

.entrance_icon {
	width: 100%;
	height: 75px;
	margin-bottom: 9px;
	border-radius: 4px;
}

.entrance_icon i {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

.entrance_icon01,
.entrance_icon07 {
	border: 1px solid #f5483e;
}

.entrance_icon01 i {
	width: 42px;
	height: 38px;
	margin-top: 18px;
	background-image: url(../images/icon01.png);
}

.entrance_icon02,
.entrance_icon08 {
	border: 1px solid #07d087;
}

.entrance_icon02 i {
	width: 48px;
	height: 48px;
	margin-top: 13px;
	background-image: url(../images/icon02.png);
}

.entrance_icon03,
.entrance_icon05 {
	border: 1px solid #38b2ff;
}

.entrance_icon03 i {
	width: 48px;
	height: 42px;
	margin-top: 16px;
	background-image: url(../images/icon03.png);
}

.entrance_icon04,
.entrance_icon06 {
	border: 1px solid #ff9e14;
}

.entrance_icon04 i {
	width: 46px;
	height: 46px;
	margin-top: 14px;
	background-image: url(../images/icon04.png);
}

.entrance_icon05 i {
	width: 34px;
	height: 48px;
	margin-top: 14px;
	background-image: url(../images/icon05.png);
}

.entrance_icon06 i {
	width: 46px;
	height: 48px;
	margin-top: 14px;
	background-image: url(../images/icon06.png);
}

.entrance_icon07 i {
	width: 48px;
	height: 40px;
	margin-top: 18px;
	background-image: url(../images/icon07.png);
}

.entrance_icon08 i {
	width: 46px;
	height: 38px;
	margin-top: 19px;
	background-image: url(../images/icon08.png);
}

.main_entrance01:hover p,
.main_entrance07:hover p {
	color: #f5483e;
}

.main_entrance01:hover .entrance_icon,
.main_entrance07:hover .entrance_icon {
	background-color: #f5483e;
}

.main_entrance02:hover p,
.main_entrance08:hover p {
	color: #07d087;
}

.main_entrance02:hover .entrance_icon,
.main_entrance08:hover .entrance_icon {
	background-color: #07d087;
}

.main_entrance03:hover p,
.main_entrance05:hover p {
	color: #38b2ff;
}

.main_entrance03:hover .entrance_icon,
.main_entrance05:hover .entrance_icon {
	background-color: #38b2ff;
}

.main_entrance04:hover p,
.main_entrance06:hover p {
	color: #ff9e14;
}

.main_entrance04:hover .entrance_icon,
.main_entrance06:hover .entrance_icon {
	background-color: #ff9e14;
}

.main_entrance01:hover i {
	background-image: url(../images/icon01_a.png);
}

.main_entrance02:hover i {
	background-image: url(../images/icon02_a.png);
}

.main_entrance03:hover i {
	background-image: url(../images/icon03_a.png);
}

.main_entrance04:hover i {
	background-image: url(../images/icon04_a.png);
}

.main_entrance05:hover i {
	background-image: url(../images/icon05_a.png);
}

.main_entrance06:hover i {
	background-image: url(../images/icon06_a.png);
}

.main_entrance07:hover i {
	background-image: url(../images/icon07_a.png);
}

.main_entrance08:hover i {
	background-image: url(../images/icon08_a.png);
}

/*轮播*/
.main_m {
	width: 36.2%;
	margin-left: 4%;
	margin-right: 3.75%;
}

.main_tab {
	width: 100%;
	margin-bottom: 50px;
}

.mainBanner {
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
}

.mainBanner .hd {
	position: absolute;
	bottom: 55px;
	width: 100%;
	z-index: 1;
}

.mainBanner .hd ul {
	text-align: center;
}

.mainBanner .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.mainBanner .hd li.on {
	width: 20px;
	border-radius: 8px;
	background: #e92930;
}

.mainBanner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.mainBanner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.mainBanner .bd a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.banner_color {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .6);
}

.mainBanner .bd a p {
	margin-left: 20px;
	color: #fff;
}

.mainBanner .sNext,
.mainBanner .sPrev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 68px;
	margin-top: -34px;
	border-radius: 0 4px 4px 0;
	background-color: rgba(0, 0, 0, .2);
	transition: background .5s ease;
	z-index: 1;
}

.mainBanner .sNext i,
.mainBanner .sPrev i {
	display: block;
	width: 21px;
	height: 39px;
	margin-top: 15px;
	margin-left: 10px;
	background-image: url(../images/main_arrow.png);
	background-repeat: no-repeat;
}

.mainBanner .sNext {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.mainBanner .sNext:hover,
.mainBanner .sPrev:hover {
	background-color: rgba(0, 0, 0, .3);
}

.mainBanner .bd ul li,
.mainBanner .bd ul {
	width: 100% !important;
	height: 100% !important;
}

.news {
	overflow: hidden;
}

.news.active {
	max-height: 284px;
}

.news01 {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 36px;
	margin-bottom: 36px;
}

.news li {
	max-width: 98%;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news li:last-child {
	margin-bottom: 0;
}

.news .news_title {
	margin-bottom: 30px;
}

.news span {
	color: #e5e5e5;
	font-size: 20px;
	line-height: 16px;
}

.news_title a {
	font-size: 22px;
	color: #e92930;
	font-weight: bold;
}

.news a:hover,
.main_r_txt a:hover {
	color: #e92930;
	text-decoration: underline;
}

/*轮播右侧*/
.main_r {
	width: 28%;
	padding: 30px 0;
	background-color: #f8f8f8;
}

.main_r_news {
	margin: 0 30px;
}

.main_r_news li {
	padding-bottom: 25px;
	border-bottom: 1px solid #dddede;
	margin-bottom: 25px;
}

.main_r_news li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.main_r_txt {
	max-width: 98%;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main_r_txt a {
	margin-left: 14px;
}

.main_r_txt span {
	color: #e5e5e5;
	font-size: 20px;
	line-height: 16px;
}

.mainR_icon01 {
	width: 130px;
	height: 24px;
	margin-bottom: 26px;
	background-image: url(../images/r001.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.change_wrap {
	width: 90px;
	margin: 0 auto;
}

.change {
	width: 35px;
	height: 4px;
	margin-right: 20px;
	background-color: #dfdfdf;
	cursor: pointer;
}

.change:last-child {
	margin-right: 0;
}

.change.on {
	background-color: #e92930;
}

.mainR_icon02 {
	width: 130px;
	height: 27px;
	margin-bottom: 28px;
	background-image: url(../images/r02.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.teacher_wrap01 {
	margin-bottom: 20px;
}

.teacher_test img {
	width: 70px;
	height: 70px;
	margin-right: 11px;
	border-radius: 50%;
}

.teacher_test span {
	margin-top: 1px;
	margin-left: 14px;
	font-size: 14px;
	color: #a7a7a7;
}

.teacher_msg {
	width: calc(100% - 81px);
}

.teacher_info {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.mainR_icon03,
.mainR_icon04 {
	width: 130px;
	height: 27px;
	margin-bottom: 32px;
	background-image: url(../images/r03.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.mainR_icon04 {
	height: 35px;
	background-image: url(../images/r04.png);
}

.no_margin {
	margin-bottom: 0;
}

.talk_test img {
	width: 120px;
	height: 75px;
	margin-bottom: 25px;
	margin-right: 20px;
}

.talk_txt {
	width: calc(100% - 140px);
}

.talk_txt p {
	max-width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.talk_txt span {
	font-size: 14px;
	color: #a7a7a7;
}

.talk_test .main_r_txt a {
	margin-left: 7px;
}

/*轮播end*/
/*考试公告*/
.notice {
	margin-top: 56px;
}

.notice.active {
	margin-top: 0;
}

.nav_border {
	width: 100%;
	border-bottom: 2px solid #333;
	margin-bottom: 40px;
}

.nav_title {
	padding-bottom: 20px;
	border-bottom: 2px solid #e92930;
	font-size: 32px;
	margin-bottom: -2px;
}

.title_r {
	margin-top: 12px;
}

.title_name {
	font-size: 20px;
	line-height: 34px;
}

.select {
	position: relative;
	width: 108px;
	margin-left: 20px;
	box-shadow: 0 0 1px #ddd;
}

.select cite {
	display: block;
	width: 91px;
	height: 32px;
	border: 1px solid #d5d5d5;
	padding-left: 15px;
	border-radius: 4px;
	line-height: 32px;
	font-style: normal;
	color: #a1a1a1;
}

.select ul {
	display: none;
	position: absolute;
	left: 0;
	top: 34px;
	width: 106px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 3;
	background: #fff;
	border: 1px solid #cecfd1;
	border-radius: 3px;
	border-top: none;
	z-index: 1;
}

.select ul li {
	line-height: 30px;
	text-indent: 10px;
	cursor: pointer;
}

.select ul li:hover {
	background-color: #ddd;
}

.select ul li a {
	display: block;
	width: 100%;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select i {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 9px;
	height: 5px;
	background: url('../images/select.png') no-repeat;
	transition: transform .2s ease;
}

.select i.active {
	transform: rotate(-180deg);
}

.notice_submit {
	width: 80px;
	height: 32px;
	margin-left: 30px;
	border-radius: 40px;
	color: #fff;
	background: linear-gradient(to right, #ed2838, #fc2653);
	background-color: #eb2933;
	cursor: pointer;
	font-size: 16px;
}

.notice_submit.active {
	width: 95px;
	background: linear-gradient(to right, #06c2e3, #01f1d7);
	background-color: #06c2e3;
	cursor: pointer;
}

.list_wrap {
	width: 30.875%;
	margin-right: 3.125%;
}

.list_wrap a:hover {
	color: #e92930;
	text-decoration: underline;
}

.list_wrap:nth-child(3n) {
	margin-right: 0;
}

.list_change {
	border-bottom: 1px solid #dedede;
	margin-bottom: 35px;
	font-size: 20px;
}

.listChange {
	padding-bottom: 15px;
	margin-right: 30px;
	cursor: pointer;
}

.listChange:last-child {
	margin-right: 0;
}

.listChange.on {
	margin-bottom: -1px;
	border-bottom: 2px solid #f34540;
}

.listWrap_list {
	margin-bottom: 55px;
}

.listWrap_list li {
	margin-bottom: 20px;
}

.listWrap_list li:last-child {
	margin-bottom: 0;
}

.hotCircle {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	margin-top: 8px;
	margin-right: 12px;
	background-color: #e5e5e5;
}

.listWrap_list li .list_msg,
.listWrap_list li a {
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.listWrap_list li p {
	color: #a1a1a1;
	font-size: 14px;
}

/*考试公告end*/
.banner {
	height: auto;
	margin-bottom: 55px;
}

/*行测备考*/
.datum_title {
	border-left: 5px solid #e92930;
	padding-left: 6px;
	margin-bottom: 30px;
	font-size: 24px;
}

.datum_l {
	width: 67.5%;
}

.datum_r {
	width: 27.5%;
}

.datumL_title {
	border-bottom: 1px solid #dedede;
}

.datum_change {
	padding-bottom: 15px;
	margin-right: 50px;
	margin-bottom: -2px;
	font-size: 20px;
	cursor: pointer;
}

.datum_change.on {
	border-bottom: 2px solid #f34540;
}

.datum_list>li:first-child {
	border-top: 0;
}

.datum_list>li {
	height: 104px;
	padding: 22px 10px 0 10px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	transition: background-color .5s ease;
}

.datum_list>li:hover {
	background-color: #f8f8f8;
}

.datum_list>li:hover .datum_caption {
	color: #e92930;
}

.datum_msg {
	color: #999;
	font-size: 12px;
}

.datum_content {
	margin-top: 16px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.datum_content.active {
	position: relative;
	line-height: 20px;
	max-height: 40px;
}

.datum_content.active::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
}

.imgWrap {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.imgWrap img {
	width: 100%;
	height: 100%;
	transition: transform 2s ease;
	transform: translateZ(0);
}

.imgWrap:hover img {
	transform: scale(1.05, 1.05);
}

.imgBottom {
	height: 199px;
	padding-top: 55px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
}

.exercise {
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 30px auto 0 auto;
	background: linear-gradient(to right, #ed2838, #fc2653);
	background-color: #eb2933;
	font-size: 22px;
	color: #fff;
	border-radius: 40px;
}

.datum_wrap {
	margin: 0 10px 40px 10px;
}

.datumR_list {
	margin-top: 30px;
}

.datumR_list li {
	margin-bottom: 18px;
}

.datumR_list li>a {
	display: block;
}

.datumR_list li>a:hover p {
	color: #e92930;
	text-decoration: underline;
}

.datumR_list li p {
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.datumR_href {
	margin-top: 30px;
}

.datumR_href a {
	display: block;
	font-size: 14px;
}

.datumR_href>li {
	height: 34px;
	padding: 0 17px;
	border: 1px solid #ddd;
	border-radius: 40px;
	margin-right: 12px;
	margin-bottom: 20px;
	line-height: 34px;
	transition: background .5s ease;
}

.datumR_href>li:hover {
	border-color: #ef283c;
	background: linear-gradient(to right, #eb2933, #fd2555);
	background-color: #ef283c;
}

.datumR_href>li:hover a {
	color: #fff;
}

.datum_wrap .list_wrap {
	width: 47.7%;
	margin-right: 4.6%;
}

.datum_wrap .list_wrap:nth-child(even) {
	margin-right: 0;
}

.datum_wrap .listWrap_list li {
	margin-bottom: 15px;
}

.datum_wrap .listWrap_list {
	margin-bottom: 45px;
}

.datum_wrap .list_wrap:nth-child(n+3):nth-child(-n+4) .listWrap_list {
	margin-bottom: 0;
}

.previously_tip {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
}

.changePast {
	position: relative;
	text-align: center;
}

.changePast:last-child .pastYear,
.changePast:last-child .changeF_t {
	margin-bottom: 0;
}

.changePast .changeF_o {
	background-color: #e92930;
}

.changePast .changeF_t {
	background-color: #ffa800;
}

.changePast .changeF_s {
	background-color: #2bd2df;
}

.changePast>div {
	width: 22.5%;
	height: 32px;
	margin-right: 2%;
	line-height: 32px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}

.changePast>a,
.pastYear {
	width: 78px;
	width: 22.5%;
	height: 30px;
	border: 1px solid #efefef;
	margin-right: 2%;
	line-height: 32px;
	background-color: #efefef;
	border-radius: 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	margin-bottom: 20px;
	transition: .5s border ease, .5s background ease, .5s color ease;
	transform: translateZ(0);
}

.changePast>a:hover,
.pastYear:hover {
	background-color: #fff;
	border-color: #e92930;
	color: #e92930;
}

.pastList {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
}

.pastList a:nth-child(4n) {
	margin-right: 0;
}

.pastHide {
	display: none;
}

/*行测备考end*/
/*直播讲座*/
.live {
	margin-bottom: 55px;
}

.live_list>li {
	width: 23.83%;
	margin-right: 1.56%;
}

.live_list>li a {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
}

.live-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	font-size: 14px;
}

.live_list>li p {
	max-width: 100%;
	margin-top: 20px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.live_list>li img {
	width: 100%;
	height: 100%;
	transition: transform 3s ease;
	transition: translateZ(0);
}

.live_list>li img:hover {
	transform: scale(1.05);
}

.live_list>li:last-child {
	margin-right: 0;
}

/*直播讲座end*/
/*友情链接*/
.friends_wrap {
	padding-top: 50px;
	padding-bottom: 36px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.inx-fLink .fLinktit {
	margin-bottom: 20px;
}

.friends_title {
	padding-bottom: 10px;
	margin-right: 35px;
	margin-bottom: 40px;
	cursor: pointer;
	font-size: 20px;
	transition: color 0.3s;
	transform: translateZ(0);
}

.friends_title.on {
	border-bottom: 2px solid #e92930;
	color: #e92930;
}

.friends_list {
	margin-left: 10px;
}

.friends_list li {
	float: left;
	margin-right: 35px;
	margin-bottom: 22px;
	white-space: nowrap;
}

.friends_list li a:hover {
	color: #e92930;
}

/* 友情链接end */
/* 底部 */
.footer .footleft i,
.footer .footright i {
	background: url('http://www.huatu.com/images/2018css/images/icon.png') no-repeat;
}

.footer {
	width: 100%;
	padding: 35px 0 55px;
	background: #f5f5f5;
}

.footer .h4 {
	height: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

.footer .h4 a:hover {
	text-decoration: none;
}

.footer .footleft {
	display: inline;
	float: left;
	width: 182px;
	padding: 5px 35px 5px 0;
	margin-right: 70px;
	border-right: 1px solid #dcdcdc;
}

.footer .col03 {
	width: 243px;
}

.footer .col04 {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

.footer .footleft dt {
	width: 147px;
}

.footer .col03 dt {
	width: 203px;
}

.footer .footleft dt i {
	display: block;
	width: 50px;
	height: 51px;
	margin: 0 auto;
}

.footer .footleft dt i.icon01 {
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
}

.footer .footleft dt i.icon02 {
	background-image: url(../images/scale.png);
	background-repeat: no-repeat;
}

.footer .footleft dt i.icon03 {
	background-image: url(../images/talk.png);
	background-repeat: no-repeat;
}

.footer .footleft dt i.icon04 {
	background-image: url(../images/book.png);
	background-repeat: no-repeat;
}

.footer .footleft dt:hover i.icon01 {
	background-image: url(../images/help_a.png);
}

.footer .footleft dt:hover i.icon02 {
	background-image: url(../images/scale_a.png);
}

.footer .footleft dt:hover i.icon03 {
	background-image: url(../images/talk_a.png);
}

.footer .footleft dt:hover i.icon04 {
	background-image: url(../images/book_a.png);
}

.footer .footleft dt span {
	display: block;
	width: 100%;
	margin: 5px 0 15px;
	font-weight: bold;
	text-align: center;
}

.footer .footleft dt:hover span a {
	color: #e92930;
	text-decoration: none;
}

.footer .footleft dd {
	color: #888;
	font-size: 14px;
	line-height: 30px;
}

.footer .footleft dd a {
	display: block;
	float: left;
	margin-right: 35px;
	color: #888;
	transition: color 0.3s;
}

.footer .footleft dd a:hover {
	color: #e92930;
}

.footer .footright {
	display: inline;
	float: right;
	width: 315px;
	padding-top: 10px;
}

.footer .footright .h5 {
	height: 46px;
	font-size: 16px;
	line-height: 26px;
}

.footer .footright i {
	display: block;
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 15px;
	background: #d7d7d7 url('http://www.huatu.com/images/2018css/images/icon.png') no-repeat;
	border-radius: 3px;
}

.footer .footright i.icon05 {
	background-position: 0 -120px;
}

.footer .footright i.icon06 {
	background-position: -50px -120px;
}

.footer .footright .h5:hover i.icon05 {
	background: #e92930 url('http://www.huatu.com/images/2018css/images/icon.png') no-repeat 0 -120px;
}

.footer .footright .h5:hover i.icon06 {
	background: #e92930 url('http://www.huatu.com/images/2018css/images/icon.png') no-repeat -50px -120px;
}

.footer .footright .row01 a {
	display: block;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
}

.footer .footright .row01 a:hover {
	text-decoration: none;
}

.footer .footright .row01 span {
	display: block;
	height: 16px;
	color: #888;
	font-size: 14px;
	line-height: 16px;
}

.footer .footright .row02 {
	margin: 25px 0 15px;
}

.footer .footright .row02 span {
	display: block;
	float: left;
	height: 46px;
	font-size: 20px;
	line-height: 46px;
}

.footer .footright .row02 a {
	display: block;
	float: left;
	width: 76px;
	height: 28px;
	margin: 8px 0 0 20px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.footer .footright .row02 a:hover {
	border-color: #e92930;
	color: #e92930;
	text-decoration: none;
}

.footer .footright p {
	color: #888;
	line-height: 20px;
}

.footer .footNav {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #dcdcdc;
}

.footer .footNav p {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.footer .footNav p:first-child {
	color: #888;
	font-family: Arial;
}

.footer .footNav p a {
	display: inline-block;
	padding: 0 5px;
}

.footer .footNav p a:hover {
	color: #e92930;
	text-decoration: underline;
}

/* 底部end */
@media screen and (max-width: 1778px) {
	.footer .footleft {
		width: 162px;
		padding-right: 25px;
		margin-right: 50px;
	}

	.footer .col03 {
		width: 223px;
	}

	.footer .col04 {
		padding-right: 0;
		margin-right: 0;
	}

	.footer .footleft dt {
		width: 137px;
	}

	.footer .col03 dt {
		width: 193px;
	}

	.footer .footleft dd a {
		margin-right: 25px;
	}
}

@media screen and (max-width: 1556px) {
	.footer {
		padding-bottom: 35px;
	}

	.footer .footleft {
		width: 152px;
		padding-right: 15px;
		margin-right: 35px;
	}

	.footer .col03 {
		width: 213px;
	}

	.footer .col04 {
		padding-right: 0;
		margin-right: 0;
	}

	.footer .footleft dt {
		width: 132px;
	}

	.footer .col03 dt {
		width: 188px;
	}

	.footer .footleft dd a {
		margin-right: 20px;
	}

	.footer .footright {
		width: 300px;
	}
}

@media screen and (max-width: 1334px) {
	.footer .footleft {
		width: 142px;
		padding-right: 10px;
		margin-right: 25px;
	}

	.footer .col03 {
		width: 203px;
	}

	.footer .col04 {
		padding-right: 0;
		margin-right: 0;
	}

	.footer .footleft dt {
		width: 122px;
	}

	.footer .col03 dt {
		width: 183px;
	}

	.footer .footleft dd a {
		margin-right: 15px;
	}

	.footer .footright {
		width: 240px;
	}

	.footer .footright .h5 {
		font-size: 16px;
	}

	.footer .footright i {
		margin-right: 10px;
	}

	.footer .footright .row01 a {
		font-size: 24px;
	}

	.footer .footright .row01 span {
		font-size: 12px;
	}

	.footer .footright .row02 span {
		font-size: 18px;
	}

	.footer .footright .row02 a {
		margin-left: 10px;
		font-size: 12px;
	}

	.footer .footright p {
		font-size: 14px;
	}
}

/***图书 ****/
.books {
	margin-bottom: 50px;
}

.inx-tit {
	padding: 0 0 40px;
}

.inx-tit h3 {
	display: inline;
	float: left;
	font-size: 34px;
	font-weight: bold;
}

.books_title {
	margin-bottom: 48px;
}

.books_change {
	float: left;
}

.books_change a {
	float: left;
	padding-bottom: 10px;
	margin-right: 24px;
	font-size: 20px;
}

.books_change a:hover {
	text-decoration: none;
}

.books_change a.on {
	color: #d84844;
	border-bottom: 3px solid #d84844;
}

.books_more {
	float: right;
	color: #767676;
	font-size: 18px;
}

.books_list {
	float: left;
	width: 21.612%;
	width: calc(21.612% - 2px);
	height: 388px;
	border: 1px solid #dbdbdb;
	margin-right: 4.516%;
	transition: box-shadow .5s ease;
}

.books_list:last-child,
.books_list.active {
	margin-right: 0;
}

.books_list:hover {
	box-shadow: 0 0 25px rgba(137, 137, 137, 0.2);
	border-color: transparent;
}

.books_list:hover .books_name {
	color: #d33f2a;
}

.books_list:hover .buy {
	background-color: #d12521;
	border-color: #d12521;
	color: #fff;
}

.books_list img {
	display: block;
	width: 154px;
	height: 187px;
	margin: 20px auto;
}

.books_name {
	height: 72px;
	margin: 0 30px 15px 30px;
	color: #5d5d5d;
	font-size: 20px;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.price {
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	font-size: 20px;
	color: #d33f2a;
}

.buy {
	float: right;
	width: 97px;
	height: 37px;
	border: 1px solid #dbdbdb;
	margin-right: 30px;
	background-color: #f7f7f7;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
	transition: background-color .5s ease;
}

@media screen and (max-width: 1556px) {
	.inx-tit {
		padding: 0 0 30px;
	}

	.inx-tit h3 {
		font-size: 28px;
	}
}

@media screen and (max-width: 1450px) {
	.books_name {
		font-size: 18px;
	}
}

@media screen and (max-width: 1334px) {
	.inx-tit {
		padding: 0 0 25px;
	}

	.inx-tit h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 1250px) {
	.books_list {
		height: 345px;
	}

	.books_list img {
		width: 134px;
		height: 162px;
		margin: 20px auto;
	}

	.books_name {
		font-size: 14px;
	}

	.price {
		margin-left: 15px;
		font-size: 14px;
	}

	.buy {
		width: 80px;
		height: 30px;
		margin-right: 15px;
		line-height: 30px;
		font-size: 14px;
	}
}

/*在线新增*/
.live_title {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.main_r_news .teacher_test {
	padding-bottom: 0;
	border-bottom: none;
}

.online-list {
	height: 195px;
	overflow: hidden;
}

.online-list li {
	position: relative;
	max-width: 100%;
	padding-left: 44px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;

}

.online-list li span {
	color: #000;
}

.online-list li:hover {
	background-color: #f7f7f7;
	color: #ccc;
}

.online-list li i {
	position: absolute;
	top: 14px;
	left: 12px;
	width: 20px;
	height: 16px;
	background: url(http://www.huatu.com/images/2020css/images/css_sprites.png) -292px -209px no-repeat;
}

.online-list li a:hover {
	color: #f3152a !important;
}

/*5月11日通栏*/
.gktl20210511 {
	border: 2px solid #E1132A;
	box-sizing: border-box;
	padding: 22px 46px 44px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.gktl20210511 .gktl_title {

	height: 55px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFF0F1;
}

.gktl20210511 .gktl_title h3 {
	width: 33%;
	display: flex;
	align-items: center;
}

.gktl20210511 .gktl_title img {
	width: 38px;
	height: 38px;
	margin-right: 14px;
}

.gktl20210511 .gktl_title span {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ED213A;
	font-size: 28px;
}

.gktl20210511 .gktl_title_r {
	width: 68%;
	height: 100%;
	background: #FFF0F1;
	border-radius: 28px;
	box-sizing: border-box;
	padding: 0 2%;
	display: flex;
	align-items: center;
}

.gktl20210511 .gktl_title_r img {
	width: 28px;
	height: 24px;
	margin-right: 20px;
	-webkit-animation: banArrow 1s infinite linear both;
	-moz-animation: banArrow 1s infinite linear both;
	-ms-animation: banArrow 1s infinite linear both;
	-o-animation: banArrow 1s infinite linear both;
	animation: banArrow 1s infinite linear both;
}

@keyframes banArrow {
	0% {
		opacity: 1
	}

	60% {
		opacity: 1
	}

	70% {
		opacity: 0
	}

	90% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.gktl20210511 .gktl_r_slide {
	width: 70%;
	flex: 1;
	height: 100%;
	position: relative;
}

.gktl20210511 .gktl_r_slide a {
	color: #ED213A;
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.gktl20210511 .gktl0511_container1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.gktl20210511 .container1_l {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.gktl20210511 .exam_artile {
	width: 50.6%;
}

.gktl20210511 .exam_title {
	width: 100%;
	height: 50px;
	background: #FFF0F1;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 2%;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.gktl20210511 .exam_title .tip {
	width: 18%;
	height: 35px;
	background: linear-gradient(90deg, #F45A26, #CD2206);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	margin-right: 2%;
}

.gktl20210511 .exam_title div {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gktl20210511 .exam_title div a {
	color: #ED213A;
	font-size: 20px;
}

.gktl20210511 .exam_txt {
	width: 100%;
	margin: 10px 0;
}

.gktl20210511 .exam_txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 34px;
}

.gktl20210511 .exam_txt p a {
	color: #000000;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.gktl20210511 .exam_txt p a:hover {
	color: #ED213A;
}

.gktl20210511 .exam_title2 {
	background: #EEF5FF;
}

.gktl20210511 .exam_title2 .tip {
	background: linear-gradient(90deg, #539EE1, #3C70BB);
}

.gktl20210511 .exam_title2 div a {
	color: #3D71BC;
}

.gktl20210511 .special_container {
	width: 43.6%;
	height: 264px;
}

.gktl20210511 .gktl_mainBanner {
	height: 100%;
	position: relative;
}

.gktl20210511 .gktl_mainBanner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.gktl20210511 .gktl_mainBanner .hd {
	position: absolute;
	bottom: 6px;
	width: 100%;
	z-index: 1;
}

.gktl20210511 .gktl_mainBanner .hd ul {
	text-align: center;
}

.gktl20210511 .gktl_mainBanner .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.gktl20210511 .gktl_mainBanner .hd li.on {
	width: 20px;
	border-radius: 8px;
	background: #e92930;
}

.gktl20210511 .gktl_mainBanner .bd ul li,
.gktl20210511 .gktl_mainBanner .bd ul {
	width: 100% !important;
	height: 100% !important;
	border-radius: 8px;
	overflow: hidden;
}

.gktl20210511 .gktl_mainBanner .bd ul li img {
	width: 100%;
	height: 100%;

}

.gktl20210511 .container1_r {
	width: 36%;
}

.gktl20210511 .container1_r h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.gktl20210511 .container1_r h3 a {
	color: #ED213A;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	line-height: 1;
}

.gktl20210511 .link_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gktl20210511 .link_list a {
	width: 32%;
	height: 56px;
	background: linear-gradient(115deg, #F69E3F 0%, #F97038 100%);
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 56px;
	font-weight: bold;
	transition: transform .5s ease;
}

.gktl20210511 .link_list a:hover {
	transform: translateY(-5px);
}

.gktl20210511 .link_list a:nth-child(2) {
	background: linear-gradient(115deg, #5EB9FC 0%, #5E6EFB 100%);
}

.gktl20210511 .link_list a:nth-child(3) {
	background: linear-gradient(115deg, #29B5D1 0%, #4DCEB3 100%);
}

.gktl20210511 .container1_r .exam_txt {
	margin: 14px 0;
}

.gktl20210511 .gktl0511_container2 {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.gktl20210511 .container2_l {
	width: 117px;
	height: 117px;
	margin-right: 2%;

}

.gktl20210511 .container2_l a {
	width: 100%;
	height: 100%;
	/*background: url(https://u3.huatu.com/uploads/allimg/211012/gkbw.gif) no-repeat center center;*/
	background: url(https://www.huatu.com/images/2018css/gk/images/circle_bg.png) no-repeat center center; 
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	transition: transform .5s ease;
}

.gktl20210511 .container2_r {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.gktl20210511 .container2_r a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.6%;
	height: 50px;
	margin: 2px .5% 2px 0;
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	color: #000000;
	font-size: 16px;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s linear;
}

.gktl20210511 .container2_r a:hover {
	background: linear-gradient(90deg, #EC3324, #F86F23);
	border: 1px solid #EE3E24;
	color: #fff;
}

.gktl20210511 .container2_r a:nth-child(9) {
	margin-right: 0;
}

.gktl20210511 .txt-scroll {
	line-height: 55px;
	width: 100%;
}

.gktl20210511 .txt-scroll .scrollbox {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: all .2s;
}

.gktl20210511 .txt-scroll .txt,
.gktl20210511 .txt-scroll .txt-clone {
	display: inline;
	position: relative;
}

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

	/*5月11日通栏*/
	.gktl20210511 {
		width: 94%;
		padding: .8rem .4rem;
		margin: .8rem auto;
	}

	.gktl20210511 .gktl_title {
		height: auto;
		padding-bottom: .4rem;
		margin-bottom: .8rem;
	}



	.gktl20210511 .gktl_title img {
		width: 1rem;
		height: 1rem;
		margin-right: .2rem;
	}

	.gktl20210511 .gktl_title span {
		font-size: .8rem;
	}

	.gktl20210511 .gktl_title_r {
		display: none;
	}



	.gktl20210511 .gktl0511_container1 {
		flex-direction: column;

	}

	.gktl20210511 .container1_l {
		width: 100%;
		flex-direction: column;
	}

	.gktl20210511 .exam_artile {
		width: 100%;
	}

	.gktl20210511 .exam_title {
		width: 100%;
		height: 1.8rem;
		border-radius: .4rem;
	}

	.gktl20210511 .exam_title .tip {
		width: 14%;
		height: 1.2rem;
		border-radius: .4rem;
		font-size: .7rem;
		line-height: 1.2rem;
	}


	.gktl20210511 .exam_title div a {
		font-size: .7rem;
	}

	.gktl20210511 .exam_txt {
		margin: .2rem 0;
	}

	.gktl20210511 .exam_txt p {
		line-height: 1.8;
	}

	.gktl20210511 .exam_txt p a {
		font-size: .7rem;
		margin: 0 .2rem;
	}

	.gktl20210511 .special_container {
		width: 100%;
		height: 10rem;
		margin-bottom: .8rem;
	}


	.gktl20210511 .gktl_mainBanner .hd {
		bottom: .8rem;
	}



	.gktl20210511 .gktl_mainBanner .hd li {
		width: .3rem;
		height: .3rem;
		margin-right: .2rem;
	}

	.gktl20210511 .gktl_mainBanner .hd li.on {
		width: .6rem;
		border-radius: .5rem;
	}

	.gktl20210511 .gktl_mainBanner .bd ul li,
	.gktl20210511 .gktl_mainBanner .bd ul {
		border-radius: .5rem;
	}

	.gktl20210511 .container1_r {
		width: 100%;
	}

	.gktl20210511 .container1_r h3 a {
		font-size: .8rem;
		margin: 0 .2rem;
	}



	.gktl20210511 .link_list a {
		width: 32%;
		height: 1.7rem;
		border-radius: .4rem;
		font-size: .7rem;
		line-height: 1.7rem;
	}

	.gktl20210511 .link_list a:hover {
		transform: translateY(0px);
	}



	.gktl20210511 .container1_r .exam_txt {
		margin: .4rem 0;
	}

	.gktl20210511 .gktl0511_container2 {
		margin-top: .8rem;
	}

	.gktl20210511 .container2_l {
		display: none;
	}



	.gktl20210511 .container2_r {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
	}

	.gktl20210511 .container2_r a {
		width: 24%;
		height: 1.6rem;
		margin: .1rem .5% 2px 0;
		border-radius: .4rem;
		font-size: .6rem;
	}

	.gktl20210511 .container2_r a:nth-child(5),
	.gktl20210511 .container2_r a:nth-child(6),
	.gktl20210511 .container2_r a:nth-child(7),
	.gktl20210511 .container2_r a:nth-child(8),
	.gktl20210511 .container2_r a:nth-child(9),
	.gktl20210511 .container2_r a:nth-child(10),
	.gktl20210511 .container2_r a:nth-child(11),
	.gktl20210511 .container2_r a:nth-child(12),
	.gktl20210511 .container2_r a:nth-child(13),
	.gktl20210511 .container2_r a:nth-child(14) {
		display: none;
	}

	.gktl20210511 .container2_r a:nth-child(4n) {
		margin-right: 0;
	}

	.gktl20210511 .container2_r a:nth-child(16) {
		margin-right: .5%;
	}

}