
.news-details {
    background: #f7f7f7;
    padding-bottom: 50px;
    position: relative;
}

.items-banner {
    height: 314px;
    background: url(../image/banner6.png) no-repeat center;
}

.items-nav {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #dedede;
}

.items-artical {
    margin: 20px auto;
}

.items-artical .main-wrap {
    background: #fff;
    padding: 36px 30px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    box-sizing: border-box;
}

.artical-top {
    justify-content: space-between;
}

.items-artical .item-left {
    width: 920px;
    float: left;
}

.top-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}

.top-orgin {
    justify-content: flex-start;
}

.top-orgin p {
    margin-right: 25px;
}

.btn-collect {
    width: 122px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #20b09f;
    line-height: 38px;
    text-align: center;
}

.btn-collect .img-block {
    width: 20px;
    margin: 0 6px 0 0;
}

.btn-collect p {
    color: #20b09f;
    text-align: left;
}

.artical-shengming {
    background: #f7f7f7;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 14px 20px;
    margin: 20px 0;
}

.artical-mulu {
    justify-content: flex-start;
    border: 1px solid #e5e5e5;
    /* height: 150px; */
    position: relative;
}

.artical-mulu .left {
    width: 120px;
    background: #f7f7f7;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    position: absolute;
}
.artical-mulu .right{
    margin-left: 120px;
}
.artical-mulu li {
    font-size: 14px;
    color: #20b09f;
    line-height: 30px;
    padding-left: 30px;
    cursor: pointer;
}

.aritcal-content{
    padding: 20px 0 0;
    margin: 0;
}

.content-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}

.content-text {
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.article-pre {
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin: 20px 0;
}

.mt16 {
    margin-top: 16px;
}

.item-right {
    float: left;
    margin-left: 30px;
}

.nav-scroll {
    border-left: 2px solid #eaeaea;
    padding: 20px 0;
    position: relative;
}

.nav-scroll:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #eaeaea;
    background: #fff;
    border-radius: 4px;
    display: block;
    top: -6px;
    left: -6px;
    position: absolute;
}

.nav-scroll:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #eaeaea;
    background: #fff;
    border-radius: 4px;
    display: block;
    bottom: -6px;
    left: -6px;
    position: absolute;
}

.nav-scroll li {
    line-height: 43px;
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    position: relative;
    cursor: pointer;
}

.nav-scroll li span {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #eaeaea;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    left: -5px;
    top: 18px;
}

.nav-scroll li.cur {
    color: #20b09f;
}

.nav-scroll li.cur span {
    background: url(../image/span-bg.png) no-repeat center;
    width: 18px;
    height: 12px;
    border: none;
    border-radius: 0;
    top: 16px;
}

.btn-share {
    width: 122px;
    height: 38px;
    background: #20b09f;
    border-radius: 19px;
    margin: 30px auto 0 auto;
}

.btn-share .img-block {
    width: 20px;
    margin: 0 6px 0 0;
}

.btn-share p {
    color: #fff;
    text-align: left;
}

/* 相关文章 */

.items-list .main-wrap {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 24px 30px;
    box-sizing: border-box;
}

.list-title {
    font-size: 16px;
    position: relative;
}

.list-title::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #20b09f;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.items-list ul {
    width: 31%;
    padding-top: 12px;
}

.items-list li {
    line-height: 30px;
    color: #666;
    font-size: 12px;
    width: 88%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.items-list li:hover{
    color:#20b09f;
}
.items-list .flex-row{
    justify-content: flex-start;
    align-items: flex-start;
}
