#new-m-tag {
	background-color: #ffa202;
	line-height: 1;
}
#new-m-tag .z-cons-wrap {
	padding-bottom: 8px;
	width: 96%;
}
#new-m-tag .one-wrap {
	padding: 20px 12px 10px;
}
#new-m-tag .pd-cons {
	padding: 7px 12px 10px;
}
#new-m-tag .db-cons{
    margin-bottom: 10px;
}
#new-m-tag .one-wrap .tag-list li {
	position: relative;
	margin-bottom: 9px;
	padding: 7px 7px 7px 12px;
	border: 1px solid #f4aa29;
	border-radius: 6px;
	width: 48%;
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(215,215,215,.5);
	font-size: 12px;
}
#new-m-tag .one-wrap .tag-list li a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	color: #000;
	white-space: nowrap;
}
#new-m-tag .one-wrap .tag-list li::before {
	position: absolute;
	left: 7px;
	top: 6px;
	border-radius: 7px;
	width: 2px;
	height: 15px;
	background: #f4aa29;
	content: "";
}

/* tag详情页面 */
#new-m-tag .mbx,
#new-m-tag .mbx a {
	font-size: 12px;
	color: #b7b7b7;
}
#new-m-tag .one-tit {
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 13px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#new-m-tag .one-tit::before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	width: 3px;
	height: 15px;
	background: #f4aa29;
	content: "";
}
#new-m-tag .db-cons img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 36%;
}
#new-m-tag .db-cons p {
	line-height: 17px;
	font-size: 10px;
}
#new-m-tag .business li {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-radius: 5px;
	width: 48%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 2px 3px 0 rgba(218,218,218,.5);
}
#new-m-tag .business li:nth-child(1) {
	background-image: url(../images/tags/bg1.png);
}
#new-m-tag .business li:nth-child(2) {
	background-image: url(../images/tags/bg2.png);
}
#new-m-tag .business li:nth-child(3) {
	background-image: url(../images/tags/bg3.png);
}
#new-m-tag .business li:nth-child(4) {
	background-image: url(../images/tags/bg4.png);
}
#new-m-tag .business li p:first-child {
	padding-top: 9px;
}
#new-m-tag .business li p span::before,
#new-m-tag .business li p span::after {
	position: absolute;
	top: 8px;
	border-radius: 2px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	content: "";
}
#new-m-tag .business li p span::after {
	right: -10px;
}
#new-m-tag .business li p span::before {
	left: -10px;
}
#new-m-tag .business li p:last-child {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 23px;
	padding: 12px 12px 0 ;
	width: 100%;
	line-height: 17px;
	text-overflow: ellipsis;
	color: #000;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#new-m-tag .more-business ul {
	margin-top: 20px;
}
#new-m-tag .more-business li {
	margin-bottom: 10px;
	border-radius: 6px;
	width: 32%;
	box-shadow: 0 2px 3px 0 rgba(215,215,215,.5);
}
#new-m-tag .more-business li a {
	display: block;
	overflow: hidden;
	padding: 10px 7px;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
}
#new-m-tag .more-business li:nth-child(3n+1) {
	background: #fff4e2;
}
#new-m-tag .more-business li:nth-child(3n+2) {
	background: #edecff;
}
#new-m-tag .more-business li:nth-child(3n+3) {
	background: #ffefee;
}
#new-m-tag .more-business li:nth-child(3n+1) a {
	color: #6a4a12;
}
#new-m-tag .more-business li:nth-child(3n+2) a {
	color: #2d2b54;
}
#new-m-tag .more-business li:nth-child(3n+3) a {
	color: #69232e;
}
#new-m-tag .more-business .more-bus {
	display: block;
	margin-top: 20px;
	border-radius: 15px;
	width: 125px;
	background: linear-gradient(180deg, #ffc868 0%, #f4aa29 100%);
	line-height: 30px;
	margin-bottom: 10px;
}
#new-m-tag .relevant-new li {
	margin-bottom: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#new-m-tag .relevant-new li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#new-m-tag .relevant-new li p {
	line-height: 17px;
}
#new-m-tag .relevant-new li .img-wrap {
	width: 32%;
}
#new-m-tag .relevant-new li .text-cons {
	width: 64%;
}
#new-m-tag .relevant-new li img {
	width: 100%;
	height: 81px;
	object-fit: cover;
}
#new-m-tag .relevant-new li .tt {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	white-space: nowrap;
}
#new-m-tag .relevant-new li .cons {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	font-size: 10px;
	color: #818181;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#new-m-tag .relevant-new li .text-cons span {
	margin-right: 10px;
	padding: 1px 4px;
	border-radius: 20px;
	background: #fff6e5;
	font-size: 10px;
	color: #ff5600;
}
#new-m-tag .now-news li {
	border-bottom: none;
}
#new-m-tag .now-news li .text-cons span {
	background: #ededed;
	color: #a0a0a0;
}
#new-m-tag .now-news .more-wrap {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#new-m-tag .now-news .more-wrap::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70%;
	height: 2px;
	background-color: #f4aa29;
	content: "";
}
#new-m-tag .now-news .more {
	font-size: 12px;
	color: #a4a4a4;
}
#new-m-tag .m-scrolla-wrap{
    width: 100%;
    overflow: auto;
}
#new-m-tag .m-scrolla{
    width: 1550px;
    overflow: auto;
}
#new-m-tag .m-scrolla .relevant-new{
    width: 24%;
}
/*移动端样式*/
@media screen and (max-width: 750px) {
}