article {
  position: relative;
  overflow: hidden;
}
article .bg_head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
article .bg_head img {
  width: 100%;
}
article .bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
article .bg_bottom img {
  width: 100%;
}
article .content {
  position: relative;
  z-index: 1;
}
article .content .title {
  width: 100%;
  text-align: center;
}
article .content .combox {
  position: relative;
  padding: 30px 0 45px;
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
}
article .content .combox .comlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
article .content .combox .comlist li {
  margin-left: 10px;
  margin-bottom: 20px;
  width: 190px;
  height: 40px;
  border: 2px solid #b7c2f7;
  border-radius: 20px;
  cursor: pointer;
}
article .content .combox .comlist li:nth-of-type(6n+1) {
  margin-left: 0;
}
article .content .combox .comlist li:hover span {
  background-color: #7196d9;
}
article .content .combox .comlist li:hover span::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11px;
  width: 13px;
  height: 12px;
  background: url(../images/comlist_arrow.png) no-repeat;
  transform: translateX(-50%);
}
article .content .combox .comlist li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #424242;
  font-size: 16px;
  background-color: #eeeeee;
  border-radius: 20px;
}
article .content .combox .comlist .comlist-on span {
  background-color: #7196d9;
}
article .content .combox .comlist .comlist-on span::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11px;
  width: 13px;
  height: 12px;
  background: url(../images/comlist_arrow.png) no-repeat;
  transform: translateX(-50%);
}
article .content .combox .deplist-box {
  width: 100%;
}
article .content .combox .deplist-box .deplist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
article .content .combox .deplist-box .deplist li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-bottom: 10px;
  width: 233px;
  height: 74px;
  color: #424242;
  font-size: 16px;
  background-color: #eeeeee;
  cursor: pointer;
}
article .content .combox .deplist-box .deplist li:nth-of-type(5n+1) {
  margin-left: 0;
}
article .content .combox .deplist-box .deplist li:hover {
  background-color: #7196d9;
}
article .content .combox .deplist-box .deplist .deplist-on {
  background-color: #7196d9;
}
article .content .combox .jobox {
  margin-top: 40px;
  width: 100%;
}
article .content .combox .jobox .jobox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 135px;
  width: 100%;
  height: 66px;
  background: linear-gradient(#6669c5, #7195d9);
}
article .content .combox .jobox .jobox-head span {
  color: #ffffff;
  font-size: 16px;
}
article .content .combox .jobox .jobox-list-box {
  padding-left: 55px;
  padding-right: 55px;
}
article .content .combox .jobox .jobox-list-box .jobox-list li {
  border-bottom: 1px solid #88abab;
}
article .content .combox .jobox .jobox-list-box .jobox-list li .jobox-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
article .content .combox .jobox .jobox-list-box .jobox-list li .jobox-list-head span {
  color: #676cc6;
  font-size: 18px;
}
article .content .combox .jobox .jobox-list-box .jobox-list li .jobox-list-head div {
  display: flex;
  justify-content: space-between;
  width: 220px;
}
article .content .combox .jobox .jobox-list-box .jobox-list li .jobox-list-head div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 31px;
  color: #2da8b9;
  font-size: 18px;
  background-color: #e6e6e6;
  border-radius: 6px;
}
article .content .combox .jobox .jobox-list-box .jobox-list li .jobox-list-head div .detail {
  color: #fff;
  background-color: #676cc6;
}
article .content .combox .jobox .jobox-list-box .jobox-list li .jobox-list-bottom {
  display: none;
  padding: 12px 20px;
  margin-bottom: 15px;
  width: 100%;
  color: #030303;
  font-size: 16px;
  line-height: 28px;
  background-color: #eeeeee;
  border-radius: 15px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
}
.popup .popup-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup .popup-box .news-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 135px;
  width: 503px;
  height: 1037px;
  background: url(../images/index_lf.png) no-repeat;
}
.popup .popup-box .news-box .news {
  padding-right: 5px;
  margin: 0 auto;
  width: 410px;
  max-height: 850px;
  overflow-y: auto;
}
.popup .popup-box .news-box .news::-webkit-scrollbar {
  width: 4px;
  border-radius: 50px;
}
.popup .popup-box .news-box .news::-webkit-scrollbar-thumb {
  background: #1894e8;
  border-radius: 50px;
}
.popup .popup-box .news-box .news::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 50px;
}
.notice {
  width: 233px;
  cursor: pointer;
  z-index: 999;
}
.notice img {
  width: 100%;
}
