.pos {
    font-size: 20px;
    margin: 20px auto 0;
    width: 1380px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.main .content {
    width: 1380px;
    margin: 0 auto;
    background-color: #fff;
}
.content .cont {
    width: 1300px;
    margin: 0 auto;
    padding: 40px 0 30px;
}
.content .cont h3 {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
}
.content .cont h5 {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    line-height: 36px;
    color: #666666;
}
.content .art-info {
    margin: 30px auto;
    line-height: 40px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #d6d6d6;
    font-size: 14px;
    color: #666;
    text-align: center;
    position: relative;
}
.content .art-info span {
    margin: 0 15px 0 0;
}
.shareIcon {
    display: inline-block;
}
.content .art-info span.print {
    cursor: pointer;
    margin-right: 10px;
}
.content .art-info span.font span {
    cursor: pointer;
}
.content .article {
    line-height: 34px;
    margin-top: 30px;
}
.content .article img {
    max-width: 1100px;
    margin: 20px auto;
    display: block;
}
.content .fj {
    margin: 40px 0 10px;
    font-size: 18px;
}
.content .fj p {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #23582a;
}
.content .fj a {
    line-height: 36px;
    display: block;
}
.content .fj a:hover {
    color: #90b185;
}
