<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recommend-c, .related-art, .widget {
    padding: 1.5em 0;
	padding-bottom:0;
}



.mb {

    margin-bottom: 20px;
}


.c-title {
  border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding: 0;
    height: 18px;
    line-height: 32px;
}


.title {
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    background: #fff;
}

.c-title i {
    padding: 0 10px 0 0;
    font-size: 18px;
    background: #fff;

    color: #00aa99;
}



   


.c-title:after {
    content: "";
    background-color: #0084ff;
    left: 1px;
    width: 34px;
    height: 2px;
    bottom: -1px;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recommend-c .img-list {
    width: 100%;
    margin-right: 4%;
}
.recommend-c .figure {
    width: 180px;
    height: 120px;
    overflow: hidden;
}
style.css:40
.fl {
    float: left;
}

.recommend-c .figure img {
    height: 100%;
    width: 100%;
}
.recommend-c .thumbnail {
    overflow: hidden;
	padding: 0;
}
.recommend-c .content {
    margin-left: 200px;
    color: #888;
}
.recommend-c .content .title {
    font-size: 18px;
    font-weight: 400;
}

.recommend-c .intro {
    padding: .5em 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.recommend-c .list {
    padding-top: .6em;
    width: 45.99%;
    margin-right: 4%;
}




.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}

.recommend-c .list .iconfont {
    font-size: 14px;
    padding-right: 2px;
    color: red;
}
/*
.icon-hot:before {
    content: "\e621";
}*/

.icon-hot {
   background:url(../images/hot.gif);
}



.recommend-c .list .a {
    max-width: 84%;
}

.recommend-c .list-time, .full-post .time {
    color: #999;
}

.fr {
    float: right;
}

@media screen and (max-width: 1200px)
{
.recommend-c .list, .full-post .list {
    width: 100%;
}

.recommend-c .list, .full-post .list {
    width: 100%;
}

.recommend-c .list {
    padding-top: .6em;
   
    margin-right: 4%;
}


.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}
.recommend-c .img-list, .full-post .img-list {
    width: 100%;
}
.recommend-c .img-list {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.recommend-c .figure {
    width: 34%;
    height: 24vw;
    margin-right: 4%;
}
.recommend-c .content {
    margin-left: 0;
}

.recommend-c .content .title, .full-post .content .title {
    font-size: 16px;
    white-space: unset;
}

}</pre></body></html>