body {
  background: #f4f4f4;
}
.list-container {
  display: flex;
  width: 1200px;
  margin: 0 auto 60px;
}

.list-container .left-container {
  width: 935px;
  margin-right: 15px;
  padding: 28px 20px;
  background: #fff;
}

.left-container .detai-nav {
  margin-top: 40px;
}

.left-container .detai-nav a {
  color: #666;
  font-size: 16px;
  padding: 20px 0;
  /* line-height: 60px; */
  /* height: 60px; */
  display: block;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
}

.left-container .detai-nav a:nth-child(1) {
  background-color: #F4F4F4;
}

.left-container .detai-nav a:nth-child(2) {
  background-color: #E8E8E8;
}

.left-container .detail-container .title {
  color: #1954A4;
  font-size: 31px;
  padding: 0 50px;
  text-align: center;
}

.left-container .detail-container .date-container {
  text-align: center;
  color: #555555;
  font-size: 20px;
  margin: 14px 0px;
}

.left-container .detail-container .content {
  font-size: 18px;
  line-height: 25px;
}

.left-container .detail-container .content .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 0px;
}

.left-container .detail-container .content .banner img {
  max-width: 100%;
  margin-bottom: 4px;
}

.left-container .detail-container .content .banner span {
  color: #666;
  font-size: 18px;
} 

.list-container .right-container {
  background: #fff;
  width: 250px;
  padding: 0 20px;
}

.new-list .new-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #333;
  font-size: 18px;
}

.new-list .new-item span:nth-child(1) {
  padding-left: 25px;
  position: relative;
}

.new-list .new-item span:nth-child(1)::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url(../images/right-icon.png) no-repeat center;
}

.new-list .new-item span:nth-child(2) {
  flex-shrink: 0;
}

.right-container {}
.right-container .btns-nav {
  width: 100%;
  height: 64px;
  background: #1954A4;
  line-height: 64px;
  color: #FFFFFF;
  font-size: 26px;
  padding-left: 20px;
  box-sizing: border-box;
}

.right-container .navs {
  /* padding: 0 10px; */
  margin-left: 12px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.right-container .navs a {
  display: block;
  width: 226px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #1954A4;
  background-color: #F2F2F2;
  margin-bottom: 12px;
  padding-left: 8px;
}

.right-container .news {
  padding: 20px 14px;
}

.right-container .news .hot-new-item {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  margin-bottom: 12px;
}

.right-container .code {
  padding: 22px 0;
}

.right-container .code img {
  width: 100%;
}

@media only screen and (max-width: 950px) {
  .list-container {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 10px;
  }
  .list-container .left-container {
    width: 100%;
    margin-right: 0px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .list-container .right-container {
    display: none;
    width: 0;
  }
  .new-list .new-item {
    align-items: flex-start;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .left-container .detail-container .title {
    font-size: 20px;
    padding: 0 15px;
  }
  
  .left-container .detail-container .date-container {
    font-size: 16px;
    margin: 8px 0px;
  }
  
  .left-container .detail-container .content {
    font-size: 14px;
    line-height: 20px;
  }

  .left-container .detai-nav a {
    font-size: 14px;
    /* line-height: 40px;
    height: 40px; */
    padding: 10px;
    display: block;
    border-radius: 4px;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
