.banner{
    width: 100%;
}
.h1_title{
	font-size:1.5em;
	font-size:1.5rem;
	text-align:center;
	font-weight:bold;
}
.gr_title{
	font-size: 18px;
	font-size:1.125rem;
    color: #3098ef;
    line-height: 45px;
    border-bottom: 2px solid #3098ef;
    margin-bottom: 5px;
}
.gr_box{
	font-size: 16px;
	font-size:1rem;
    color: #333;
    line-height: 58px;
    border: 1px solid #d0dbe4;	
	overflow:hidden;
}
.gr_xm{
	float:left;
	margin-left:10px;
}
.gr_cz{
	float:right;
	width:18%;
}
.gr_cz a{
    font-size: 14px;
	font-size:0.875rem;
    color: #fff;
    background: #3098ef;
    border-radius: 5px;
    padding: 5px 10px;
}
.gr_list{
	border-top: 1px solid #d0dbe4;	
	overflow:hidden;
}
.gr_list:first-child{
	border:none;
}
@media (max-width: 768px){
	.gr_cz{width:22%;}
}
@media (max-width: 500px){
	.gr_xm{
		float:none;
		text-align:center;
		margin-left:0px;
	}
	.gr_cz{
		float:none;
		width:100%;
		text-align:center;
	}
}