@font-face {
    font-family: 'DINPro'; 
    src: url('DINPro-Regular.otf') format('opentype'); 
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'PingFang SC'; 
    src: url('PingFang-Bold.ttf') format('opentype'); 
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'PingFang SC Medium'; 
    src: url('PingFang-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'PingFang SC Regular'; 
    src: url('PingFang-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

body {
  background: url(../images/2025-b-banner2.png) center top / 1920px no-repeat
    rgb(255, 255, 255);
}
.container {
  width: 1200px;
  margin: 0 auto;
  font-family: 'PingFang SC Medium';
}

/* 顶部导航栏 */
.header-content {
  display: flex;
  align-items: center;
}
.header-content img {
  width: 287px;
  height: 308px;
  display: block;
  margin: 32px auto 32px;
}
/* 主要内容区域 */
.main-content {
  display: flex;
}

/* 左侧新闻区域 */
.news-section {
  background-color: white;
  color: #333333;
  width: 754px;
  height: 349px;
}
.news-section img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 右侧特别关注区域 */
.focus-section {
  color: #333333;
  background: #fff url(../images/2025-b-cb.png) no-repeat bottom right;
  padding: 18px 32px;
  width: 446px;
  box-sizing: border-box;
}

.focus-header {
  padding-bottom: 12px;
  margin-bottom: 4px;
  font-family: 'PingFang SC';
}

.focus-header h2 {
  font-size: 24px;
  line-height: 1.6;
}
.focus-header h2 .p2 {
  font-size: 18px;
  color: #000;
  font-family: DINPro;
  line-height: 1;
}
.focus-item {
  padding: 12px 12px;
  background: #f5f5f5;
  margin-bottom: 14px;
}
.focus-item:last-child {
  margin-bottom: 0;
}
.focus-item-t {
  height: 68px;
  font-family: 'PingFang SC';
}
.focus-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
}
.focus-item a {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  background: url(../images/2025-b-r.png) no-repeat center right;
  background-size: 16px 16px;
  padding-right: 20px;
  transition: all 0.3s;
}
.focus-item a:hover {
  color: #d2232a;
  background: url(../images/2025-b-r-r.png) no-repeat center right;
  background-size: 16px 16px;
}
/* 战略规划横幅 */
.banner-section {
  color: white;
  margin: 30px 0;
  width: 1200px;
  height: 194px;
  background: url(../images/2025-b-bg.png) no-repeat center right;
}
.banner-section .b-logo {
  width: 197px;
  height: 40px;
  display: block;
  padding: 20px 30px;
}
.banner-section .banner-st {
  margin: 0px 30px 30px 30px;
  display: flex;
}
.banner-section .banner-st-l {
}
.banner-section .banner-st-r {
  width: 80px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12) url(../images/2025-b-r-w.png) no-repeat
    center center;
  background-size: 20px 29px;
  border-radius: 48px 48px 48px 48px;
  margin-top: 40px;
  margin-left: auto;
  transition: all 0.3s;
}
.banner-section .banner-st-r:hover {
  background: #fff url(../images/2025-b-r-w-active.png) no-repeat center center;
  background-size: 20px 29px;
}
.banner-subtitle {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.banner-en {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

/* 历届年会回顾 */
.review-section {
  margin: 40px 0;
}
.section-header h2 {
  font-weight: 400;
  font-size: 40px;
  color: #d2232a;
  line-height: 1.5;
}
.section-header h2 .p1 {
  font-family: 'PingFang SC Medium';
}
.section-header h2 .p2 {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  font-family: DINPro;
}
.section-header {
  margin-bottom: 20px;
}

.view-more {
  display: block;
  margin: 30px auto 0;
  width: 200px;
  height: 48px;
  background: #fff;
  border: 1px solid #d2d2d2;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 48px;
  transition: all 0.3s;
}
.view-more.hide {
  display: none;
}
.view-more:hover {
  color: #d2232a;
  border: 1px solid #d2232a;
}
.review-grid {
  display: grid;
  padding-top: 5px;
  grid-template-columns: repeat(auto-fill, minmax(586px, 1fr));
  gap: 24px;
}
.histroy-review .review-grid.fixHeight {
  max-height: 1058px;
  overflow: hidden;
}
.review-card {
  background-color: #f5f5f5;
  overflow: hidden;
  display: flex;
  transition: all 0.3s;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.review-card:hover {
  transform: translateY(-4px);
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.card-header {
  width: 282px;
  height: 188px;
  color: white;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.card-header:hover img {
  transform: scale(1.1);
}
.card-header img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.card-header{

}
.card-header h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.card-header p {
  font-size: 14px;
  opacity: 0.8;
}

.card-content {
  padding: 20px;
  position: relative;
}
.card-content .cc-1 {
  font-family:  'PingFang SC';
}
.card-content .cc-1 p {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-content .cc-2 {
  height: 64px;
  font-family: 'PingFang SC Medium';
}
.card-content .cc-2 p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-content p {
  margin-bottom: 10px;
}

.card-links {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card-links a {
  background: #ffffff url(../images/2025-b-r.png) no-repeat 72px center;
  background-size: 16px 16px;
  border: 1px solid #d2d2d2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  padding: 0 20px 0 10px;
  transition: all 0.3s;
  width: 64px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.card-links a:first-child{
  background: #ffffff url(../images/2025-b-r.png) no-repeat 62px center;
  background-size: 16px 16px;
}
.card-links a:hover {
  color: #d32f2f;
  background: #ffffff url(../images/2025-b-r-r.png) no-repeat 72px center;
  background-size: 16px 16px;
  border:
   1px solid #d32f2f;
}
.card-links a:first-child:hover {
  color: #d32f2f;
  background: #ffffff url(../images/2025-b-r-r.png) no-repeat 62px center;
  background-size: 16px 16px;
  border:
   1px solid #d32f2f;
}
.card-year{
  width: 48px;
  height: 24px;
  background: #fff;
  padding: 0 1px 1px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.card-year span{
  display: block;
  width: 100%;
  height: 100%;
  background: #D2232A;
  font-family: DINPro;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}
/* 页脚 */
footer {
  background-color: #222629;
  color: white;
  padding: 40px 0 26px;
  margin-top: 50px;
}
.wrap{
   width: 100%;
   min-width: 1200px;
}
.copyright {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}

.banner-img{
    position: relative;
    overflow: hidden;
    height: 349px;
    
}
.banner-img .lunbo-box{
    height: 349px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-img .lunbo-box .lunbo-item img{
    height: 349px;
    width: 754px;
}
.banner .banner-img .lunbo-box .lunbo-item a{
    display: block;
}
.banner-img .lunbo-box .lunbo-item p{
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    width: 400px;
    background: rgba(0, 0, 0, 0.4);
    left: 10px;
    line-height: 21px;
    overflow: hidden;
    border-radius: 10px;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banner-img .lunbo-text {
    position: absolute;
    bottom: 14px;
    left: 10px;
    text-align: right;
    background:rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    padding-right: 6px;
    height: 14px;
    line-height: 10px;
}
.banner-img .lunbo-text li{
    width: 6px;
    height: 6px;
    background: #333333;
    border-radius: 3px;
    float:none;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 6px;
}
.banner-img .lunbo-text li.on{
    background-color: #ffffff;
}

/* 响应式设计 */
/* @media (max-width: 992px) {
  .main-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    gap: 15px;
  }

  .nav-links {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-title {
    font-size: 24px;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .review-grid {
    grid-template-columns: 1fr;
  }

  .banner-section {
    padding: 30px 20px;
  }

  .news-section,
  .focus-section {
    padding: 20px;
  }
} */

@media (min-width: 900px) {
  body{zoom: .7;background-size: 100% 930px;}
}

@media (min-width: 1200px) {
  body{zoom: .76;background-size: 100% 930px;}
}

@media (min-width: 1580px) {
  body{zoom: 0.9;background-size: 100% 930px;}
}
@media (min-width: 1780px) {
  body{zoom: 0.96;}
  .header-content img{width: 250px;height:268px;}
}
@media (min-width: 1960px) {
  body{zoom: 1;background: url(../images/2025-b-banner2.png) center top / 1920px no-repeat rgb(255, 255, 255);}
}


@media (min-width: 1280px) {
  .header-content img{width: 250px;height:268px;}
}
@media (min-width: 1921px) {
  .header-content img{width: 287px; height: 308px;}
}
/* @media (min-width: 601px) and (max-width: 900px) {

} */