.tag-wrap {
	width: 1190px;
	margin: 0px auto;
	padding-bottom: 110px;
}
.tag-wrap .show-all {
	width: 160px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #008eff;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	cursor: pointer;
	margin: 45px auto 105px;
}
.tag-wrap .show-all .span1 {
	color: #008eff;
	margin-right: 20px;
	font-size: 26px;
	line-height: 40px;
	display: inline-block;
}
.tag-wrap .show-all .span2 {
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	height: 40px;
	position: relative;
	top: -3px;
}
.tag-wrap .imgs-wrap {
	display: flex;
	justify-content: space-between;
}
.tag-wrap .art-list-wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 26px;
	flex-flow: row wrap;
}
.tag-wrap .art-list-wrap .art-icon {
	height: 4px;
	width: 4px;
	background: #444444;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0px;
}
.tag-wrap .art-list-wrap .art-item {
	width: 360px;
	height: 16px;
	margin-bottom: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 14px;
}
.tag-wrap .imgs-wrap img {
	width: 370px;
	height: 74px;
}
.tag-wrap.wrap1180 {
	width: 1180px;
}
.tag-wrap .title {
	color: rgba(34, 34, 34, 1);
	font-weight: bold;
	padding: 40px 0 10px;
	text-align: center;
}
.tag-wrap .tag-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.tag-wrap .tag-box .tag-nav {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.tag-wrap .tag-box .split-line {
	height: 0;
	width: 240px;
	border-bottom: 1px #d3d3d3 dashed;
	margin: 8px 0px;
}
.tag-wrap .tag-box .tag-detail-list {
	position: relative;
	padding-left: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.tag-wrap .tag-box .art-icon {
	height: 4px;
	width: 4px;
	background: #444444;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0px;
}
.art-laste-list-wrap .art-item {
	display: flex;
	justify-content: start;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: #d3d3d3 1px dashed;
}
.art-laste-list-wrap .art-item:last-child {
	border-bottom: none;
}
.art-laste-list-wrap .art-item .art-thumb {
	height: 54px;
	width: 90px;
	margin-right: 8px;
	border: 1px solid #eeeeee;
}
.art-laste-list-wrap .art-item .art-title {
	height: 54px;
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.tag-wrap .tag-box .tags-item-tag {
	display: block;
	height: 28px;
	padding: 0 12px;
	border: 1px solid rgba(238, 238, 238, 1);
	line-height: 28px;
	margin: 0 10px 10px 0;
	border-radius: 2px;
	background: rgba(255, 255, 255, 1);
	width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.tag-wrap .tag-box .tags-item-tag:hover {
	background: rgba(237, 247, 255, 1);
	border: 1px solid rgba(0, 142, 255, 1);
	color: rgba(0, 142, 255, 1);
}
.tag-wrap .template-info {
	background: #f8f8f8;
}
.tag-wrap .template-info .breadcrumb {
	padding: 20px 0 0;
}
.tag-wrap .template-info .breadcrumb li,
.tag-wrap .template-info .breadcrumb h1 {
	font-size: 14px;
	font-weight: 400;
}

.tag-wrap .tag-detail {
	overflow: hidden;
}
.tag-wrap .tag-detail-right {
	width: 240px;
	float: right;
}
.tag-wrap .tag-detail-left {
	overflow: hidden;
}
.tag-wrap .tag-detail .tag-box {
	display: block;
}
.tag-wrap .tag-detail .tag-box a {
	display: inline-block;
}
.tag-wrap .tag-detail .recommend-title {
	color: rgba(34, 34, 34, 1);
	font-size: 20px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
	margin-bottom: 20px;
}
.tag-wrap .tag-detail-right .more {
	color: rgba(68, 68, 68, 1);
}
.tag-wrap .tag-detail-right .more:hover {
	color: rgba(0, 142, 255, 1);
}
.tag-wrap .tag-detail .tag-list {
	/* padding-top: 50px; */
}
.tag-wrap .tag-detail .tag-list li {
	display: flex;
	margin-bottom: 40px;
	color: rgba(68, 68, 68, 1);
}
.tag-wrap .tag-detail .tag-list .img {
	width: 328px;
	height: 198px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}
.tag-wrap .tag-detail .tag-list .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
	transition: all 2s;
}
.tag-wrap .tag-detail .tag-list .img:hover img {
	transform: scale(1.05);
}
.tag-wrap .tag-detail .tag-list .info {
	width: 524px;
	margin-left: 27px;
}
.tag-wrap .tag-detail .tag-list .tit {
	font-size: 16px;
	color: rgba(34, 34, 34, 1);
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: block;
}
.tag-wrap .tag-detail .tag-list .tit:hover {
	color: rgba(0, 142, 255, 1);
}
.tag-wrap .tag-detail .tag-list .time {
	color: rgba(136, 136, 136, 1);
	font-size: 12px;
	margin: 8px 0 20px;
}
.tag-wrap .tag-detail .tag-list .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 76px;
}
.tag-wrap .tag-detail .tag-list .bottom {
	position: relative;
	margin-top: 38px;
}
.tag-wrap .tag-detail .tag-list .tag {
	color: rgba(34, 34, 34, 1);
}
.tag-wrap .tag-detail .tag-list .tag a {
	color: rgba(136, 136, 136, 1);
}
.tag-wrap .tag-detail .tag-list .tag a:hover {
	color: rgba(0, 142, 255, 1);
}
.tag-wrap .tag-detail .tag-list .detail {
	position: absolute;
	right: 0;
	top: -4px;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: rgba(0, 142, 255, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 14px;
}
.tag-wrap .tag-detail .tag-list .detail:hover {
	opacity: 0.8;
}
.tag-wrap .tag-detail .tag-list .tag span {
	color: rgba(136, 136, 136, 1);
}
.tag-wrap .tag-detail .tag-box a:hover {
	color: #008eff;
}
