@charset "UTF-8";


/*---------------------------------------------
	body
  ---------------------------------------------*/
html {
  background-color: #f4f6f9;
}

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
  color: #555;
  line-height: 180%;
  text-align: left;
  background-color: #f4f6f9;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
}


/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q::before, q::after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin: 0 auto;
  border: 0;
  height: 1px;
  border-bottom: 1px dashed #ccc;
}


/*---------------------------------------------
	Font
  ---------------------------------------------*/

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), /* Postscript name */ local("Yu Gothic"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), /* Postscript name */ local("Yu Gothic"); /* for Chrome */
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
  outline: none;
  text-decoration: none;
  color: #545c64;
}

html:not(.sp) a:hover {
  text-decoration: none;
  color: #222;
}

/**/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

.clearfix, .clearfixVisible {
  *zoom: 1;
}

/**/
.posr {
  position: relative;
}

.posa {
  position: absolute;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.over {
  overflow: hidden;
}

/*背景色*/
.bg-1D {
  background-color: #1D1D1D;
}

.bg-ff {
  background-color: #FFFFFF;
}

.bg-light-gray {
  background-color: #f4f6f9;
}

.bg-f5 {
  background-color: #f5f5f5;
}

/*宽度*/
.w1200 {
  width: 1200px;
}

.w980 {
  width: 980px;
}

.w800 {
  width: 800px;
}

.w220 {
  width: 220px;
}

/*mar*/
.mar1 {
  margin: 0 auto;
}

.mar2 {
  margin: 24px auto;
}

.m-b1 {
  margin-bottom: 30px;
}
.m-t15 {
  margin-top: 15px;
}

/*padding*/
.padding1 {
  padding: 15px;
}
.padding2 {
  padding: 5px 0;
}


/*字段颜色*/
.color-green {
  color: #00923f;
}

/*字体居中*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}
/**/
.minHeight {
  min-height: 600px;
}
/*flex布局*/
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

/*头部*/
.my-top {
  width: 100%;
  height: 87px;
  padding: 16px 0 17px 0;
}

.my-top-main {
  display: flex;
}

.my-top-main > div {
  align-items: flex-start;
  justify-content: flex-start;
}

.my-top-main .my-top-logo {
  width: 132px;
}

.my-top-main .my-top-search {
  width: 140px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 9px;
  position: relative;
}

.my-top-main .my-top-search .my-top-searchBtn {
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.my-top-main .my-top-search input {
  /* 白色 */
  background: #FFFFFF;
  border-radius: 60px;
  height: 36px;
  width: 100%;
  border: none;
  padding: .65em 3em .65em 1em;
  color: #666;
  font-size: 14px;
  letter-spacing: -1px;
  -webkit-transition: background .2s;
  transition: background .2s;
  outline: none;
}

.my-top-main .my-top-nav {
  width: 880px;
  margin-top: 20px;
  margin-left: 80px;
}

.my-top-main .my-top-nav ul {
  display: flex;
}

.my-top-main .my-top-nav ul li {
  margin: 0 10px;
  display: block;
}

.my-top-main .my-top-nav ul li:first-child {
  margin-left: 0;
}

.my-top-main .my-top-nav ul li:last-child {
  margin-right: 0;
}

.my-top-main .my-top-nav ul li a {
  display: block;
  /* 12正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  /* 白色 */
  color: #FFFFFF;
}

.my-top-main .my-top-nav ul li a:hover,
.my-top-main .my-top-nav ul li a.hover {
  font-weight: bold;
}

.my-top-main .my-top-login {
  width: 60px;
  margin-left: 32px;
  margin-top: 15px;
  position: relative;
}

.my-top-main .my-top-login .my-top-loginBtn {
  /* 白色 */
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

.my-top-main .my-top-login .my-top-loginBtn i {
  position: absolute;
  top: 7px;
  right: 4px;
}

.my-top-main .my-top-login .my-top-login-down {
  position: absolute;
  width: 96px;
  height: 114px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 6px;
  top: 38px;
  left: -18px;
  z-index: 9;
}

.my-top-main .my-top-login .my-top-login-down .my-top-login-down-li {
  width: 84px;
  margin: 0 auto;
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  /* 黑色 */
  color: #1D1D1D;
  text-align: center;
}

.my-top-main .my-top-login .my-top-login-down .my-top-login-down-li a {
  display: inline-block;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #ECECEC;
}

.my-top-main .my-top-login .my-top-login-down .my-top-login-down-li a:hover {
  color: #3F73D9;
}

.my-top-main .my-top-login .my-top-login-down .my-top-login-down-li a:first-child {
  padding-top: 0;
}

.my-top-main .my-top-login .my-top-login-down .my-top-login-down-li a:last-child {
  border: 0;
}

.my-top-main .my-top-login .my-top-login-down .my-top-login-down-i {
  position: absolute;
  top: -16px;
  width: 96px;
  left: 0;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  display: block;
  z-index: 3;
}

/*footer*/
.my-footer {
  padding: 20px 0;
}

/*leftNav*/
.leftNav {
  position: fixed;
  top: 200px;
  left: 16px;
}

.leftNav .upResume {
  width: 60px;
  height: 60px;
  background: #3F73D9;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center
}
.leftNav .upResume a {
  width: 30px;
  height: 30px;
  /* 白色 */
  color: #FFFFFF;
  display: inline-block;
}
.leftNav .upResume a:hover {
  color: #FFFFFF;
}
.leftNav ul {
  margin-top: 8px;
  width: 60px;
  height: 275px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center
}
.leftNav ul li {
  width: 50px;
  height: 68px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center
}
.leftNav ul li:last-child {
  border-bottom: 0;
}
.leftNav ul li a {
  width: 30px;
  height: 30px;
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* 黑色 */
  color: #1D1D1D;
}
/*company*/
.indexCompanyTitle,
.indexTeacherTitle {
  overflow: hidden;
  margin: 30px auto 23px auto;
}
.indexCompanyTitle ul.fr,
.indexTeacherTitle ul.fr {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content:flex-end;
  margin-top: 10px;
}
.coursewareTitle{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
}
.coursewareTitle ul{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content:flex-start;
}
.indexCompanyTitle ul.fr li,
.coursewareTitle ul li,
.indexTeacherTitle ul.fr li {
  display: inline-block;
  padding: 6px 12px;
  min-width: 86px;
  margin-left: 8px;
  border: 0.5px solid #1D1D1D;
  box-sizing: border-box;
  border-radius: 60px;
  text-align: center;
}
.indexCompanyTitle ul.fr li a,
.indexCompanyTitle ul.fr li a:hover,
.coursewareTitle ul li a,
.coursewareTitle ul li a:hover,
.indexTeacherTitle ul.fr li a,
.indexTeacherTitle ul.fr li a:hover {
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  /* 黑色 */
  color: #1D1D1D;
}
.indexCompanyTitle ul.fr li.active,
.coursewareTitle ul li.active,
.indexTeacherTitle ul.fr li.active {
  background: #3F73D9;
  border: 0.5px solid #3F73D9;
}
.indexCompanyTitle ul.fr li.active a,
.indexCompanyTitle ul.fr li.active a:hover,
.coursewareTitle ul li.active a,
.coursewareTitle ul li.active a:hover,
.indexTeacherTitle ul.fr li.active a,
.indexTeacherTitle ul.fr li.active a:hover {
  color: #FFFFFF;
}
.companyBlock,
.schoolBlock {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start
}
.companyBlock .companyBlockLi {
  width: 389px;
  height: 152px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.companyBlock .companyBlockLi:nth-child(3n) {
  margin-right: 0;
}
.companyBlock .companyBlockLi > a {
  width: 357px;
  display: block;
  margin: 16px auto;
}
.companyBlock .companyBlockLi > a .companyBlockLi-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start
}
.companyBlock .companyBlockLi > a .companyBlockLi-head .companyBlockLi-logo {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 2px;
  margin-right: 16px;
}
.companyBlock .companyBlockLi > a .companyBlockLi-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.companyBlock .companyBlockLi > a .companyBlockLi-head .companyBlockLi-title h2 {
  /* 18中标题 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  /* 黑色 */
  color: #1D1D1D;
  margin-bottom: 8px;
  width: 270px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.companyBlock .companyBlockLi > a .companyBlockLi-head .companyBlockLi-type {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  background: #BB9160;
  border-radius: 4px;
  padding: 2px 4px;
  color: #FFFFFF;
  margin-right: 8px;
}
.companyBlock .companyBlockLi > a .companyBlockLi-head .companyBlockLi-parentName {
  /* 14正文字 */
  display: inline-block;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
  width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.companyBlock .companyBlockLi .companyBlockLi-job{
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start
}
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-jobUl {
  width: 300px;
}
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-jobUl,
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-jobUl ul{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-jobUl li,
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-jobCount{
  display: block;
  padding: 2px 4px;
  background: #F2F2F2;
  border-radius: 4px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #1D1D1D;
  margin-right: 6px;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;

}
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-jobCount span {
  color: #3F73D9;
}
.companyBlock .companyBlockLi .companyBlockLi-job .companyBlockLi-location {
  width: 56px;
  line-height: 15px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
a.moreBlock {
  display: inline-block;
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* 黑色 */
  color: #1D1D1D;
  /* 黑色 */
  border: 0.5px solid #1D1D1D;
  box-sizing: border-box;
  border-radius: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 24px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-black.png");
  background-position: 68px center;
  margin: 0 auto;
}
a.moreBlock:hover {
  color: #FFFFFF !important;
  background-image: url("../images/icon-black-hover.png");
  border: 0.5px solid #3F73D9;
  background-color: #3F73D9;
}
/*school*/
.listBg {
  background-repeat:no-repeat;
  width: 100%;
  height: 130px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
  justify-content:center;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 53px;
  color: #FFFFFF;
  background-size: cover;
}
.listBg a,.listBg a:hover {
  color: #FFFFFF !important;
  display: initial;
  line-height: 23px;
}
.listBg a.btn {
  /* 白色 */
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  color: #FFFFFF;
  padding: 6px 10px;
  margin-left: 16px;
  cursor: pointer;
}
.schoolListBg {
  background-image: url("../images/schoolListBg.png");
}
.fileListBg {
  background-image: url("../images/fileListBg.png");
}
.scientificListBg {
  background-image: url("../images/scientificListBg.png");
}
.majorListBg {
  background-image: url("../images/majorListBg.png");
}
.teacherListBg {
  background-image: url("../images/teacherListBg.png");
}
.trainingBaseListBg {
  background-image: url("../images/trainingBaseListBg.png");
}
.schoolBlock .schoolBlock-first {
  width: 550px;
  height: 320px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 8px 8px 16px 8px;
}

.schoolBlock .schoolBlock-first .schoolBlock-first-logoUrl{
  width: 534px;
  height: 206px;
  border-radius: 4px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.schoolBlock .schoolBlock-first .schoolBlock-first-td {
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.schoolBlock .schoolBlock-first .schoolBlock-first-td .schoolBlock-first-title {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #1D1D1D;
  width: 293px;
  margin-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.schoolBlock .schoolBlock-first .schoolBlock-first-td .schoolBlock-first-desc {
  width: 223px;
  line-height: 23px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #A4A4A4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.schoolBlock .schoolBlock-first .schoolBlock-first-icon,
.schoolBlock .schoolBlock-other .schoolBlock-other-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
  justify-content:space-between;
}
.schoolBlock .schoolBlock-first .schoolBlock-first-icon .schoolBlock-first-icon-1,
.schoolBlock .schoolBlock-other .schoolBlock-other-icon .schoolBlock-other-icon-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
  width: 160px;
}

.schoolBlock .schoolBlock-first .schoolBlock-first-icon .schoolBlock-first-icon-1 li a,
.schoolBlock .schoolBlock-other .schoolBlock-other-icon .schoolBlock-other-icon-1 li a{
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  display: inline-block;
  background: #BB9160;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 8px;
}

.schoolBlock .schoolBlock-first .schoolBlock-first-icon a.schoolBlock-first-icon-2,
.schoolBlock .schoolBlock-other .schoolBlock-other-icon a.schoolBlock-other-icon-2 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #3F73D9;
}
.schoolBlock .schoolBlock-other {
  width: 634px;
  margin-left: 16px;
}
.schoolBlock .schoolBlock-other > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.schoolBlock .schoolBlock-other > ul > li {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  width: 309px;
  height: 152px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px;
}
.schoolBlock .schoolBlock-other > ul > li:nth-child(2n) {
  margin-right: 0;
}
.schoolBlock .schoolBlock-other .schoolBlock-other-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.schoolBlock .schoolBlock-other .schoolBlock-other-title .schoolBlock-other-title-logo {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
}
.schoolBlock .schoolBlock-other .schoolBlock-other-title-nd {
  width: 190px;
  margin-left: 8px;
}
.schoolBlock .schoolBlock-other .schoolBlock-other-title-nd .schoolBlock-other-title-name {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #1D1D1D;
  margin-bottom: 8px;
}
.schoolBlock .schoolBlock-other .schoolBlock-other-title-nd .schoolBlock-other-title-desc {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
  height: 36px;
  overflow: hidden;
}
/*学历教育*/
.schoolChunk > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.schoolChunk > ul > li {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  width: 389px;
  height: 152px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 16px;
}
.schoolChunk > ul > li:nth-child(3n) {
  margin-right: 0;
}
.schoolChunk > ul > li > .schoolChunk-title {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.schoolChunk > ul > li > .schoolChunk-title .schoolChunk-title-logo {
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 16px;
  border-radius: 50%;
}
.schoolChunk > ul > li > .schoolChunk-title .schoolChunk-title-1 {
  width: 269px;
}
.schoolChunk > ul > li > .schoolChunk-title .schoolChunk-title-1 h2 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #1D1D1D;
  margin-bottom: 8px;
}
.schoolChunk > ul > li > .schoolChunk-title .schoolChunk-title-1 p {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
}
.schoolChunk > ul > li > .schoolChunk-major {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
  justify-content:space-between;
}
.schoolChunk > ul > li > .schoolChunk-major dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
  justify-content:center;
}
.schoolChunk > ul > li > .schoolChunk-major dl dd {
  display: inline-block;
  background: #F2F2F2;
  border-radius: 4px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #1D1D1D;
  margin-right: 8px;
  padding: 2px 4px;
}
.schoolChunk > ul > li > .schoolChunk-major .schoolChunk-major-btn {
  width: 134px;
}
.schoolChunk > ul > li > .schoolChunk-major .schoolChunk-major-btn a {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #3F73D9;
}
.schoolChunk > ul > li > .schoolChunk-major .schoolChunk-major-btn a:first-child {
  margin-right: 16px;
}
/*岗位*/
.indexJobsBlock {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.indexJobsBlock .jobBlock {
  /* 白色 */
  width: 389px;
  height: 279px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 16px;
  padding: 16px;
}
.indexJobsBlock .jobBlock:nth-child(3n) {
  margin-right: 0;
}
.indexJobsBlock .jobBlock .jobBlock-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom: 15px;
}
.indexJobsBlock .jobBlock .jobBlock-title .jobBlock-title-1 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
.indexJobsBlock .jobBlock:first-child .jobBlock-title .jobBlock-title-1 {
  color: #029490;
}
.indexJobsBlock .jobBlock:nth-child(2) .jobBlock-title .jobBlock-title-1 {
  color: #F18929;
}
.indexJobsBlock .jobBlock:nth-child(3) .jobBlock-title .jobBlock-title-1 {
  color: #FF4910;
}
.indexJobsBlock .jobBlock .jobBlock-title .jobBlock-title-1 img {
  margin-right: 8px;
}
.indexJobsBlock .jobBlock > ul {

}
.indexJobsBlock .jobBlock > ul > li {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:space-between;
  padding: 10px 16px;
  cursor: pointer;
}
.indexJobsBlock .jobBlock > ul > li:last-child {
  margin-bottom: 0;
}
.indexJobsBlock .jobBlock > ul > li > .jobBlock-ul-title {
  width: 200px;
}
.indexJobsBlock .jobBlock > ul > li > .jobBlock-ul-title > .jobBlock-ul-title-1 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}
.indexJobsBlock .jobBlock > ul > li > .jobBlock-ul-title > .jobBlock-ul-title-2 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
}
.indexJobsBlock .jobBlock > ul > li > a.jobBlock-ul-btn {
  width: 42px;
  height: 42px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  color: #A4A4A4;
  border-radius: 50%;
  background-color: #F2F2F2;
}
.indexJobsBlock .jobBlock > ul > li:hover > a.jobBlock-ul-btn {
  color: #FFFFFF;
  background-color: #3F73D9;
}

/**/
.listHead {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
  justify-content:center;
  margin: 24px auto;
}
.listHead-line {
  width: 150px;
  height: 1px;
  background: #C4C4C4;
}
.listHead-title {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 53px;
  /* 黑色 */
  color: #1D1D1D;
  margin: 0 16px;
}
/*名师名匠*/
.teacherBlock {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.teacherBlock .teacherBlockLi {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  display: block;
  width: 227px;
  height: 245px;
  margin-right: 16px;
  padding: 16px;
}
.teacherBlock .teacherBlockLi:nth-child(5n) {
  margin-right: 0;
}
.teacherBlock .teacherBlockLi .teacherHeadImg {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 16px auto;
  border-radius: 50%;
}
.teacherBlock .teacherBlockLi .teacherName {
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 7px;
}
.teacherBlock .teacherBlockLi .teacherJob {
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #1D1D1D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 5px;
}
.teacherBlock .teacherBlockLi .teacherDesc {
  width: 195px;
  height: 70px;
  overflow: hidden;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  color: #A4A4A4;
}
.teacherListBlock {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.teacherListBlock .teacherListBlockLi {
  width: 389px;
  height: 279px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px 16px 24px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.teacherListBlock .teacherListBlockLi:nth-child(3n) {
  margin-right: 0;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title {
  padding-bottom: 18px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title img.teacherHeadImg {
  width: 104px;
  height: 104px;
  display: block;
  border-radius: 50%;
  margin-right: 16px;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title .teacherBlockLi-title-main {
  width: 235px;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title .teacherBlockLi-title-main div{
  margin-bottom: 4px;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
  padding-left: 28px;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title .teacherBlockLi-title-main div.teacherDuty {
  background-image: url("../images/icon-teacher.png");
  background-position: 0 0;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title .teacherBlockLi-title-main div.teacherMajor {
  background-image: url("../images/icon-teacher.png");
  background-position: 0 -36px;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title .teacherBlockLi-title-main div.teacherStudyDir {
  background-image: url("../images/icon-teacher.png");
  background-position: 0 -72px;
}
.teacherListBlock .teacherListBlockLi .teacherBlockLi-title .teacherBlockLi-title-main div.teacherName {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  margin-bottom: 12px;
  padding:0;
  background: none;
}
.teacherListBlock .teacherListBlockLi .teacherDesc {
  width: 357px;
  height: 52px;
  text-indent: 2em;
  overflow: hidden;
  margin-bottom: 24px;
  /* 14正文字 */
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  /* 黑色 */
  color: #1D1D1D;
}
.teacherListBlock .teacherListBlockLi a.teacherListBlockLi-btn {
  border: 0.5px solid #1D1D1D;
  box-sizing: border-box;
  border-radius: 60px;
  width: 80px;
  height: 27px;
  display: block;
  margin: 0 auto;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1D;
  text-align: center;
  padding: 2px 4px;
}
.teacherListBlock .teacherListBlockLi a.teacherListBlockLi-btn:hover {
  color: #FFFFFF;
  background: #3F73D9;
  border: 0.5px solid #3F73D9;
  box-sizing: border-box;
  border-radius: 60px;
}
.majorChunk ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.majorChunk ul li {
  width: 389px;
  height: 274px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 8px;
}
.majorChunk ul li:nth-child(3n) {
  margin-right: 0;
}
.majorChunk ul li img.majorChunk-title-logo {
  border-radius: 4px;
  width: 373px;
  height: 194px;
  display: block;
  margin: 0 auto 16px auto;
  border: 1px solid #eeeeee;
}
.majorChunk ul li .majorChunk-title{
  width: 341px;
  margin: 0 auto 4px auto;
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.majorChunk ul li .majorChunk-desc {
  width: 341px;
  margin: 0 auto 7px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap:wrap;
  justify-content:space-between;
}
.majorChunk ul li .majorChunk-desc .majorChunk-desc-1 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 252px;
}
.majorChunk ul li .majorChunk-desc .majorChunk-desc-2 {
  font-family: Microsoft YaHei UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #3F73D9;
}
/*批量实习*/
.internshipBg {
  width: 100%;
  padding: 15px 0;
  height: 304px;
  color: #FFFFFF;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/python2021-bg.png');
}
.internship-top {
  position: absolute;
  bottom: -55px;
  left: 50%;
  color: #666666;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  height: 308px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  box-sizing: border-box;
  z-index: 1;
}
.internship-top-left {
  width: 336px;
}
.internship-top-left img {
  border: 1px solid #EDEDED;
  margin-bottom: 20px;
}
.internship-top-right {
  width: 836px;
  margin-left: 15px;
  color: #999999;
}
.internship-top-right h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 20px;
}
.internship-top-right .internship-top-right-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.internship-top-right .internship-top-right-1:after {
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.internship-top-right .internship-top-right-1 > div {
  color: #999999;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.internship-top-right .internship-top-right-1 > div:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.internship-top-right .internship-top-right-1 > div:last-child:after{
  display: none;
}
.internship-top-right .internship-top-right-1 > div > span {
  font-weight: bold;
  font-size: 32px;
  color: #FF5C00;
  margin-right: 5px;
}
.shareBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.internship-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.internship-main-border {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.internship-main-title {
  padding: 25px 25px 0 25px;
  position: relative;
}
.internship-main-title div{
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.internship-main-title div:before {
  content: '';
  width: 5px;
  height: 16px;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
  top: 5px;
}
.internship-main-title div a {
  color: #00a0e9;
  font-size: 14px;
  font-weight: normal;
}
.internship-main-title div a i {
  margin-left: 5px;
}
.internship-main-left {
  width: 880px;
}
.internship-main-right {
  width: 280px;
}
.companyGoodList-main {
  padding: 10px 15px;
}
.companyGoodChunk-main a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.companyGoodChunk-main a img {
  margin-right: 10px;
}
.companyGoodChunk-main-1 {
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-weight: bold;
  color: #333333;
}
.companyGoodChunk-main-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.companyGoodChunk-main-2 span {
  margin-right: 5px;
}
.companyGoodChunk-main-2 span:last-child {
  margin-right: 0;
}
.companyGoodChunk-main-3 {
  height: 32px;
  overflow: hidden;
}
.demandLatestOne {
  padding: 20px 25px;
}
.demandLatestOne li .demandLatestOne-1 {
  margin-top: 5px;
}
.demandLatestOne li .demandLatestOne-1,
.demandLatestOne li .demandLatestOne-4,
.demandLatestOne li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #999999;
  line-height: 1.3;
}
.demandLatestOne li {
  margin-bottom: 20px;
}
.demandLatestOne li .demandLatestOne-1,
.demandLatestOne li .demandLatestOne-2,
.demandLatestOne li .demandLatestOne-3,
.demandLatestOne li .demandLatestOne-4 {
  margin-bottom: 8px;
}
.demandLatestOne li .demandLatestOne-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.demandLatestOne li .demandLatestOne-1 .demandLatestOne-1-title {
  width: calc(100% - 165px);
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.demandLatestOne li .demandLatestOne-1 .demandLatestOne-1-time {
  width: 150px;
  text-align: right;
  font-size: 13px;
}
.demandLatestOne li .demandLatestOne-1 .demandLatestOne-1-time i {
  margin-right: 5px;
}
.demandLatestOne li .demandLatestOne-2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.demandLatestOne li .demandLatestOne-3 div {
  margin-right: 15px;
}
.demandLatestOne li .demandLatestOne-4 .demandLatestOne-4-1 {
  width: 300px;
}
.demandLatestOne li .demandLatestOne-4 .demandLatestOne-4-1 span {
  margin-right: 10px;
}
.demandLatestOne li .demandLatestOne-4 .demandLatestOne-4-1 span i {
  margin-right: 5px;
}
.demandLatestOne li .demandLatestOne-4 .demandLatestOne-4-2 {
  width: 300px;
  text-align: right;
}
.demandLatestOne li .demandLatestOne-4 .demandLatestOne-4-2 span {
  margin-left: 10px;
}
.demandLatestOne li > img {
  border-radius: 2px;
  width: 200px;
  height: 120px;
  border: 1px solid #ededed;
}
.demandLatestOne li > div {
  width: calc(100% - 220px);
}
.internship-main-title-1 {
  padding: 15px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  background-color: #409eff;
}
.demandHotList {
  padding: 20px;
}
.demandHotList li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.5;
  padding: 8px 0;
}
.demandHotList li:nth-child(1) a div:first-child,
.demandHotList li:nth-child(2) a div:first-child,
.demandHotList li:nth-child(3) a div:first-child {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #FFFFFF;
}
.demandHotList li a div:first-child {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: inherit;
  background-color: rgba(204, 204, 204, 0);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(121, 121, 121, 1);
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 8px;
}
.demandHotList li a div:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: calc(100% - 25px);
}
.newsApprenticeshipBlockList li {
  margin-bottom: 20px;
}
.newsApprenticeshipBlockList li a {
  border: 1px solid #ededed;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.newsApprenticeshipBlockList li a > img {
  width: 300px;
  height: 160px;
}
.newsApprenticeshipBlockList li a > div {
  width: calc(100% - 360px);
}
.newsApprenticeshipBlockList li a .newsApprenticeshipBlockList-title {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  line-height: 2;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsApprenticeshipBlockList li a .newsApprenticeshipBlockList-desc {
  height: 52px;
  overflow: hidden;
  margin-bottom: 18px;
  color: #999999;
}

.newsApprenticeshipBlockList li a .newsApprenticeshipBlockList-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #999999;
}
.newsApprenticeshipBlockList li a .newsApprenticeshipBlockList-info div:first-child {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.newsApprenticeshipBlockList li a .newsApprenticeshipBlockList-info div:first-child:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  top: 6px;
  right: 0;
  background-color: #dddddd;
}
.newsApprenticeshipBlockList li a .newsApprenticeshipBlockList-info div i {
  margin-right: 5px;
}
.demandApprenticeshipBlockList {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.demandApprenticeshipBlockList li {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 389px;
  border-radius: 5px;
  border: 1px solid #edeede;
}
.demandApprenticeshipBlockList li:nth-child(3n) {
  margin-right: 0;
}
.demandApprenticeshipBlockList li a {
  color: #999999;
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-img {
  position: relative;
  width: 100%;
  height: 216px;
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-img img {
  width: 100%;
  height: 216px;
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-img .demandApprenticeshipBlockList-icon {
  position: absolute;
  top: 15px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  width: 90px;
  height: 30px;
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-img .demandApprenticeshipBlockList-icon-1 {
  background-image: url("../images/state-1.png");
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-img .demandApprenticeshipBlockList-icon-2 {
  background-image: url("../images/state-2.png");
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-img .demandApprenticeshipBlockList-icon-3 {
  background-image: url("../images/state-3.png");
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-title {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.demandApprenticeshipBlockList li a .demandApprenticeshipBlockList-desc {
  padding: 0px 20px 10px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #999999;
}
.apprenticeshipBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.apprenticeshipBlock-1 {
  width: 880px;
}
.apprenticeshipBlock-1-ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.apprenticeshipBlock-1-ul li a > img {
  width: 218px;
  height: 150px;
}
.apprenticeshipBlock-1-ul li a > div {
  width: calc(100% - 238px);
}
.apprenticeshipBlock-1-ul li a > div .apprenticeshipBlock-1-ul-title {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #333333;
  margin-bottom: 8px;
}
.apprenticeshipBlock-1-ul li a > div .apprenticeshipBlock-1-ul-desc {
  color: #999999;
  height: 55px;
  overflow: hidden;
  font-size: 13px;
}
.apprenticeshipBlock-1-ul li a > div .apprenticeshipBlock-1-ul-info {
  color: #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 13px;
}
.apprenticeshipBlock-2 {
  width: 298px;
  border: 1px solid #ededed;
}
.apprenticeshipBlock-2-title {
  padding: 20px;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.apprenticeshipBlock-2-title a {
  font-style: normal;
  font-size: 13px;
  letter-spacing: normal;
}
.apprenticeshipBlock-2-ul > li > a {
  border-bottom: 1px solid #ededed;
  padding: 20px;
  display: block;
}
.apprenticeshipBlock-2-ul > li > a .apprenticeshipBlock-2-ul-desc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #999999;

}
.apprenticeshipBlock-2-ul > li > a .apprenticeshipBlock-2-ul-title {
  font-style: normal;
  font-size: 13px;
  letter-spacing: normal;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 5px;
}

.apprenticeshipList-main > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.apprenticeshipList-main > li > a img {
  width: 94px;
  height: 70px;
  margin-right: 10px;
}
.apprenticeshipList-main > li > a .apprenticeshipList-main-content {
  width: calc(100% - 330px);
  margin-right: 10px;
  color: #999999;
}
.apprenticeshipList-main > li > a .apprenticeshipList-main-content .apprenticeship-title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.apprenticeshipList-main > li > a .apprenticeshipList-main-content .apprenticeship-schoolName {
  color: #999999;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.apprenticeshipList-main > li > a .apprenticeshipList-main-content .apprenticeship-desc {
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.apprenticeshipList-main > li > a .apprenticeshipList-main-btn {
  width: 370px;
  text-align: right;
}
.apprenticeshipDetail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.apprenticeshipDetail-left {
  width: calc(100% - 318px);
  margin-right: 16px;
  border: 1px solid #ededed;
}
.apprenticeshipDetail-left-1,
.apprenticeshipDetail-left-2,
.apprenticeshipDetail-left-3,
.apprenticeshipDetail-left-4,
.apprenticeshipDetail-left-5,
.apprenticeshipDetail-left-6 {
  border-bottom: 1px solid #ededed;
  padding: 20px;
  position: relative;
}
.apprenticeshipDetail-left-1-bottom{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.apprenticeshipDetail-left-1-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.apprenticeshipDetail-left-1-top .apprenticeshipDetail-title {
  width: 800px;
  margin-right: 16px;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.informationDetail-title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
}
.apprenticeshipDetail-left-1-bottom {
  color: #999999;
}
.apprenticeshipDetail-left-1-bottom i {
  margin-right: 5px;
}
.apprenticeshipDetail-left-icon {
  position: absolute;
  left: 0;
  top: 26px;
  font-size: 14px;
  width: 91px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.apprenticeshipDetail-left-icon-1 {
  background-image: url("../images/icon-detail-1.png");
}
.apprenticeshipDetail-left-icon-2 {
  background-image: url("../images/icon-detail-3.png");
}
.apprenticeshipDetail-left-icon-3 {
  background-image: url("../images/icon-detail-2.png");
}
.apprenticeshipDetail-left-icon-4 {
  background-image: url("../images/icon-detail-4.png");
}
.apprenticeshipDetail-left-icon-5 {
  background-image: url("../images/icon-detail-5.png");
}
.apprenticeshipDetail-right {
  width: 300px;
}
.apprenticeshipDetail-table th,
.apprenticeshipDetail-table td {
  padding: 10px;
}
.apprenticeshipDetail-table-ul li {
  width: 32.33%;
  display: inline-block;
  padding: 10px;
}
.apprenticeshipDetail-left-ul {
  overflow: hidden;
}

.apprenticeshipDetail-left-ul li{
  float: left;
  width: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.apprenticeshipDetail-left-ul li.other {
  width: 100%;
}
.apprenticeshipDetail-left-ul li .apprenticeshipDetail-left-3-name {
  width: 110px;
}
.apprenticeshipDetail-left-ul li .apprenticeshipDetail-left-3-val {
  width: calc(100% - 150px);
}
.apprenticeshipDetail-left-ul li div {
  padding: 10px;
}
.apprenticeshipDetail-left-5 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.apprenticeshipDetail-left-5 > a {
  width: 410px;
  padding: 20px;
  background-color: #f5f5f5;
  position: relative;
  height: 100px;
  cursor: pointer;
}
.apprenticeshipDetail-left-5 > a:before {
  content: '';
  width: 3px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #dddddd;
}
.apprenticeshipDetail-left-5 > a:hover,
.apprenticeshipDetail-left-5 > a:hover:before,
.apprenticeshipDetail-left-5 > a:hover > div:first-child,
.apprenticeshipDetail-left-5 > a:hover > div:last-child{
  background-color:#00a0e9;
  color: #FFFFFF;
}
.apprenticeshipDetail-left-5 > a > div:last-child {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.apprenticeshipDetail-left-6-1 b {
  font-size: 15px;
  color: #333333;
  margin-right: 5px;
}
.apprenticeshipDetail-left-6-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
}
.apprenticeshipDetail-left-6-2-img {
  width: 80px;
  margin-right: 10px;
}
.apprenticeshipDetail-left-6-2-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 1px solid #eeeeee;
}
.apprenticeshipDetail-left-6-2-content {
  width: calc(100% - 90px);
}
.apprenticeshipDetail-left-6-3-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 26px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ededed;
}
.apprenticeshipDetail-left-6-3-1-1 {
  color: #999999;
}
.apprenticeshipDetail-left-6-3-1-1 b {
  font-size: 15px;
  color: #333333;
  margin-right: 5px;
}

.apprenticeshipDetail-left-6-3-2 li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.apprenticeshipDetail-left-6-3-2 li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #eeeeee;
}
.apprenticeshipDetail-left-6-3-2 li >div {
  width: calc(100% - 80px);
}
.apprenticeshipDetail-comment-userName {
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.apprenticeshipDetail-comment-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.apprenticeshipDetail-comment-bottom i {
  margin-left: 10px;
}
.apprenticeshipDetail-right-1 {
  padding: 20px;
  border: 1px solid #ededed;
}
.apprenticeshipDetail-right-1-img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 8px auto;
  border-radius: 50%;
  border: 1px solid #ededed;
}
.apprenticeshipDetail-right-1-name {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.apprenticeshipDetail-right-1-school {
  color: #666666;
  margin-bottom: 5px;
  text-align: center;
}
.apprenticeshipDetail-right-1-btn {
  text-align: center;
}
.apprenticeshipDetail-right-1-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
}
.apprenticeshipDetail-right-1-bottom > div {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  text-align: center;
  width: 140px;
}
.apprenticeshipDetail-right-1-bottom > div:after {
  position: absolute;
  right: 0;
  top: 8px;
  content: '';
  width: 1px;
  height: 36px;
  background-color: #ededed;
}
.apprenticeshipDetail-right-1-bottom > div:last-child {
  padding-right: 0;
  margin-right: 0;
}
.apprenticeshipDetail-right-1-bottom > div:last-child:after {
  display: none;
}
.apprenticeshipDetail-right-1-bottom > div > div:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.apprenticeshipDetail-right-2,
.apprenticeshipDetail-right-3 {
  border: 1px solid #ededed;
  margin-top: 20px;
}
.apprenticeshipDetail-right-2 .apprenticeshipDetail-right-2-1,
.apprenticeshipDetail-right-3 .apprenticeshipDetail-right-3-1 {
  padding: 16px;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}
.apprenticeshipDetail-right-2 .apprenticeshipDetail-right-2-2 {
  padding: 20px;
  text-indent: 2rem;
  min-height: 300px;
  max-height: 300px;
  overflow-x: auto;
}
.apprenticeshipDetail-right-3 .apprenticeshipDetail-right-3-2 {
  padding: 16px;
}
.apprenticeshipDetail-right-3 .apprenticeshipDetail-right-3-2 li a {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ededed;
  display: block;
}
.apprenticeshipDetail-right-3 .apprenticeshipDetail-right-3-2 li:last-child a {
  margin-bottom: 0;
  border-bottom: 0 none;
}
.apprenticeshipDetail-right-3 .apprenticeshipDetail-right-3-2 li a > div:first-child {
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.apprenticeshipDetail-right-3 .apprenticeshipDetail-right-3-2 li a > div:last-child {
  color: #999999;
  font-size: 12px;
}
.apprenticeshipAllList {
  border: 1px solid #ededed;
  margin-top: 20px;
  margin-bottom: 20px;
}
.apprenticeshipAllList-1 {
  padding: 16px;
  border-bottom: 1px solid #ededed;
}
.quizHeader {
  text-align: center;
}
.quizHeader img{
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ededed;
  margin: 5px auto;
}
.coursewareBlock-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.coursewareBlock-1 > a {
  width: 285px;
  margin-right: 20px;
  border: 1px solid #ededed;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.coursewareBlock-1 > a:nth-child(4) {
  margin-right: 0;
}
.coursewareBlock-1-img {
  width: 121px;
  height:72px;
}
.coursewareBlock-1-name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 8px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 245px;
  text-align: center;
}
.coursewareBlock-1-desc {
  text-align: center;
  width: 245px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.coursewareBlock-2-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.coursewareBlock-2-ul li {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.coursewareBlock-2-ul li:nth-child(4n){
  margin-right: 0;
}
.coursewareBlock-2-ul li a {

}
.coursewareBlock-2-ul li a > img.coursewareBlock-2-img {
  width: 285px;
  height: 168px;
  border: 1px solid #ededed;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-content,
.coursewareBlock-2-ul li a .coursewareBlock-2-belong {
  padding: 10px 16px;
  border: 1px solid #ededed;
  border-top:0 none;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-content .coursewareBlock-2-content-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-content .coursewareBlock-2-content-desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 255px;
  color: #999999;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-content .coursewareBlock-2-content-other,
.requirementTrainingBase-block-1 li a .requirementTrainingBase-block-1-other,
.coursewareBlock-2-ul li a .coursewareBlock-2-belong{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #999999;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-content .coursewareBlock-2-content-other div,
.requirementTrainingBase-block-1 li a .requirementTrainingBase-block-1-other div {
  margin-right: 8px;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-belong .coursewareBlock-2-belong-img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-belong .coursewareBlock-2-belong-name {
  width: 138px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.coursewareBlock-2-ul li a .coursewareBlock-2-belong .coursewareBlock-2-belong-time {
  width: 78px;
  text-align: right;
}
.requirementTrainingBaseBg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 330px;
  margin-bottom: 30px;
  background-image: url("../images/trainingBaseBg.png");
}
.requirementTrainingBaseBg-title {
  width: 1200px;
  height: 85px;
  padding: 20px 30px;
  /* background-color: #FFFFFF; */
  position: absolute;
  left: 50%;
  margin-left: -600px;
  /* bottom: 5px; */
}
.requirementTrainingBaseBg-title .title-ch {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}
.requirementTrainingBaseBg-title .title-lg {
  color: #999999;
}
.requirementTrainingBase-block-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.requirementTrainingBase-block-1 li {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.requirementTrainingBase-block-1 li:nth-child(4n){
  margin-right: 0;
}
.requirementTrainingBase-block-1 li a {
  border: 1px solid #ededed;
  padding: 10px;
  display: block;
}
.requirementTrainingBase-block-1 li a img {
  width: 263px;
  height: 140px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.requirementTrainingBase-block-1 li a .requirementTrainingBase-block-1-name,
.requirementTrainingBase-block-1 li a .requirementTrainingBase-block-1-desc {
  width: 263px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.requirementTrainingBase-block-1 li a .requirementTrainingBase-block-1-name {
  color: #333333;
  font-weight: bold;
}
.requirementTrainingBase-block-1 li a .requirementTrainingBase-block-1-desc {
  color: #999999;
}
.informationDetail,
.newsListBlock{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.informationDetail-left,
.newsListBlock-left {
  border: 1px solid #ededed;
  width: 880px;
  margin-top: 20px;
  background-color: #FFFFFF;
}
.informationDetail-right,
.newsListBlock-right {
  margin-top: 20px;
  width: 280px;
}
.informationDetail-left-1 {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.informationDetail-left-1-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.informationDetail-left-1-1-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.informationDetail-left-1-1-1 > div {
  color: #999999;
  margin-right: 16px;
}
.informationDetail-left-1-1-1 > div i {
  margin-right: 5px;
}
.informationDetail-left-2 {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.informationDetail-left-2-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.newsListBlock-border {
  padding: 20px;
  border: 1px solid #ededed;
  background-color: #FFFFFF;
}
.newsListBlock-right-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  color: #999999;
}
.newsListBlock-right-title .right-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 12px;
}
.newsListBlock-right-ul {
  margin-top: 20px;
}
.newsListBlock-right-ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 20px;
}
.newsListBlock-right-ul li .newsListBlock-right-ul-icon {
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.newsListBlock-right-ul li .newsListBlock-right-ul-title {
  width: calc(100% - 44px);
  height: 36px;
  overflow: hidden;
}
.newsListBlock-right-ul li:nth-child(1) .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-01.png");
}
.newsListBlock-right-ul li:nth-child(1):hover .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-01hover.png");
}
.newsListBlock-right-ul li:nth-child(2) .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-02.png");
}
.newsListBlock-right-ul li:nth-child(2):hover .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-02hover.png");
}
.newsListBlock-right-ul li:nth-child(3) .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-03.png");
}
.newsListBlock-right-ul li:nth-child(3):hover .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-03hover.png");
}
.newsListBlock-right-ul li:nth-child(4) .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-04.png");
}
.newsListBlock-right-ul li:nth-child(4):hover .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-04hover.png");
}
.newsListBlock-right-ul li:nth-child(5) .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-05.png");
}
.newsListBlock-right-ul li:nth-child(5):hover .newsListBlock-right-ul-icon {
  background-image: url("../images/icon-num-05hover.png");
}
.newsListBlock-left-ul {
  padding: 20px;
}
.newsListBlock-left-ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.newsListBlock-left-ul li a .newsListBlock-pic {
  width: 218px;
  height: 150px;
  margin-right: 10px;
}
.newsListBlock-left-ul li a .newsListBlock-main {
  width: calc(100% - 228px);
}
.newsListBlock-left-ul li a .newsListBlock-main .newsListBlock-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 10px;
}

.newsListBlock-left-ul li a .newsListBlock-main .newsListBlock-desc {
  color: #999999;
  width: 100%;
  margin-bottom: 20px;
  /* height: 50px; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;

}
.newsListBlock-left-ul li a .newsListBlock-main .newsListBlock-other {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #999999;
}
.newsListBlock-other-1 span {
  margin-right: 16px;
}
.newsListBlock-other-1 span i,
.newsListBlock-other-2 span i {
  margin-right: 8px;
}
.newsListBlock-other-2 span {
  margin-left: 16px;
}
.listCourseChunk {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.listCourseChunk li {
  width: 288px;
  margin-right: 16px;
  margin-bottom: 20px;
}
.listCourseChunk li:nth-child(4n) {
  margin-right: 0;
}
.listCourseChunk li a {
  display: block;
}
.listCourseChunk li a .listCourseChunkTop {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  width: 288px;
  height: 186px;
}
.listCourseChunk li a .listCourseChunkTop .divMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.3);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.listCourseChunk li a .listCourseChunkTop .divMask i {
  font-size: 60px;
  font-weight: bold;
  color: #f5f5f5;
}
.listCourseChunk li a:hover .listCourseChunkTop .divMask {
  background-color: rgba(0,0,0,0.6);
}
.listCourseChunk li a .listCourseChunkTop img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 288px;
  height: 186px;
}
.listCourseChunk li a .listCourseChunkBottom {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
}
.listCourseChunkBottom .listCourseChunkBottom-title {
  width: 268px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.listCourseChunkBottom .listCourseChunkBottom-owner {
  width: 268px;
  text-align: center;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.courseDetail .courseName {
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;
}
.courseDetail-chapter {
  margin-bottom: 10px;
}
.courseDetail-chapter dt {
  background-color: #f5fbfd;
  padding: 5px 8px;
}
.courseDetail-chapter dd {
  border-bottom: 1px dashed #ededed;
  margin: 5px;
  padding: 5px;
  color: #333333;
  cursor: pointer;
}
.bg-gray-light {
  background-color: #f5fbfd;
}
.courseDetail-video {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ededed;
}
.integrationClassCourse {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.integrationClassCourse li {
  width: 269px;
  margin-right: 16px;
  margin-bottom: 20px;
}
.integrationClassCourse li img {
  width: 269px;
  height: 161px;
}
.integrationClassCourse li:nth-child(3n) {
  margin-right: 0;
}
.integrationClassCourse li a {
  display: block;
}

.integrationClassExpert {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.integrationClassExpert li {
  width: 269px;
  margin-right: 16px;
  margin-bottom: 20px;
}
.integrationClassExpert li img {
  width: 143px;
  height: 143px;
  margin: 0 auto 8px auto;
  display: block;
}
.integrationClassExpert li:nth-child(3n) {
  margin-right: 0;
}
.integrationClassExpert li a {
  display: block;
}
.integrationClassExpert li a div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 5px;
  width: 269px;
}
.integrationClassExpert li a .expertName {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.integrationClassExpert li a .expertJob {
  color: #999999;
  text-align: center;
}
.topicList{
  box-sizing: border-box;
}
.topicList li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}
.topicList li .main-hd,
.topicList li .main-desc {
  width: 500px;
}
.topicList li .main-hd .topic-title {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  width: 700px;
  font-weight: 700;
}

.topicList li .main-hd .topic-time,
.topicList li .main-hd .topic-game {
  display: inline-block;
  color: #b2b2b2;
  width: 230px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.topicList li .main-hd .topic-game {
  font-size: 14px;
  top: 40px;
}
.w850 {
  width: 850px;
}