.medium-page {
    text-align: center;
    background: #fbfbfb;
	clear:both;
}

.medium-page .medium-card {
    text-align: left;
    width: 1280px;
    display: inline-block;
	margin-top:20px;

}

.page-left {
    width: 360px;
    margin-right: 20px;
    float: left;
}

.page-right {
    width: calc(100% - 380px);
    float: left;
}

/*article*/
.article .article-list li {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.article .article-list li .title {
    color: #555555;
    padding-left: 20px;
    position: relative;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size:15px;
}

.article .article-list li .title::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #f1463c;
    border-radius: 4px;
    left: 0;
    top: 8px;
}

.article .article-list li .time {
    padding-left: 20px;
    color: #999999;
    margin-top: 8px;
}

/*tag*/
.tag .tag-list {
    width: 100%;
    display: inline-block;
}

.tag .tag-list a {
    width: 94px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    float: left;
    cursor: pointer;
    font-size: 13px;
}

.tag .tag-list .type-1 {
    border-color: #ff6868;
    color: #ff6868;
}

.tag .tag-list .type-1:hover {
    border-color: #ff6868;
    background: #ff6868;
    color: #fff;
}

.tag .tag-list .type-2 {
    border-color: #fe9f5a;
    color: #fe9f5a;
}

.tag .tag-list .type-2:hover {
    border-color: #fe9f5a;
    background: #fe9f5a;
    color: #fff;
}

.tag .tag-list .type-3 {
    border-color: #5fb9ff;
    color: #5fb9ff;
}

.tag .tag-list .type-3:hover {
    border-color: #5fb9ff;
    background: #5fb9ff;
    color: #fff;
}

/*article-page*/
.article-page .article-content {
    width: 100%;
    padding: 30px 50px;
    background: #fff;
}

.article-page .article-content .title {
    font-size: 24px;
    color: #303030;
    margin-bottom: 15px;
}

.article-page .article-content .message-box {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 10px;
    padding-bottom: 26px;
}

.article-page .article-content .data-info i {
    margin-right: 10px;
}

.article-page .article-content .content {
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px !important;
    line-height: 30px;
	color:#555;
}

/*adjacent*/
.adjacent-box {
    width: 49.5%;
    border: 1px solid #f5f5f5;
    background-color: #fbfbfb;
    overflow: hidden;
    display: inline-block;
    margin-top: 25px;
}
.adjacent-box img {
    float: left;
    width: 120px;
    height: 100px;
    object-fit: cover;
    padding: 14px;
}
.adjacent-info {
    float: right;
    padding: 26px 0;
}
.adjacent-info h6 {
    color: #333;
    font-weight: bold;
}
.adjacent-info p {
    font-size: 14px;
    color: #525252;
    margin-top: 16px;
    width: 220px;
    line-height: 22px;
}

.card {
    box-sizing: border-box;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.card .card-title {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.card .card-title .name {
    float: left;
    min-width: 110px;
    position: relative;
    font-size: 18px;
    color: #313131;
    font-weight: bold;
}

.card .card-title .name:after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background: #ff6e00;
    bottom: -2px;
    left: 0;
}

.card .card-title .name i {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    float: left;
    margin-top: 13px;
}

.card .card-title .name span {
    float: left;
    margin-left: 10px;
}

.card .more {
    float: right;
    color: #7b7b7b;
}

.card .more:hover {
    float: right;
    color: #ff6e00;
}

@media screen and (max-width: 1440px) {
    .medium-page .medium-card {
        width: 96%;
        min-width: unset;
    }
}

@media screen and (max-width: 992px) {
    .page-left {
        width: 100%;
    }

    .page-right {
        width: 100%;
    }
}
