@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    overflow: hidden;
  }
  .box .Top {
    width: 100%;
  }
  .box .Top .Bgc {
    width: 100%;
    height: 250px;
    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: auto;
    background-color: #f3f7fd;
    padding: 20px 0 0 0;
  }
  .box .Content .container {
    padding-bottom: 119px;
  }
  .box .Content .container .topic a {
    font-size: 16px;
    color: #585858;
    display: inline-block;
    margin: 0 5px;
  }
  .box .Content .container .content {
    height: auto;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 4% 75px;
  }
  .box .Content .container .content h2 {
    font-size: 20px;
    color: #272727;
    line-height: 1.2;
    padding: 80px 0 45px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .container .content .dt {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #585858;
  }
  .box .Content .container .content .dt p {
    color: #8ec246;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .box .Content .container .content .dt p span {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin-left: 5px;
  }
  .box .Content .container .content .Img {
    display: block;
    width: 720px;
    margin: 35px auto;
  }
  .box .Content .container .content .text p {
    color: #686767;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
  }
  .box .Content .container .content .text img {
    display: block !important;
    width: 80% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}
@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: 5.33333333vw 0 0 0;
  }
  .box .Content .container {
    padding-bottom: 31.73333333vw;
  }
  .box .Content .container .topic a {
    font-size: 4.26666667vw;
    color: #585858;
    display: inline-block;
    margin: 0 1.33333333vw;
  }
  .box .Content .container .content {
    height: auto;
    background-color: #fff;
    margin-top: 5.33333333vw;
    padding: 0 4% 20vw;
  }
  .box .Content .container .content h2 {
    font-size: 5.33333333vw;
    color: #272727;
    line-height: 1.2;
    padding: 21.33333333vw 0 12vw;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .container .content .dt {
    display: flex;
    align-items: center;
    padding-bottom: 10.66666667vw;
    border-bottom: 0.26666667vw solid #585858;
  }
  .box .Content .container .content .dt p {
    color: #8ec246;
    font-weight: bold;
    font-size: 4.26666667vw;
    display: flex;
    align-items: center;
    margin-right: 5.33333333vw;
  }
  .box .Content .container .content .dt p span {
    display: block;
    font-size: 3.2vw;
    color: #888;
    line-height: 5.33333333vw;
    margin-left: 1.33333333vw;
  }
  .box .Content .container .content .Img {
    display: block;
    width: 100%;
    margin: 9.33333333vw auto;
  }
  .box .Content .container .content .text p {
    color: #686767;
    font-size: 3.73333333vw;
    text-indent: 2em;
    line-height: 8vw;
  }
  .box .Content .container .content .text img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}
/*# sourceMappingURL=newXQ.css.map */