@media (min-width: 768px) {
  #page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    padding: 0.62rem 0 1.74rem;
  }
  #page ul {
    height: 30px;
    display: flex;
  }
  #page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-family: "OPPOSans-B";
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.24rem;
    color: #222222;
  }
  .xl-nextPage,
  .xl-prevPage {
    width: 60px;
    color: #09141a;
    height: 28px;
  }
  .xl-nextPage .iconfont,
  .xl-prevPage .iconfont {
    font-size: 0.2rem;
  }
  #page li.xl-disabled {
    opacity: 0.5;
    cursor: no-drop;
  }
  #page li.xl-active {
    color: #EB7B30;
  }
  .banner {
    width: 100%;
    position: relative;
  }
  .banner .img-bg {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
    display: block;
  }
  .banner .inner {
    display: flex;
    justify-content: space-between;
    width: 15.03rem;
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .inner .title {
    display: flex;
  }
  .banner .inner .title .img-1 {
    width: 0.34rem;
    height: 0.34rem;
  }
  .banner .inner .title .text {
    height: 0.9rem;
    font-size: 0.45rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.9rem;
    margin: 0 0.2rem;
  }
  .banner .inner .title .img-2 {
    margin-top: 0.6rem;
    width: 0.34rem;
    height: 0.34rem;
  }
  .section-1 {
    margin-top: 1rem;
    padding: 1.23rem 0 0;
  }
  .section-1 .inner .tab-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1.14rem;
  }
  .section-1 .inner .tab-box .item {
    width: 2.16rem;
    height: 0.75rem;
    border: 1px solid #E8E8E8;
    font-size: 0.2rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.75rem;
    text-align: center;
    cursor: pointer;
    margin-right: 0.07rem;
  }
  .section-1 .inner .tab-box .item.curr {
    color: #FFFEFE;
    background: #EB7B30;
  }
  .section-1 .inner .tab-box .search {
    width: 2.36rem;
    height: 0.75rem;
    position: relative;
  }
  .section-1 .inner .tab-box .search .input {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    height: 0.75rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 300;
    color: #3C4448;
  }
  .section-1 .inner .tab-box .search .search-icon {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -0.1rem;
    transform: translateY(-50%);
  }
  .section-1 .inner .tab-box .search .search-icon .icon {
    font-size: 0.2rem;
    color: #3C4448;
  }
  .section-1 .inner .content {
    display: flex;
    flex-wrap: wrap;
  }
  .section-1 .inner .content .item {
    width: 6.66rem;
    padding: 0.4rem 0 0.41rem;
    margin-bottom: 0.46rem;
    border: 1px solid #E8E8E8;
    position: relative;
  }
  .section-1 .inner .content .item:nth-child(2n) {
    margin-left: 0.67rem;
  }
  .section-1 .inner .content .item .inner-item {
    width: 5.58rem;
    margin: 0 auto;
  }
  .section-1 .inner .content .item .inner-item .line {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0.1rem;
    background: #E8E8E8;
  }
  .section-1 .inner .content .item .inner-item .text-1 {
    font-size: 0.2rem;
    color: #EB7B30;
    margin: 0.46rem 0 0.32rem;
  }
  .section-1 .inner .content .item .inner-item .video-box {
    width: 5.7rem;
    height: 3.2rem;
    display: none;
    position: relative;
    margin-bottom: 0.4rem;
  }
  .section-1 .inner .content .item .inner-item .video-box .play {
    width: 0.66rem;
    height: 0.83rem;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
  }
  .section-1 .inner .content .item .inner-item .video-box .video {
    width: 5.7rem;
    height: 3.2rem;
  }
  .section-1 .inner .content .item .inner-item .text-2 {
    font-size: 0.22rem;
    color: #222222;
    font-weight: bold;
    height: 0.65rem;
    line-height: 0.35rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .section-1 .inner .content .item .inner-item .text-3 {
    font-size: 0.17rem;
    color: #AAAAAA;
    min-height: 1.3rem;
  }
  .section-1 .inner .content .item .inner-item .text-4 {
    font-size: 0.17rem;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  .section-1 .inner .content .item .inner-item .time-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-1 .inner .content .item .inner-item .time-box .more {
    font-size: 0.15rem;
    color: #7D7D7D;
    padding-bottom: 0.07rem;
    border-bottom: 0.03rem solid #EB7B30;
    display: none;
  }
  .section-1 .inner .content .item .inner-item .time-box .time-right {
    display: flex;
    align-items: center;
  }
  .section-1 .inner .content .item .inner-item .time-box .time-right .img {
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    margin-right: 0.12rem;
  }
  .section-1 .inner .content .item .inner-item .time-box .time-right .time {
    font-size: 0.15rem;
    color: #7D7D7D;
    line-height: 0.12rem;
  }
  .section-1 .inner .content .item:hover .line {
    background: #EB7B30;
  }
  .section-1 .inner .content .item.item-video .video-box {
    display: block;
  }
  .section-1 .inner .content .item.item-video .text-2 {
    margin: 0.6rem 0 0.5rem;
  }
  .section-1 .inner .content .item.item-video .time-box {
    justify-content: flex-end;
  }
  .section-1 .inner .content .item.item-video .time-box .more {
    display: none;
  }
  .section-1 .inner .content .item.item-news .video-box {
    display: none;
  }
  .section-1 .inner .content .item.item-news .text-2 {
    margin: 0.3rem 0 0.34rem;
  }
  .section-1 .inner .content .item.item-news .time-box .more {
    display: block;
  }
  .video-dia {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
  }
  .video-dia .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video-dia .inner .close {
    position: absolute;
    top: -0.4rem;
    right: 0;
    width: 0.32rem;
    height: 0.32rem;
    cursor: pointer;
  }
  .video-dia .inner .video {
    margin: 0 auto;
    max-width: 13.05rem;
    max-height: 7.32rem;
    display: block;
  }
  .video-dia .inner .text {
    background: rgba(0, 0, 0);
    width: 100%;
    max-height: 1.32rem;
    padding: 0 0.38rem;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #AAAAAA;
  }
  .video-dia .inner .text .text-inner {
    padding: 0.3rem 0;
  }
}
@media (max-width: 768px) {
  .section-1 {
    padding-top: 50px;
  }
  #page {
    margin-top: 44px;
    margin-bottom: 49px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
  }
  #page ul {
    height: 30px;
    display: flex;
  }
  #page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    font-family: "OPPOSans-B";
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #222222;
  }
  .xl-nextPage,
  .xl-prevPage {
    width: 30px;
    color: #09141a;
    height: 28px;
  }
  .xl-nextPage .iconfont,
  .xl-prevPage .iconfont {
    font-size: 12px;
  }
  #page li.xl-disabled {
    opacity: 0.5;
    cursor: no-drop;
  }
  #page li.xl-active {
    color: #EB7B30;
  }
  .video-dia {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
  }
  .video-dia .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video-dia .inner .close {
    position: absolute;
    top: -26px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .video-dia .inner .video {
    max-width: 332px;
    max-height: 640px;
    display: block;
  }
  .video-dia .inner .text {
    overflow: hidden;
    max-height: 200px;
    padding: 0 14px;
    background: rgba(0, 0, 0);
    font-size: 9px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 18px;
  }
  .video-dia .inner .text .text-inner {
    padding: 19px 0;
  }
  .banner {
    width: 100%;
    position: relative;
    margin-bottom: 46px;
  }
  .banner .img-bg {
    width: 100%;
    height: 240px;
    display: block;
  }
  .banner .inner {
    display: flex;
    justify-content: space-between;
    width: 300px;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .inner .title {
    display: flex;
  }
  .banner .inner .title .img-1 {
    width: 13px;
    height: 14px;
  }
  .banner .inner .title .text {
    line-height: 34px;
    font-size: 17px;
    font-family: "OPPOSans-B";
    color: #222222;
    margin: 0 7px;
  }
  .banner .inner .title .img-2 {
    margin-top: 22px;
    width: 13px;
    height: 14px;
  }
  .section-1 .inner {
    width: 333px;
  }
  .section-1 .inner .tab-box {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
  }
  .section-1 .inner .tab-box .item {
    width: 108px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #E8E8E8;
    font-size: 10px;
    font-weight: 300;
    color: #222222;
    text-align: center;
    margin-right: 13px;
  }
  .section-1 .inner .tab-box .item.curr {
    color: #FFFEFE;
    background: #EB7B30;
  }
  .section-1 .inner .content {
    display: flex;
    flex-wrap: wrap;
  }
  .section-1 .inner .content .item {
    width: 333px;
    padding: 25px 21px 15px;
    border: 1px solid #E8E8E8;
    position: relative;
    margin-bottom: 35px;
  }
  .section-1 .inner .content .item:last-child {
    margin-bottom: 0;
  }
  .section-1 .inner .content .item .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #E8E8E8;
  }
  .section-1 .inner .content .item .text-1 {
    font-size: 12px;
    font-weight: bold;
    color: #EB7B30;
    margin: 0 0 16px;
  }
  .section-1 .inner .content .item .text-2 {
    font-size: 11px;
    font-weight: bold;
    color: #222222;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 17px;
  }
  .section-1 .inner .content .item .text-3 {
    font-size: 10px;
    font-weight: bold;
    color: #AAAAAA;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .section-1 .inner .content .item .text-4 {
    font-size: 11px;
    font-weight: bold;
    color: #222222;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 17px;
  }
  .section-1 .inner .content .item .time-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.6rem 0 0;
  }
  .section-1 .inner .content .item .time-box .more {
    font-size: 10px;
    color: #7D7D7D;
    padding-bottom: 4px;
    border-bottom: 2px solid #EB7B30;
    display: none;
  }
  .section-1 .inner .content .item .time-box .time-right {
    display: flex;
    align-items: center;
  }
  .section-1 .inner .content .item .time-box .time-right .img {
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
  }
  .section-1 .inner .content .item .time-box .time-right .time {
    font-size: 10px;
    color: #7D7D7D;
  }
  .section-1 .inner .content .item .video-box {
    width: 100%;
    height: 160px;
    display: none;
    position: relative;
    margin-bottom: 30px;
  }
  .section-1 .inner .content .item .video-box .play {
    width: 33px;
    height: 42px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  .section-1 .inner .content .item .video-box .video {
    width: 100%;
    height: 100%;
  }
  .section-1 .inner .content .item.item-video .video-box {
    display: block;
  }
  .section-1 .inner .content .item.item-video .time-box {
    justify-content: flex-end;
  }
  .section-1 .inner .content .item.item-video .time-box .more {
    display: none;
  }
  .section-1 .inner .content .item.item-news .video-box {
    display: none;
  }
  .section-1 .inner .content .item.item-news .text-2 {
    margin: 0 0 16px;
  }
  .section-1 .inner .content .item.item-news .time-box {
    margin-top: 19px;
  }
  .section-1 .inner .content .item.item-news .time-box .more {
    display: block;
  }
}
@media (max-height: 840px) {
  .video-dia .inner .video {
    max-width: 332px;
  }
}
