@media (min-width:  970px) {
	.WalkIntoSafeness{
		max-width: 900px;
		margin: 99px auto 0;
		padding-top: 10px;
		padding-bottom: 20px;
		/* border-bottom: 1px dashed #ccc; */
	}
	.WalkIntoSafeness_nav{
		float: left;
		width: 190px;
		height: 100%;
		border: 1px solid #e5e5e5;
		background-color: #f2f2f2;
	}
	.WalkIntoSafeness_nav ul{
		margin-bottom: 0;
		
	}
	.WalkIntoSafeness_nav ul li{
		width: 100%;
		height: 80px;
		line-height: 80px;
		text-align: center;
		cursor: pointer;
		border-bottom: 1px dashed #9b9b9b;
	}
	.WalkIntoSafeness_nav ul li:last-child{
		border-bottom: none;
	}
	.W_nav_active{
		background-color: #009944;
		color: #fff;
	}
	.WalkIntoSafeness_nav ul li:hover{
		background-color: #009944;
		color: #fff;
	}


	.WalkIntoSafeness_nav ul li a{
		display: block;
		color:#333;
	}
	.WalkIntoSafeness_nav ul li:hover a{
		color: #ffffff;
		background: #009944;
	}
	/*右边内容列表*/
	.journalism_list{
		width: 690px;
		float: right;
		border: 1px solid #eaeaea;
	}
	.W_title{
		position: relative;
		width: 100%;
		height: 56px;
		border-bottom: 1px dashed #ccc;
		text-align: center;
	}
	.W_title p{
		font-size: 18px;
		line-height: 56px;
		color: #009944;
	}
	.underline{
		position: absolute;
		top: 54px;
		left: 50%;
		width: 40px;
		height: 3px;
		margin-left: -20px;
		background-color: #009944;
	}
	.journalism_list_box{
		width: 100%;
		min-height: 520px;
	}
	.journalism_list_box ul li{
		width: 100%;
		line-height: 68px;
		padding: 0 2.5%;
		margin-top: 13px;
		cursor: pointer;
		border-bottom: 1px dashed #ccc;
	}
	.jou_img{
		width: 100px;
		height: 60px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
	}
	.journalism_list_box ul li span{
		float: right;
	}
	
	
}
@media (max-width:  970px) {
	.WalkIntoSafeness{
		margin: 50px 2.5% 5px;
		/*margin-top: 45px;*/
		padding: 2.5%;
		border: 1px solid #e5e5e5;
	}
	.nav_lg{
		display: none;
	}
	.WalkIntoSafeness_nav{
		width: 100%;
		/*height: 62px;*/
		border-bottom: 1px solid #ccc;
	}
	.WalkIntoSafeness_nav ul{
		/*display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;*/
	   text-align: center;
	}
	.WalkIntoSafeness_nav ul li{
		float: left;
		width: 40%;
		height: 30px;
		line-height: 30px;
		border: 1px solid #009944;
		color: #009944;
		text-align: center;
		border-radius: 15px;
		margin: 12px auto 0;
	}
	.WalkIntoSafeness_nav ul li:nth-child(2n-1){
		margin-right: 10%;
		margin-left: 5%;
	}
	.W_nav_active{
		background-color: #009944;
		color: #fff !important;
		border: none;
	}
	/*右边内容列表*/
	.journalism_list{
		padding: 0 2.5%;
	}
	.W_title{
		position: relative;
		width: 100%;
		height: 30px;
		border-bottom: 1px dashed #ccc;
		text-align: center;
	}
	.W_title p{
		font-size: 13px;
		line-height: 30px;
		color: #009944;
	}
	.underline{
		position: absolute;
		top: 28px;
		left: 50%;
		width: 20px;
		height: 2px;
		margin-left: -10px;
		background-color: #009944;
	}
	.journalism_list_box ul li{
		width: 100%;
		/*border-bottom: 1px dashed #ccc;*/
		font-size: 12px;
		/*text-align: center;*/
		/*line-height: 17px;*/
		border-bottom: 1px dashed #ccc;
		padding: 5px 0;
	}
	.jou_img{
		width: 100px;
		height: 60px;
		overflow: hidden;
		float: left;
		margin-right: 10px;
	}
	.journalism_list_box ul li span{
		display: block;
		width: 100%;
		font-size: 10px;
		color: #999;
	}
	
}