.banner-wrap {
  height: 640px;
  width: 100%;
  background: url("https://ysxapp.oss-cn-beijing.aliyuncs.com/a/banner44.png") no-repeat center center;
  background-size: cover; }

.nav-list {
  width: 366px;
  margin: 0 auto; }
  .nav-list .nav-item {
    width: 161px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 20px;
    color: #666;
    font-size: 18px;
    transition: all 0.2s ease-in;
    cursor: pointer; }
    .nav-list .nav-item a {
      color: #666;
      width: 100%;
      height: 100%;
      display: inline-block; }
    .nav-list .nav-item:first-child {
      margin-right: 40px; }
    .nav-list .nav-item.active {
      background-color: #FF9A22;
      border: 1px solid #FF9A22;
      color: #fff;
      font-weight: bold;
      font-size: 18px; }
      .nav-list .nav-item.active a {
        color: #fff; }

.news-list .news-item {
  margin-top: 69px; }
  .news-list .news-item .date-wrap {
    text-align: center;
    height: 95px;
    width: 95px;
    border-radius: 2px;
    box-shadow: 0 0 5px 1px #eee;
    position: relative;
    margin-right: 30px; }
    .news-list .news-item .date-wrap .top_mask {
      z-index: 2;
      background-color: #fff; }
    .news-list .news-item .date-wrap .mask {
      position: absolute;
      height: 95px;
      width: 95px;
      right: -5px;
      bottom: -5px;
      background-color: #FF9A22;
      opacity: 0.7;
      z-index: 1; }
    .news-list .news-item .date-wrap em.day {
      font-size: 36px;
      font-weight: bold;
      color: #666;
      display: block; }
    .news-list .news-item .date-wrap span.date {
      font-size: 16px;
      color: #FF9A22; }
  .news-list .news-item .txt-wrap {
    width: 1018px; }
    .news-list .news-item .txt-wrap h3.tit {
      font-size: 24px;
      font-weight: bold; }
    .news-list .news-item .txt-wrap .desc-wrap {
      margin-top: 5px; }
      .news-list .news-item .txt-wrap .desc-wrap .desc {
        font-size: 18px;
        line-height: 32px;
        display: inline; }
      .news-list .news-item .txt-wrap .desc-wrap em a {
        font-size: 20px;
        font-weight: bold;
        color: #FF9A22;
        cursor: pointer; }

/*# sourceMappingURL=newsList.css.map */
