@charset "UTF-8";
.uw-main-news {
  padding-top: 64px; }
.uw-main-news .uw-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px; }
.uw-main-news-left {
  width: 840px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px #F0F2F4;
  border-radius: 4px 4px 4px 4px; }
.uw-main-news-left a {
  line-height: 52px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 0 13px; }
.uw-main-news-left a.active {
  color: #1472FF;
  position: relative; }
.uw-main-news-left a.active::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #1472FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
@media (min-width: 960px) {
  .uw-main-news-left a:hover {
    color: #1472FF;
    position: relative; }
  .uw-main-news-left a:hover::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #1472FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); } }
.uw-main-news-right {
  margin-left: 20px;
  flex: 1;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px #F0F2F4;
  border-radius: 6px 6px 6px 6px;
  padding: 8px 9px;
  align-items: center; }
.uw-main-news-right img {
  width: 16px;
  height: 16px;
  margin-right: 6px; }
.uw-main-news-right input {
  flex: 1;
  border: 0; }
.uw-main-news-right button {
  width: 80px;
  height: 35px;
  background: #1472FF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  cursor: pointer; }
@media (max-width: 768px) {
  .uw-main-news {
    padding-top: 2.8rem; }
  .uw-main-news .uw-width {
    flex-direction: column-reverse;
    margin-top: 1.8rem; }
  .uw-main-news-left {
    height: auto;
    width: 100%;
    overflow-x: auto;
    background: transparent;
    box-shadow: none;
    margin-top: 1rem;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 和旧版 Edge */ }
  .uw-main-news-left::-webkit-scrollbar {
    display: none;
    /* Chrome、Safari */ }
  .uw-main-news-left a {
    white-space: nowrap;
    line-height: 3.8rem; }
  .uw-main-news-left a.active {
    color: #1472FF;
    position: relative; }
  .uw-main-news-left a.active::after {
    content: "";
    width: 2.8rem;
    height: 0.2rem;
    background: #1472FF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .uw-main-news-right {
    width: 100%;
    height: 4rem;
    padding: 0.4rem;
    margin-left: 0;
    padding-left: 1.2rem; }
  .uw-main-news-right img {
    margin-right: 0.6rem; }
  .uw-main-news-right button {
    width: 6.2rem;
    height: 3.2rem;
    font-size: 1.5rem;
    line-height: 2rem; } }

.uw-main-box {
  margin-top: 18px;
  padding-bottom: 64px; }
.uw-main-box-left {
  width: 840px; }
.uw-main-box-left .grid {
  gap: 14px 0;
  display: none; }
.uw-main-box-left .grid a {
  display: flex;
  padding: 12px 14px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px #F0F2F4;
  border-radius: 6px 6px 6px 6px; }
.uw-main-box-left .grid a img {
  width: 220px;
  height: 146px;
  flex-shrink: 0; }
.uw-main-box-left .grid a .in {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.uw-main-box-left .grid a .in h4 {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.uw-main-box-left .grid a .in p {
  font-weight: 350;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.uw-main-box-left .grid a .in .time {
  margin-top: auto; }
.uw-main-box-left .grid a .in .time span.ti {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px; }
.uw-main-box-left .grid a .in .time span.tag {
  padding: 2px 4px;
  background: #F3F4F6;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-left: 4px; }
.uw-main-box-left .pagination {
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin-top: 40px; }
.uw-main-box-left .pagination .home {
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  margin-right: 8px; }
.uw-main-box-left .pagination .per, .uw-main-box-left .pagination .next {
  width: 32px;
  height: 32px; }
.uw-main-box-left .pagination .page {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
.uw-main-box-left .pagination .page:hover {
  background: #1472FF;
  color: #FFF; }
.uw-main-box-left .pagination .page.active {
  background: #1472FF;
  color: #FFF; }
.uw-main-box-left .pagination .page a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.uw-main-box-left .pagination .just {
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  margin-left: 8px; }
.uw-main-box-left .pagination .just input {
  width: 56px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 16px;
  border: 0;
  text-align: center; }
.uw-main-box-right {
  flex: 1;
  margin-left: 20px;
  gap: 20rpx 0; }
.uw-main-box-right .article {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px #F0F2F4;
  border-radius: 6px 6px 6px 6px;
  padding: 0 14px 14px; }
.uw-main-box-right .article h4 {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  padding: 14px 0 8px;
  border-bottom: 1px solid #E6E6E6;
  position: relative; }
.uw-main-box-right .article h4::after {
  content: "";
  width: 63px;
  height: 2px;
  background: #1472FF;
  position: absolute;
  bottom: 0;
  left: 0; }
.uw-main-box-right .article ul {
  gap: 10px 0;
  margin-top: 12px; }
.uw-main-box-right .article ul li a {
  display: flex;
  align-items: center; }
.uw-main-box-right .article ul li a img {
  width: 96px;
  height: 64px;
  border-radius: 2px 2px 2px 2px; }
.uw-main-box-right .article ul li a img.imgd {
  width: 150px;
  height: 100px; }
.uw-main-box-right .article ul li a div {
  margin-left: 10px; }
.uw-main-box-right .article ul li a p {
  font-weight: 350;
  font-size: 14px;
  color: #222222;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.uw-main-box-right .article ul li a span {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-top: 10px;
  display: block; }
.uw-main-box-right .article ul li a span.span1 {
  margin-top: 16px; }
@media (max-width: 768px) {
  .uw-main-box {
    margin-top: 1.4rem;
    padding-bottom: 2.8rem; }
  .uw-main-box-left {
    width: 100%; }
  .uw-main-box-left .grid a {
    flex-shrink: 0; }
  .uw-main-box-left .grid a img {
    width: 13rem;
    height: 8.7rem;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem; }
  .uw-main-box-left .grid a .in h4 {
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .uw-main-box-left .grid a .in p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 1;
    margin-top: 0.7rem; }
  .uw-main-box-left .grid a .in .time {
    margin-top: auto; }
  .uw-main-box-left .grid a .in .time span.ti {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 18px; }
  .uw-main-box-left .grid a .in .time span.tag {
    display: none;
    padding: 0.2rem 0.3rem;
    font-size: 1.1rem; }
  .uw-main-box-left .grid a .in .time span.tag:last-child {
    display: block; }
  .uw-main-box-left .pagination {
    margin-top: 2rem; }
  .uw-main-box-left .pagination .just {
    display: none; }
  .uw-main-box-left .pagination .home {
    display: none; }
  .uw-main-box-left .pagination .per, .uw-main-box-left .pagination .next {
    display: none; }
  .uw-main-box-right {
    display: none; } }
