@charset "UTF-8";
/*
*   新闻详情
*/
.location {
  width: 100%;
}

.location .locationWrap {
  width: 1440px;
  margin: 31px auto 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #E5E5E5;
  color: #999999;
}

.location .locationWrap a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-right: 7px;
}

.location .locationWrap a:first-child + a {
  color: #C13939;
}

.search {
  width: 100%;
  background-image: url("../images/pages/news/banner1.jpg");
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pages/news/banner1.jpg", sizingMethod='scale');
  height: 246px;
}

.search .searchWrap {
  width: 872px;
  margin: 0 auto;
}

.search .searchWrap .yichenNews {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  padding-top: 52px;
}

.search .searchWrap .searchInput {
  padding-top: 37px;
  position: relative;
}

.search .searchWrap .searchInput input {
  border: 0;
  padding: 21px 28px 21px 43px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  width: 100%;
}

.search .searchWrap .searchInput .searchButton {
  width: 63px;
  height: 24px;
  position: absolute;
  border-left: 1px solid #000000;
  right: -40px;
  top: 57px;
}

.search .searchWrap .searchInput .searchButton img {
  width: 24px;
  height: 24px;
  padding-left: 39px;
}

.search .searchWrap .heatKey {
  padding-top: 11px;
}

.search .searchWrap .heatKey span {
  width: 70px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-right: 30px;
}

.search .searchWrap .heatKey span a {
  color: #FFFFFF;
}

.newsContent {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 80px;
}

.newsContent .contentWrap {
  width: 1200px;
  margin: auto;
}

.newsContent .contentWrap .newsImage {
  width: 100%;
}

.newsContent .contentWrap .newsImage img {
  width: 100%;
}

.newsContent .contentWrap .newsTitle {
  font-size: 23px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-top: 32px;
}

.newsContent .contentWrap .categories {
  margin-top: 11px;
  height: 20px;
}

.newsContent .contentWrap .categories .cate {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #C13939;
  line-height: 16px;
}

.newsContent .contentWrap .categories .date {
  height: 100%;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  padding-left: 118px;
}

.newsContent .contentWrap .categories .date img {
  height: 100%;
  vertical-align: bottom;
  padding-right: 6px;
}

.newsContent .contentWrap .content {
  width: 100%;
}

.newsContent .contentWrap .content p {
  width: 100%;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 25px;
}

.newsContent .contentWrap .anotherNews {
  width: 100%;
  margin-top: 90px;
}

.newsContent .contentWrap .anotherNews .pre {
  display: block;
  float: left;
}

.newsContent .contentWrap .anotherNews .pre a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}

.newsContent .contentWrap .anotherNews .next {
  display: block;
  float: right;
}

.newsContent .contentWrap .anotherNews .next a {
  font-size: 14px;
  font-weight: 500;
  color: #C13939;
  line-height: 16px;
}

@media screen and (max-width: 1440px) {
  .search {
    width: 1440px;
  }
  .footer .footerWrap .footerRight .footerRightInput {
    border: 0;
  }
}
/*# sourceMappingURL=newsContent.css.map */