.banner_news {
  width: 100%;
  height: 150px;
  background: url("../images/banner_news.jpg") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start; }
  .banner_news p {
    font-size: 0.1875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF; }

.crumbs {
  width: 100%;
  height: 30px;
  background: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start; }
  .crumbs .crumbsMain {
    width: 7.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start; }
    .crumbs .crumbsMain p {
      font-size: 0.0729166667rem;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666; }

.pageMain {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  .pageMain p {
    font-size: 0.09375rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.140625rem; }
  .pageMain p.title {
    font-size: 0.125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1A5599;
    line-height: 0.140625rem;
    padding-top: 0.25rem; }
  .pageMain p.desc {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    margin-left: 10px; }

.pageMainList {
  width: 90%;
  height: 123px;
  background: #FFFFFF;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  cursor: pointer;
  padding-top: 15px;
  border-bottom: 1px solid #e6e6e6; }
  .pageMainList .pageMainListl {
    width: 110px;
    height: 93px;
    background: #000000; }
  .pageMainList .pageMainListr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    margin-left: 10px;
    height: 100%;
    position: relative;
    width: calc(100% - 110px); }
    .pageMainList .pageMainListr .pageMainListrTop {
      display: flex;
      width: 100%;
      height: 30px;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: flex-start; }
    .pageMainList .pageMainListr .date {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #1A5599; }
    .pageMainList .pageMainListr .title {
      font-size: 0.125rem;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #333333; }
    .pageMainList .pageMainListr .desc {
      font-size: 12px;
      font-weight: 400;
      color: #333333;
      width: 100%;
      line-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }

.pageMainList:hover {
  box-shadow: 0px 0px 20px 0px rgba(38, 38, 38, 0.2); }

.pageMainList2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-content: flex-start; }

.newDetail {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start; }
  .newDetail .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-top: 20px; }
  .newDetail .date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 84%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A5599; }
  .newDetail .img {
    width: 84%;
    height: 225px;
    background: #000000;
    margin-top: 15px; }
  .newDetail .newDetailDesc {
    width: 84%;
    margin: auto;
    margin-top: 20px; }
    .newDetail .newDetailDesc p {
      font-size: 15px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #333333;
      line-height: 23px; }

/*# sourceMappingURL=newsdetail.css.map */
