.wrapper { overflow: hidden;   background: radial-gradient(circle at top center, white, #deeef8); min-height: 100vh; }
.wrapper a { color: #000; text-decoration: none; }

/* ===== 面包屑 ===== */
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 10px;
  font-size: 14px;
  color: #666;
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
}
.breadcrumb a { color: #666; }
.breadcrumb a:hover { color: #2276c5; }

/* ===== 主内容区 ===== */
.main-area {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

/* ===== 左侧文章列表 ===== */
.articleBlock {
  flex: 1;
  min-width: 0;
  margin-right:24px;
}
.article-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0 25px;
  border-bottom: 1px solid #81a9d9;
}
.article-item:first-child{padding-top:0;}
.article-item:last-child{ border-bottom: none; }
.article-text { flex: 1; min-width: 0; }
.article-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
  line-height: 24px;
  height:48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-title:hover { color: #2276c5; }
.article-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-thumb {
  width: 232px;
  height: 128px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 3px;
  display: block;
  background: #c5ddf0;
  margin-left:15px
}


/* ===== 翻页 ===== */
.pagination {
  height: 53px;
  margin-top: 15px;
}

.pagination a {
  display: inline-block;
  width: 21px;
  height: 53px;
  line-height: 53px;
}

.pagination span.num {
  display: inline-block;
  padding: 0 .5em;
  height: 40px;
  line-height: 40px;
  color: #5b5b5b;
  font-size: 22px;
}

.pagination .prev {
  float: left;
  width: 26px;
  height: 40px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
}

.pagination .next {
  float: right;
  width: 26px;
  height: 40px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
}

.pagination .paginationMain {
  text-align: center;
}

/* ===== 右侧边栏 ===== */
.sidebar {
  width: 380px;
  flex-shrink: 0;
}

/* 视频卡片 */
.video-card {
  overflow: hidden;
  margin-bottom: 10px;
}
.video-card .video-thumb {
  position: relative;
  width: 100%;
  height: 218px;
  background: linear-gradient(135deg, #6baed6 0%, #2e6da4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-card .video-thumb img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  display: block;
}
.video-card .play-circle {
  position: absolute;
  width: 86px;
  height: 86px;
  background:url(../images/playBtn.png) no-repeat;
  background-size:100% 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0%;
  right:0;
  top: 0%;
  bottom: 0;
  margin:auto;
}
.video-card .video-title {
  padding: 8px 0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #222;
  line-height: 1;
}
.yjxx .content{
  min-height: 260px;
  margin-bottom: 20px;
  background:#fff;
  border-radius:0 0 5px 5px;
}
.footer{
  background:linear-gradient(to right, #01189c, #0187c4);
  
}
.footer .w1200{
  padding-bottom:40px;
}
.footer .right img{
  display:block;
  margin:auto;
}