.none {
  display: none !important;
}

@media screen and (min-width: 50px) {
  .nweslist {
    width: 100%;
    text-align: center;
    padding: 1.44rem 1rem 1.76rem 1rem;
    box-sizing: border-box;
  }
  .nweslist .newslist-con {
    margin: 0 auto;
    width: 100%;
  }
  .nweslist .newslist-con .newslist-item {
    display: flex;
    margin-bottom: .73rem;
    flex-direction: column;
    cursor: pointer;
  }
  .nweslist .newslist-con .newslist-item .newslist-left {
    border-radius: 0px 0px 0px .73rem;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
  }
  .nweslist .newslist-con .newslist-item .newslist-left img {
    display: none;
    width: 70%;
    height: 6.25rem;
    border-radius: 0px 0px 0px 1.23rem;
    transition: 0.3s;
    z-index: 9;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc {
    flex-shrink: 0;
    z-index: 10;
    transition: 0.3s;
    width: 30%;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    flex-direction: column;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc strong {
    font-size: 1.575rem;
    font-weight: 400;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc span {
    font-size: 1rem;
    font-weight: 400;
  }
  .nweslist .newslist-con .newslist-item .newslist-right {
    text-align: left;
    border-bottom: 1px solid #eeeeee;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-tit {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: .788rem;
    margin: .5rem 0;
    font-weight: 400;
    color: #333333;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: .48rem;
    font-weight: 300;
    color: #666666;
    margin: .25rem 0;
    line-height: 1.6;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: pre-wrap;
    overflow: hidden;
    font-size: .47rem;
    font-weight: 300;
    color: #666666;
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-left img {
    transform: scale(1.1);
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-left .newlist-left-desc {
    background: #043d97;
    color: white;
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-right .newslist-right-tit {
    color: #043d97;
    font-weight: 700;
  }
  .nweslist .m-demeanor-pages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 .75rem;
  }
  .nweslist .m-demeanor-pages .demeanor-page-item {
    width: 1.25rem;
    height: 1.25rem;
    background: #eaeaea;
    border-radius: 50%;
    color: #007aff;
    transition: .3s;
    margin-right: .75rem;
    font-size: .6rem;
    line-height: 1.25rem;
  }
  .nweslist .m-demeanor-pages .demeanor-page-item-active {
    background: #007aff;
    color: #eaeaea;
  }
}

@media screen and (min-width: 50px) and (max-width: 450px) {
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-tit {
    font-size: 18px;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc {
    font-size: 12px;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc p {
    font-size: 12px;
  }
  .nweslist .m-demeanor-pages .demeanor-page-item {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
  }
}

@media screen and (min-width: 50px) {
  .nweslist .newslist-pages {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .nweslist {
    width: 100%;
    text-align: center;
    padding: 1.44rem 10px 1.75rem 10px;
    box-sizing: border-box;
  }
  .nweslist .m-demeanor-pages {
    display: none;
  }
  .nweslist .newslist-con {
    margin: 0 auto;
    width: 100%;
  }
  .nweslist .newslist-con .newslist-item {
    display: flex;
    margin-bottom: .49rem;
    cursor: pointer;
    flex-direction: row;
  }
  .nweslist .newslist-con .newslist-item .newslist-left {
    border-radius: 0px 0px 0px .49rem;
    overflow: hidden;
    height: 2.56rem;
    flex-shrink: 0;
    display: flex;
    margin-right: .8rem;
  }
  .nweslist .newslist-con .newslist-item .newslist-left img {
    width: 3.6rem;
    height: 100%;
    border-radius: 0px 0px 0px .48rem;
    transition: 0.3s;
    z-index: 9;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc {
    z-index: 10;
    transition: 0.3s;
    height: 100%;
    width: 1.6rem;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    flex-direction: column;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc strong {
    font-size: .575rem;
    font-weight: 400;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc span {
    font-size: .26rem;
    font-weight: 400;
  }
  .nweslist .newslist-con .newslist-item .newslist-right {
    text-align: left;
    border-bottom: 1px solid #eeeeee;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-tit {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: .288rem;
    margin: 0;
    font-weight: 400;
    color: #333333;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: .225rem !important;
    font-weight: 300;
    color: #666666;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: .225rem !important;
    font-weight: 300;
    color: #666666;
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-left img {
    transform: scale(1.1);
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-left .newlist-left-desc {
    background: #043d97;
    color: white;
  }
  .nweslist .newslist-pages {
    margin-top: .8rem;
    display: flex;
    justify-content: center;
  }
  .nweslist .newslist-pages .newslist-page-item {
    height: .48rem;
    padding: 0 .24rem;
    margin: 0 .175rem;
    cursor: pointer;
    background: #e2e2e2;
    font-size: .165rem;
    font-weight: 300;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .nweslist .newslist-pages .newslist-page-item:hover {
    background: #023b96;
    color: white;
  }
  .nweslist .newslist-pages .newslist-page-item-active {
    background: #023b96;
    color: white;
  }
}

@media screen and (min-width: 1200px) {
  .nweslist {
    width: 100%;
    text-align: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0 90px 0;
    box-sizing: border-box;
  }
  .nweslist .newslist-con {
    margin: 0 auto;
    width: 1200px;
  }
  .nweslist .newslist-con .newslist-item {
    display: flex;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .nweslist .newslist-con .newslist-item .newslist-left {
    border-radius: 0px 0px 0px 30px;
    overflow: hidden;
    height: 160px;
    flex-shrink: 0;
    display: flex;
    margin-right: 50px;
  }
  .nweslist .newslist-con .newslist-item .newslist-left img {
    width: 220px;
    height: 100%;
    border-radius: 0px 0px 0px 30px;
    transition: 0.3s;
    z-index: 9;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc {
    z-index: 10;
    transition: 0.3s;
    height: 100%;
    width: 100px;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    flex-direction: column;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc strong {
    font-size: 36px;
    font-weight: 400;
  }
  .nweslist .newslist-con .newslist-item .newslist-left .newlist-left-desc span {
    font-size: 16px;
    font-weight: 400;
  }
  .nweslist .newslist-con .newslist-item .newslist-right {
    text-align: left;
    border-bottom: 1px solid #eeeeee;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-tit {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: 300;
    color: #666666;
  }
  .nweslist .newslist-con .newslist-item .newslist-right .newslist-right-desc p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: 300;
    color: #666666;
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-left img {
    transform: scale(1.1);
  }
  .nweslist .newslist-con .newslist-item:hover .newslist-left .newlist-left-desc {
    background: #043d97;
    color: white;
  }
  .nweslist .newslist-pages {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .nweslist .newslist-pages .newslist-page-item {
    height: 30px;
    padding: 0 15px;
    margin: 0 11px;
    cursor: pointer;
    background: #e2e2e2;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .nweslist .newslist-pages .newslist-page-item:hover {
    background: #023b96;
    color: white;
  }
  .nweslist .newslist-pages .newslist-page-item-active {
    background: #023b96;
    color: white;
  }
}
