.w33 {
  width: calc(33.333% - 15px);
}
.banner {
  width: 100%;
  height: 22vw;
  background-color: #8dc8f1;
}
.banner  .dtjt8_div_img img {
    display: block;
    width: 100%;
    height: 22vw;
}
.banner  .dtjt8_div_img .number {
    position: absolute;
    right: 50%;
    bottom: 1vw;
    transform: translateX(50%);
}
.banner .dtjt8_div_img .number .nomal{
  width: 14px;
  height: 14px;
  line-height: 16px;
  display: block;
  text-align: center;
  opacity: 1;
  background: #fff;
  float: left;
  color: rgba(0, 0, 0, 0);
  margin-right: 5px;
  border: none;
  border-radius: 50%;
  font-size: 12px;
  TEXT-DECORATION: none;
}
.banner .dtjt8_div_img .number .current {
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
  opacity: 1;
  background: #0871bb;
  float: left;
  color: rgba(0, 0, 0, 0);
  margin-right: 5px;
  border: none;
  border-radius: 50%;
  font-size: 12px;
  TEXT-DECORATION: none;
}
.banner .dtjt8_div_img .number .current {
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
  opacity: 1;
  background: #0871bb;
  float: left;
  color: rgba(0, 0, 0, 0);
  margin-right: 5px;
  border: none;
  border-radius: 50%;
  font-size: 12px;
  TEXT-DECORATION: none;
}



.title {
  padding-bottom: 15px;
  border-bottom: solid 1px #dddddd;
}
.title .title_name {
  float: left;
  font-size: 20px;
  font-weight: bolder;
  line-height: 24px;
  color: #00367c;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.teachers .title .title_name {
  background-image: url(../img/icon_01.png);
}
.notice .title .title_name {
  background-image: url(../img/icon_02.png);
}


.djgz .title .title_name {
  background-image: url(../img/icon_03.png);
}
.lzgz .title .title_name {
  background-image: url(../img/icon_04.png);
}
.zcfg .title .title_name {
  background-image: url(../img/icon_05.png);
}

.gzzd .title .title_name {
  background-image: url(../img/icon_06.png);
}
.zlxz .title .title_name {
  background-image: url(../img/icon_07.png);
}
.yqlj .title .title_name {
  background-image: url(../img/icon_08.png);
}

.title .title_more {
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-right: 15px;
  position: relative;
}
.title .title_more::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/more_icon.png) no-repeat;
  background-position: center;
  background-size: 75%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common_list {
  margin-top: 14px;
}
.common_list li {
  height: 44px;
  border-bottom: 1px dashed #ddd;
}
.common_list li a {
  float: left;
  width: calc(100% - 80px);
  height: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 43px;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
.common_list li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ffcc00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common_list li span {
  width: 80px;
  float: right;
  line-height: 43px;
  font-size: 14px;
  color: #999999;
  text-align: right;
}
.common_list li:hover {
  color: #00367c;
}


.news_pic {
  width: 380px;
  height: 295px;
  background-color: #003f6b;
}
.news_pic .dtjt9_div_img {
  position: relative;
  overflow: hidden;
  height: 295px;
  width: 100%;
}
.news_pic .dtjt9_div_img img {
  display: block;
  width: 100%;
  height: 295px;
}
.news_pic  .dtjt9_div_img .number {
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 100;
}
.news_pic  .dtjt9_div_text {
  width: 100%;
  text-align: left;
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 99;
}
.news_pic  .dtjt9_div_text .dtjt9_div_text_title {
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  height: 35px;
}
.news_pic .dtjt9_div_text a:link,
.news_pic .dtjt9_div_text a:link,
.news_pic .dtjt9_div_text a:visited {
  font-size: 12px;
  font-weight: inherit;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}



.teachers_list {
  margin-top: 20px;
}
.teachers_list li {
  height: 33px;
}
.teachers_list li>a {
  float: left;
  width: calc(100% - 50px);
  height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 33px;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
.teachers_list li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.teachers_list li p {
  height: 63px;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.teachers_list li span {
  width: 50px;
  float: right;
  line-height: 33px;
  font-size: 14px;
  color: #999999;
  text-align: right;
}
.teachers_list li:first-child {
  height: auto;
  margin-bottom: 13px;
}
.teachers_list li:first-child>a {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.teachers_list li:first-child a::before {
  display: none;
}
.teachers_list li:first-child p {
  display: -webkit-box;
}
.teachers_list li:first-child span {
  display: none;
}
.teachers_list li:hover a {
  color: #00367c;
}
.notice_list {
  margin-top: 10px;
}
.notice_list li {
  padding: 14px 0;
}
.notice_list li .date {
  width: 75px;
  float: left;
  border-right: 1px solid #ddd;
}
.notice_list li .date .day,
.notice_list li .date .month {
  text-align: center;
}
.notice_list li .date .day {
  font-size: 20px;
  color: #00367c;
  line-height: 1;
  font-weight: bold;
}
.notice_list li .date .month {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.notice_list li a {
  float: left;
  width: calc(100% - 75px);
  height: 34px;
  font-size: 14px;
  line-height: 17px;
  padding-left: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice_list li:hover {
  background-color: #eeeeee;
}
.notice_list li:hover a {
  color: #00367c;
}
.link_list {
  margin-top: 20px;
}
.link_list li {
  margin-bottom: 10px;
}
.link_list li a {
  display: block;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1250px) {
  .news_pic {
    width: calc(50% - 15px);
  }
  .teachers {
    width: calc(50% - 15px);
  }
  .notice {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .djgz,
  .lzgz,
  .zcfg,
  .gzzd,
  .zlxz,
  .yqlj {
    width: 100%;
  }
  .lzgz,
  .zcfg,
  .zlxz,
  .yqlj {
    margin-left: 0px;
    margin-top: 50px;
  }
  .link_list li a {
    height: 13vw;
  }
}
@media (max-width: 768px) {
  .news_pic {
    width: 100%;
  }
  .teachers {
    margin-left: 0px;
    margin-top: 50px;
    width: 100%;
  }
}
