@media screen and (min-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Content {
    padding: 45px 0 75px;
  }
  .box .Content .Table {
    height: auto;
  }
  .box .Content .Table .filter {
    width: 100%;
    height: 50px;
    background: #efeeee;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  .box .Content .Table .filter .item {
    width: auto;
    height: 65%;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    margin-right: 25px;
  }
  .box .Content .Table .filter .item input {
    width: 140px;
    height: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    readonly: true;
    outline: none;
    font-size: 15px;
    line-height: 15px;
  }
  .box .Content .Table .filter .item button {
    width: 59px;
    height: 100%;
    display: block;
    margin-left: 7px;
    border: none;
    background-color: #045de4;
    border: 1px solid #efeeee;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
  }
  .box .Content .Table .Title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-top: none;
  }
  .box .Content .Table .Title p {
    text-align: left;
    padding: 0 15px;
    font-size: 16px;
    line-height: 16px;
    color: #181f2f;
  }
  .box .Content .Table .Title p:nth-child(1) {
    flex: 3.2;
  }
  .box .Content .Table .Title p:nth-child(2) {
    flex: 1.2;
  }
  .box .Content .Table .Title p:nth-child(3) {
    flex: 1.5;
  }
  .box .Content .Table .Title p:nth-child(4) {
    flex: 1.2;
  }
  .box .Content .Table ul li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .box .Content .Table ul li .info {
    flex: 3.2;
    padding: 0 15px;
  }
  .box .Content .Table ul li .info h5 {
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #045de4;
    font-weight: normal;
    margin-bottom: 14px;
  }
  .box .Content .Table ul li .info p {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    padding: 0 !important;
  }
  .box .Content .Table ul li .info:hover h5 {
    text-decoration: underline;
  }
  .box .Content .Table ul li p:nth-child(2) {
    flex: 1.2;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    padding: 0 15px;
  }
  .box .Content .Table ul li p:nth-child(2) span {
    color: #045de4;
    margin-top: 4px;
    display: inline-block;
    font-weight: bold;
  }
  .box .Content .Table ul li p:nth-child(3) {
    flex: 1.5;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    padding: 0 15px;
  }
  .box .Content .Table ul li .signUp {
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }
  .box .Content .Table ul li .signUp a {
    width: 110px;
    height: 35px;
    max-width: 80%;
    background: #045de4;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
  }
  .box .Content .Table ul li .signUp a:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Content {
    padding: 6.66666667vw 0 14.4vw;
  }
  .box .Content .Table {
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }
  .box .Content .Table .filter {
    width: 213.33333333vw;
    height: 10.93333333vw;
    background: #efeeee;
    border: 0.26666667vw solid #ccc;
    display: flex;
    align-items: center;
    padding: 0 2.66666667vw;
  }
  .box .Content .Table .filter .item {
    width: 45vw;
    height: 75%;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    justify-content: space-between;
    margin-right: 2.66666667vw;
  }
  .box .Content .Table .filter .item input {
    width: 75%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 2.66666667vw;
    font-size: 4vw;
    border: 0.26666667vw solid #ccc;
    cursor: pointer;
    readonly: true;
    outline: none;
    font-size: 3.46666667vw;
    line-height: 3.46666667vw;
  }
  .box .Content .Table .filter .item button {
    width: 23%;
    height: 100%;
    display: block;
    border: none;
    background-color: #045de4;
    border: 0.26666667vw solid #efeeee;
    color: #fff;
    border-radius: 1.06666667vw;
    font-size: 3.46666667vw;
  }
  .box .Content .Table .Title {
    width: 213.33333333vw;
    height: 10.93333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.26666667vw solid #ccc;
    border-top: none;
  }
  .box .Content .Table .Title p {
    text-align: left;
    padding: 0 2.66666667vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #181f2f;
  }
  .box .Content .Table .Title p:nth-child(1) {
    flex: 3.2;
  }
  .box .Content .Table .Title p:nth-child(2) {
    flex: 1.2;
  }
  .box .Content .Table .Title p:nth-child(3) {
    flex: 1.5;
  }
  .box .Content .Table .Title p:nth-child(4) {
    flex: 1.2;
  }
  .box .Content .Table ul {
    width: 213.33333333vw;
  }
  .box .Content .Table ul li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 4vw 0;
    border-bottom: 0.26666667vw solid #ccc;
  }
  .box .Content .Table ul li .info {
    flex: 3.2;
    padding: 0 4vw;
  }
  .box .Content .Table ul li .info h5 {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #045de4;
    font-weight: normal;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Table ul li .info p {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #666;
    padding: 0 !important;
  }
  .box .Content .Table ul li .info:hover h5 {
    text-decoration: underline;
  }
  .box .Content .Table ul li p:nth-child(2) {
    flex: 1.2;
    font-size: 3.2vw;
    line-height: 3.73333333vw;
    color: #666;
    padding: 0 2.66666667vw;
  }
  .box .Content .Table ul li p:nth-child(2) span {
    color: #045de4;
    margin-top: 1.06666667vw;
    display: inline-block;
    font-weight: bold;
  }
  .box .Content .Table ul li p:nth-child(3) {
    flex: 1.5;
    font-size: 3.73333333vw;
    line-height: 4.26666667vw;
    color: #333;
    padding: 0 4vw;
  }
  .box .Content .Table ul li .signUp {
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4vw;
  }
  .box .Content .Table ul li .signUp a {
    width: 20vw;
    height: 8vw;
    max-width: 80%;
    background: #045de4;
    border-radius: 1.06666667vw;
    color: #fff;
    text-align: center;
    font-size: 3.46666667vw;
    line-height: 8vw;
  }
  .box .Content .Table ul li .signUp a:hover {
    filter: brightness(1.1);
  }
}
