.banner {
  width: 100%;
  height: 273px;
  background: url(../img/banner_list.png) center top no-repeat;
  background-size: 1920px 273px;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
}

.flex {
  display: flex;
}

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

.top_left span,
.top_right span,
.top_right a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #637d8e;
  margin-top: 9px;
}

.kechuan_logo {
  width: 263px;
  display: block;
  margin-top: 50px;
}

nav {
  width: 100%;
  height: 59px;
  background: #0a2d6b;
}

nav > ul {
  width: 1200px;
  height: 59px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

nav > ul > li {
  width: 120px;
  height: 59px;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  position: relative;
}

nav > ul > li a {
  display: block;
  color: #fff;
}

/* nav > ul > li.on {
  background: rgba(88, 129, 202, 0.54);
} */

/* nav > ul > li:hover a {
  background: rgba(88, 129, 202, 0.54);
} */

nav > ul > li .sub_nav {
  display: none;
  width: 218px;
  height: 297px;
  position: absolute;
  padding-top: 110px;
  top: 52px;
  left: -45px;
  background-size: cover;
}

nav > ul > li .sub_nav > li {
  line-height: 39px;
}

nav > ul > li .sub_nav.xxgk_sub {
  background: url(https://www.humc.edu.cn/uploads/gb/img/nav_xxgk_bg_1.png)
    no-repeat center center;
  height: 335px;
  padding-top: 128px !important;
}

nav > ul > li .sub_nav.jxky_sub {
  background: url(https://www.humc.edu.cn/uploads/gb/img/nav_jxky_bg_1.png)
    no-repeat center center;
  height: 250px;
  padding-top: 128px !important;
}

nav > ul > li .sub_nav.zsjy_sub {
  background: url(https://www.humc.edu.cn/uploads/gb/img/nav_zsjy_bg_1.png)
    no-repeat center center;
  height: 290px;
  padding-top: 128px !important;
}

nav > ul > li .sub_nav.ggfw_sub {
  height: 448px;
  background: url(https://www.humc.edu.cn/uploads/gb/img/nav_ggfw_bg_1.png)
    no-repeat center center;
  padding-top: 128px !important;
}

.crumb {
  width: 100%;
  height: 45px;
  background: #f9f9f9;
  line-height: 45px;
  color: #666;
  font-size: 15px;
}
.crumb a {
  display: inline-block;
  color: #666;
}

.crumb span {
  margin: 0 5px;
}

.crumb a:last-child {
  color: #0a2d6b;
}

.main,
.detail_box {
  width: 1200px;
  padding: 15px 0;
  border: 1px solid #e2e1e1;
  margin: 30px auto;
}

.main ul {
  width: 1150px;
  margin: 0 auto;
}

#pageArea {
  width: 345px !important;
}

#pageArea span {
  margin: 0 3px !important;
}

.main ul li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: url(../img/line.png) left center no-repeat;
  padding-left: 20px;
}

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

.main ul li a {
  color: #000;
  float: left;
}

.list_time {
  float: right;
}

hr {
  border-bottom: 1px solid #e9e9e9;
}

.footer_box {
  min-width: auto !important;
}

.detail_info {
  width: 1060px;
  margin: 0 auto;
}

.detail_info h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0a2d6b;
  text-align: center;
  margin-top: 20px;
}

.jct {
  justify-content: center;
}

.detal_type span {
  margin: 20px 25px 13px;
  color: #999;
  font-size: 14px;
}

.detail_line {
  width: 1060px;
  height: 7px;
  background: url(../img/detail_line.png) center top no-repeat;
}

.detail_con {
  font-size: 16px;
  line-height: 35px;
  margin-top: 30px;
}

.detail_con p {
  margin-bottom: 20px;
}

.detail_con img {
  max-width: 100%;
  margin: 0 auto;
}
