@charset "utf-8";
/* CSS Document */
html, body
{
	font-family:"微软雅黑";
	background-image: url("../images/bgtop.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
a {
  text-decoration: none;
}
/* LVHA顺序 */
a:link {color:#000000;}      /* 未访问 */
a:visited {color:#000000;}   /* 访问过，加上这一行！ */
a:hover {color:#000000;}     /* 鼠标悬浮 */
a:active {color:#000000;}    /* 鼠标点击瞬间 */
.top{
	width:100%;
	height: 320px;
}
.main{
	width:1130px;
	min-height: 460px;
	margin:0 auto;
	background: #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,0.25);
	border-radius: 30px;
	padding: 30px 30px 30px 30px;
}
.main_left{
	width:550px;
	height: 460px;
	float: left;
	border-radius: 15px;
	border: 1px solid #d5edff;
	background: linear-gradient(#d5edff,#ffffff 40%,#ffffff);
}
.main_title{
	
	width: 300px;
  height: 100px;
  /* flex核心 */
  display: flex;
  align-items: center;    /* 垂直居中 */
 
  gap: 20px; /* 图片和文字之间间距 */
}
.main_title img{
	margin-left: 30px;
}
.main_title span{
	font-size: 26px;
	color: #0c2d7c;
	font-weight: bold;
}
.main_content{
	width:92%;
	min-height: 330px;
	margin:0 auto;
}
.main_gengduo{
	width:90%;
	height: 20px;
	text-align: right;
	font-size: 14px;
}
.main_banquan{
	width:100%;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
	background: #0c2d7c;
	line-height: 50px;
	margin-top: 30px;
	
}
.dqwz{
	width:1100px;
	height: 40px;
	font-size: 14px;
	margin:0 auto;
	border-bottom: 2px solid #0c2d7c;
}
.contentlist{
	width:1100px;
	min-height: 300px;
	margin: 0 auto;
	margin-top:30px;
}