@import url("../../style/common.css");

.banner {
  margin-top: 1rem;
  /*height: 412px;*/
  overflow: hidden; }
  .banner img {
    width: 100%;
    /*height: 100%;*/
    display: block; }

.news-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px; }
  .news-container .map-title {
    display: flex; display: -ms-flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px; }
    .news-container .map-title:before {
      content: '';
      position: absolute;
      display: inline-block;
      left: calc(50% - (135px / 2));
      top: -25px;
      width: 135px;
      height: 39px;
      background: url(../images/xwzx_icon_1.png) center no-repeat;
      background-size: cover; }
    .news-container .map-title i {
      flex: 1;
      height: 1px;
      background-color: #F0F0F0; }
    .news-container .map-title span {
      font-size: 26px;
      font-family: FZY3K--GBK1-0;
      font-weight: bold;
      color: #333333;
      margin: 0 34px; }
  .news-container .news-list .news-item {
    padding: 17px 0;
    display: flex; display: -ms-flex;
    border-bottom: 1px solid #F0F0F0; }
    .news-container .news-list .news-item .news-item-img {
      width: 206px;
      height: 137px;
      cursor: pointer; }
    .news-container .news-list .news-item .news-item-right {
      flex: 1;
      padding: 5px 0;
      margin-left: 17px;
      display: flex; display: -ms-flex;
      flex-direction: column;
      justify-content: space-between; }
      .news-container .news-list .news-item .news-item-right .title {
        display: flex; display: -ms-flex;
        align-items: center;
        justify-content: space-between; }
        .news-container .news-list .news-item .news-item-right .title span {
          font-family: FZY3K--GBK1-0;
          font-weight: 400;
          color: #333333;
          font-size: 17px; }
          .news-container .news-list .news-item .news-item-right .title span:last-child {
            font-size: 12px; }
      .news-container .news-list .news-item .news-item-right .content {
        font-size: 12px;
        font-family: FZY3K--GBK1-0;
        font-weight: 400;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .news-container .news-list .news-item .news-item-right .details {
        width: 86px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background-color: #FF6801;
        font-size: 12px;
        font-family: FZY3K--GBK1-0;
        font-weight: 400;
        color: #FFFFFF;
        border-radius: 5px; }
