@media (min-width:  970px) {
	.WalkIntoSafeness{
		max-width: 900px;
		margin: 99px auto 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.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{
		color: #009944;
	}
	.WalkIntoSafeness_nav ul li:hover{
		color: #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;
	}
	.return_btn{
		position: absolute;
		width: 70px;
		padding-left: 20px;
		height: 56px;
		line-height: 56px;
		font-size: 14px;
		color: #009944;
		cursor: pointer;
	}
	
	
	.page_up,.page_down{
		cursor: pointer;
	}
	.page_up{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.page_up span{
		color: #009944;
	}
	.page_down span{
		color: #009944;
	}
	.arrows_left{
		float: left;
		width: 0;
		height: 0;
		border-width: 6px;
		border-style: solid;
		border-color: transparent #999 transparent transparent;
		margin-top: 3px;
		margin-right: 5px;
	}
	.arrows_right{
		float: left;
		width: 0;
		height: 0;
		border-width: 6px;
		border-style: solid;
		border-color: transparent transparent transparent #999;
		margin-top: 3px;
		margin-left: 6px;
	}
	
	
	.underline{
		position: absolute;
		top: 54px;
		left: 50%;
		width: 40px;
		height: 3px;
		margin-left: -20px;
		background-color: #009944;
	}
	.journalism_list_box{
		width: 100%;
		padding: 2.5%;
	}
	.jou_tiem{
		font-size: 12px;
		color: #666;
		line-height: 52px;
	}
	.jou_content{
		font-size: 14px;
		line-height: 32px;
	}
	
}
@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;
	}
	.return_btn{
		position: absolute;
		width: 45px;
	    /* padding-left: 20px; */
	    height: 30px;
	    line-height: 30px;
		font-size: 12px;
		color: #009944;
		cursor: pointer;
	}
	.jou_tiem{
		font-size: 10px;
		color: #666;
		line-height: 30px;
		margin-bottom: 0;
	}
	.jou_content{
		font-size: 12px;
		line-height: 16px;
	}
	
	.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;*/
		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;
	}
	
	
	
	.page_up,.page_down{
		cursor: pointer;
	}
	.page_up{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.page_up span{
		color: #009944;
	}
	.page_down span{
		color: #009944;
	}
	.arrows_left{
		float: left;
		width: 0;
		height: 0;
		border-width: 6px;
		border-style: solid;
		border-color: transparent #999 transparent transparent;
		margin-top: 3px;
		margin-right: 5px;
	}
	.arrows_right{
		float: left;
		width: 0;
		height: 0;
		border-width: 6px;
		border-style: solid;
		border-color: transparent transparent transparent #999;
		margin-top: 3px;
		margin-left: 6px;
	}
	
	
	
}