#banner {
  width: 100%;
  height: 463px;
  background-color: #f7f0e6; }
  #banner .img_wrapper {
    width: 100%;
    height: 100%;
    background-image: url("../img/30.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 750px) {
  #banner {
    height: 4.63rem; } }
#news {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 40px;
  text-align: center; }
  #news .title {
    text-align: center;
    height: 140px; }
    #news .title p:nth-of-type(1) {
      font-size: 30px;
      font-family: "triu";
      line-height: 30px;
      margin-top: 38px;
      display: inline-block; }
    #news .title p:nth-of-type(2) {
      color: #4d4d4d;
      font-size: 20px;
      line-height: 20px;
      margin-top: 14px; }
  #news .item {
    display: flex;
    justify-content: center; }
    #news .item li {
      width: 154px;
      height: 38px;
      border: 1px solid #d9d9d9;
      line-height: 38px;
      text-align: center;
      margin: 0 17px;
      font-size: 0;
      position: relative; }
      #news .item li:after {
        display: inline-block;
        content: "";
        border: 5px solid transparent;
        border-top: 11px solid transparent;
        margin-top: -20px;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%); }
      #news .item li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #4d4d4d;
        font-size: 14px; }
    #news .item li.active {
      background-color: #c0a57b; }
      #news .item li.active:after {
        border-top: 11px solid #c0a57b; }
      #news .item li.active a {
        color: #fff; }
  #news .list_item {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    flex-wrap: wrap; }
    #news .list_item li {
      width: 31.4%;
      height: auto;
      overflow: hidden;
      position: relative;
      text-align: left;
      font-size: 0;
      margin-bottom: 40px; }
      #news .list_item li a {
        width: 100%;
        display: inline-block;
        overflow: hidden; }
        #news .list_item li a .img_wrapper {
          background-color: #f7f0e6; }
          #news .list_item li a .img_wrapper img {
            width: 100%;
            transition: transform .5s ease-out; }
            #news .list_item li a .img_wrapper img:hover {
              transform: scale(1.1); }
        #news .list_item li a .shadow {
          position: absolute;
          width: 100%;
          height: 48px;
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff;
          bottom: 0;
          line-height: 48px;
          box-sizing: border-box;
          padding: 0 18px;
          font-size: 16px; }
          #news .list_item li a .shadow span {
            float: right; }

@media screen and (max-width: 1220px) {
  #news .list_item {
    width: 100%; }
    #news .list_item li {
      margin-bottom: 30px; } }
@media screen and (max-width: 750px) {
  #news .list_item li {
    margin-bottom: .4rem;
    width: 48%; }
    #news .list_item li a .shadow {
      font-size: .2rem;
      height: .7rem;
      line-height: .7rem;
      padding: 0 .1rem; }
      #news .list_item li a .shadow span {
        display: none;
        overflow: hidden;
        text-overflow: ellipsis; } }

/*# sourceMappingURL=news.css.map */
