.main-container-fill {
  padding-top: 56px;
  max-width: 1920px;
  min-height: 82vh;
}
header .right ul li span{
  display: none;
}
.nav-fill,
.container-fill {
  padding:0 200px;
}

.nav-fill {
  height: 58px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  background: #F8F8F8;
}

.container-fill .title {
  width: 96px;
  height: 36px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.container-fill .title h2 {
  font-size: 24px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.content {
  margin-top: 30px;
}

.box-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}

.box-item img {
  margin-right: 33px;
  width: 230px;
  height: 130px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  object-fit: cover;

}
/* 右侧 */
.box-content{
  display: flex;
  flex-direction: column;
overflow:hidden;
width: 50vw;
}
.box-content .time{
  margin-top:10px ;
  margin-bottom: 10px;
}

.box-content .time, .box-content .text{
  height: 22px;
font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #999998;
line-height: 22px;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
}
.box-content h5{
height: 27px;
font-size: 18px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 21px;
display: flex;
align-items: center;
cursor: pointer;
}
.box-content h5:hover{
  color: #6DAD19;
}
.goall{
  display: flex;
  margin-top: 17px;
  justify-content: right;
}
.goall a{
  width: 64px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #6DAD19;
  line-height: 22px;
}
.more{
  display: block;
  height: 48px;
  opacity: .6;
  background: #F8F8F8;
  text-align: center;
  line-height: 48px;
color: #333333;
font-size: 14px;
}
/* 详情页部分 */
.details-container{
  margin-top: 50px;
  padding: 0 200px;
}
.details-title{
height: 48px;
font-size: 32px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 38px;
display: flex;
align-items: center;
}
.details-info{
  margin-top: 20px;
  display: flex;
  justify-content: left;
}
.details-box{
height: 24px;
width: 62px;
border-radius: 2px 2px 2px 2px;
font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
background-color: #2E6FC3;
padding: 1px 3px;
line-height: 22px;
}
.details-time{
font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #999998;
line-height: 22px;
margin-left: 14px;
}
.details-content{
  /* white-space:Pre-wrap; */
  font-size: 14px;
line-height: 260%;
margin: 15px 0 30px 0;
}
.details-content img{
  width: 100%;
  height: auto;
}
.author{
  margin-top: 13px;
  text-align: right;
font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 22px;
}

/* 尾部 */
.home-contact-nav {
  text-align: center;
  margin-top: 45px;
}
.home-contact-nav ul li{
display: inline-block;
margin: 0 1%;
font-size: 12px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #333;
cursor: pointer;
}
.home-contact-nav ul li:hover{
  color: #6DAD19;
}
.home-contact-footer{
height: 60px;
font-size: 12px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: #333;
line-height: 22px;
text-align: center;
opacity: 0.5;
margin-top: 1%;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 1%;
}
.timeword{
  /* display: none; */
}
.resource{
  margin-left: 20px;
}
.authorword{
  display: none;
}
.locationword{
  display: none;
}
.details-img{
  display: none;
}
.backhome{
  display: none;
}