@charset "utf-8";

@media (max-width: 768px) {
/* 手机版 */
	.col-1-5 {
		width: 50%;
		float: left;
	}





/* 更多按扭*/
.more_1{
	display: block;
	font-size:18px;
	text-align:center;
	color:#fff;
	border-radius:0px;
	text-indent:0px;
	margin-top:20px;

}
.more_1 .line{
	height: 1px;
	background-color: #a1a2a3;
	position:absolute;
	top:15px;
	width:100%;
	z-index: 0;
}
.more_1 span{
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background-color: #d0111b;
	z-index: 1;
	position: relative;
	border:5px solid #edeff1;
}
.more_1:hover{
	font-weight: bold;
	color: #fff;
	text-decoration-line: none;
}
.more_1:hover .line{
	font-weight: bold;background-color: #d0111b;
}




}






