.container .menu-sidle-model{
	width:100%;
	height: 69px;
	box-shadow: 0px 3px 46px 0px rgba(0,0,0,0.1);margin: auto;
}
.menu-sidle-model-content{
	width:540px;
	height: 69px;
	margin: auto;
}
.menu-sidle-model-content .msmc-children{
	width:33.333%;height: 69px;float: left;
	font-size: 16px;
	
	font-weight: 500;
	color:#272727;display: flex;align-items: center;justify-content: center;
	transition: all 0.5s ease;
}
.menu-sidle-model-content .msmc-children:hover{
	background-color:#1E509C;color: white;cursor: pointer;
}
.menu-sidle-model-content .msmc-active{
	background-color:#1E509C;color: white;cursor: pointer;
	
}
.container section .msmc-company{
	max-width:1400px;
	/* max-height:1630px; */
	min-height: 500px;
	margin: auto;
	
}

.msmc-company-children{
	width: 100%;
	height: 252px;border-bottom: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	display: flex;align-items: center;
	background: url("../img/right_go.png") no-repeat right center;
	background-size: 30px 30px;
}
.msmc-company-children-img{
	width:100%;height: 100%;transition: ease-in-out 0.5s; 
	object-fit: cover;
}
.msmc-company-children-img:hover{
	transform: scale(1.2);
}
.msmc-company-children .msmc-time{
	width: 9.6%;
	height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.msmc-company-children .msmc-time .number{
	font-size: 24px;color: #585858;
}
.msmc-company-children .msmc-time .time{
	font-size: 12px;color: #464646;
}
.msmc-company-children .msmc-div{
	width: 60%;
	height: 110px;border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.msmc-company-children .msmc-div:hover .p1,.msmc-company-children .msmc-div:hover .msmc-div-children{
	color: #0C4182;

}
.msmc-company-children .msmc-div .p1{
	width: 97%;
	margin-left:3%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #363636;
	line-height: 30px;
}
.msmc-div-children{
	width: 97%;
	margin-left:3%;margin-top: 33px;line-height:25px;color: #696969
	
}

section #page{
	width: 100%;
	height:100px;margin-top: 50px;margin-bottom: 20px;justify-content: center;
}
section #page .first,section #page .last{
	display: none;
}
section #page .prev,section #page .next{
	width: 90px;
	height: 40px;
	background: rgba(35,47,61,0);
	border: 1px solid #E0E0E0;
	border-radius: 0;
}
@media screen and (max-width:1420px){
	.container section .msmc-company{
		max-width: 1200px;
	}
	
}
.mobile-content {
	
}
.mobile-content .m-company-title {
	width: 92.6%;
	height: 45px;
	background-color: #0762D5;
	border-radius: 5px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: white;
	text-indent: 20px;
	line-height: 45px;
}
.m-container-content{
	width: 92%;margin: 20px auto;
	display: flex;align-items: center;justify-content: space-between;
}
.m-container-content img{
	width: 1.89rem;height:1.45rem;
}
.m-container-content div p{
	width:4.8rem;margin-left: 3px;
}
.m-container-content div .p1{
	
	line-height: 25px;font-size: 15px;font-weight: bold;
}
.m-container-content div .ptime{
	font-size: 12px;color: rgba(0, 0, 0, 0.5);
}
.m-container-content div .pword{
	font-size: 12px;color: rgba(0, 0, 0, 0.8);
}
.load_mord{
	height:40px;line-height: 40px;
	font-size: 12px;color: rgba(0, 0, 0, 0.5);text-align: center;background-color: rgba(0, 0, 0, 0.02);
}

@media screen and (max-width:1050px){
	.container section .msmc-company{
		min-height: 200px;
	}
	
	.menu-sidle-model-content{
		width: 100%;
	}
	.container .menu-sidle-model,.menu-sidle-model-content,.menu-sidle-model-content .msmc-children{
		height: 50px;font-size:18px;
	}
	.msmc-company-children{
		background: transparent;height:220px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.news-left-mainmmd{
		width: 40%!important;display: flex;align-items: center;
	}
	.msmc-company-children .msmc-time{
		display: none!important
	}
	.msmc-company-children-img:hover{
		transform: scale(1);
	}
	.msmc-company-children .msmc-div{
		border-left: 0;
	}
	section #page{
		margin-top:6px;margin-bottom:20px;height: auto;
	}
	.msmc-company-children .msmc-div .p1{
		font-size:18px;
	}
	.msmc-div-children{
		margin-top:6px;
	-webkit-line-clamp: 3;font-size:16px;
	}
}

@media screen and (max-width:750px){
	.container section .msmc-company{
		min-height: 200px;
	}
	
	.menu-sidle-model-content{
		width: 100%;
	}
	.container .menu-sidle-model,.menu-sidle-model-content,.menu-sidle-model-content .msmc-children{
		height: 50px;font-size: 0.28rem;
	}
	.menu-sidle-model-content .msmc-children{
		line-height: 20px;
	}
	.msmc-company-children{
		background: transparent;height: 150px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.news-left-mainmmd{
		width: 40%!important;display: flex;align-items: center;
	}
	.msmc-company-children .msmc-time{
		display: none!important
	}
	.msmc-company-children-img:hover{
		transform: scale(1);
	}
	.msmc-company-children .msmc-div{
		border-left: 0;
	}
	section #page{
		margin-top: 0.1rem;margin-bottom: 0.3rem;height: auto;transform: scale(0.9);
	}
	.msmc-company-children .msmc-div .p1{
		font-size: 0.28rem;
	}
	.msmc-div-children{
		margin-top: 0.1rem;
	-webkit-line-clamp: 3;font-size: 0.26rem;
	}
}