.wrap .banner {
  width: 100%;
  height: 500px;
  background: url("../images/a03.png") no-repeat;
  background-size: cover;
  position: relative; }
  .wrap .banner p {
    height: 54px;
    border-color: brown;
    position: absolute;
    top: 219px;
    left: 360px;
    color: #fff;
    font-size: 36px; }



.content {
  background-color: #f5f5f5;
  position: relative;
  height: 1530px; }
  .content .one {
    background-color: #f5f5f5;
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
    width: 1200px; }
    .content .one .c_title p {
      width: 502px;
      height: 48px;
      padding: 80px 60px 20px 0;
      position: relative;
      background-color: #f5f5f5;
      font-size: 36px;
      color: #000; }
    .content .one .c_content {
      /* position: relative; */
      top: 100px;
      /*height: 407px;*/
      background: #f5f5f5; }
      .content .one .c_content ul {
        display: grid;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        flex-direction: row;
        align-content: center;
        justify-items: start;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 30px; 
          
      }
        .content .one .c_content ul li {
          flex: 33.33%;
          background-color: #f5f5f5;
          margin-bottom: 40px; }
          .content .one .c_content ul li img {
            width: 350px;
            height: 230px;
            border-bottom: 5px solid #3a6dae; }
          .content .one .c_content ul li .c_l_title {
            font-size: 24px;
            padding: 30px 0 36px 23px; }
          .content .one .c_content ul li .c_l_des {
            font-size: 16px;
            color: #3f3f3f;
            padding-left: 23px; }

.content .c_bottom {
  width: 350px;
  background-color: #fff;
  height: 167px; }

.mb_banner {
  display: none; }

/*# sourceMappingURL=awarded_scientists.css.map */
