/* 头部 */
.header {
  /* margin-bottom: 40px; */
}

.header .header_title_box {
  width: 100%;
  height: 157px;
  background-image: url('../../images/new/common/top_bg.png');
  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;
}

.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 .detail_wrapper {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 20px;

  /* 清除浮动 */
  overflow: hidden;
}

.main .detail_wrapper .left_box {
  float: left;
  width: 885px;
  /* min-height: 810px; */
  /* background: #FFFFFF; */
  /* border: 1px solid #E8E8E8; */
  /* padding: 0 20px 20px 20px; */
}

.main .detail_wrapper .left_box .txt_content {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  padding: 0 30px 20px 30px;
}

.main .detail_wrapper .left_box .txt_content .hd {
  /* height: 110px; */
  text-align: center;
  border-bottom: 1px solid #ECECEC;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main .detail_wrapper .left_box .txt_content .hd h1 {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: bold;
}

.main .detail_wrapper .left_box .txt_content .hd .titBar {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9E9E9E;
}

.main .detail_wrapper .left_box .txt_content .hd .titBar .info .infoCol .where {
  margin-left: 20px;
}

.main .detail_wrapper .left_box .txt_content .bd {
  padding-top: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #2b2b2b;

}

.main .detail_wrapper .left_box .txt_content .bd p {
  margin-bottom: 24px;
  text-align: justify;
}

.main .detail_wrapper .left_box .txt_content .bd table {
  margin: 0 auto;
  margin-bottom: 24px;
}

.main .detail_wrapper .right_box {
  float: right;
}

.main .detail_wrapper .right_box .recent_hot {
  width: 302px;
  height: 420px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  margin-bottom: 16px;
  padding: 20px;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_top {
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 18px;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_top .title {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #322A27;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box {}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot {
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 16px;
}


.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot:nth-child(-n+3) .left{
  background: #D14141;
  color: #FFFFFF;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot:nth-child(-n+3) .right{
  color: #ff0000;
}



.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot .left {
  float: left;

  width: 17px;
  height: 17px;

  text-align: center;
  line-height: 17px;
  background: #E5E5E5;
  border-radius: 3px;

  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;

  /* display: flex;
justify-content: center;
align-items: center; */
  margin-right: 12px;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot .rank_one {
  background: #D14141;
  color: #FFFFFF;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot .rank_two {
  background: #E26E07;
  color: #FFFFFF;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot .rank_three {
  background: #EBAF51;
  color: #FFFFFF;
}





.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot .right {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2C;
}

.main .detail_wrapper .right_box .recent_hot .recent_hot_box .item_hot .hot_style {
  color: #ff0000;
}




.main .detail_wrapper .right_box .gaokao_weibo {
  width: 302px;
  height: 374px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  padding-left: 14px;
}



/* 关注公众号 */
.main .detail_wrapper .left_box .focus_gzh {
  width: 883px;
  height: 139px;
  margin: 20px 0 20px 0;
  cursor: pointer;
}

.main .focus_gzh .gzh_img {
  width: 100%;
  height: 100%;
}


/* 相关阅读 */
.main .detail_wrapper .left_box .related_read {
  width: 883px;
}

.main .related_read .related_read_top {
  border-bottom: 1px solid #E1E1E1;
}


.main .related_read .related_read_top .title {
  width: 80px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #332B28;
  border-bottom: 4px solid #EF681F;
  padding-bottom: 20px;
}

.main .related_read .related_read_box {
  padding-top: 28px;
}


.main .related_read .related_read_box .item_bar {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 16px;

  /* 清除浮动 */
  overflow: hidden;
}

.main .related_read .related_read_box .item_bar .left {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D1D1D;
  width: 740px;
}

.main .related_read .related_read_box .item_bar .left a:hover {
  color: #ff0000;
}

.main .related_read .related_read_box .item_bar .right {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #818181;
}

/* 页尾 */
.footer {
  width: 100%;
  height: 200px;
  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;
}