.top-right .offices-nav-middle {
	margin-right: 20px;
	margin-left: 0px;
}

.reposition {
	display: flex;
	justify-content: flex-start;
}

.offices-nav-middle {
	margin-left: auto;
	margin-right: 35px;
	max-width: 900px;
	float: left;
}

.offices-nav-middle .select-li:hover .select-box {
	opacity: 1;
	pointer-events: auto;
	display: block;
	transform: scale(1)
}

.offices-nav-middle .select-li {
	position: initial;
}

.offices-nav-middle .select-li .shelter {
	width: 100%;
	height: 5px;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: 11;
}

.offices-nav-middle .select-li .iconfont {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.offices-nav-middle .select-li:hover .iconfont {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


.offices-nav-middle .select-li .select-box {
	width: 114px;
	padding: 4px 0;
	background: #fff;
	position: absolute;
	top: 79px;
	z-index: 10;
	margin-left: -20px;
	transform-origin: 50% 0;
	transition: all .3s ease-out;
	opacity: 0;
	transform: scale(0);
	box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.10000000149011612);
}

.offices-nav-middle .select-li .select-box li:hover a {
	background: #FAFBFC;
	color: #1A8CFF;
	font-weight: 600;
}

.offices-nav-middle .select-li .select-box li {
	float: none;
	height: 45px;
	margin: 0;
	line-height: 45px;
}

.offices-nav-middle .select-li .select-box li a {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: 45px;
}

.offices-nav-right {
	position: absolute;
	right: 0;
}

.offices-nav-middle .office-nav-dropdown {
	display: none;
}

.office-nav-fixed .logo-class {
	margin-top: 6px;
}

.office-nav-fixed .select-box {
	top: 58px !important;
}

.office-nav-fixed .shelter {
	top: 43px !important;
}

.logo-class {
	height: 46px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 17px;
}

.logo-class>img {
	height: 46px;
	display: block;
}

.logo-class .class-fill img {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.logo-class .class-fill:hover img {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}




.logo-class .class-fill:hover .class-select {
	display: block;
}

.logo-class .class-fill {
	height: 46px;
	background: #1A8CFF;
	border-radius: 9px 23px 23px 0;
	margin-left: -4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding-left: 4px;
	padding-right: 28px;
	position: relative;
}

.logo-class .class-fill>span {
	display: block;
	font-size: 23px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
}

.logo-class .class-fill>img {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 8px;
	top: 16px;
}

.office-nav-fixed .class-select {
	top: 52px !important;
}

.office-nav-fixed .posi-line {
	height: 6px !important;
}

.posi-line {
	width: 110%;
	height: 16px;
	background: transparent;
	position: absolute;
	left: -12px;
	top: 46px;
}

.class-select {
	width: 682px;
	border: 1px solid #1A8CFF;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -98px;
	top: 62px;
	z-index: 999;
	display: none;
}

.class-select .class-select-tit {
	width: calc(100% - 38px);
	height: 53px;
	padding: 20px 0px 12px;
	margin: 0 8px 0 30px;
	border-bottom: 1px solid #EBEBEB;
	font-size: 14px;
	font-weight: 400;
	color: #1A8CFF;
	line-height: 20px;
}

.class-select .class-select-con {
	width: 100%;
	padding: 20px 30px 18px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-right: 0px;
}

/* 
.class-select .class-select-con a:nth-child(3n) {
  margin-right: 0;
} */

.class-select .class-select-con a:hover {
	color: #1A8CFF;
	text-decoration: underline;
}

.class-select .class-select-con a {
	display: block;
	width: 140px;
	margin-right: 20px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: 20px;
}

.class-select .class-select-con a.on {
	color: #1A8CFF;
}

/* ְλ */ .office-post-border {
	background-image: url(//www.jiaoyubao.cn/channelfile/image/xz_img@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0;
}



.office-post-border .office-r-action1 {
	padding: 0 16px;
	box-sizing: border-box;
	border: 0;
}

.office-post-border .office-r-action1 a {
	display: inline-block;
	font-size: 14px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
}

.office-post-border .office-r-action1 a:hover {
	color: #1A8CFF;
}

.office-post {
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	margin: 0 8px;
}

.office-post-category {
	display: flex;
	padding: 0 13px;
	box-sizing: border-box;
}

.office-post-category li {
	padding: 16px 0 18px;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	margin-right: 16px;
	width: calc(100% / 3);
	/*  width: -webkit-fit-content;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	text-align: center;
}

.office-post-category li:hover {
	color: #1A8CFF;
}

.office-post .office-post-category .li-on {
	color: #1A8CFF;
	position: relative;
}

.office-post .office-post-category .li-on::before {
	content: '';
	width: 26px;
	height: 2px;
	background: #1A8CFF;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translate(-50%);
}

.office-post-category li:last-child {
	margin: 0;
}

.office-post-ul .office-post-tit {
	display: flex;
	justify-content: space-between;
}

.office-post-ul li:first-child {
	display: block;
}

.office-post-ul li {
	display: none;
}

.office-post-ul .post-list {
	padding: 0 12px;
	box-sizing: border-box;
}

.office-post-ul .post-list dl {
	width: 100%;
	font-size: 14px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
}

.office-post-ul .office-post-tit {
	padding: 0 8px;
	height: 24px;
	background: rgba(245, 246, 247, 0.8);
	border-radius: 0px 0px 0px 0px;
	height: 24px;
	margin: 0 4px 4px;
}

.office-post-ul .office-post-tit dt:nth-child(2) {
	text-align: center;
}

.office-post-ul .office-post-tit dt:nth-child(3) {
	text-align: right;
}

.office-post-ul .office-post-tit dt {
	width: calc(100% / 3);
	line-height: 24px;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #9E9E9E;
	cursor: pointer;
}

.office-post-ul .post-list dl {
	display: flex;
	border-bottom: 1px dashed #EBEBEB;
}

.office-post-ul .post-list dl dd:first-child {
	text-align: left;
	color: #262626;
}

.office-post-ul .post-list dl dd:nth-child(2) {
	text-align: center;
	color: #595959;
}

.office-post-ul .post-list dl dd:last-child {
	text-align: right;
	font-weight: bold;
	color: #FE5900;
}

.office-post-ul .post-list dl dd {
	width: calc(100% / 3);
	display: inline-block;
	height: 43px;
	line-height: 43px;
}

.office-post-ul .post-list dl:last-child {
	border: 0;
	margin-bottom: 4px;
}




.offices-nav-middle>li {
	margin: unset !important;
	padding-right: 35px;
}

/*资源库*/

.dat_bank_r .r {
	width: 100%;
	padding: 16px 16px 16px 32px;
}

.dat_bank_r .r>li {
	position: relative;
	margin-bottom: 14px;
}

.dat_bank_r .r>li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -16px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #1A8CFF;
	opacity: 1;
	border-radius: 50%;
}

.dat_bank_r .r .industry-focus-title {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
	width: 100%;
}

.dat_bank_r .r .industry-focus-title:hover {
	color: #1a8cff;
}

.dat_bank_r .r .industry-focus-label {
	margin-top: 5px;
}

.dat_bank_r .r .industry-focus-label a {
	display: inline-block;
	line-height: 18px;
	height: 18px;
	background: #F4F7F9;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	color: #849AAE;
	font-size: 12px;
	border: 1px solid rgba(132, 154, 174, 0.2);
	padding: 0 3px;
	margin-right: 10px;
}

.dat_bank_r .r .industry-focus-label span {
	font-size: 12px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
	margin-right: 12px;
}


/*资源库*/


/*问答*/


.qa {
	width: 100%;
	padding: 5px 0;
	background: #fff;
}

.qa ul {
	width: calc(100% - 32px);
	margin: 0 auto;
}

.qa ul li:last-child {
	border-bottom: 0px;
}

.qa ul li {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #EBEBEB;
}

.qa ul li .qa-tit {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #262626;
	line-height: 22px;
}
.qa ul li .qa-tit:hover{
	font-weight: 600;
	color: #1A8CFF;
}

.qa ul li p,
.qa ul li .qa-d {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 17px;
}

.qa ul li .qa-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.qa ul li .qa-info .qa-info-l {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qa ul li .qa-info .qa-info-l img {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border-radius: 8px;
	border: 1px solid #EBEBEB;
}

.qa ul li .qa-info .qa-info-l .qa-name {
	font-size: 12px;
	color: #ABABAB;
	line-height: 17px;
}

.qa ul li .qa-info .qa-info-l .qa-teacher {
	height: 18px;
	background: #F4F7F9;
	border-radius: 2px;
	opacity: 1;
	border: 1px solid rgba(132, 154, 174, 0.2);
	padding: 0 6px;
	margin-left: 4px;
	font-size: 12px;
	color: #849AAE;
	line-height: 16px;
}

.qa ul li .qa-info>a,
.qa ul li .qa-info>span {
	font-size: 12px;
	color: #8C8C8C;
	line-height: 17px;
}
.qa ul li .qa-answer-num{
	display: flex;
	align-items: center;
	margin-top: 8px;
	cursor: text;
}
.qa ul li .qa-answer-num img{
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	display: inline-block;
}
.qa ul li .qa-answer-num img+img{
	margin-left: -5px;
}
.qa ul li .qa-answer-num span{
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	opacity: 1;
	border: 1px solid #EBEBEB;
	display: inline-block;
	border-radius: 50%;
	margin-left: -5px;
	position: relative;
}
.qa ul li .qa-answer-num p{
	padding-left: 6px;
	margin-top: 0;
	font-size: 13px;
	font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
	font-weight: 400;
	color: #ABABAB;
	line-height: 18px;
}
.qa ul li .qa-answer-num p>i{
	display: inline-block;
	font-size: 13px;
	color: #ABABAB;
}
.qa ul li .qa-answer-num span:before{
	content: '...';
	height: 8px;
	line-height: 2px;
	position: absolute;
	font-size: 14px;
	color: #262626;
	font-weight: 600;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.office-r-action1 {
	font-weight: bold;
}

.office-r-action1 a {
	font-size: 14px;
	color: #ABABAB;
	display: inline-block !important;
}

.office-r-action1 a:hover {
	color: #1A8CFF
}

.channel_introduce_r {
	background: url(//www.jiaoyubao.cn/channelfile/image/pd_js_img@2x.png);
	background-size: 100% 100%;
	border: none;
}

.channel_introduce_r .office-r-action1 {
	border: none;
}

.channel_introduce_r .channel_introduce_main {
	padding: 16px;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
	line-height: 20px;
}

.channel_introduce_r .channel_introduce_btn {
	padding: 0 16px 16px;
	display: flex;
	justify-content: space-between;
}

.channel_introduce_r .channel_introduce_btn a {
	display: block;
	padding: 0 28px;
	line-height: 36px;
	width: 108px;
	height: 36px;
	background: #1A8CFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}



.office-category-box ul li.area-all:hover a {
	background-color: #1184e1;
	color: #fff;
	text-decoration: none;
}

.office-category-box ul li.area-all a {
	border: solid 1px #1184e1;
	color: #1184e1;
	padding: 0px 8px;
	line-height: 20px;
}


.class-fill .class-select {
	border-radius: 4px;			border: 1px solid #D9D9DA;			opacity: 0;
	display: block;
	transform-origin: 20% 0;
	transition: all .3s ease-out;
	transform: scale(0);
}

.logo-class .class-fill:hover .class-select {
	opacity: 1;			pointer-events: auto;
	display: block;
	transform: scale(1);
}

.sub-class-select-con .aTitle {
	width: 100% !important;
	font-size: 18px !important;
	font-weight: bold !important;

}

.sub-class-select-con .aTitle i {
	font-size: 12px;
	font-weight: unset;
}


.new-right .basic-form-group {
	border: #fff solid 1px;
	width: 20px !important;
}

.new-right .basic-input {
	display: none
}
