body {
    background: #f3f6fa;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,"PingFang SC","Microsoft YaHei";
}
.main {
    overflow: hidden;
    width: 1140px;
    padding: 0 10px 60px;
}
.theme {
    padding: 30px 20px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

/*列表*/
.list-cont li {
    margin-bottom: 10px;
    background: #fff;
    padding: 26px 30px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.left-tent {
    width: 470px;
}
.list-cont li .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
    line-height: 28px;
    max-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.list-cont li .title:hover {
    color: #07c;
}
.summary {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 25px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.details span {
     font-size: 14px;
     display: inline-block;
     padding: 0 12px;
     height: 14px;
     line-height: 14px;
}
.details .topic {
    color: #999;
    padding-left: 0;
    border-right: 1px solid #ccc;
}
.details .topic a {
    color: #bba0cb;
}
.details .name {
    color: #666;
}
.details .praise,
.details .comment {
    color: #333;
}
.details .praise .iconfont,
.details .comment .iconfont {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.right-img {
    display: block;
    width: 180px;
    height: 120px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    margin: 17px 0;
}
.right-img img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.right-img img:hover {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.load {
    margin-top: 20px;
}
.load a {
	cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #08c;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.load a:hover {
    background: #07c;
}


/*热门话题*/
.popular {
    border: 1px solid #e6e6e6;
    padding: 14px 12px 24px;
    margin-top: -24px;
}

.popular li a {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
    -webkit-transition: .2s;
    transition: .2;
}
.popular li a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #07c;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}
.popular li a:hover {
    color: #07c;
}

@media screen and (max-width:1119px){
	.main{width:100%;padding:0 2px 0;}
	.list-cont li{padding:10px 5px;}
	.left-tent{width:70%;}
	.right-img{width:30%;height:30%;margin:33px 0;}
	.summary{margin-bottom:10px;}
	.recommend{width:100%;margin-top:20px;}
	.wonderful li a{font-size: 16px;}
	.popular li a{font-size: 16px;line-height: 16px;height: 16px;}
}