@media screen and (min-width: 284px) {

  /* 分类导航 */
  .new_box1 {
    width: 100%;
    padding-top: 29px;
    box-sizing: border-box;
  }

  .new_box1 .hd {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
  }

  .new_box1 .hd .item {
    width: 109px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin: 0 11px;
    text-align: center;
  }

  .new_box1 .hd .item:hover {
    color: #fff;
    background: linear-gradient(225deg, #0268CC, #2588E8);
  }

  .new_box1 .hd .curren {
    color: #fff;
    background: linear-gradient(225deg, #0268CC, #2588E8);
  }

  .new_box1 .bd {
    display: flex;
    align-content: start;
    flex-wrap: wrap;
    min-height: 800px;
  }

  .new_box1 .bd .item {
    display: flex;
    width: 497px;
    height: 146px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 0.08);
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 22px;
  }

  .new_box1 .bd .item:nth-child(2n) {
    margin-left: 26px;
  }

  .new_box1 .bd .item:hover,
  .new_box1 .bd .item:hover .z span,
  .new_box1 .bd .item:hover .time span {
    color: #fff;
    background-color: #0268CC;
  }

  .new_box1 .bd .item img {
    width: 102px;
    height: 117px;
    margin-right: 10px;
  }

  .new_box1 .bd .item .z {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 117px;
    margin-right: 10px;
  }

  .new_box1 .bd .item .z p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .new_box1 .bd .item .z span {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .new_box1 .bd .item .line {
    width: 1px;
    height: 117px;
    background: #EEEEEE;
    margin-right: 10px;
  }

  .new_box1 .bd .item .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new_box1 .bd .item .time p {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .new_box1 .bd .item .time span {
    font-size: 12px;
    color: #999;
  }

  .new_page {
    width: 100%;
    padding: 22px 0 88px;
    box-sizing: border-box;
  }

  .new_xq {
    width: 100%;
    min-height: 800px;
    padding: 58px 0 88px;
    box-sizing: border-box;
  }
  .new_xq .hd {
    text-align: center;
    margin-bottom: 36px;
  }
  .new_xq .hd h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .new_xq .hd p {
    font-size: 12px;
    color: #999;
  }
  .new_xq .bd img {
    width: 100%;
    height: 341px;
    margin-bottom: 21px;
  }
  .new_xq .bd p {
    font-size: 12px;
    color: #666;
    line-height: 2;
    margin-bottom: 20px;
  }
  .new_xq .line {
    width: 100%;
    border: 1px dotted #999;
    margin: 38px 0 22px;
  }
  .new_xq .fy {
    display: flex;
    justify-content: space-between;
  }
  .new_xq .fy .p1 {
    display: flex;
    flex-direction: column;
  }
  .new_xq .fy .p1 a {
    font-size: 12px;
    color: #666;
    margin-bottom: 19px;
  }
  .new_xq .fy .p1 a:hover {
    color: #0268CC;
  }
  .new_xq .fy .p2 a {
    font-size: 12px;
    color: #0268CC;
  }
}

@media screen and (min-width: 1500px) {

  /* 分类导航 */
  .new_box1 {
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
  }

  .new_box1 .hd {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .new_box1 .hd .item {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin: 0 15px;
    text-align: center;
  }

  .new_box1 .hd .item:hover {
    color: #fff;
    background: linear-gradient(225deg, #0268CC, #2588E8);
  }

  .new_box1 .hd .curren {
    color: #fff;
    background: linear-gradient(225deg, #0268CC, #2588E8);
  }

  .new_box1 .bd {
    display: flex;
    align-content: start;
    flex-wrap: wrap;
    min-height: 800px;
  }

  .new_box1 .bd .item {
    display: flex;
    width: 682px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 0.08);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .new_box1 .bd .item:nth-child(2n) {
    margin-left: 35px;
  }

  .new_box1 .bd .item:hover,
  .new_box1 .bd .item:hover .z span,
  .new_box1 .bd .item:hover .time span {
    color: #fff;
    background-color: #0268CC;
  }

  .new_box1 .bd .item img {
    width: 140px;
    height: 160px;
    margin-right: 20px;
  }

  .new_box1 .bd .item .z {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 379px;
    height: 160px;
    margin-right: 21px;
  }

  .new_box1 .bd .item .z p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 28px;
  }

  .new_box1 .bd .item .z span {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .new_box1 .bd .item .line {
    width: 1px;
    height: 160px;
    background: #EEEEEE;
    margin-right: 23px;
  }

  .new_box1 .bd .item .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new_box1 .bd .item .time p {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .new_box1 .bd .item .time span {
    font-size: 14px;
    color: #999;
  }

  .new_page {
    width: 100%;
    padding: 30px 0 120px;
    box-sizing: border-box;
  }

  .new_xq {
    width: 100%;
    min-height: 800px;
    padding: 80px 0 120px;
    box-sizing: border-box;
  }

  .new_xq .hd {
    text-align: center;
    margin-bottom: 49px;
  }

  .new_xq .hd h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;
  }

  .new_xq .hd p {
    font-size: 14px;
    color: #999;
  }

  .new_xq .bd img {
    width: 100%;
    height: 468px;
    margin-bottom: 29px;
  }

  .new_xq .bd p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-bottom: 25px;
  }

  .new_xq .line {
    width: 100%;
    border: 1px dotted #999;
    margin: 52px 0 30px;
  }

  .new_xq .fy {
    display: flex;
    justify-content: space-between;
  }

  .new_xq .fy .p1 {
    display: flex;
    flex-direction: column;
  }

  .new_xq .fy .p1 a {
    font-size: 14px;
    color: #666;
    margin-bottom: 19px;
  }

  .new_xq .fy .p1 a:hover {
    color: #0268CC;
  }

  .new_xq .fy .p2 a {
    font-size: 14px;
    color: #0268CC;
  }
}