body {
  background-color: #f9f9f9;
}

/* banner  */
.banner {
  width: 100%;
  height: 250px;
}

.banner img {
  width: 100%;
  height: 100%;
}

/*   */
.callBack {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
}

.callBack li {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.callBack li img {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}

.callBack li:nth-child(2n) {
  margin: 0 15px;
}

.callBack li a {
  color: #999;
}

/*  */
.dep_min {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.dep_min .hd {
  width: 100%;
  background-color: #fff;
}

.dep_min .hd h3 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  padding: 0 28px;
  box-sizing: border-box;
  background: radial-gradient(circle, #2D66A5, #4086CB);
  border-radius: 4px 4px 0px 0px;
  margin: 0;
}

.dep_min .hd .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 28px;
  box-sizing: border-box;
}

.dep_min .hd .item span {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}

.dep_min .hd .item:hover span {
  color: #326CA1;
}

.dep_min .hd .current span {
  color: #326CA1;
}

.dep_min .bd {
  width: 100%;
  padding: 48px 40px;
  box-sizing: border-box;
  background-color: #fff;
}

.dep_min .bd .list {
  width: 100%;
  display: none;
}

.dep_min .bd .tit h3 {
  font-size: 30px;
  font-weight: 800;
  color: #015293;
  margin-bottom: 20px;
}

.dep_min .bd .tit p {
  color: #666;
}

.dep_min .bd .tit span {
  display: inline-block;
  font-size: 24px;
  color: #dedede;
  margin-bottom: 44px;
}

.dep_min .bd .nr img {
  width: 100%;
  margin-bottom: 33px;
}

.dep_min .bd .nr p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 2;
}

.dep_min .bd .nr p {
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 30px !important;
  text-indent: 32px !important;
  margin-bottom: 20px !important;
}

.dep_min .bd .nr span {
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 30px !important;
  text-indent: 32px !important;
  margin-bottom: 20px !important;
}

.dep_min .bd .list_box {
  position: relative;
  width: 100%;
  height: 124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dep_min .bd .list_box img {
  width: 253px;
  height: 169px;
}

.dep_min .bd .list_box .zt {
  width: 100%;
}

.dep_min .bd .list_box .zt h4 {
  font-weight: 500;
  color: #015293;
  margin-top: 0;
  margin-bottom: 29px;
}

.dep_min .bd .list_box .zt p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dep_min .bd .list_box .time {
  position: absolute;
  right: 23px;
  bottom: 0;
  font-size: 14px;
  color: #999;
  font-weight: 500px;
}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 50px;
  }
  .dep_min .bd {
    padding: 48px 28px;
  }
}