/*!
 * description: 首页列表展示内容
 * require: uicn.css
 * relevancy: post.js
 *
 * date: 2015-07-10 
 * update:
 */

/*作品展示*/
.post-works li {width: 280px;margin-right: 20px;}

.post-works .cover a {display: block;width: 280px;height: 210px;overflow: hidden;border-radius: 5px;}
.post-works li:nth-of-type(4n){
	margin-right: 0;
}
.detail_ad{
    margin: 10px auto;
}
.detail_ad a,.detail_ad img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin: 0 auto;
}
.detail_ad p{
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,.3);
    z-index: 9;
    cursor: pointer;
}
@media screen and (min-width: 1760px) {
    .post-works li:nth-of-type(4n){
		margin-right: 20px;
	}
	.post-works li:nth-of-type(5n){
		margin-right: 0;
	}
}
/*共用样式*/
.post li {position: relative;float: left;margin-bottom: 15px;border-radius: 5px;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;height: 300px;}
.post li:hover{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
/*滑过阴影*/
.post .shade {opacity: 0;filter:alpha(opacity=0);position: absolute;z-index: 1;top: -5px;right: -5px;bottom: 0;left: -5px;background-color: #fff;box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);border-radius: 5px;}
.post .shade:after {content:"";position: absolute;top: -1px;right: -1px;bottom: -1px;left: -1px;border: 1px solid rgba(0, 0, 0, 0.05);border-radius: 5px;}
/*作品封面*/
.post .cover {position: relative;z-index: 2;border-radius: 5px;}
.post li .cover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.post li:hover .cover img { 
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05)}
/*作品信息*/
.post .info { position: relative; z-index: 2; padding: 5px 0 10px 5px; min-height: 75px; overflow: hidden; }
.post .recommend{
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	display: none;
}
.post li:hover .recommend{
	display: block;
}
.post .recommend span{
	display: inline-block;
	vertical-align: middle;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #9FB0BD;
	letter-spacing: 0;
	text-align: justify;
}
.post .recommend a{
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
	z-index: 3;
	position: relative;
}
.post .recommend a:nth-of-type(2){
	z-index: 2;
}
.post .recommend a:nth-of-type(3){
	z-index: 1;
}
.post .recommend img{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
/*作品标题*/
.post .info .title { width: 100%; font-weight: bold; color: #34495e; }
	/*下载*/
.post .info .title.download { max-width: 217px;height: 22px;}
.post .info .title.download .icon-shoutui{font-size: 20px;margin-right: 5px;color: #e74c3c;vertical-align: middle;}
.post .info .title.download .icon-biantui{font-size: 20px;margin-right: 5px;color: #f18c14;vertical-align: middle;}
.post .info .title.download .icon-putui{font-size: 20px;margin-right: 5px;color: #f3bf21;vertical-align: middle;}
.post .info .title.download + .i-rar { position: absolute;text-align: right; right: 6px; top: 3px; height: 22px;line-height: 22px;width: 50px;  font-size: 12px  }
.post .info .title.download + .i-rar:after,

	/*分类*/
.post .info .classify { float: left; height: 20px; margin-right: 10px; padding: 0 5px; font-size: 12px; color: #9FB0BD; line-height: 19px; text-align: center; background-color: #dfe5e9; border-radius: 3px; }
/*查看、评论、点赞数量*/
.post .info .msg { height: 21px; overflow: hidden; }
.post .info .msg span { margin-right: 10px; display: inline-block;}
.post .info .msg span i { font-size: 18px; color: #9FB0BD; margin-right: 5px; display: inline-block; line-height: 21px; vertical-align: middle; margin-top: 0}
.post .info .msg span em { font-size: 14px; color: #9FB0BD; display: inline-block; line-height: 21px; vertical-align: middle; }
.post .info .msg .slogan { height: 21px; line-height: 21px; font-size: 12px; }
/*用户信息*/
.post .info .user { margin-top: 7px; }
.post .info .user.on a { color: #3498db; }
.post .info .user a { display: block; height: 20px; line-height: 20px;}
.post .info .user a img { float: left; width: 20px; height: 20px; border-radius: 50%; }
.post .info .user a .name { float: left; margin-left: 10px; font-size: 12px;display: inline-block;display: flex;align-items: center;}
.post .info .user a .name em{float: left;margin-right: 3px;}

.post .info .user a .name i{margin-right: 3px;}
.post .info .user a .name img{width: 14px;height: 14px;margin-top: -2px;float: none;border-radius: 0;}
/*底线*/
.post .line { width: 100%; height: 0; background: #e2e8eb; position: absolute; bottom: 0; }
