.banner{
    height:320px;
    background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/2fd39a33-e462-4462-a7af-246eb7228c90.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    width:100%;
}
.company{
    width:100%;
}
.companydetail{
    width:1200px;
    margin:0 auto;
}
.title{
    font-size:18px;
    font-weight:600;
    margin:24px;
    color:#121d35;
}
#msg{
    margin-top:20px;
}
.container{
    margin-top:20px;
    padding-bottom:20px; 
    margin-left:24px;
    margin-right:24px;
    display:flex;
    -webkit-display:flex;
    cursor: pointer;
    border-bottom:1px solid #edeff2
}
.imgbox{
    flex:0 0 260px;
    width:260px;
    height:156px;
    /* margin-left:24px; */
    vertical-align: top;
}
.imgbox img{
    vertical-align: top;
}
.infolist{
    margin-left:64px;
    position: relative;
}
.cwnTitle{
    font-size:16px;
    color:#121d35;
    font-weight: 600;
}
.cwnContent{
    font-size:16px;
    color:#909399;
    text-align: justify;
    margin-top:12px;
    width:828px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.cwnDate{
    font-size:14px;
    color:#909399;
    position: absolute;
    bottom:5px;
}
.lastPage {
    width: 80px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #909399;
    font-size:16px;
    line-height: 40px;
    text-align: center;
  }

  .lastIcon {
    width: 80px;
    height: 40px;
  }

  .nextIcon {
    width: 80px;
    height: 40px;
  }

  .pageNumber {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #121d35;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #909399;
  }

  .pageNumber:hover {
    background: #fff;
  }

  .choosePaging {
    width: 61px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #909399;
    color: #121d35;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .pagingConfirm {
    width: 52px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #909399;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #121d35;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .ellipsis {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #121d35;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #909399;
  }

  .pageNumber:hover {
    background: #fff;
  }

  input {
    outline: none;
  }

  .pagingArea {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 90px;
  }
  @media screen and (max-width: 800px){
    .banner{
        height:110px;
        background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/32fee66a-232e-42d5-9776-38acfeb17276.png");
        background-position: center 0px;
        background-repeat: no-repeat;
        width:100%;
        background-size: 100% 100%;
    }
    .company{
        width:100%;
    }
    .companydetail{
        width:100%;
        margin:0 auto;
    }
    .title{
        font-size:13px;
        font-weight:600;
        margin:12px;
        color:#121d35;
    }
    #msg{
        margin-top:20px;
        height:510px;
        overflow-y: scroll;
    }
    .imgbox{
        flex:0 0 105px;
        width:105px;
        height:63px;
        /* margin-left:24px; */
        vertical-align: top;
    }
    .container{
        margin-left:12px;
        border:none;
    }
    .imgbox img{
        vertical-align: top;
    }
    .infolist{
        margin-left:12px;
        position: relative;
    }
    .cwnTitle{
        width: 91%;
        font-size:12px;
        color:#121d35;
        font-weight: 600;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .cwnContent{
        font-size:11px;
        color:#909399;
        text-align: justify;
        margin-top:4px;
        width:91%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .cwnDate{
        font-size:10px;
        color:#909399;
        position: absolute;
        bottom:-11px;
    }
    .alink{
        color:#4575f6;
        font-size:12px;
    }
  }