.warp{
    position: relative;
    background: #fafafa;
}
img {
    width: auto;
}
.Crumbs{
    background: #FAFAFA;
}
.Crumbs p{
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.warpContent{
    background: #fff;
}
.articleWarp{
    width: 1000px;
    margin: 0 auto;
    padding: 32px 0;
}

.articleTop{
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 8px;
}
.articleTop span{
    margin-right: 12px;
}
.articleTitle h1{
    font-size: 25px;
    color: #333333;
    text-align: center;
    margin: 40px 0;
}
.articleTitle div{
    margin-bottom: 30px;
    overflow: auto;
}
.articleTitle .textSource{
    text-align: right;
    font-size: 16px;
    color:#333;
}

.articleLink{
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.linkName{
    font-size: 19px;
    opacity: 0.4;
    color: #000;
    margin-bottom: 20px;
}
.linkList{
    padding-bottom: 12px;
}
.linkList img{
    width: 16px;
}

.linkList span{
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
.linkList a{
    font-style: normal;
    font-size: 14px;
    color: #35A295;
    cursor: pointer;
    margin-left: 16px;
    text-decoration: none;
}
.otherArticle{
    padding-top: 30px;
    padding-bottom: 40px;
}

.otherArticleList{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 12px;
}
.otherArticleList:hover i{
    background: #028B7B;
}
.otherArticleList span:hover{
    color: #028B7B;
    text-decoration: underline;
}
.otherArticleList i{
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 10px;
    top: 10px;
}
.otherArticleList span{
    color: #333;
    font-size: 14px;
}




