/* #region左侧内容区start */
article {
    margin-top: 70px !important;
}

.yifang-main {
    display: flex;
    height: 100%;
}

.sitemap {
    margin-bottom: 10px;
    font-size: 14px;
    color: #748594;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px 25px;
    border-top: 2px solid #2486ff;
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
}

.sitemap a {
    color: #748594;
}

.sitemap a:hover {
    text-decoration: underline;
}

.sitemap i {
    font-style: normal;
}

.right-content {
    height: calc(100% - 20px);
    position: relative;
}

.yifang-main-left {
    width: 885px;
    margin-right: 15px;
}

.left-content {
    margin-bottom: 20px;
    background-color: #fff;
}

.content-head {
    padding: 20px 20px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.content-title {
    position: relative;
}

.content-title h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #262626;
    font-weight: 500;
}

.article-body {
    padding: 20px;
    position: relative;
}

.article-intro {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #8f8f8f;
    font-size: 12px;
}

.article-content {
    font-size: 16px;
    color: #262626;
}

pre {
    overflow: auto;
    background-color: #eaecee;
    border-radius: 5px;
    position: relative;
    color: #333;
    padding: 20px;
    line-height: 1.8;
}

.content-summary {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #828282;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.article-content p {
    line-height: 1.8;
}

.article-content img {
    max-width: 100%;
    vertical-align: middle;
}

.content-copyright {
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #828282;
    border: 1px solid #efefef;
    background: rgba(239,239,239,.4);
    border-radius: 4px;
    word-break: break-all;
}

.content-tag {
    font-size: 12px;
    color: #a1a1a1;
    margin: 10px 0;
}

.recommended-content {
    margin-bottom: 20px;
    background-color: #fff;
}

.recommended-head {
    padding: 20px 20px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.recommended-title {
    position: relative;
}

.recommended-title span {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    color: #262626;
}

.recommended-body {
    padding: 0 20px 20px;
}

.recommended-text {
    display: flex;
    margin: 0;
    padding: 10px 0;
    color: #828282;
    line-height: 32px;
    border-bottom: 1px solid rgba(239,239,239,.8);
    justify-content: space-between;
}

.recommended-text a {
    display: block;
    width: calc(100% - 120px);
    font-size: 16px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}

.recommended-text a:hover {
    color: #007aff !important;
}

.recommended-text a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    margin-top: 12px;
    font-size: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #ccc;
    content: "";
    vertical-align: top;
}

.recommended-text span  {
    font-size: 12px;
}

.feedback-body {
    padding: 0 10px;
}

.feedback-text {
    padding: 10px 30px 0;
    line-height: 1.8;
}

.feedback-content {
    width: 96%;
    margin: 0;
    padding: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
    box-sizing: border-box;
}

.feedback-content form p {
    margin-top: 10px;
    line-height: 1.8;
}

.input-text {
    border: 1px solid #d7d7d7;
    line-height: 20px;
    height: 24px;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
}

.input-text:focus {
    border: 1px solid #d7d7d7;
    line-height: 20px;
    height: 24px;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
}

.feedback-content form p label {
    font-size: 14px;
}

.feedback-content form p textarea {
    padding: 0.5em;
    width: 98%;
    height: 150px;
    border: 1px solid #d7d7d7;
    overflow: auto;
    resize: vertical;
    color: inherit;
    border-radius: 5px;
}

.submit {
    display: block;
    background-color: #2486ff;;
    color: #fff;
    border: 0;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    float: right;
}

/* #endregion左侧内容区end */

/* #region右侧内容区start */
.yifang-main-right {
    width: 300px;
}

.yifang-lately {
    margin-bottom: 20px;
    background-color: #fff;
}

.lately-head {
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.lately-title {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    height: 22px;
    border-left: 4px solid #2486ff;
}

.lately-title span {
    color: #262626;
    font-size: 18px;
}

.lately-body {
    padding: 15px;
}

.hot-item {
    display: flex;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(239,239,239,.8);
}

.item-img {
    flex-shrink: 0;
}

.item-img a {
    display: flex;
    width: 100px;
    overflow: hidden;
    border-radius: 5px;
}

.item-img a img {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    transition: .4s;
}

.item-content {
    position: relative;
    margin-left: 10px;
    width: calc(100% - 110px);
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.item-content a {
    height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    transition: all .4s;
}

.item-content a:hover {
    color: #007aff !important;
}

.item-content span {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    color: #828282;
    line-height: 14px;
}

.yifang-search {
    margin-bottom: 20px;
    background-color: #fff;
}

.search-body {
    padding: 15px;
}

.search-body form {
    margin: 0;
    padding: 0;
    display: flex;
}

.input {
    width: 78%;
    padding: 8px;
    color: inherit;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.input:focus {
    width: 78%;
    padding: 8px;
    color: inherit;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.btn {
    width: 20%;
    color: #fff;
    cursor: pointer;
    background-color: #2486ff;
    padding: 5px 12px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid transparent;
}

.ceiling {
    position: sticky !important;
    top: 70px;
}

/* #endregion右侧内容区end */

/* #region自适应start */
@media screen and (max-width: 1200px) {
    section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important;
    }

    .slider-wrap, .swiper-container {
        width: 100%;
        height: auto;
    }

    .slider-wrap .swiper-container {
        width: 100%;
        height: auto;
    }

    .slider-right {
        display: none;
    }

    .yifang-main-right {
        display: none;
    }

    .yifang-main-left {
        width: 95%;
        margin-right: 0;
    }

    .yifang-link {
        width: 95%;
    }
}
/* #endregion自适应end */

