@charset "utf-8";

#box,
body {
  width: 100%;
}

#box {
  background: #F8F8F8;
}

.commonBox {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
    .commonBox { width: 100% !important; padding-left: 12px !important; padding-right: 12px !important; box-sizing: border-box !important; }
	.adBanner { width: 100% !important; height: auto !important; }
	.adBanner img { width: 100% !important; height: auto !important; }
}

.topBox {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.topMain {
  box-sizing: border-box;
  padding: 16px 8px;
  width: 232px;
  height: 194px;
  background: #FFFFFF;
  border-radius: 6px;


}

.topMain h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 27px;
  display: flex;
  margin-bottom: 9px;


}

.topMain h4>img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

.topMain>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
}

.topMain>ul li {
  padding:0 5px;
  height: 24px;
  background: #FEF5F1;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FF6C02;
  line-height: 24px;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
}

.topMain>ul li:nth-child(3n) {
  margin-right: 0;
}

.topMain>ul>li>a {
  color: #FF6C02;
}

.topMain>ul>li:hover {
  width: 68px;
  height: 24px;
  background: #FF6C02;
  border-radius: 2px;
  color: #fff;
}

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

.graduateLocation {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  ;

}

.graduateLocation>div>a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.graduateLocation>div>a:last-child {
  color: #333333;
}

.adBanner {
  width: 1200px;
  height: 60px;
}

.adBanner img {
  width: 100%;
  height: 100%;
}

.mainContent {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.leftMainList {
  width: 845px;

}

.leftMainList>h1 {
  box-sizing: border-box;
  width: 845px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 56px;
  padding-left: 20px;
}

.tabFatherBox {
  box-sizing: border-box;
  width: 845px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0px 16px 20px;
}

.tabBox {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  height: 30px;
  overflow: hidden;
}

.routeUi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform .5s;
}

.resetUi {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform .5s;
}

.tabBox li {
  box-sizing: border-box;
  width: 72px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #FF6C02;
  line-height: 21px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 14px;
}

.tabBox li a {
  font-weight: 400;
  font-size: 14px;
  color: #FF6C02;
}

.tabBox li:hover {
  background: #FF6C02;
}

.tabBox li:hover a {
  color: #fff;
}

.moreBtn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  cursor: pointer;
}

.moreBtn>img {
  width: 16px;
  height: 16px;
  margin-left: 6px;

}

.contentBox {
  background: #FFFFFF;
}

.contentBox div.listItem:first-child {
  border-top: none;
}

.listItem {
  width: 100%;
  padding: 25px 24px;
  box-sizing: border-box;

  border-radius: 6px 6px 0px 0px;
  border-top: 1px solid #EBEBEB;
}

.listItem:hover {
  box-shadow: 0px 0px 10px 0px #EBEBEB;

}

.listItem h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;

}

.listItem h3 a {
  color: #333333;

}

.listItem>p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 21px;
  margin-top: 12px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;

}

.keyWordsBox {
  display: flex;
  padding-top: 35px;
}

.keyWordsBox,
.keyWordsBox ul {
  display: flex;
}

.keyWordsBox {
  justify-content: space-between;
}

.keyWordsBox ul>li:first-child img,
.keyWordsBox>div img {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.keyWordsBox>div img {
  margin-right: 5px;
}

.keyWordsBox ul>li,
.keyWordsBox>div,
.keyWordsBox ul>li a {
  font-size: 14px;
  font-weight: 400;
  color: #B9B9B9;
  line-height: 21px;

}

.keyWordsBox ul>li {
  margin-right: 10px;
}

.pagBox {
  display: flex;
  padding-top: 60px;
  justify-content: center;
  padding-bottom: 40px;
}

.pagBox ul {
  display: flex;
}

.pagBox ul a {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.pagBox ul span {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #FF6C02;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  background: #FF6C02;
  color: #fff;
}
.a1 {
  width: 76px !important;
}

.previousPage,
.nextPage {
  width: 76px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  cursor: pointer;
}

.previousPage img,
.nextPage img {
  width: 10px;
  height: 10px;
  vertical-align: -2px;
}

.footHotWords {
  box-sizing: border-box;
  margin-top: 20px;
}

.flexBox {
  display: flex;
}

.hotTitle {
  width: 94px;
  background: #F2F3F5;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.hotTitle li {
  color: #333333;
  line-height: 30px;
  padding:4px 0;
}

.hotWordsBox {
  width: 1100px;
  padding: 4px 10px;
  background: #fff;
}

.hotWordsBox>ul {
  display: flex;
  flex-wrap: wrap;
}

.hotWordsBox>ul>li {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding: 0 20px;
  line-height: 30px;
  position: relative;
}

.hotWordsBox>ul>li:after {
  position: absolute;
  content: '';
  top: 8px;
  right: 0px;
  width: 1px;
  height: 14px;
  background: #666666;
}

.hotWordsBox>ul>li:last-child::after {
  content: none;
}

.rightMainList {}

.advImg img {
  width: 335px;
  height: 119px;
  background: #fff;
}

.fromBox {
  padding-top: 50px;
}

.fromBox ul {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
}

.formCenter {
  padding: 16px;
}

.formCenter h5 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}

.checkYear {
  display: flex;
  justify-content: space-between;
  padding: 20px 70px;
}

.checkYear div {
  cursor: pointer;
}

.checkYear div img {
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  margin-right: 5px;
}

.fromContent label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-bottom: 12px;
}

.fromContent label input {
  width: 235px;
  height: 36px;
  background: #F9FBFF;
  border-radius: 4px;
  outline: none;
  border: none;
  text-indent: 15px;
}

.yzmBox {
  display: flex !important;
  align-items: center;
}

.inputYzm {
  width: 138px !important;
  margin-right: 10px;
}

.getYZM {
  box-sizing: border-box;
  width: 88px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FF6C02;
  font-weight: 400;
  color: #FF6C02;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.agreementCheck img {
  width: 14px;
  height: 14px;
  vertical-align: -3px;
  margin-right: 5px;
  cursor: pointer;
}

.agreementCheck {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
  margin-bottom: 18px;
  text-align: center;
  margin-top: 40px;
}

.agreementCheck a {
  font-size: 12px;
  font-weight: 400;
  color: #FF6C02;
  line-height: 18px;
}

.appointmentBtn {
  width: 303px;
  height: 36px;
  background: #FF6C02;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.selectedCourse,
.fromBox {
  width: 335px;
  background: #FFFFFF;
  border-radius: 6px;

}

.subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  padding: 19px 0 20px 15px;
}

.subtitle img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  vertical-align: -7px;
}

.selectCourseTab {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #EEEEEE;

}

.selectCourseTab>ul {
  display: flex;
  cursor: pointer;

}

.selectCourseTab>ul>li {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.selectActive {
  color: #FF6C02 !important;
}

.selectTabClick>li.selectActive p {
  display: block;
  width: 30px;
  height: 4px;
  background: #FF6C02;
  margin: 12px auto 0 auto;
}

.seleMoreBtn a {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}

.selectedCourseList {
  box-sizing: border-box;
  padding: 16px;
}

.selectedCourseList>div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.selectedCourseList>div img {
  width: 100px;
  height: 58px;
  margin-right: 14px;
}

.selectedCourseList>div p {
  width: 185px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.recommedList {
  box-sizing: border-box;
  padding-top: 16px;
  width: 335px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 20px;
}

.recommedList ul {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  cursor: pointer;
  border-bottom: 1px solid #EEEEEE;
}

.recommedListCenter {
  padding: 16px 16px 5px 16px;
}

.recommedItem {
  display: flex;
  align-items: center;
  padding-bottom: 16px;

}

.recommedItem b {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D8D8D8;
  margin-right: 5px;
}

.recommedItem a {
  display: block;
  width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rankList {
  padding: 16px;
}

.rankItem {
  display: flex;
  align-items: center;

}

.rankItem b {
  width: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  margin-right: 16px;
  text-align: center;
  margin-bottom: 8px;
}

.rankItem img {
  width: 26px;
  height: 26px;
  margin-right: 16px;
  margin-bottom: 5px;
}

.rankItem a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}

.informationCourse {
  width: 335px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 20px;
}

.infoHandleClick {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  border-bottom: 1px solid #EEEEEE;
}

.infoHandleClick li {
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 1px 8px 1px;
}

.infoActive {
  color: #fff !important;
  background: #FF6C02;
}

.boxBk>div,.boxZX>div,.boxYX>div,.boxTJ>div,.boxMs>div{
  display: none;
}
.bkactive{
  display: block!important;

}
