.top-container {
  width: 100%;
  height: 360px; }

.news-box {
  margin-top: 60px;
  margin-bottom: 100px; }
  .news-box .crosswise .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8ecf3;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px; }
    .news-box .crosswise .item .hover-img {
      height: 290px; }
    .news-box .crosswise .item .news-title {
      margin: 20px 10px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      color: #222227; }
    .news-box .crosswise .item .synopsis {
      margin: 10px 10px 20px;
      color: #a1a5ab;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .news-box .news-list .news-item,
  .news-box .news-list .news-item {
    height: 72px;
    overflow: hidden;
    margin-bottom: 40px; }
    .news-box .news-list .news-item:hover .time,
    .news-box .news-list .news-item:hover .time {
      background-color: #174086;
      color: #ffffff; }
      .news-box .news-list .news-item:hover .time p,
      .news-box .news-list .news-item:hover .time p {
        opacity: 0.5; }
      .news-box .news-list .news-item:hover .time .day,
      .news-box .news-list .news-item:hover .time .day {
        color: #ffffff;
        opacity: 1; }
    .news-box .news-list .news-item:hover .news-info .title,
    .news-box .news-list .news-item:hover .news-info .title {
      color: #d69113; }
    .news-box .news-list .news-item .time,
    .news-box .news-list .news-item .time {
      flex-shrink: 0;
      width: 72px;
      height: 72px;
      background: #f1f4f9;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #a1a5ab;
      font-size: 14px;
      flex-direction: column; }
      .news-box .news-list .news-item .time .day,
      .news-box .news-list .news-item .time .day {
        font-size: 18px;
        color: #19448e;
        font-weight: bold;
        margin-bottom: 5px; }
    .news-box .news-list .news-item .news-info,
    .news-box .news-list .news-item .news-info {
      margin-left: 20px;
      flex: 1;
      overflow: hidden; }
      .news-box .news-list .news-item .news-info .title,
      .news-box .news-list .news-item .news-info .title {
        font-size: 16px;
        color: #232328;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news-box .news-list .news-item .news-info .intro,
      .news-box .news-list .news-item .news-info .intro {
        margin-top: 10px;
        font-size: 14px;
        color: #a6aab1; }
  .news-box .news-list .news-item-active .time {
    background: #174086;
    color: #ffffff; }
    .news-box .news-list .news-item-active .time p {
      opacity: 0.5; }
    .news-box .news-list .news-item-active .time .day {
      opacity: 1;
      color: #ffffff; }
