.main-container{
    background: #f5f5f5;
    padding: 50px 0
}
.arrowicon{
    width: 10px;
    height: 14px;
    margin-right:10px;
    margin-top:-3px;
}
.nav{
    color: rgba(0, 0, 0, 0.65); 
    font-size: 16px;
    display: flex;
    align-items: center;
    width:1168px;
    margin: 0 auto
}
.newstitle{
    font-size: 42px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    width:1168px;
    text-align: left;
    margin: 0 auto;
    margin-top:10px
}
.newsinfo{
    width:1168px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top:30px;
    padding-bottom:10px;
    border-bottom: solid 1px #e8e8e8;
}
.share{
    display: flex;
    align-items: center
}
.shareitem{
    display: inline-block;
    width:30px;
    height:30px;
    margin-left:10px
}
.shareitem .shareimg{
    width:100%;
    height:100%
}
.article{
    width:768px;
    margin: 0 auto;
    /*text-align:center;*/
    padding: 50px 0;
}
.article img{
  width:100%;
}
.article .imgdesc{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #deb85b;
    margin: 30px 0
}
.article .detail{
  font-size: 16px;
  line-height: 1.63;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  margin:20px 0
}
.newsinfo-btm{
    width:768px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top:30px;
    padding-bottom:10px;
    border-bottom: solid 1px #e8e8e8;
}
.nav-btm{
    color: rgba(0, 0, 0, 0.65); 
    font-size: 16px;
    display: flex;
    align-items: center;
}
.nav-btm:hover{
    color:#deb85b
}
.pre{
    width:768px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top:30px;
    padding-bottom:10px;
    font-size: 16px;
}
.pre a:hover{
    color:#deb85b
}
.navspan:hover{
    color:#deb85b
}