@charset "utf-8";
.cwTeXMing {
  font-family: 'cwTeXMing', serif;
}
.TimesNewRoman {
  font-family: 'Times New Roman';
}
article {
  position: relative;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 640px) {
  article {
    padding: 150px 0 0 0;
  }
}
article .news_list {
  width: 1000px;
  position: relative;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1100px) {
  article .news_list {
    width: 90%;
  }
}
article .news_list h4.title {
  width: 450px;
  margin: 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  article .news_list h4.title {
    width: 90%;
  }
}
article .news_list h4.title img {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  article .news_list h4.title img {
    display: none;
  }
}
article .news_list h4.title span {
  position: absolute;
  left: 0px;
  top: 28px;
  background: #000;
  color: #FFF;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  letter-spacing: 5px;
  padding: 5px 15px;
}
@media only screen and (max-width: 640px) {
  article .news_list h4.title span {
    position: relative;
    top: 0px;
    display: inline-block;
    margin: 0 0 10px;
  }
}
article .news_list .news_list_box {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  article .news_list .news_list_box {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  article .news_list .news_list_box {
    width: 100%;
  }
}
article .news_list .news_list_box .item {
  position: relative;
  display: block;
  margin: 0 0 30px;
}
@media only screen and (max-width: 900px) {
  article .news_list .news_list_box .item {
    margin: 0 0 50px;
  }
}
article .news_list .news_list_box .item .img {
  float: left;
  width: 500px;
}
@media only screen and (max-width: 1100px) {
  article .news_list .news_list_box .item .img {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  article .news_list .news_list_box .item .img {
    width: 500px;
  }
}
@media only screen and (max-width: 640px) {
  article .news_list .news_list_box .item .img {
    width: 100%;
  }
}
article .news_list .news_list_box .item .img img {
  width: 100%;
}
article .news_list .news_list_box .item .info {
  float: left;
  width: 460px;
  padding: 0 20px;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 1100px) {
  article .news_list .news_list_box .item .info {
    margin: 20px 0 0 0;
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 900px) {
  article .news_list .news_list_box .item .info {
    width: 460px;
  }
}
@media only screen and (max-width: 640px) {
  article .news_list .news_list_box .item .info {
    width: 100%;
    padding: 0;
  }
}
article .news_list .news_list_box .item .info h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
article .news_list .news_list_box .item .info h5 span {
  font-size: 12px;
  font-weight: bold;
}
article .news_list .news_list_box .item .info h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
article .news_list .news_list_box .item .info p {
  font-size: 14px;
  margin: 0 0 20px;
}
article .news_list .news_list_box .item .info a {
  color: #e60012;
  display: inline-block;
  text-align: center;
  border: solid 1px #e60012;
  width: 60px;
  height: 25px;
  line-height: 25px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  article .news_list .news_list_box .item .info a {
    width: 100%;
  }
}
article .news_list .news_list_box .item .info a span {
  position: absolute;
  z-index: 1;
  color: #e60012;
  width: 100%;
  left: 0;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
article .news_list .news_list_box .item .info a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #e60012;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 641px) {
  article .news_list .news_list_box .item .info a:hover span {
    color: #FFF;
  }
  article .news_list .news_list_box .item .info a:hover:before {
    width: 100%;
  }
}
article .news_list .news_list_box .item:after {
  content: "";
  clear: both;
  display: block;
}
