header {
    background-color: #0F6FB8;
    color: #fff;
    min-height: 626px;
  }

  .content {
    height: 1305px;
  }
  .content .container {
    height: 100%;
    display: flex;
    justify-content: center;
  }

  .material-main-left {
    width: 330px;
    background-color: #F7F7F7;
  }

  .material-main-left ul {
    width: 330px;
    color: #324159;
  }

  .material-main-left ul li {
    height: 83px;
    margin: 0 auto;
    text-align: center;
    line-height: 83px;
    font-size: 20px;
    font-weight: 400;
  }
  .material-main-left a{
    text-decoration: none;
    color: #324159;
  }
.material-main-left li:hover{
  color: #fff;
  background-color: #368DFE;
}
  .material-main-right {
    flex: 1;
  }
  .material-main-right-top {
    height: 70px;
    width: 1190px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
  }

  .relevant-material {
    font-size: 20px;
    font-weight: 500;
    color: #324159;
    margin-left: 30px;
  }

  .nowlocation {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-right: 80px;
  }
  .nowlocation a{
    text-decoration: none;
    color: #666666;
  }
  .line {
    width: 1190px;
    height: 1px;
    border: 1px solid rgba(151, 151, 151, 0.3000);
  }

  .material-main-right-bottom{
    overflow:auto;
  }
  .material-result {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #147AFF;
    margin-top: 59px;
    margin-bottom: 40px;
  }

  .material-content {
    width: 1014px;
    height: 772px;
    margin: 0 auto 50px;
  }
  .material-bottom{
    width: 734px;
    height: 204px;
    margin: 0 auto;
    text-align: center;
    color: #324159;
    font-size: 20px;
    font-weight: 400;
  }
  .material-bottom .font{
    color: #0F6FB8;
  }