@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/news/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    color: #0acc85;
    text-align: center;
    font-weight: normal;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
  }
  .box .container {
    width: 1440px;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
    height: 1257px;
    background-color: #f3f7fd;
    padding: 88px 0 0 0;
  }
  .box .Content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content ul li {
    width: 707px;
    height: 245px;
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 0px rgba(208, 238, 222, 0.5);
    border-radius: 20px;
    padding: 24px 38px 0 34px;
    margin-bottom: 32px;
  }
  .box .Content ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content ul li h5 {
    font-family: 'PingFang';
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content ul li p:nth-child(2) {
    min-height: 60px;
  }
  .box .Content ul li .source {
    margin-top: 21px;
    display: flex;
    align-items: center;
  }
  .box .Content ul li .source p {
    display: flex;
    align-items: center;
    margin-right: 40px;
  }
  .box .Content ul li .source p span {
    font-size: 14px;
    line-height: 14px;
    color: #7e7e7e;
    margin-left: 9px;
  }
  .box .Content ul li:hover h5 {
    text-decoration: underline;
  }
  .box .Content #demo1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
  }
  .box .Content #demo1 .layui-laypage-em {
    background-color: #1f9c59;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/news/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
    height: 1257px;
    padding: 88px 0 0 0;
  }
  .box .Content ul {
    width: 100%;
  }
  .box .Content ul li {
    width: 49%;
    height: 225px;
    border-radius: 20px;
    padding: 24px 24px 0 28px;
    margin-bottom: 32px;
  }
  .box .Content ul li h5 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .box .Content ul li p:nth-child(2) {
    min-height: 60px;
  }
  .box .Content ul li .source {
    margin-top: 21px;
  }
  .box .Content ul li .source p {
    margin-right: 20px;
  }
  .box .Content ul li .source p span {
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
  }
  .box .Content ul li .source p:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/news/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
    height: 1257px;
    padding: 88px 0 0 0;
  }
  .box .Content ul {
    width: 100%;
  }
  .box .Content ul li {
    width: 49%;
    height: 225px;
    border-radius: 20px;
    padding: 24px 24px 0 28px;
    margin-bottom: 32px;
  }
  .box .Content ul li h5 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .box .Content ul li p:nth-child(2) {
    min-height: 60px;
  }
  .box .Content ul li .source {
    margin-top: 21px;
  }
  .box .Content ul li .source p {
    min-width: 27%;
    margin-right: 10px;
  }
  .box .Content ul li .source p span {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
  }
  .box .Content ul li .source p:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 450px;
    background: url(../img/news/Bgc.png) top center no-repeat;
    background-size: cover;
    padding: 188px 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5px;
    margin-bottom: 32px;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 54px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Content {
    width: 100%;
    height: 1257px;
    padding: 88px 0 0 0;
  }
  .box .Content ul {
    width: 100%;
  }
  .box .Content ul li {
    width: 100%;
    height: 225px;
    border-radius: 20px;
    padding: 24px 24px 0 28px;
    margin-bottom: 32px;
  }
  .box .Content ul li h5 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .Content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .box .Content ul li p:nth-child(2) {
    min-height: 60px;
  }
  .box .Content ul li .source {
    margin-top: 21px;
  }
  .box .Content ul li .source p {
    min-width: 27%;
    margin-right: 10px;
  }
  .box .Content ul li .source p span {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
  }
  .box .Content ul li .source p:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 64vw;
    background: url(../img/news/Bgc.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 26.66666667vw 0 0 0;
  }
  .box .Top .Bgc .Title h2 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 1.33333333vw;
    color: #0acc85;
    text-align: center;
    font-weight: normal;
    margin-bottom: 5.33333333vw;
  }
  .box .Top .Bgc .Title h1 {
    font-size: 10.66666667vw;
    line-height: 10.66666667vw;
    letter-spacing: 1.06666667vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content {
    width: 100%;
    height: auto;
    background-color: #f3f7fd;
    padding: 12vw 0 6.66666667vw 0;
  }
  .box .Content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content ul li {
    width: 100%;
    height: 53.33333333vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.93333333vw 0vw rgba(208, 238, 222, 0.5);
    border-radius: 5.33333333vw;
    padding: 4vw 5.33333333vw 0 5.33333333vw;
    margin-bottom: 4vw;
  }
  .box .Content ul li h5 {
    font-family: 'PingFang';
    font-size: 4.8vw;
    line-height: 7.46666667vw;
    color: #000000;
    margin-bottom: 4vw;
  }
  .box .Content ul li p {
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #616161;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content ul li .source {
    margin-top: 5.6vw;
    display: flex;
    align-items: center;
  }
  .box .Content ul li .source p {
    display: flex;
    align-items: center;
    margin-right: 10.66666667vw;
  }
  .box .Content ul li .source p span {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #7e7e7e;
    margin-left: 2.4vw;
  }
  .box .Content ul li:hover h5 {
    text-decoration: underline;
  }
  .box .Content #demo1 {
    display: flex;
    justify-content: center;
    margin-top: 5.86666667vw;
  }
  .box .Content #demo1 .layui-laypage-em {
    background-color: #1f9c59;
  }
  .box .Content #demo1 a {
    padding: 0 2.66666667vw;
  }
}
/*# sourceMappingURL=news.css.map */