* {
    margin: 0;
    padding: 0;
}
section{
	min-width: 1200px;
    display: flex;
    justify-content: space-between;
    background: url(../../img/newPortal/bagImg.jpg) no-repeat left center;
    background-size: 100% 100%;
}
/*内容白色背景区域*/
.register_center{
	width:1000px;
	min-width: 1000px;
	height:560px;
	margin:47px auto;
	background: #fff;
	box-shadow: 2px 2px 6px rgb(123,148,185);
}
.register_center_center{
	width:720px;
	display:flex;
	margin: 0 auto;
    justify-content: space-around;
    flex-direction: column;
}
.register_center_center .register_div{
	width: 720px;
	height: 120px;
   /* text-align: center; */
	padding: 0 0px;
    border: 1px solid rgba(213, 216, 222);
    background: rgb(255, 255, 255);
    margin-top:28px;
	cursor: pointer;
}
.register_div div{
	margin-left: 30px;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
}
.register_center_center .register_div:hover{
	background: rgb(0, 89, 156,0.047);
}
.register_center_center .register_divHover:hover{
	border-color: rgba(0,89,156,1);
}
.register_center_center .register_center_centerClick{
	border-color: rgba(0,89,156,1);
}
.register_center_center div img{
	margin-top:32px;
	margin-bottom:35px;
	margin-left: 38px;
}
.register_center_center div h2{
	font-size:20px;
	font-weight: 400;
	margin-bottom:10px;
	
}

.register_center_center div span{
    font-family: 微软雅黑, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(132, 137, 148);
}
.register_center_center div p{
    text-rendering: optimizelegibility;
    font-feature-settings: "kern";
    font-kerning: normal;
	font-family: 微软雅黑, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: -6px;
}

.register_divHover a{
	display:block;
	width:120px;
	height:40px;
	margin:32px auto;
	text-align: center;
	line-height: 40px;
	color:#fff;
	background: rgba(0,89,156,1);
	border-radius: 4px;
	text-decoration:none
}
.tittle{
	margin-top: 28px;
	text-align: center;
	font-family: 微软雅黑, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}



.register_center_bottom{
	padding-top:50px;
}
.register_center_bottom a{
	display:block;
	width:130px;
	height:40px;
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	color:rgba(0,89,156,1);
	background:white ;
	border-radius: 4px;
	text-decoration:none;
	border: 1px solid rgba(0,89,156,1);
}
.register_center_bottom a:hover{
	background: rgba(0,89,156,1);
	color: #FFFFFF;
}