.bor {
	border: 1px solid #E3E3E3;
}

.attrbox {
	margin-bottom: 20px;
	border: 1px solid #E3E3E3;
}

.attr {
	border-bottom: 1px dotted #E3E3E3;
	background-color: #f8f8f8;
}

.attr .key {
	font: 400 14px/24px "Microsoft YaHei";
	color: #666666;
	padding: 12px 0 0 17px;
	width: 83px;
}

.attr .value {
	background: #fff;
	width: 1078px;
	padding: 12px 10px 0 10px;
}
.attr .value ul{
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
}
.attr .value ul:last-child{
	border-bottom: 0;
}
.attr .value .level_b,
.attr .value .level_c{
	font-size: 12px;
}
.attr .value .option {
	width: 5%;
	padding: 8px 0;
	border: #000 solid 1px;
}

.attr .value ul li {
	float: left;
	margin: 0px 4px 10px 0px;
	white-space: nowrap;
}

.attr .value ul li a {
	display: inline-block;
	padding: 3px 10px;
	position: relative;
	color:#333;
}

.attr .value .all_cate_one .none{
	display: none;
}

.attr .value .level_b li a,
.attr .value .level_c li a{
	color:#666
}
.attr .value ul li.select a,
.attr .value ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #DC0107;
}

.attr .value ul li.select a em {
	position: absolute;
	top: 6px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(/Content/Images/web/support/close02.jpg) no-repeat;
}

/*列表样式*/
.list-box {
	margin-bottom: 20px;
	background-color: #fff;
}
.list-box .no-info{
	font-size: 16px;
	color:#333;
	padding: 30px;
	text-align: center;
}
.list-box .item {
	background: #fff;
    width: 208px;
    padding: 11px 12px 0px;
   height:310px;
    float: left;
    margin: 0px 10px 20px 0px;
    transition: .3s;
}
.list-box .item:nth-child(5n) {
	margin-right: 0;
}
.list-box .item:hover {
	background-color: #fff;
}

.list-box .item .info-left {
	width: 208px;
	height: 130px;
	margin-bottom: 10px;
}
.list-box .item .info-left a img{
	object-fit: cover;
}
.list-box .item .info-left .icon {

	position: absolute;
	z-index: 99;
	top: 0;
	right: 0px;
	padding: 0 2px;
	color: #fff;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	background: rgba(0, 0, 0, .6);
	border-radius: 0 2px 2px 0;

}

.list-box .item .info-center{
	margin-bottom: 5px;
	overflow: hidden;
}
.list-box .item .info-center .tit {
	margin-bottom:5px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
.list-box .item .info-center .tit a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size:14px;
}
.list-box .item .info-center .tit a:hover{
	color: #dc0107;
}
.list-box .item .info-center .desc {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	height:44px;
	font-size: 12px;
	color: #999;
}
.list-box .item .info-center .address{
	float: left;
	width: 130px;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
	color: #999;
}
.list-box .item .info-center .date {
	float: right;
	font-size: 12px;
	color: #999;
}
.list-box .item .info-right .date{
	
	font-size: 12px;
	color: #999;
}
.list-box .item .info-right .btn {
	margin: 20px 0 10px;
}
.list-box .item .info-right .btn a {
    display: inline-block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #dc0107;
	text-align: center;
    border-radius: 5px;
}

