.info-view {
    background-color: #fff;
}
.page-title {
    border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 10px;
}
.page-title a {
    font-size: 16px;font-weight: 600;
}
.page-title span {
    margin-left: 20px;
}
.page-title label {
    float: right;
}
.layui-icon {
    margin-right: 5px;
}
.context {
    line-height: 30px;color: #666;
}
.page-info .left {
    width: 160px;height: 160px;float: left;
}
.page-info .left img {
    width: 100%;height: 100%;object-fit: cover;
}
.page-info .right {
    margin-left: 170px;
}
.page-info .right b{
    color: #333;margin-right: 10px;
}
.page-info .right .tags span {
    margin-right: 10px;
}
.page-info .right .search a {
    margin-right: 20px;
}
.article-list {
    background-color: #fff;
}
.article-list li {
    float: left;width: 33.333%;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    position: relative;
}
.article-list li a {
    width: 80%;display: block;
}
.article-list li span {
    position:absolute;right:20px;color: #999;top: 0px;
}
.article-list .page-item-title {
    border-bottom: 1px solid #eee;margin-left: 0px;margin-bottom: 10px;line-height: 40px;
}
.other-list {
    background-color: #fff;
}
.other-list .news-list {
    float: left;width: 49%;border-radius: 4px;border: 1px solid #eee;
}
.other-list .tui-list {
    float: right;width: 49%;border-radius: 4px;border: 1px solid #eee;
}
.other-list .item-title {
    height: 30px;line-height: 30px;color: #1E9FFF;font-weight: 600;font-size: 16px;border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 10px;
}
.other-list li .page-img {
    width: 100px;height: 100px;float: left;
}
.other-list li .page-img img {
    width: 100%;height: 100%;object-fit: cover;
}
.other-list li .page-info {
    margin-left: 110px;
}
.other-list li .page-info .title {
    font-weight: 600;margin-bottom: 10px;
}
.other-list li .page-info .txt {
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
}
