*{
	box-sizing: border-box;
}
.detail_banner{
	width: 100%;
    margin-top: 1.1rem;
}
.detail_banner img{
	width: 100%;
}
.lstd_1>p{
	font-size: 0.36rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.2em;
    margin-top: 0.5rem;
}
.lstd_border{
	width: 1rem;
    border-bottom: 0.04rem solid #e62129;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.lstd_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0.3rem;
}
.lstd_img img{
	width: 3.2rem;
}
.lstd_item a{
	display: block;
}
.lstd_item a p:nth-child(2){
	font-size: 0.3rem;
	color: #333333;
	margin-top: 0.2rem;
}
.lstd_item a>p:nth-child(3){
	font-size: 0.24rem;
	color: #666;
	margin-bottom: 0.2rem;
}
.lstd_more_btn{
	padding: 0 0.3rem;
	margin-bottom: 0.5rem;
}
.lstd_more_btn a{
	display: block;
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #999;
	font-size: 0.24rem;
	text-align: center;
	background: #eee;
	border-radius: 0.1rem;
}
.lstd_zjgw>p {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.2em;
    margin-top: 0.5rem;
}
.zjgw{
	padding: 0 0.3rem;
	margin-bottom: 0.3rem;
}
.zjgw img{
	width: 100%;
}
.gw_text{
	height: 3.5rem;
	background: url(../img/lstd/gw_bg.png) no-repeat;
	background-size: 94% 94%;
	background-position: 45% 0;
	padding-top: 0.6rem;
}
.gw_text p{
	text-align: center;
	color: #666;
	font-size: 0.24rem;
	line-height: 0.4rem;
}
.gw_text p:nth-child(1){
	color: #17324d;
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}