.aboutUs-navbar{
  /* 恢复文檔流 */
  /* position: relative !important; */
}
.main-box {
  min-height: calc(100vh - 596px);
}

.detail-content-box{
  width: 1266px;
  /*min-height: 818px;*/
  padding-top: 151px;
  margin: 0 auto 50px auto;
}

.detail-content-box-left {
  width: 572px;
  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: 48px 34px 31px 34px;
  box-sizing: border-box;
  /* overflow-y: scroll; */
}

.detail-content-box-left::-webkit-scrollbar {
  display: none;
}
.detail-content-box-left img {
  width: 100%;
  height: 322px;
}
.detail-content-box-left>p:nth-of-type(1){
  font-size: 16px;
}
.detail-content-box-left>p:nth-of-type(2){
  font-size: 14px;
}

.detail-content-box-right {
  margin-left: 53px;
  flex: 1;
  /* background-color: aquamarine; */
  padding: 60px 0 11px 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: 93%;
  height: auto;
  padding: 27px 0 29px 0;
}
.news-list-item-left{
  width:18%;
}
.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 {
  width: 82%;
}
.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: 14px;
   font-family: PingFang SC;
   font-weight: 500;
   line-height: 26px;
   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;
}

@media screen and (max-width:1334px) {
  .detail-content-box{
    width: 1024px;
  }
  .page-break-box{
    width: 1024px;
  }
}




