@charset "utf-8";
html,
body {
	font-size: 100px;
}

.main_box {
	width: 12rem;
	 background-color: #E60000;
}

.main_content {
	width: 12rem;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}


/*头部切换列表*/
.teacher_headtab .head_tab_course_in .head_tab_course_list:nth-child(1)>ul{
	width: 2.7rem;
}
.teacher_headtab .head_tab_course_in .head_tab_course_list:nth-child(2)>ul{
	width: 2.7rem;
}
.teacher_headtab .head_tab_course_in .head_tab_course_list:nth-child(3)>ul{
	width: 2.7rem;
}
.teacher_headtab .head_tab_course_in .head_tab_course_list:nth-child(4)>ul{
	width: 1rem;
}
.teacher_headtab  .head_tab_course_list>ul li a{
	font-size: 16px;
}
.teacher_headtab .head_tab_course_list_name{
	margin-right: 0.1rem;
}
.teacher_headtab .head_tab_course_list>ul{
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.teacher_headtab .head_tab_course_list_name p{
	margin-top: -0.08rem;
	font-weight: bold;
}
.head_tab_course_list_name>p>a{
	color:white;
}
.teacher_headtab .head_tab_course_list>ul li{
	margin-right: 0.05rem;
	margin-bottom: 0.05rem;
}
.head {
	font-size: 0;
}

.head_tab_course {
	background-color: #E60000;
	padding: 0;
}

.head_tab_course_list {
	display: flex;
	align-items: center;
	margin-right: .35rem;
}

.head_tab_course_list:last-child {
	margin-right: 0;
}

.head_tab_course_list_name p {
	font-size: .16rem;
	color: #fff;
}

.head_tab_course_list_name img {
	width: .25rem;
	margin-bottom: 0.06rem;
}

.head_tab_course_list_name {
	margin-right: .2rem;
	width: .35rem;
	text-align: center;
}

.head_tab_course_list>ul {
	padding-top: .1rem;
}

.head_tab_course_list>ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: .18rem;
	margin-bottom: .1rem;
}

.head_tab_course_list>ul li a {
	color: #fff;
	    margin: 0px 5px 0 5px;
}

.head_tab_course_list>ul li a:hover {
	text-decoration: underline;
}

.head_tab_course_in {
	font-size: 0;
}

.head_tab_course_in .head_tab_course_list:nth-child(1)>ul {
	width: 3.5rem;
}

.head_tab_course_in .head_tab_course_list:nth-child(2)>ul {
	width: 2.9rem;
}

.head_tab_course_in .head_tab_course_list:nth-child(3)>ul {
	width: 1.75rem;
}

.head_tab_course_in .head_tab_course_list:nth-child(4)>ul {
	width: .85rem;
}

.head_tab_course_list>ul .three_course {
	letter-spacing: 0.08rem;
	margin-right: 0.09rem;
}


/*地方报考*/

.nav-area {
	margin-top: 0.15rem;
	font-size: 0;
	border: 1px solid #ebebeb;
	background: #fafafa;
	position: relative;
}

.nav-area-lf {
	width: 1.03rem;
	line-height: 0.24rem;
	color: #b21e1d;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border-right: 1px solid #ebebeb;
	padding-top: 0.1rem;
	height: .58rem;
	font-size: 0.16rem;
	background: url(/pcHtml/static/information/infor_channel/jsks/images/ma.png) 0 -5.05rem;
	background-size: 3rem 6rem;
}

.nav-area-rt {
	flex: 1;
}

.nav-area a {
	line-height: .24rem;
	text-decoration: none;
	font-size: .14rem;
	color: #333;
	padding: 0 .19rem;
}


/*教师考试顶部资讯*/

.teacher_main {
	margin-top: .25rem;
	margin-bottom: 0.5rem;
}

.teacher_main_l {
	width: 3.6rem;
}

.teacher_main_m {
	width: 4.4rem;
}

.teacher_main_r {
	width: 3.3rem;
}

.teacher_main_l_ul>li {
	position: relative;
	padding-left: .44rem;
	padding-bottom: .2rem;
}

.teacher_main_l_ul>li:after {
	content: "";
	position: absolute;
	left: .16rem;
	top: .4rem;
	width: 0.02rem;
	background: #f28387;
	bottom: 0;
	z-index: 2;
}

.teacher_main_l_icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: .32rem;
	height: .32rem;
	border-radius: 50%;
	border: 1px solid #fe1332;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fe1332;
}

.teacher_main_l_icon>i {
	font-size: .2rem;
}

.teacher_main_l_tit {
	font-size: .18rem;
	color: #333;
	line-height: .34rem;
	margin-bottom: .15rem;
}

.teacher_main_l_text {
	font-size: .14rem;
	color: #333;
}
.teacher_main_l_text a{
	color:black;
}
.teacher_main_l_inul>li {
	line-height: .22rem;
	display: flex;
	align-items: flex-start;
	margin-bottom: .08rem;
	justify-content: flex-start;
}

.teacher_main_l_inul>li .teacher_main_l_inul_text {
	font-size: .14rem;
	color: #999;
	flex: 1;
	margin-right: 0.1rem;
}

.teacher_main_l_inul>li .teacher_main_l_inul_text>span {
	color: #333;
}

.teacher_main_l_inul_btn {
	font-size: .12rem;
	color: #e60a11;
	line-height: .22rem;
	text-align: center;
	border: 1px solid #e60a11;
	border-radius: .11rem;
	padding: 0 0.1rem;
}

.teacher_main_l_inul_btn:hover {
	background: #e60a11;
	color: #fff;
}

.zhaokao_list>li {
	margin-bottom: 0.08rem;
}

.zhaokao_list>li .zhaokao_list_tit {
	font-size: .14rem;
	color: #fff;
	width: .4rem;
	height: .2rem;
	line-height: .2rem;
	text-align: center;
	border-radius: 0.04rem;
	position: relative;
	background: #ff0021;
	margin-right: .18rem;
	display: inline-block;
}

.zhaokao_list>li .zhaokao_list_tit:after {
	content: "";
	position: absolute;
	right: -0.1rem;
	top: 0.04rem;
	border: 0.06rem solid transparent;
	border-left-color: #ff0021;
	z-index: 1;
}

.zhaokao_list>li>a {
	font-size: .14rem;
	color: #333;
	margin-right: 0.06rem;
	line-height: .24rem;
}

.zhaokao_list>li>a:hover {
	text-decoration: underline;
}

.zhaokao_list>li>b {
	width: 1px;
	background: #333;
	height: .12rem;
	margin-right: 0.06rem;
	display: inline-block;
}

/* .teacher_list_join {
	width: 3.25rem;
	height: 2.2rem;
	background: url(/pcHtml/static/information/infor_channel/jsks/images/teacher_l_lest.jpg) no-repeat left top;
}
 */
.teacher_list_join>a {
	font-size: .14rem;
	color: #333333;
	margin-left: 0.02rem;
	margin-right: .15rem;
	margin-bottom: .3rem;
	width: .6rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.teacher_list_join>a>img {
width:100%;
height: .65rem;
margin-bottom: 0.1rem;
border-radius: 5%;
}

.teacher_list_join>a:hover {
	color: #e60a11;
}


/*轮播*/

.swiper_teacher {
	width: 4.4rem;
	height: 2.4rem;
	margin-bottom: .4rem;
}

.swiper_teacher .swiper-slide>a {
	position: relative;
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
}

.swiper_teacher .swiper-slide>a>img {
	width: 100%;
	height: 100%;
/* 	object-fit: cover; */
}

.swiper_teacher .index2_next {
	background: rgba(0, 0, 0, 0.4);
	width: .35rem;
	height: .6rem;
	margin-top: -0.3rem;
	right: 0;
	top: 50%;
	z-index: 1;
}

.swiper_teacher .index2_prev {
	background: rgba(0, 0, 0, 0.4);
	width: .35rem;
	height: .60rem;
	margin-top: -0.30rem;
	left: 0;
	top: 50%;
	z-index: 1;
}

.swiper_teacher .index2_prev>i,
.swiper_teacher .index2_next>i {
	color: #fff;
	opacity: 0.7;
	font-size: 0.4rem;
}

.swiper_teacher .index2_prev:hover i,
.swiper_teacher .index2_next:hover i {
	color: #fff;
	opacity: 1;
}

.swiper_teacher_text {
	font-size: 0.14rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
	height: .35rem;
	line-height: .35rem;
	padding: 0 .15rem;
}

.teacher_main_m_list {
	padding-bottom: 0.15rem;
	border-bottom: 1px dashed #999;
	margin-bottom: 0.3rem;
}

.teacher_main_m_list:last-child {
	border-bottom: none;
}

.teacher_main_m_list>a {
	font-size: 0.2rem;
	margin-bottom: 0.20rem;
	color: #e6181f;
	font-weight: bold;
	display: block;
}

.teacher_main_m_list_ul>li>a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.18rem;
}


/*右侧*/

.cont-signin {
	border: 1px solid #eee;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	margin-top: 0.03rem;
	margin-bottom: 0.2rem;
}

.signin-top {
	width: 100%;
	height: 0.7rem;
	padding: 0.05rem 0px;
}

.signin-toux {
	float: left;
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.16rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 0.03rem;
	border: 1px solid rgba(255, 255, 255, .5);
	margin-right: 0.06rem;
}

.signin-toux a {
	display: block;
}

.signin-toux img {
	width: 0.6rem;
	border-radius: 50%;
	height: 0.6rem;
}

.signin-name {
	float: left;
	overflow: hidden;
}

.signin-name .name {
	display: block;
	font-size: 0.18rem;
	line-height: 0.3rem;
	margin-top: 0.08rem;
	color: #333;
	width: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.signin-name .score {
	display: block;
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #999;
	font-style: normal;
}

.signin-btn-box {
	position: absolute;
	right: 0px;
	top: 0.15rem;
}

.signin-btn-box a {
	display: block;
	height: 0.4rem;
	background-color: #f36351;
	background-image: linear-gradient(to right, #f36351, #e13b29);
	font-size: 0.16rem;
	line-height: 0.4rem;
	color: #fff;
	border-radius: 0.19rem 0px 0px 0.19rem;
	padding: 0 0.1rem 0 0.35rem;
}

.signin-btn .jinbi {
	position: absolute;
	top: 0.11rem;
	left: 0.12rem;
	width: 0.19rem;
	height: 0.19rem;
	background: url(/pcHtml/static/information/infor_channel/jsks/images/cfe-bg.png) no-repeat -1.41rem -6.39rem;
	transition: .4s;
	cursor: pointer;
}

.ch-time-box {
	border-bottom: 1px dashed #eee;
	height: 45px;
	line-height: 45px;
	padding-bottom: 7px;
	margin-bottom: 17px;
	position: relative;
	text-align: center;
	background: url(/pcHtml/static/information/infor_channel/jsks/images/cfe-bg.png) no-repeat 0px -40px;
	font-size: 16px;
	background-position: 0 -30px;
}

.ch-time-box>a {
	white-space: nowrap;
	color: black;
	display: block;
}

.ch-time-box a em {
	font-size: 16px;
}

.ch-time-box a em .cRed {
	color: #e13b29;
}

.ch-time-box span {
	display: inline-block;
	margin-top: -10px;
	margin-left: -18px;
}

.ch-time-box span font {
	font-size: 30px;
	color: #fff;
	font-style: normal;
	width: 35px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	background: url(../images/cfe-bg.png) 0px -126px no-repeat;
	margin-left: 2px;
	vertical-align: top;
}

.exam_rili>p {
	font-size: .24rem;
	color: #333;
	font-weight: bold;
	line-height: .48rem;
	margin-bottom: 0.1rem;
}

.exam_rili_tab {
	margin-bottom: 0.25rem;
}

.exam_rili_tab>li {
	flex: 1;
	margin: 0 0.02rem;
	background: #f7f5f6;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.14rem;
	cursor: pointer;
	text-align: center;
}
.exam_rili_tab>li>a{
	color: #666;
	display: block;
    width: 100%;
    height: 100%;
}
.exam_rili_tab>li>.exam_rili_tab_action {
	color: #f04a2d;
    background: #fff6f5;
}

.exam_rili_list {
	display: none;
}

.exam_rili_list>li {
	position: relative;
	padding-left: 0.8rem;
	padding-bottom: .2rem;
}

.exam_rili_list>li .point_rili {
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	position: absolute;
	left: 0.65rem;
	top: 0.21rem;
	z-index: 1;
	border: 1px solid #8ecca9;
	background: #fff;
	z-index: 3;
}

.exam_rili_list>li:first-child:after {
	top: 0.21rem;
}

.exam_rili_list>li:last-child:after {
	bottom: 0.45rem;
}

.exam_rili_list>li:after {
	content: "";
	position: absolute;
	left: .68rem;
	top: 0;
	width: 0.02rem;
	border-left: 1px dashed #c9c9c9;
	bottom: 0;
	z-index: 2;
}

.exam_rili_list_r>p:first-child {
	color: #f45835;
	font-size: 0.14rem;
	margin-bottom: 0.06rem;
}

.exam_rili_list_r>p:nth-child(2) {
	color: #666;
	font-size: 0.14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.exam_rili_list_r>p:nth-child(2) a {
	color: #666;
	font-size: 0.12rem;
}

.exam_rili_listCity {
	position: absolute;
	left: 0;
	top: 0.15rem;
	z-index: 1;
	width: 0.52rem;
	height: 0.18rem;
	text-align: center;
	border: 1px solid #c9c9c9;
	color: #666;
	font-size: 14px;
	line-height: 0.18rem;
	border-radius: 0.04rem;
}

.exam_rili_list .exam_rili_list_action .exam_rili_listCity {
	background: #f24a26;
	color: #fff;
	border-color: #f24a26;
}

.exam_rili_list .exam_rili_list_action .point_rili {
	border-color: #f03813;
}

.exam_yl {
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.22rem;
	font-weight: bold;
	color: #ef4826;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	padding-bottom: 0.05rem;
	margin-bottom: 0.18rem;
}

.exam_yl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 1.23rem;
	z-index: 2;
	background: #ed2801;
}

.exam_yl .icon-plus-itembank {
	font-size: 0.26rem;
	display: inline-block;
	vertical-align: top;
}

.exam_yl_subtit {
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 15px;
}

.exam_yl_sublist>li {
	display: inline-block;
	vertical-align: top;
}

.exam_yl_sublist>li:first-child>a {
	background: #fc6a76;
	color: #fff;
	border-color: #fc6a76;
}

.exam_yl_sublist {
	margin-bottom: 0.1rem;
}

.exam_yl_sublist>li>a {
	display: block;
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.16rem;
	color: #666;
	padding: 0 0.1rem;
	margin-right: 0.05rem;
	border: 1px solid #dddddd;
	border-radius: 0.13rem;
	margin-bottom: 0.14rem;
}

.exam_yl_sublist>li>a:hover {
	background: #fc6a76;
	color: #fff;
	border-color: #fc6a76;
}

.exam_titlist {
	margin-bottom: 0.32rem;
	border-bottom: 0.02rem solid #222222;
	padding-bottom: 0.18rem;
}

.exam_titlist_l .exam_titlist_name {
	font-size: 0.30rem;
	color: #333;
	position: relative;
}

.exam_titlist_l .exam_titlist_name:after {
	content: "";
	width: 100%;
	height: 0.02rem;
	background: #ef676c;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	z-index: 1;
}

.exam_titlist_r .exam_titlist_text {
	font-size: 0.18rem;
	color: #333;
	margin-right: 0.12rem;
}

.select_wrap {
	margin-right: 0.2rem;
}

.select_wrap .channel_drop_down {
	margin-bottom: 0;
}

.exam_titlist_r_btn {
	width: 0.7rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	border-radius: 0.15rem;
	background: #ef283d;
	border: none;
}

.exam_titlist_r_btn_zhuanye {
	width: 0.82rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	border-radius: 0.15rem;
	background: linear-gradient(to right, #06c3e1, #00efd6);
	margin-left: 0.24rem;
}

.exam_main_infolist {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 0;
}

.exam_main_infolist>li {
	width: 3.8rem;
	margin-right: 0.3rem;
	margin-bottom: 0.4rem;
}

.exam_main_infolist>li>.exam_main_info_ulwrap>.exam_main_infolist_in {
	display: none;
	margin-bottom: .25rem;
}

.exam_main_infolist>li>.exam_main_info_ulwrap>.exam_main_infolist_in:first-of-type {
	display: block;
}

.exam_main_infolist>li:nth-child(3n) {
	margin-right: 0;
}

.exam_main_infolist_tit {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0.22rem;
}

.exam_main_infolist_tit>a {
	font-size: 0.16rem;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0.12rem;
	border-bottom: 2px solid #f0f0f0;
	margin-right: 0.24rem;
}

.exam_main_infolist_tit>.exam_main_info_action {
	border-color: #ef676c;
}

.exam_main_infolist_in>li {
	margin-bottom: 0.15rem;
	display: flex;
	align-items: center;
}

.exam_main_infolist_in>li>i {
	display: block;
	width: 0.04rem;
	height: 0.04rem;
	border-radius: 50%;
	background: #e1e1e1;
	margin-right: 9px;
}

.exam_main_infolist_in>li a {
	flex: 1;
	margin-right: 0.3rem;
	font-size: 0.14rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.exam_main_infolist_in>li a:hover {
	color: #f01c16;
	text-decoration: underline;
}

.exam_main_infolist_in>li>span {
	color: #666;
	font-size: 0.14rem;
}

.main_banner_meddle {
	display: block;
	margin-bottom: 0.5rem;
}

.booklist {
	justify-content: space-around !important;
	margin-bottom: 0.55rem;
}

.booklist>li {
	width: 1.7rem;
}

.booklist>li>a {
	display: block;
	text-align: center;
}
.booklist>li>a>img{
	margin-bottom: 0.3rem;
}
.booklist>li>a .booklist_tit {
	font-size: 0.14rem;
	color: #333;
	margin-bottom: 0.08rem;
	text-align: left;
	line-height: 0.24rem;
}

.booklist>li>a .booklist_text {
	font-size: 0.14rem;
	color: #666;
	text-align: left;
	margin-bottom: 0.08rem;
}

.booklist>li>a .booklist_text .red_proce {
	color: #e70904;
}

#date {
	color: #D8322E;
}
.cGreen{
	color: green;
}
.r_nav_backTop{
	position: relative;
    top: -35px;
}
.teacher_main_m_list_ul a:hover{color:#d83532;text-decoration:none!important}
.nav-area a:hover{color:#d83532;text-decoration:none!important}
.subhead_l a:hover{color:#d83532;text-decoration:none!important}
.channel_drop_down>ul>li a{
	text-align: center;
	padding-left:0px;
}
/* 登录样式错位 */
.layui-layer{
	    font-size: initial;
}
.layui-layer-content{
	    font-size: 0.75em;
}