*{
	margin: 0;
	padding: 0;
}
.picture{
	width: 100%;
}
.picture>img{
	width: 100%;
}
.mianbao{
	width: 100%;
	line-height: 40px;
	background-color:#FAFAFA;
}
.mianbao1{
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.mianbao1>a{
	font-size: 14px;
}
.newnew{
   width: 100%;
}
.newnew1{
	width: 80%;
	margin: 0 auto;
	display: flex;
	margin-top: 3%;
}
.newnew1-1{
	width: 13%;
	line-height: 2.875rem;
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;
	text-align: center;
}
/* .newnew1-2{
	width: 13%;
	line-height: 2.875rem;
	background-color:#FAFAFA;
	
	text-align: center;
} */

.list{
	width: 80%;
	margin: 0 auto;
	margin-top: 4%;
	/* display: flex;
	justify-content: space-around; */
	margin-bottom: 3%;
}
.ll{
	display: flex;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: white;
}
.list1{
	width: 8%;
	text-align: center;
	color:#A8A6A7;
	padding-top: 1.5%;
}
.list2{
	    width: 90%;
	    display: flex;
	    padding-bottom: 2%;
	    padding-top: 2%;
	    justify-content: space-around;
	 
}
.list2>a{
	    width: 100%;
	    display: flex;
	    /* padding-bottom: 2%; */
	    /* padding-top: 2%; */
	    justify-content: space-around;
	 
}
.list2:hover{
	   box-shadow: 1px 0px 6px #ccc;
	   transition: 1s;
}
.list1-1{
	font-size: 38px;
}
.list2-1{
	width: 30%;
}
.list2-2 {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list2-1>img{
	width: 100%;
}
.list2-2-1{
	font-weight: 600;
	color: black;
}
.list2-2-2{
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    font-size: 14.5px;
	    color: #9A9A9A;
}
.list2-2-3{
	width: 100%;
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
.list2-2-3>img{
	    width: 21px;
	    height: 13px;
}
.list2-2-3>span{
	font-size: 14px;
	color: #EB4F38;
}
.fenye{
	width: 50%;
	display: flex;
	margin: 0 auto;
	text-align: center;
	margin-top: 4%;
	margin-bottom: 3%;
	justify-content: center;
}
.fenye1{
	width: 5%;
	border: 1px solid #ccc;
}
.active > span{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #CB0000 !important;
    border-color: #CCCCCC !important; 
}
@media screen and (max-width:768px) {
	.newnew1-2 {
	    width: 34%;
	    line-height: 2.875rem;
	    background-color: #FAFAFA;
	    text-align: center;
	}
	.newnew1-1 {
	    width: 34%;
	    line-height: 2.875rem;
	    /* background-color: #EB4F38; */
	    text-align: center;
	}
	.list2-2-1{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.list1{
		display: none;
	}
	.list2 {
	    width: 100%;
	    display: flex;
	    padding-bottom: 2%;
	    padding-top: 2%;
	    justify-content: space-around;
	}
	.list {
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 4%;
	    margin-bottom: 3%;
	}
	.list2-2-2 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp:2;
	    -webkit-box-orient: vertical;
	    font-size: 14.5px;
	    color: #9A9A9A;
	}
	.fute{
		display: none;
	}
	.fenye {
	    width: 100%;
	    display: flex;
	    margin: 0 auto;
	    text-align: center;
	    margin-top: 4%;
	    margin-bottom: 3%;
	    justify-content: center;
	}
}