.left{
    padding-right: 15px;
}
.article-title{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 38px;
    padding-top: 10px;
    color: black;
}
.article-head{
    width: 1200px;
    margin: 0 auto;
}
.article-content p{
    line-height: 32px;
    padding: 10px 0;
}
img{
	max-width:100%;
}
.extra-info{
    display: flex;
    flex-direction: row;
    width: 100%;
    line-height: 50px;
    justify-content: center;
    margin: 20px 0 10px 0;
}
.extra-item{
    padding: 0 15px;
    align-self:center;
}
.share{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 200px;
    height: 50px;
}
.share img{
    vertical-align:middle;
}
.divide{
    height: 5px;
    width: 100%;
    background: rgba(233, 229, 229, 0.705);
    margin-bottom: 20px;
}