/* 头部 */
.header {
  /* margin-bottom: 40px; */
}

.header .header_title_box {
  width: 100%;
  height: 157px;
  background-image: ;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header .header_title_box .header_title {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  /* display: flex; */
  /* align-items: center; */
  padding-top: 30px;
}

.header .header_title_box .header_title .logo {
  float: left;
  width: 264px;
  height: 95px;
  margin-right: 42px;
}

.header .header_title_box .header_title .logo img {
  width: 100%;
  height: 100%;
}

.header .header_title_box .header_title .ad {
  float: left;
  width: 436px;
  height: 93px;
  margin-right: 50px;
}

.header .header_title_box .header_title .ad img {
  width: 100%;
  height: 100%;
}

.header .header_title_box .header_title .search {
  float: left;
}



.header .header_title_box .header_title .search .wrapper {
  /* display: flex; */
  /* align-items: center; */
  width: 408px;
  height: 48px;
  background: #ffffff;
  margin-bottom: 16px;
  position: relative;
}

.header .header_title_box .header_title .search .wrapper .search_icon {
  width: 15px;
  height: 15px;
  margin: 0 16px 0 16px;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

.header .header_title_box .header_title .search .wrapper .search_input {
  /* flex: 1; */
  float: left;
  width: 220px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translatey(-50%);
}

.header .header_title_box .header_title .search .wrapper .search_btn {
  float: right;
  width: 87px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #f47521;

  font-size: 16px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #ffffff;

  /* 
  display: flex;
  justify-content: center;
  align-items: center;
  */

  cursor: pointer;
}


.header .header_title_box .header_title .search .tip {
  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #352e28;
}


.header .header_nav_box {
  width: 100%;
  height: 60px;
  background: #ef681f;
}

.header .header_nav_box .header_nav {
  width: 1200px;
  margin: 0 auto;
  /* display: flex; */
  /* justify-content: space-between; */

}


.header .header_nav_box .header_nav .item {
  float: left;
  /* width: 10%; */
  height: 60px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 0 48px;
  white-space: nowrap;
  cursor: pointer;
  color: #ffffff;

  text-align: center;
  line-height: 60px;

  /* margin-right: 120px; */
  margin-right: 6px;

  font-weight: 600;
}

/* 院校库导航间距 */
.header .header_nav_box .header_nav .item:nth-child(4) {
  padding: 0 56px;
}

/* 跳转后选中状态 */
.header .header_nav_box .header_nav .menu_active_status {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
}


.header .header_nav_box .header_nav .item:nth-child(1) {
  /* margin-left: 4%; */
  margin-left: 28px;
}

.header .header_nav_box .header_nav .item:nth-child(6) {
  margin-right: 0;
}



.header_nav .item:hover {
  background: #ffffff;
  color: #de6011 !important;
  box-shadow: 0 2px 20px 0 rgba(248, 137, 51, 0.6);
  position: relative;
  z-index: 999;
}



.one_menu {
  display: block;
  position: relative;
  z-index: 8;
}




.one_menu>ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(248, 137, 51, 0.43);
  /* padding: 10px; */

  /* border: 1px solid #f18621; */
  /* border-top: none; */

  /* background: linear-gradient(#f8f7f5, #f77d27) !important; */

}

.one_menu>ul li {
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;

}

.one_menu>ul li ul {
  position: absolute;
  top: 0;
  width: 160px;
  right: -160px;

  background: #fff;
  /* box-shadow: 0 11px 32px 0 rgba(204, 204, 204, 0.43); */
  display: none;
  text-align: center;
  line-height: 20px;

  /* padding: 10px; */
  /* border: 1px solid #f18621; */
}



.one_menu>ul a {
  color: #000000;
  display: block;
  width: 160px;
  line-height: 30px;
  padding: 10px 20px;
}

.one_menu>ul a:hover {
  color: #ffffff;
}

.one_menu>ul .two_item:hover {
  background-color: #ef681f;
}



.three_menu li a:hover {
  background-color: #ef681f !important;
  color: #ffffff !important;
}



.header_nav :hover>ul {
  display: block;
}





.main {
  width: 1200px;
  margin: 0 auto;
}

/* 导航面包屑 */

.main .breadcrumb {
  /* display: flex; */
  margin-bottom: 28px;
  /* 清除浮动 */
  overflow: hidden;
  padding-top: 28px;
}

.main .breadcrumb .icon_box {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 14px;
  padding-bottom: 2px;
}

.main .breadcrumb .icon_box img {
  width: 14px;
  height: 14px;
}

.main .breadcrumb .txt_box {
  float: left;
  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #323130;
}

/* 列表 */
.main .list_wrapper {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 22px;
  /* 清除浮动 */
  overflow: hidden;
}

.main .list_wrapper .left_box {
  float: left;
  width: 881px;
  min-height: 724px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 0 24px 0 24px;
  overflow: hidden;
}

.main .list_wrapper .left_box .item_block {
  margin-bottom: 30px;
}

.main .list_wrapper .left_box .item_block .item_block_top {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */

  border-bottom: 1px solid #ececec;
  padding-bottom: 14px;
  /* 清除浮动 */
  overflow: hidden;
}

.main .list_wrapper .left_box .item_block .title {
  float: left;
  font-size: 21px;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #ca480e;
}

.main .list_wrapper .left_box .item_block .more {
  float: right;
  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #cd5726;
  cursor: pointer;
}

.main .list_wrapper .left_box .item_block .item_block_content {
  font-size: 16px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #2d2d2c;
  line-height: 35px;
  padding-top: 14px;
}


.main .list_wrapper .left_box .item_block .item_block_content ul li {
  position: relative;
  padding-left: 20px;
  /*width: 100%;*/
  /* 清除浮动 */
  overflow: hidden;
  margin-bottom: 4px;
}

.main .list_wrapper .left_box .item_block .item_block_content ul li a {
  display: block;
  width: 700px !important;
  float: left;
}

.main .list_wrapper .left_box .item_block .item_block_content ul li span {
  float: right;
  color: #9e9e9e;
}


.main .list_wrapper .left_box .item_block .item_block_content ul li a:hover {
  color: #ff0000;
}

.main .list_wrapper .left_box .item_block .item_block_content ul li:hover::before {
  background-color: #ff0000;
}

.main .list_wrapper .left_box .item_block .item_block_content ul li::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #c8c8c8;
  border-radius: 50%;
}




.main .list_wrapper .right_box {
  width: 302px;
  float: right;
}

/* 阳光直通车 */
.main .list_wrapper .right_box .sun_ztc {
  width: 100%;
  min-height: 420px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #e8e8e8;
  margin-bottom: 16px;
}

.main .list_wrapper .right_box .sun_ztc .sun_ztc_top {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 18px;
  margin-bottom: 6px;

  /* 清除浮动 */
  overflow: hidden;
}

.main .list_wrapper .right_box .sun_ztc .sun_ztc_top .icon {
  float: left;
  width: 124px;
  height: 28px;
}

.main .list_wrapper .right_box .sun_ztc .sun_ztc_top .txt {
  float: right;
  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #cd5726;
  cursor: pointer;
  padding-top: 8px;
}


.main .list_wrapper .right_box .sun_ztc .sun_ztc_box {
  /* display: flex; */
  /* justify-content: space-between; */
  font-size: 12px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #2d2d2c;
  line-height: 26px;
  overflow: hidden;
}

.main .list_wrapper .right_box .sun_ztc .sun_ztc_box ul {
  float: left;
  /* margin-right: 10px; */
}

.main .list_wrapper .right_box .sun_ztc .sun_ztc_box ul li a:hover {
  color: #ff0000;
}




.main .list_wrapper .right_box .sun_ztc .sun_ztc_box ul li {
  float: left;
  width: 48%;
  text-align: left;
}

.main .list_wrapper .right_box .sun_ztc .sun_ztc_box ul li:nth-child(2n 1) {
  margin-right: 4%;
}


/* 特别推荐 */
.main .list_wrapper .right_box .special_recommend {
  width: 100%;
  height: 222px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_top {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */

  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  margin-bottom: 4px;
  /* 清除浮动 */
  overflow: hidden;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_top .title {
  float: left;
  font-size: 19px;
  font-family: microsoft yahei;
  font-weight: bold;
  color: #332b28;
  padding-top: 10px;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_top .more {
  float: right;
  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #cd5726;
  padding-top: 14px;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box {
  /* display: flex; */
  /* justify-content: space-between; */
  font-size: 12px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 35px;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box ul {
  float: left;
  /* margin-right: 8px; */
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box ul li {
  position: relative;
  padding-left: 10px;
  width: 134px;
  float: left;
  margin-left: 5px;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box ul li:nth-child(2n) {
  margin-right: 0;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box ul li a:hover {
  color: #ff0000;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box ul li:hover::after {
  background-color: #ff0000;
}

.main .list_wrapper .right_box .special_recommend .special_recommend_box ul li::after {
  position: absolute;
  top: 16px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  background: #c7c7c7;
  border-radius: 50%;
}



/* 页尾 */
.footer {
  width: 100%;
  height: 140px;
  background-color: #333130;
}

.footer .center_box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;


  font-size: 14px;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #938c86;


  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */

  padding-top: 40px;
}

.footer .center_box p:nth-child(1) {
  margin-bottom: 20px;
}