/*base*/
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/*交易指南*/
.sev_news{
	width: 100%;
	background-color: #fff;
	padding: 1rem 3%;
	margin-bottom: 1.5rem;
}
.sev_news .sev_left .guide_nav{
	
}
.sev_news .sev_left .guide_nav .tit{
	display: block;
	width: 100%;
	height: 4rem;
	background-color: #cf141a;
	border: 1px solid #CF141A;
	line-height: 4rem;
	padding: 0 1.5rem;	
	font-size: 1.5rem;
	color: #fff;
}
.sev_news .guide_nav .guide_item{
	display: none;
	border: 1px solid #E2E2E2;
	padding-bottom: 1.5rem;
}
.guide_nav .guide_item .guide_list li{
	display: inline-block;
	float: left;
	width: 50%;
	padding: 0 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
}
.guide_item .guide_list li a{
	display: block;
}

.sev_news .guide_text .txt_title{
	text-align: center;
	line-height: 3rem;
	font-size: 1.4rem;
	color: #cf141a;	
}
.sev_news .guide_text .guide_pro strong{
	font-size: 1.4rem;
	color: #cf141a;
}
.guide_text .guide_pro{
	font-size: 1.2rem;
	color: #333;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
}

.gp_img{
	width: 100%;
	height: auto;
	padding: .5rem 0;
	overflow: hidden;
}
.gp_img img{
	width: 100%;
	height: auto;
	overflow: hidden;
}



