body{
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  margin: 0;
  padding: 0;
  position: relative;
}

.main-content{
width: 1200px;
/* min-height: 778px; */
margin: auto;
}
.right-content-item .content-details-content-article-title{
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000F34;
  margin-bottom: 15px;
  margin-top: 15px;
}

.right-content-item .tabs{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  color: #000F34;
  margin-bottom: 25px;
  margin-top: 27px;
}

.right-content-item .tabs span{
  width: 324px;
  height: 38px;
  background: #E2E2E2;
  margin-right: 5px;
  line-height: 38px;
  text-align: center;
}
.right-content-item .tabs span:last-child{
  margin-right: 0;
}
.right-content-item .tabs .selected{
    background: #0086D1;
    color: #fff;
}

.right-content-item{
  display: none;
}

.party-build-right .tabs-list{
  display: none;
}

.party-build-right .tabs-list .line{
  width: 982px;
  height: 1px;
  background-color: #000F34;
  margin: 23px 0;
}

.party-build-right .tabs-list .list-item {
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000F34;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentIndexDefault {
  width: 16px;
  height: 12px;
  background: #ffffff;
  font-size: 20px;
  color: transparent;
  text-align: center;
  line-height: 12px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  font-weight: 600;
  margin: 0 8px 0 24px;
  position: relative;
  /* top: -5px; */
}
.contentIndexDefault::after{
  content: '';
    width: 5px;
    height: 5px;
    background: #ED7217;
    border-radius: 3px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.party-build-right .tabs-list .list-item .contentText{
  flex-grow: 1;
  margin-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.party-build-right .tabs-list .list-item .time{
  flex-shrink: 0;
  width: 116px;
  text-align: right;
}
.main-content .menu-title{
  font-size: 35px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #0086D1;
  margin: 41px 0 23px 0;
}


.vertical-content{
  display: flex;
  position: relative;
  min-height: 500px;
}

.vertical-content .left{
  width: 180px;
  margin-right: 36px;
  font-size: 20px;
  font-weight: 400;
  color: #000F34;
  max-height: 817px;
  overflow: auto;
  
}

.vertical-content .left .selected{
  background: #0086D1;
  color: #fff;
  transition: all 0.3s;
  border-color: #0086D1;
}


.vertical-content .left span{
  box-sizing: border-box;
  width: 180px;
  height: 43px;
  position: relative;
  line-height: 43px;
  border-bottom: 1px solid #000F34;
  cursor: pointer;
  padding-left: 13px;
  display: flex;
  align-items: center;
}


.vertical-content .left span::after{
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  width: 13px;
  height: 20px;
  background-image: url('../images/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: 13px 20px;
}

.vertical-content .left .selected::after{
  background-image: url('../images/arrow-right-white.svg');
 
}

.vertical-content .party-build-right{
  box-sizing: border-box;
  flex:1;
  padding-top: 50px;
  overflow: auto;
  /* position: sticky; */
  /* top: 0; */
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000F34;
  line-height: 25px;
  /* text-indent: 2rem; */
}

.vertical-content .party-build-right .right-content-item{
  display: none;
}

.content-details-padding{
  padding: 40px 32px;
}

.content-details-content{
  font-size: 16px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  /* text-indent: 2em; */
  box-sizing: border-box;
}

.content-details-content-article{
  box-sizing: border-box;
  /* padding: 0 32px; */
}

.content-details-content-article-title{
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000F34;
  line-height: 52px;
  margin-bottom: 10px;
}

.gudong-tab{
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 54px;
}

.gudong-tab span{
  width: 130px;
  height: 41px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  line-height: 36px;
  margin-right: 12px;
  margin-bottom: 13px;
  cursor: pointer;
  position: relative;
  color: transparent;
}

.gudong-tab .selected{
  /* border-color: #82858f; */
  box-shadow: 3px 3px 3px #82858f;
}

.gudong-tab span img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 128px;
  height: 39px;
}

.gudong-tab::after{
  content: '';
  display: inline-block;
  flex: 1;
}
.right-content-article-title{
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000F34;
  margin-top: 28px;
  margin-bottom: 34px;
  text-align: center;
}
.right-content-article-content{
  display: none;
}
.right-content-article-content-content{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000F34;
  line-height: 30px;
  text-indent: 2rem;
}



