@charset "UTF-8";
.oa-list-content {
  padding-top: 50px;
  width: 1200px;
  margin: auto;
  padding-bottom: 60px;
}
.oa-video-tit {
  position: relative;
  height: 12px;
  margin-bottom: 38px;
  border-bottom: 2px solid #e10600;
}
.oa-video-tit > span {
  position: absolute;
  line-height: 29px;
  font-size: 20px;
  color: #222222;
  top: -2px;
  left: 0;
  padding-right: 12px;
  background: #fff;
}
.oa-news-list:after {
  content: '';
  display: block;
  clear: both;
}
.oa-news-list {
  margin: 0;
}
/* 右侧“近期热文”选项卡 */
.oa-tabs {
  float: right;
}
.oa-tabs a {
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  font-size: 14px;
  color: #565657;
  border-bottom: 2px solid transparent;
  margin-left: 8px;
}
.oa-tabs a.active {
  color: #e10600;
  border-color: #e10600;
}
#official-list .oa-news-item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d6;
}
#official-list .oa-news-item:last-child {
  border-bottom: none;
}
#official-list .oa-news-item:hover .oa-news-title {
  color: #c60000;
}
/* 列表项中的作者头像 */
.oa-news-avatar {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #eae8e8;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
#official-list .oa-news-img {
  float: left;
  position: relative;
  width: 171px;
  height: 114px;
  overflow: hidden;
}
#official-list .oa-news-img > img {
  width: 171px;
  min-height: 114px;
  display: block;
  object-fit: cover;
}
#official-list .oa-news-bd {
  min-height: 114px;
  margin-left: 185px;
}
#official-list .oa-news-title {
  position: relative;
  margin-bottom: 18px;
  line-height: 28px;
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* height: 56px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
#official-list .oa-news-desc {
  font-size: 16px;
  color: #565657;
  line-height: 28px;
  margin-bottom: 18px;
  /* height: 56px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
}
#official-list .oa-news-ifo {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #949495;
  line-height: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
}
#official-list .oa-news-card {
  float: left;
  width: 280px;
  margin: 0 10px 16px 10px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}
#official-list .oa-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
#official-list .oa-news-box {
  padding: 0;
  display: block;
}
#official-list .oa-news-box-img {
  position: relative;
  width: 100%;
  height: 160px;
  background: #f5f5f7;
  overflow: hidden;
}
#official-list .oa-news-box-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#official-list .oa-news-box-bd {
  margin-left: 0;
  height: auto;
  padding: 12px 14px 14px;
  box-sizing: border-box;
  /* background-color: #F5F5F5; */
}
#official-list .oa-news-box-title {
  /* margin-bottom: 10px; */
  font-size: 17px;
  line-height: 24px;
  height: 48px;
  color: #222;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#official-list .oa-news-card:hover .oa-news-box-title {
  color: #c60000;
}
#official-list .oa-news-author-line,
#official-list .oa-news-time-line {
  font-size: 14px;
  color: #949495;
  line-height: 20px;
  margin: 0;
}
#official-list .oa-news-author,
#official-list .oa-news-time {
  display: inline-block;
  vertical-align: middle;
}
#official-list .oa-news-author,
#official-list .oa-news-time,
#official-list .oa-news-read,
#official-list .oa-news-like,
#official-list .oa-news-preLike,
#official-list .oa-news-commentNum {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
#official-list .oa-news-read {
  padding-left: 18px;
  background: url('../images/icon/icon-share.png') no-repeat 0 50%;
  background-size: 14px 14px;
  color: #8c8c8c;
}
#official-list .oa-news-like {
  padding-left: 18px;
  background: url('../images/icon/icon-digg.png') no-repeat 0 50%;
  background-size: 14px 14px;
  color: #8c8c8c;
}
#official-list .oa-news-preLike {
  padding-left: 18px;
  background: url('../images/icon/icon-collect.png') no-repeat 0 50%;
  background-size: 14px 14px;
  color: #8c8c8c;
}
#official-list .oa-news-commentNum {
  padding-left: 18px;
  background: url('../images/icon/icon-comment.png') no-repeat 0 50%;
  background-size: 14px 14px;
  color: #8c8c8c;
}
.oa-loadMore {
  display: block;
  line-height: 44px;
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  color: #565657;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  #official-list .oa-news-card {
    width: 48%;
    margin: 0 1% 12px 1%;
  }
  #official-list .oa-news-box-img {
    height: 140px;
  }
  #official-list .oa-news-box-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/* New styles for Hot Articles (referencing Popular Video styles) */
.oa-side-news {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #d4d4d6;
}
.oa-side-news:last-child {
  border-bottom: none;
}
.oa-side-news-left {
  float: left;
  position: relative;
  width: 150px;
  height: 100px;
  overflow: hidden;
}
.oa-side-news-left > img {
  width: 150px;
  min-height: 100px;
  object-fit: cover;
  display: block;
}
/* 右侧列表左图的序号标记 */
.oa-side-news-left .oa-index {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-bottom-right-radius: 6px;
  background: #999;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}

/* 前三名特殊样式 */
.oa-side-news:nth-child(1) .oa-index {
  background-color: #e10600;
}
.oa-side-news:nth-child(2) .oa-index {
  background-color: #ff6600;
}
.oa-side-news:nth-child(3) .oa-index {
  background-color: #ff9900;
}
.oa-side-news-right {
  margin-left: 159px;
  padding-right: 5px;
  padding-top: 5px;
}
.oa-side-news-right > h3 {
  margin-bottom: 26px;
  line-height: 22px;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oa-side-news:hover h3 {
  color: #e10600;
}
.oa-side-news-right > p {
  display:flex;
  align-items: center;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  color: #949495;
}

/*-------------------------------------------oa-panel (migrated from newsPanel)--------------------------------------------*/
.oa-panel {
  margin-bottom: 32px;
  /*background: #fff;*/
}

.oa-panel-hd {
  line-height: 20px;
  padding: 25px 20px 21px 0;
  background: url("../images/cmt-tit.png") no-repeat 100% 0;
}

.oa-panel-tit {
  float: left;
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.oa-panel-bd {
  padding: 0 0 0 0;
}

.oa-side-list {
  padding-bottom: 1px;
}
