img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
.vc_custom_1469625470437 {
	padding: 50px 0 30px 0;
}

.vc_custom_1469626294003 {
	padding-top: 3.15% !important;
	padding-bottom: 11.6% !important;
}

.vc_custom_1469630874130 {
	padding-right: 10% !important;
}

.vc_custom_1469626294003 {
	padding-top: 3.15% !important;
	padding-bottom: 11.6% !important;
}

.vc_custom_1469630874130 {
	padding-right: 10% !important;
}

/*我的样式*/
.a-project-list {
	max-width: 1200px;
	padding: 30px 50px;
	margin: 0 auto;
}
.a-project-list .project-list-wrapper{
	overflow: hidden;
	margin-bottom: 60px;
}
.a-project-list .project-list-wrapper .project-list-img {
	overflow: hidden;
}
.a-project-list .project-list-wrapper .project-list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project-list-wrapper .project-list-content .project-list-category {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #111;
}
.project-list-wrapper .project-list-content .project-list-category:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	height: 1px;
	width: 85px;
	background-color: #111;
}
.project-list-wrapper .project-list-content .project-list-title {
	line-height: 20px;
	margin-bottom: 20px;
}
.project-list-wrapper .project-list-content .project-list-title a {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	transition: opacity 0.3s ease-in;
}
.project-list-wrapper .project-list-content .project-list-title a:hover {
	color: #666;
}

.project-list-wrapper .project-list-content .project-list-excerpt {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}
.project-list-wrapper .project-list-content .project-list-link a {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 2px;
	text-decoration: none !important;
	color: inherit;
	width: 100px;
	position: relative;
	text-align: left;
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */
}
.project-list-wrapper .project-list-content .project-list-link a:hover {
	width: 120px;
}
.project-list-wrapper .project-list-content .project-list-link a span {
	display: inline-block;
	vertical-align: top;
}
.project-list-wrapper .project-list-content .project-list-link a .arrow-right {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
}

.a-project-list .project-list-wrapper:nth-of-type(odd) .project-list-img{
	float: left;
}
.a-project-list .project-list-wrapper:nth-of-type(odd) .project-list-content{
	float: right;
	padding-left: 6%;
}
.project-list-wrapper:nth-of-type(odd) .project-list-content .project-list-category:after {
	right: 100%;
	margin-right: 15px;
}

.a-project-list .project-list-wrapper:nth-of-type(even) .project-list-img{
	float: right;
}
.a-project-list .project-list-wrapper:nth-of-type(even) .project-list-content{
	float: left;
	padding-right: 6%;
	text-align: right;
}
.project-list-wrapper:nth-of-type(even) .project-list-content .project-list-category:after {
	left: 100%;
	margin-left: 15px;
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
	.project-list-excerpt {
		display: none;
	}
}
@media only screen and (max-width: 880px) and (min-width: 770px) {
	.project-list-excerpt {
		display: none;
	}
}
@media only screen and (max-width: 770px) {
	.project-list-category, .project-list-title, .project-list-excerpt {
		margin-bottom: 15px !important;
		line-height: 20px !important;
	}
	.project-list-content {
		height: auto !important;
		margin-top: 20px !important;
		padding: 0 !important;
	}
	.project-list-wrapper:nth-of-type(odd) .project-list-content .project-list-category {
		margin-left: 100px;
	}
	.project-list-wrapper:nth-of-type(even) .project-list-content .project-list-category {
		margin-right: 100px;
	}
}

@media only screen and (max-width: 400px) {
	.project-list-category, .project-list-title, .project-list-excerpt {
		margin-bottom: 10px !important;
		line-height: 20px !important;
	}
}
