.news-banner-container { color: #fff; padding-top: 140px; text-align: center; height: 360px; background-position: center; background-size: auto 100%; background-color: #000; background-repeat: no-repeat; background-image: ; } .news-banner-container .title { font-size: 32px; font-weight: 600; line-height: 60px; margin-bottom: 12px; } .news-banner-container .desc { font-size: 24px; line-height: 28px; } .news-container { background-color: #fff; padding-top: 40px; padding-bottom: 80px; } .news-container .tabs { display: flex; justify-content: center; margin: 32px auto 48px; } .news-container .tabs .tab { width: auto; padding: 0px 30px; text-align: center; color: #333333; font-size: 18px; height: 48px; line-height: 48px; background-color: #f0f0f0; margin-right: 16px; transition: all 0.3s; cursor: pointer; background: #ecf2f8; border: 1px solid #cfddec; border-radius: 1px; } .news-container.tabs .tab:last-child { margin-right: 0; } .news-container .tabs .tab.active { background-color: #0e57a2; border: 1px solid #f0f0f0; color: #fff; font-weight: 600; } .news-container .news-wrap .news-item { width: 100%; padding: 40px; display: flex; justify-content: flex-start; align-items: flex-start; background: rgba(255, 255, 255, 1); border-radius: 1px; margin-bottom: 16px; border-top: 1px solid #e6e6e6; } .news-container .news-wrap .news-item:first-child { border-top: none; } .news-container .news-wrap .news-item:last-child { border-bottom: 1px solid #e6e6e6; } .news-container .news-wrap .news-item .pic { width: 100%; min-width: 370px; max-width: 370px; margin-right: 32px; object-fit: cover; max-height: 200px; } .news-container .news-wrap .news-item .pic img { width: 100%; } .news-container .news-wrap .news-item .content .title { font-size: 16px; font-weight: 600; color: rgba(51, 51, 51, 1); line-height: 28px; margin-bottom: 6px; } .news-container .news-wrap .news-item .content .desc { font-size: 14px; color: rgba(51, 51, 51, 1); line-height: 24px; margin-bottom: 32px; } .news-container .news-wrap .news-item .content .tags .tag { padding: 5px 12px; font-size: 12px; color: rgba(102, 102, 102, 1); line-height: 16px; margin-right: 12px; background: #f8f8f8; } .news-container .news-wrap .news-item .content .date { font-size:14px; color:rgba(153,153,153,1); line-height:20px; margin-bottom: 8px; } .hidelist{ display: none; } .news-container .pagination { margin-top: 80px; display: flex; justify-content: center; } .news-container .pagination .pagination-item { margin-right: 16px; width: 30px; height: 30px; background-color: #e6e6e6; color: #666666; display: flex; align-items: center; justify-content: center; cursor: pointer; } .news-container .pagination .pagination-quick::before { content: "···"; } .news-container .pagination .pagination-item:last-child { margin-right: 0; } .news-container .pagination .pagination-item.disabled { color: #d3d3d3; } .news-container .pagination .pagination-item.active { background-color: #0e57a2; color: #fff; } .news-container .news-wrap .news-item .content .tags i { display: none; } @media (hover: hover) { .news-container .tabs .tab:hover { color: #0e57a2; } .news-container .pagination .pagination-item:hover { color: #0e57a2; } .news-container .news-wrap .news-item:hover .content .title { color: #0e57a2; } .news-container .pagination .pagination-quick-next:hover::before { content: ">>"; } .news-container .pagination .pagination-quick-prev:hover::before { content: "<<"; } } @media screen and (max-width:767px) { /*新闻动态*/ .news-banner-container { width: 100vw; height: 2.88rem; padding-top: 1.28rem; background-position: left top; } .news-banner-container .title { font-size: .24rem; font-family:pingfangsc-medium,pingfang sc; font-weight: 500; color:rgba(255,255,255,1); line-height: .33rem; margin-bottom: .2rem; } .news-banner-container .desc { font-size: .14rem; font-family:pingfangsc-regular,pingfang sc; font-weight:400; color:rgba(255,255,255,1); line-height: .2rem } .news-container { background-color: #f1f2f5; padding-top: 0; padding-bottom: .48rem; } .news-container .tabs { display: flex; justify-content: center; margin: 0; } .news-container .tabs .tab{ width: 1.25rem; height: .48rem; margin: 0; border: none; display: flex; align-items: center; justify-content: center; font-size: .14rem; color:rgba(14,87,162,1); position: relative; padding: 0; } .news-container .tabs .tab:not(:last-of-type)::after { position: absolute; right: 0; content: ''; width: 1px; height: .32rem; background: #cfddec; } .news-container .tabs .tab.active { border: none; font-weight: bold; } .news-container .tabs .tab.active::after{ width: 0; } .news-container .news-wrap { padding: 0 .24rem; background: #fff; } /* 每个新闻 */ .news-container .news-wrap .news-item { width: 100%; padding: .32rem 0 .24rem; display: flex; flex-direction: column; background: transparent; border-radius: 1px; margin-bottom: 0; border-top: 1px solid #e6e6e6; } .news-container .news-wrap .news-item:first-of-type { border:none; } /* 新闻图片 */ .news-container .news-wrap .news-item .pic { width: 3.27rem; height: 1.2rem; margin-right: 0; min-width: initial; max-width: initial; } .news-container .news-wrap .news-item .content .date { font-size: .12rem; font-family:pingfangsc-regular,pingfang sc; font-weight:400; color:rgba(153,153,153,1); line-height:12px; margin: 0; padding: .08rem 0; } .news-container .news-wrap .news-item .content .title { font-size: .14rem; font-family:pingfangsc-medium,pingfang sc; font-weight: bold; color:rgba(0,0,0,1); line-height: .24rem; margin-bottom: .08rem; } .news-container .news-wrap .news-item .content .desc { font-family:pingfangsc-regular,pingfang sc; font-size: .12rem; color: rgba(51, 51, 51, 1); line-height: .2rem; margin-bottom: .24rem; } .news-container .news-wrap .news-item .content .tags { line-height: 0; position: relative; } .news-container .news-wrap .news-item .content .tags .tag { padding: .03rem .08rem; font-size: .12rem; color: rgba(102, 102, 102, 1); line-height: .12rem; margin-right: .05rem; background: #f8f8f8; } .news-container .news-wrap .news-item .content .tags i { display: block; position: absolute; right: 0; top: .07rem; color: #666666; font-size: .12rem; } /* 分页 */ .news-container .pagination { margin-top: .41rem; } .news-container .pagination .pagination-item { margin-right: .12rem; width: .2rem; height: .2rem; background-color: #e6e6e6; color: #666666; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 12px; } .news-container .tabs .tab-en{ line-height: 0.24rem; font-size: 0.13rem; line-height: 0.16rem; } .news-container .news-wrap .news-item .content .tags-en { display: flex; flex-wrap: wrap; } .news-container .news-wrap .news-item .content .tags .tag-en { margin-bottom: 0.08rem; } .news-banner-container-en{ padding-top: 0.44rem; display: flex; align-items: center; justify-content: center; } .news-banner-container .title-en{ margin: 0; } }