@charset "utf-8";
.teacher_main {
	width: 1250px;
	margin: 0 auto;
	position: relative;
}
.teacher_title_main {
	width: 1250px;
	margin: 0 auto;
	position: relative;
}
.teacher_list_c_l {
	width: 825px;
}

.teacher_list_c_r {
	width: 375px;
}

.list_c_l_item1 {
	height: 50px;
}

.list_c_l_item1 span {
	font-size: 12px;
	color: #666;
	margin-right: 7px;
}

.list_c_l_item1 a {
	font-size: 12px;
	color: #333;
	margin-right: 7px;
}

.exam_titlist {
	margin-bottom: 20px;
	border-bottom: 2px solid #222222;
	padding-bottom: 5px;
}

.exam_titlist_l .exam_titlist_name {
	font-size: 22px;
	color: #333;
	position: relative;
    display: block;
    margin-bottom: 5px;
}

.exam_titlist_l .exam_titlist_name:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #ef676c;
	position: absolute;
	left: 0;
	bottom: -12px;
	z-index: 1;
}

.exam_titlist_r .exam_titlist_text {
	font-size: 18px;
	color: #333;
	margin-right: 12px;
}

.select_wrap {
	margin-right: 20px;
}

.select_wrap .channel_drop_down {
	margin-bottom: 0;
}

.exam_titlist_r_btn {
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	background: #ef283d;
}

.teacher_info {
	font-size: 0;
	margin-bottom: 10px;
}

.teacher_info>a {
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
	font-size: 14px;
	color: #333;
	position: relative;
	margin-bottom: 12px;
}

.teacher_info>.teacher_info_action {
	color: #ef2d36;
	font-weight: bold;
}

.teacher_info>a:hover {
	color: #ef2d36;
}

.teacher_info>a:after {
	content: "";
	width: 2px;
	height: 14px;
	background: #cacaca;
	position: absolute;
	right: -18px;
	top: 3px;
	z-index: 1;
}
.teacher_info>a:last-child:after {
    background: white;
}
.teacher_info_address {
	padding: 20px 10px 10px 10px;
	background: #f6f6f6;
	font-size: 0;
	margin-bottom: 35px;
}

.teacher_info_address>li {
	display: inline-block;
	vertical-align: top;
}

.teacher_info_address>li>a {
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	color: #333;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

.teacher_info_address>li>.teacher_info_address_action {
	color: #ef2d36;
	font-weight: bold;
}

.wz_list {
	font-size: 0;
}

.wz_list>li {
	margin-bottom: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wz_list>li .wz_list_l {
	flex: 1;
	overflow: hidden;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wz_list>li .hot_span {
	padding: 0 4px;
	border-radius: 5px;
	background: #ef2d36;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}

.wz_list>li>.wz_list_l a {
	color: #333;
	font-size: 16px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wz_list>li>.wz_list_l a:hover {
	text-decoration: underline;
}

.wz_list_time {
	font-size: 14px;
}
.wz_list_time_current{
	color: #ef2d36;
}
.wz_list_hot {
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 22px;
}

.wz_list>li>.wz_list_l>.wz_list_lspan>a{
	color: #999;
	margin-right: 5px;
	font-size: 16px;
	display: block;
}

.banner_r_text {
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	text-align: center;
}

.teacher_list_c_r_banner {
	margin-bottom: 30px;
}

.teacher_list_c_r_banner>img:first-child {
	margin: 0 auto;
	display: block;
}

.guanzhu_now {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 235px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	border-radius: 22px;
	text-align: center;
	background: #00d257;
	border: none;
}

.guanzhu_now:hover {
	background: #038439;
}

.guanzhu_now>i {
	font-size: 30px;
	margin-right: 12px;
	color: #fff;
}

.teacher_list_c_r_niubi>li {
	margin: 0 25px;
	text-align: center;
}

.teacher_list_c_r_niubi>li>p:first-child {
	font-size: 18px;
	color: #333;
	margin-bottom: 12px;
}

.teacher_list_c_r_niubi {
	margin-bottom: 45px;
}

.teacher_list_c_r_niubi>li>p:nth-child(2) {
	font-size: 14px;
	color: #333;
}

.teacher_r_tit {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 25px;
}

.teacher_r_tit .teacher_r_tit_name {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 12px;
}

.teacher_r_tit .teacher_r_tit_name:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #ef2d36;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 1;
}

.exam_box {
	margin-bottom: 12px;
	border: 1px solid #fdc8cc;
}

.exam_box .exam_box_tit {
	position: relative;
	height: 54px;
	background-image: linear-gradient(to right bottom, #f74c55, #f96c63);
	display: flex;
	align-items: auto;
	justify-content: flex-start;
}

.exam_box .exam_box_tit:before {
	content: "";
	width: 14px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	left: 42px;
	top: -12px;
	z-index: 2;
	background: #ff4253;
	border: 2px solid #fff;
	border-radius: 12px;
}

.exam_box .exam_box_tit:after {
	content: "";
	width: 14px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	right: 42px;
	top: -12px;
	z-index: 2;
	background: #ff4253;
	border: 2px solid #fff;
	border-radius: 12px;
}

.exam_box .exam_box_tit>span {
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.exam_box .exam_box_tit>span:nth-child(1) {
	flex: 2;
}

.exam_box .exam_box_tit>span:nth-child(2) {
	flex: 1;
}

.exam_box .exam_box_tit>span:nth-child(3) {
	flex: 1;
}

.exam_box_main>li>span:nth-child(1) {
	flex: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.exam_box_main>li>span:nth-child(2) {
	flex: 1;
}

.exam_box_main>li>a:last-child {
	flex: 1;
}

.exam_box_main>li {
	line-height: 36px;
	display: flex;
	align-items: auto;
	justify-content: flex-start;
	text-align: center;
	overflow: hidden;
}

.exam_box_main>li>span {
	font-size: 14px;
	color: #333;
}

.exam_box_main>li>a {
	font-size: 14px;
	color: #333;
}

.exam_box_main>li>a:hover {
	color: #f94956;
}

.teacher_banner_btn>img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 100%;
}

.teacher_examinfo_tit {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.teacher_examinfo_tit>a {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 12px;
	border-bottom: 1px solid transparent;
	margin-right: 20px;
}

.teacher_examinfo_tit>.teacher_examinfo_action {
	border-color: #ef676c;
}

.teacher_examinfo {
	margin-bottom: 25px;
}

.teacher_examinfo_main {
	display: none;
}

.teacher_examinfo_main>ul>li {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.teacher_examinfo_main>ul>li>i {
	margin-right: 8px;
	margin-top: -2px;
}

.teacher_examinfo_main>ul>li>a {
	flex: 1;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.eacher_book {
	margin-bottom: 10px;
}

.eacher_book>li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.eacher_book>li>img {
	width: 93px;
	margin-right: 33px;
}

.eacher_book>li .eacher_book_r {
	flex: 1;
	overflow: hidden;
	font-size: 0;
}

.eacher_book>li .eacher_book_r>a:nth-child(1) {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	display: block;
	padding-top: 20px;
}

.eacher_book>li .eacher_book_r>a:nth-child(2) {
	line-height: 26px;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}

.eacher_book>li .eacher_book_r_money {
	text-align: right;
}

.eacher_book>li .eacher_book_r_money>span {
	color: #ef2d36;
	font-size: 18px;
}

.teacher_info_gray {
	background: #f8f8f8;
	margin-bottom: 25px;
}

.teacher_info_gray>ul>li {
	padding-left: 25px;
}

.teacher_info_gray>ul .teacher_info_gray_tit {
	height: 28px;
	line-height: 28px;
	font-size: 22px;
	padding: 12px 0 12px 0;
	color: #666;
	font-weight: bold;
	position: relative;
}

.teacher_info_gray>ul .teacher_info_gray_tit:after {
	width: 4px;
	height: 22px;
	content: "";
	position: absolute;
	left: -25px;
	top: 16px;
	z-index: 1;
	background: #e40000;
}

.teacher_info_gray>ul>li>a {
	display: inline-block;
	vertical-align: top;
	height: 26px;
	line-height: 26px;
	margin: 0 5px 8px 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	text-align: center;
	border-radius: 13px;
	font-size: 16px;
	color: #666;
	padding: 0 15px 0 15px;
}

.teacher_info_gray>ul>li>a:hover {
	background: #e40001;
	border-color: #e40001;
	color: #fff;
}

/* .teacher_list_join {
	width: 325px;
	height: 220px;
	background: url(/pcHtml/static/information/infor_channel/jsks/images/teacher_l_lest.jpg) no-repeat left top;
}*/

.teacher_list_join>a {
	font-size: 14px;
	color: #333333;
	padding-top: 0px;
	margin-left: 2px;
	margin-right: 12px;
	margin-bottom: 30px;
	width: 60px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
 .teacher_list_join>a>img {
    margin-bottom: 10px;
}
.teacher_list_join>a:hover {
	color: #e60a11;
}

.teacher_newlist {
	margin-bottom: 25px;
}

.wenda_teacher {
	font-size: 14px;
	color: #999;
}

.wenda_teacher>i {
	color: #e92930;
	font-size: 28px;
}

.teacher_wenda {
	margin-bottom: 25px;
}

.teacher_wenda>li {
	padding: 16px 6px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}

.teacher_wenda>li>a {
	font-size: 16px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	color: #333;
	display: block;
}

.teacher_wenda>li>a:hover {
	color: #e92930;
}

.teacher_wenda>li>a>i {
	font-size: 22px;
	color: #e92930;
	margin-right: 8px;
}

.teacher_wenda_info_l {
	flex: 1;
}

.teacher_wenda_info_l .icon-duihua1 {
	font-size: 20px;
	color: #ffb449;
	margin-right: 5px;
}

.teacher_wenda_info_l>span {
	font-size: 14px;
	color: #999;
	margin-right: 25px;
}

.teacher_wenda_info_l .icon-eye {
	color: #8addff;
	margin-right: 5px;
	font-size: 18px;
}

.teacher_wenda_info_r {
	font-size: 14px;
	color: #999;
}

.article_box_tit {
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ececec;
}

.article_box_tit>p {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.article_box_tit_info .article_box_tit_info_l {
	flex: 1;
}

.article_box_tit_info .article_box_tit_info_l>span {
	font-size: 12px;
	color: #999;
}

.article_box_tit_info .article_box_tit_info_l>b {
	font-weight: normal;
	margin: 0 5px;
	color: #999;
	vertical-align: middle;
	margin-top: -4px;
	display: inline-block;
}

.article_box_tit_info_r>span {
	font-size: 14px;
	color: #999;
	margin-right: 10px;
}
.details_bottomtool_r>a {
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 32px;
	font-size: 26px;
	margin-right: 5px;
	border-radius: 50%;
}

.details_bottomtool_r>a:nth-of-type(1) {
	color: #fccd7b;
	border-color: #fccd7b;
}

.details_bottomtool_r>a:nth-of-type(2) {
	color: #93cb70;
	border-color: #93cb70;
}

.details_bottomtool_r>a:nth-of-type(3) {
	color: #fc999c;
	border-color: #fc999c;
}
.details_bottomtool_r a{
	    margin-left: 0px;
}
.article_box_banner {
	background: #f8f8f8;
	padding: 12px 10px 20px 15px;
	box-sizing: border-box;
	width: 740px;
	margin-bottom: 30px;
}

.article_box_bannerimg {
	margin-right: 28px;
}

.article_box_bannerimg>img {
	width: 160px;
	height: 108px;
	object-fit: fill;
}

.article_box_banner>ul {
	margin-top: 2px;
	flex: 1;
}

.article_box_banner>ul>li {
	overflow: hidden;
	width: 225px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.article_box_banner>ul>li>a {
	display: block;
	font-size: 14px;
	color: #666;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article_box_content p {
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	line-height: 30px;
}

.article_box_content>img {
	max-width: 100%;
}

.article_tips {
	font-size: 14px;
	color: #f04444;
	text-align: center;
	padding: 15px 0;
}

.article_tool {
	padding: 10px 0;
	margin-bottom: 30px;
	border-top: 1px dashed #bdbdbd;
}

.article_tool>li {
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

.article_tool>li>span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.article_tool>li>a {
	font-size: 16px;
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	flex: 1;
	text-overflow: ellipsis;
}

.article_tool>li>a:hover {
	color: #f04444;
}

.article_box_bottom {
	margin-bottom: 10px;
}

.article_box_bl {
	width: 512px;
}

.article_box_bltit {
	font-size: 0;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

.article_box_bltit>a {
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0 12px;
}

.article_box_bltit>.article_box_bltit_action {
	background: #f04444;
	color: #fff;
}

.article_box_bl_list {
	display: none;
}

.article_box_bl_list>li {
	position: relative;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}

.article_box_bl_list>li>i {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e1e1e1;
	margin-right: 9px;
}

.article_box_bl_list>li a {
	flex: 1;
	margin-right: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article_box_bl_list>li a:hover {
	text-decoration: underline;
}

.article_box_bl_list>li>span {
	color: #999;
	font-size: 14px;
}

.article_box_br {
	margin-left: 24px;
	flex: 1;
	overflow: hidden;
}

.article_box_b_tit {
	font-size: 20px;
	line-height: 38px;
	color: #333;
	margin-bottom: 20px;
}

.article_yans_list>li {
	margin-bottom: 14px;
}
.article_yans_list>li>a{
	display: block;
    margin-right: 30px;
    font-size: 14px;
    width: 100%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article_yans_list>li>a:hover{
	text-decoration: underline;
}
.mianze{
	padding:10px;
	border: 1px dashed #bdbdbd;
}
.mianze>p{
	text-indent: 2em;
	font-size: 12px;
	color: #999;
	line-height: 22px;
}
/* 分页 */
   .information_page a.active{
   background:#F24443;
   border: 1px solid white;
    border-radius: 3px;
    color:white;
 }
    .information_page a{
     border: 1px solid  #cccc;;
      border-radius: 0;
    }
    .information_page a:hover{
     background:#F24443;
   border: 1px solid white;
    border-radius: 3px;
    }
    .information_page {
    margin-top: 30px;
}
.teacher_info_address a:hover{
	color: #ef2d36;
    font-weight: bold;
}
.teacher_info a:hover{
	color: #ef2d36;
    font-weight: bold;
}
.code{
	    height: 150px;
    width: auto;
    position: absolute;
    z-index: 999;
    display:none;
    top: 400px;
    right: 100px;
}
.code img{
    height: 100%;
    margin: 10px;
}
.guanzhu_now:hover+.code{
	display:block;
}
.code:hover{
	display:block;
}
.article_box_content a{
  color:blue;
}
.article_box_content a:hover{
  color:blue;
}
.article_box_content a:visited{
	color:rgb(85, 26, 139);
}
.point_list{
	    width: 4px;
    height: 4px;
    background: #000000;
    transform: translateY(-50%);
    margin-right: 12px;
    position: relative;
    top: 2px;
}