.w33 {
  width: calc(33.333% - 20px);
}

.w33 + .w33 {
  margin-left: 30px;
}
.bg {
  background: #f7f8fa;
  padding-top: 30px;
  padding-bottom: 40px;
}
.banner {
  width: 100%;
  height: 25vw;
  background-color: #8dc8f1;
}
.banner  .dtjt8_div_img img {
    display: block;
    width: 100%;
    height: 25vw;
}
.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: 8px;
  border-bottom: solid 1px #dddddd;
}
.title .title_name {
  float: left;
}
.title .title_name .zh {
  float: left;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  padding-right: 8px;
  font-weight: bold;
}
.title .title_name .en {
  float: left;
  font-size: 16px;
  line-height: 18px;
  color: #0075c7;
  opacity: 0.5;
  padding-left: 8px;
  border-left: 1px solid #ddd;
}
.title .title_more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding-right: 30px;
  position: relative;
  background: url(../img/more_icon.png) no-repeat;
  background-position: right center;
}
.common_list li {
  height: 50px;
  border-bottom: 1px solid #ddd;
}
.common_list li a {
  float: left;
  width: calc(100% - 80px);
  height: 49px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 49px;
  font-size: 14px;
}
.common_list li span {
  width: 80px;
  float: right;
  line-height: 49px;
  font-size: 14px;
  color: #999999;
  text-align: right;
}
.common_list li:hover {
  color: #003f6b;
}


.news_pic {
    width: 446px;
    height: 255px;
    background-color: #003f6b;
    margin-top: 20px;
    background-color: #003f6b;
}
.news_pic .dtjt9_div_img {
    position: relative;
    overflow: hidden;
    height: 255px;
    width: 100%;
}
.news_pic .dtjt9_div_img img {
    display: block;
    width: 100%;
    height: 255px;
object-fit:cover;
}
.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;
}


.news {
  width: calc(66.666% - 10px);
}
.news_list {
  float: right;
  width: calc(100% - 476px);
}
.news_list li {
  margin-top: 15px;
}
.news_list li span {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #dddddd;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #666666;
}
.news_list li a {
  float: left;
  width: calc(100% - 50px);
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  margin-left: 10px;
}

.news_list li:hover a{
  color: #003f6b;
font-weight:bold;
}

.news_list li:hover > span{
  background-color: #003f6b;
  color: #fff;
}
.notice_list{
  min-height: 260px;
}

.notice_list li {
  margin-top: 18px;
}
.notice_list li a {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice_list li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 0px;
  top: 5px;
}
.notice_list li span {
  display: block;
  font-size: 14px;
  padding-left: 15px;
  line-height: 1;
  color: #999999;
}

.notice_list li:hover a{
  color: #003f6b;
font-weight:bold;
}
@media (max-width: 1250px) {
  .news {
    width: 100%;
  }
  .notice.w33 {
    margin-top: 40px;
    width: 100%;
margin-left:0;
  }
}
@media (max-width: 992px) {
  .w33 {
    width: calc(50% - 15px);
  }
  .w33.fr {
    width: 100%;
    margin-top: 40px;
  }
.w33:nth-of-type(2n-1){
margin-left:0;
}
}
@media (max-width: 768px) {
  .w33 {
    width: 100%;
  }
  .w33.fl.ml30 {
    margin-left: 0;
    margin-top: 40px;
  }
.notice.w33{
margin-left: 0;
    margin-top: 40px;
}
  .news_pic {
    width: 100%;
  }
  .news_list {
    width: 100%;
    margin-top: 40px;
  }
}
