.yipian-header {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.lunbo {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 300px;
    width: 580px;
    background-color: #e2e7fa;
    overflow: hidden;
    border-radius: 5px;
}
.swiper-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-indent: 20px;
    color: white;
    text-align: left;
}
.swiper-container {
    height: 300px;
    width: 580px;
}
.tuiguang {
    position: absolute;
    right: 0px;
    top: 0px;
    right: 0px;
    width: 320px;
    height: 300px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #f1ecec;
}
.hot1,.hot2 {
    position: absolute;
    left: 595px;
    width: 260px;
    height: 143px;
    background-color: #e2e7fa;
    overflow: hidden;
    border-radius: 5px;
}
.hot1 .title, .hot2 .title{
    position: absolute;
    bottom: 10px;
    color: #fff;
    line-height: 1.4;
    left: 10px;
    right: 10px;
    text-align: left;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.05) 5%,rgba(0,0,0,.65));
    transition: .5s;
    pointer-events: none;
}
.hot2 {
    top: 158px;
}
.yipian-body {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: auto;
    margin-top: 30px;
}
.yipian-title {
    line-height: 30px;
    text-align: left;
    font-size: 15px;
    color: #a9a9a9;
    margin-top: 10px;
    margin-bottom: 0px;
}
.cloud-cps-btn {
    width: 300px;
    line-height: 23px;
    text-align: left;
    font-size: 13px;
    background-color: transparent;
    color: #413f3f;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px dashed #b9d5e9;
    padding: 5px;
}
.cloud-cps-btn:hover {
    border: 1px dashed #0a7ee5;
    color: #0a7ee5;
}
.article-datas {
    position: relative;
    width: 92%;
    height: 40px;
    line-height: 40px;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#myNewArticles {
    position: relative;
    margin-top: 10px;
    width: 92%;
}
.article-status-green, .article-status-blue, .article-status-orange, .article-status-gray, .article-status-cyan {
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
}
.article-status-green {
    color: #0AAF88;
    background-color: #d3f3ec;
}
.article-status-blue {
    color: #0664dc;
    background-color: #d2e8fc;
}
.article-status-cyan {
    color: #f4d7fd;
    background-color: #c423f8;
}
.article-status-orange {
    color: #dc6606;
    background-color: #f8ddc9;
}
.article-status-gray {
    color: #606060;
    background-color: #e1e1e1;
}
.article-data {
    position: relative;
    font-size: 13px;
    color: #484747;
    width: 24%;
}
.edit-rukou-box {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.edit-rukou {
    position: relative;
    width: 24%;
    height: 70px;
    border-radius: 5px;
}
.edit-rukou-btn {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    background-color: whitesmoke;
    border-radius: 999px;
    border: 1px solid #e1dfdf;
}
.edit-rukou-btn:hover {
    cursor: pointer;
    background-color: #e0e0f6;
}
.edit-rukou-btn img {
    height: 20px;
}
.edit-rukou-name {
    position: relative;
    width: 100%;
    color: #444;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}
#activity-users {
    position: relative;
    width: 100%;
    height: auto;
}
.activity-user {
    position: relative;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}
.activity-user-avatar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    border-radius: 999px;
    border: 1px solid whitesmoke;
}
.activity-user-name {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 200px;
    height: 20px;
    font-size: 14px;
    color: black;
    text-align: left;
}
.activity-user-count {
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 12px;
    text-align: right;
}
.activity-user-desc {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 200px;
    line-height: 20px;
    font-size: 12px;
    color: #838383;
    text-align: left;
}
.yipian-body-left {
    position: relative;
    float: left;
    width: 835px;
    min-height: 500px;
    background-color: white;
    height: auto;
    overflow-x: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px 0 rgba(55,99,170,.1);
    border-radius: 2px;
}
.yipian-body-right {
    position: relative;
    float: right;
    margin-right: 20px;
    width: 320px;
    min-height: 500px;
    background-color: transparent;
    height: auto;
}
.yipian-body-right-module {
    position: relative;
    width: 298px;
    min-height: 100px;
    background-color: white;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px 0 rgba(55,99,170,.1);
}
.yipian-subject-div {
    position: relative;
    width: 813px;
    height: 380px;
    padding: 20px;
    background-color: white;
}
.yipian-new-article-title-div {
    position: relative;
    width: 840px;
    padding: 15px 20px;
    background-color: white;
    margin-bottom: 10px;
    text-align: left;
}
.yipian-more-article-div {
    position: relative;
    width: 840px;
    padding: 15px 20px;
    background-color: transparent;
    margin-bottom: 10px;
    color: #0a7ee5;
}
.yipian-more-article-div:hover {
    cursor: pointer;
}
.yipian-article-div {
    position: relative;
    width: 813px;
    min-height: 600px;
    height: auto;
    height: auto;
    padding: 20px;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 0px 0px 8px 8px;
}
.yipian-subject-item-feed {
    position: relative;
    float: left;
    width: 260px;
    height: 290px;
    background-color: transparent;
    margin-right: 20px;
    text-align: left;
}
.yipian-subject-item-feed:hover {
    cursor: pointer;
}
.feed-subject-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.feed-subject-img img {
    width: 100%;
}
.feed-subject-img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0,0,0,.3);
}
.subject-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 18px;
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.subject-title {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}
.subject-description {
    font-size: 14px;
    color: rgba(0,0,0,.5);
    padding: 10px 0 0;
}
.subject-title:hover {
    cursor: pointer;
    color: #106bf3;
}
.subject-header-module {
    position: relative;
    width: 850px;
    height: 120px;
    background-color: white;
    padding: 50px 0;
    color: #fff;
    text-align: center;
    background: #b92b27;  /* fallback for old browsers */      background: -webkit-linear-gradient(to right, rgb(185, 43, 39), rgb(21, 101, 192));  /* Chrome 10-25, Safari 5.1-6 */      background: linear-gradient(to right, rgb(185, 43, 39), rgb(21, 101, 192)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
}
.subject-header-module .subject-title:hover {
    cursor: pointer;
    color: white;
}
.yipian-article-list {
    position: relative;
    width: 815px;
    height: 150px;
    margin-bottom: 40px;
    float: left;
    border-bottom: 1px dashed #dedddd;
}
.yipian-article-list-img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 150px;
    width: 250px;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
}
.yipian-article-list-imgs {
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
.yipian-article-list-body {
    position: absolute;
    left: 260px;
    top: 0px;
    height: 150px;
    width: 555px;
    overflow: hidden;
    text-align: left;
}
.yipian-article-list-body-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 5px;
    transition: .5s;
}
.yipian-article-list-body-title:hover{
    color: #0a7ee5;
}
.yipian-article-list-body-summary {
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,0,0,.6);
    text-align: justify;
    margin-top: 10px;
}
.yipian-article-list-body-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
}
.yipian-be-module {
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.author-photo {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f0f0;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #92bfdd;
}
.author-name {
    position: absolute;
    left: 45px;
    top: 5px;
}
.pub-date {
    position: absolute;
    left: 45px;
    font-size: 10px;
    bottom: 5px;
    color: #918e8e;
}
.yipian-be-module .yipian-be-data {
    float: right;
    color: #5d5b5b;
    margin-left: 15px;
}
.collect-article-title {
    position: relative;
    width: 100%;
    line-height: 40px;
    height: auto;
    text-align: left;
}
.collect-article-title:hover {
    cursor: pointer;
    color: #0a7ee5;
}
.collect-article-image {
    width: 100%;
    border-radius: 4px;
    display: none;
}
.right-more-btn {
    float: right;
    font-size: 13px;
    color: #adaaaa;
}
.hot-article-item {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.hot-article-item:hover {
    cursor: pointer;
    background-color: #f5f1f1;
}
.hot-article-image {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 70px;
    border-radius: 3px;
}
.hot-article-title,.hot-article-summary {
    position: absolute;
    left: 75px;
    top: 0px;
    width: 220px;
    font-size: 15px;
    text-align: left;
}
.hot-article-summary {
    color: #666;
    top: 30px;
    width: 220px;
}
.more-subject-btn {
    padding: 10px 25px;
    font-size: 13px;
    background-color: transparent;
    color: #2a92ec;
    margin-top: 20px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}
.yipian-article-detail-module {
    position: relative;
    width: 750px;
    padding: 40px;
    min-height: 500px;
    height: auto;
    text-align: left;
    background-color: transparent;
    border-radius: 8px;
}
.yipian-article-detail-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #3b3b3b;
}
.yipian-article-detail-summary {
    background-image: url(/img/icon/b-524d9a567576ca13b0feb798a387db5a.svg);
    background-repeat: no-repeat;
    background-position: left 30px top 20px;
    background-color: whitesmoke;
    color: rgba(0,0,0,.68);
    margin: 30px 0px 10px 0px;
    padding: 40px 30px 20px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    border-radius: 5px;
}
.yipian-article-detail-author-be-data {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    margin-inline-end: 40px;
}
.yipian-article-detail-be-data {
    margin-left: auto;
    display: flex;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    align-items: center;
    line-height: 50px;
    float: right;
    margin-left: 20px;
}
.module-body-be {
    position: fixed;
    top: 150px;
    left: calc((100% - 1190px) / 2);
    width: 40px;
    height: auto;
}
.module-body-be ul {
    position: relative;
    width: 100%;
    height: auto;
    list-style: none;
}
.module-body-be ul li {
    width: 100%;
    height: 80px;
    text-align: center;
}
.kuzhan-behavior-btn {
    position: relative;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background: white;
    border: 0px;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.layui-icon {
    font-size: 20px;
}
.count {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.yipian-article-detail-content-p {
    line-height: 30px;
    font-size: 14px;
    margin: 15px 0px;
}
.yipian-article-detail-content-p img {
    max-width: 100%;
}
.recommend-book-div {
    position: relative;
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
}
.recommend-book-title {
    color: black;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.recommend-book-desc {
    color: black;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
}
.notice-items {
    position: relative;
    float: left;
    width: 330px;
    height: 250px;
    border: 1px solid #e5e5e5;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 20px;
    text-align: left;
    margin: 0px 24px 50px 0px;
}
.notice-item-title {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
}
.notice-item-image {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: black;
    border-radius: 3px;
    overflow: hidden;
}
.notice-item-image img {
    position: absolute;
    width: 100%;
}
.notice-item-description {
    margin-top: 12px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.notice-detail-title {
    line-height: 40px;
    font-size: 25px;
    font-weight: 500;
}
.notice-detail-base {
    margin: 10px 0px 5px 0px;
    line-height: 30px;
    font-size: 13px;
}
.notice-detail-description {
    width: calc(100% - 10px);
    padding: 15px 5px;
    line-height: 25px;
    font-size: 14px;
    background-color: #e4e9f8;
    margin: 15px 0px;
    border-radius: 3px;
    color: #2b2a2a;
}
.notice-detail-content {
    margin-top: 10px;
    margin-bottom: 40px;
}
.notice-detail-content img {
    position: relative;
    width: 100%;
}

.blog-list {
    position: relative;
    float: left;
    min-height: 120px;
    width: 800px;
    padding: 20px 0px;
    border-bottom: 1px solid #f0f2f7;
}
.blog-list-title {
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
.blog-list-title:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #2572ee;
}
.blog-list-title:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #2572ee;
}
.blog-list-summary {
    margin: 15px 0px;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    text-align: left;
}
.blog-list-other {
    line-height: 20px;
    font-size: 13px;
    color: #666;
    text-align: left;
}
.blog-list-other span{
    position: relative;
    float: left;
    margin-right: 50px;
    font-size: 13px;
}
.cover-image {
    position: absolute;
    right: 0px;
    top: 50px;
    height: 90px;
    width: 150px;
    border-radius: 3px;
    overflow: hidden;
}
.width-600 {
    width: 600px;
    float: left;
}
.width-650 {
    width: 650px;
    float: left;
}
.before-after-module {
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 130px;
}
.before-article-module {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    width: 350px;
    height: 110px;
    border: 1px solid #eeecec;
    border-radius: 5px;
    display: none;
}
.after-article-module {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    width: 350px;
    height: 110px;
    border: 1px solid #eeecec;
    border-radius: 5px;
    display: none;
}
.before-article-module:hover, .after-article-module:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px #eceaea;
}
.before-after-title {
    text-align: left;
    width: 100%;
    line-height: 30px;
    color: gray;
}
.before-after-module img {
    border-radius: 4px;
    float: left;
}
.before-after-text {
    text-align: left;
    float: left;
    margin-left: 15px;
    width: 275px;
    font-size: 17px;
    line-height: 30px;
    color: #555454;
}
.yipian-article-div, .yipian-new-article-title-div, .yipian-subject-div, .yipian-body-right-module {
    /*box-shadow: 0px 1px 3px #efefef;*/
}
.yipian-article-div {
    border-top: 1px solid whitesmoke;
}
.article-category {
    float: left;
    margin-right: 30px;
    margin-top: 5px;
    border: none;
    color: #666;
    background-color: transparent;
}
.article-category-selected {
    color: black;
    font-weight: 500;
}
.yipian-new-article-title-div {
    position: relative;
    height: 30px;
    font-size: 15px;
    border-bottom: none;
    width: 813px;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
}
.curr-user-article-date-container {
    position: relative;
    margin-top: 30px;
    width: 100%;
    min-height: 100px;
}
.yipian-detail-right-module {
    position: relative;
    padding: 15px;
    background-color: white;
    margin-bottom: 10px;
    min-height: 5px;
    height: auto;
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px 0 rgba(55,99,170,.1);
}