body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #F1FBFF;
	color: #333;
	font-size: 16px;
}

* {
	box-sizing: border-box;
	transition: all .3s ease;
}

a {
	color: #333;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.banner {
	height: 346px;
	background: url("zxlsqk-banner-2022.jpg") center no-repeat;
}

.main {
	background: #fff;
	margin-top: -70px;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 15px;
}

.main-left {
	float: left;
	width: 240px;
}

.main-left-title {
	height: 80px;
	background: #00A0E9;
	color: #fff;
	padding: 20px 20px 0;
	text-align: center;
	font-weight: bold;
}

.main-left-list {
	background: #B7E8FF;
	padding-bottom: 20px;
}

.main-left-subtitle {
	color: #04437e;
	text-align: center;
	padding: 15px 20px;
	font-weight: bold;
}

.main-left-list li {
	padding: 10px 20px;
	font-size: 15px;
	text-align: center;
}

.main-left-list li.active {
	background: #00A0E9;
}

.main-left-list li.active a {
	color: #fff;
}

.main-right {
	width: 960px;
	float: left;
}

.main-right-title {
	padding: 20px 25px 0 280px;
	height: 80px;
	background: url("zxlsqk-title-bg-2022.png") 25px 18px no-repeat;
}

.main-right-subtitle {
	color: #1653a5;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-right-list {
	padding: 0 20px;
	margin: 0 -12.5px;
	height: 675px;
	overflow: auto;
}

.main-right-list li {
	width: 50%;
	float: left;
	padding: 0 12.5px;
	margin-bottom: 25px;
}

.ly-box {
	display: block;
}

.ly-box-body {
	background: #F2F2F2;
	padding: 15px;
	height: 120px;
	overflow: hidden;
}

.ly-box-footer {
	background: #D5F1F8;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-align: right;
	color: #1653a5;
}

.main-left-links a {
	display: block;
}

.main-left-links img {
	width: 100%;
}