.aboutUs-navbar{
  /* 恢复文檔流 */
  /* position: relative !important; */
}

.detail-content-box{
  width: 100%;
  /*min-height: 818px;*/
  /*padding-top: 151px;*/
  margin: 3rem auto 0;
  display: block;
}

.detail-content-box-left {
  width: 100%;
  /*max-height: 650px;*/
  flex-shrink: 0;
  background: rgba(255,255,255,0.39);
  box-shadow: 0px 4px 14px rgba(0,0,0,0.08);
  opacity: 1;
  border-radius: 4px;
  padding: 0 1rem;
  box-sizing: border-box;
  /* overflow-y: scroll; */
}

.detail-content-box-left::-webkit-scrollbar {
  display: none;
}
.detail-content-box-left img {
  width: 100%;
  height: 12.5rem;
}
.detail-content-box-left>p:nth-of-type(1){
  font-size: 16px;
  text-align: center;
}
.detail-content-box-left>p:nth-of-type(2){
  font-size: 14px;
  text-align: right;
}

.detail-content-box-right {
  /*margin-left: 53px;*/
  flex: 1;
  /* background-color: aquamarine; */
  padding: 1rem 1rem 0;
}
.detail-content-box-right-title{
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  opacity: 1;
  white-space: nowrap;
}
.detail-content-box-right-title>div {
  margin:0 0 5px 27px;
  width: 100%;
  border:1px dotted #D9D9D9;
}

.news-list-box {
  /* min-height: 650px; */
  /* background-color: cadetblue; */
  /*margin-top: 22px;*/
  /* overflow-y: scroll; */
}
.news-list-box::-webkit-scrollbar { display: none; }

.news-list-item {
  box-sizing: border-box;
}
.news-list-item-box{
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.news-list-item-left{
  width:23%;
}
.news-list-item-box-default {
  border-bottom: 1px solid #EEE;
}
.news-list-item-default{
  margin-left: 0;
}
.news-list-item-active {
  margin-left: 6%;
}
.month-theme-active {
  color: #253383 !important;
}
.month-theme {
  color: #333;
}
.year-theme-active {
  color: #253383 !important;
  background: rgba(37,51,131,0.2) !important;
}
.year-theme {
  color: #fff;
  background:#BFBFBF;
}

.news-list-item-left h2{
  /* display: block; */
  text-align: left;
  /* color: #333333; */
  margin:6px 0 9px 0;
}
.news-list-item-left span{
  /* display: block; */
  text-align: center;
  padding: 1px 8px 1px 6px;
  border-radius: 10px;
  font-size: 11px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 15px;
  /* color: #fff; */
  background: rgba(37,51,131,0.2);
}

.news-list-item-right {
  flex: 1;
}
.news-list-item-right span {
  display: block;
  width: 100%;
}
.news-list-item-right>span:nth-of-type(1) {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
  opacity: 1;
  margin-bottom: 19px;
}
.news-list-item-right>span:nth-of-type(2) {
   font-size: 12px;
   font-family: PingFang SC;
   font-weight: 500;
   line-height: 1.25rem;
   color: #666;
   opacity: 1;
}

/* 分页器 */
.page-break-box {
  /*width: 1266px;*/
  padding-bottom: 50px;
  margin: 0 auto;
}
.page-break a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
}


