/* CSS Document */


html {
	zoom: 1;
	font-size: 16px;
}

html * {
	outline: 0;
	zoom: 1;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

q:before,
q:after {
	content: '';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input,
select {
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, Verdana, '微软雅黑', STHeiTi, sans-serif, Helvetica, SimSun, \5FAE\8F6F\96C5\9ED1;
	color: #333;
	background-color: #b4d7f7;
}

body>div {
	margin-right: auto;
	margin-left: auto;
}

form,
img,
ul,
ol,
li,
dl,
dd,
dt,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	font-weight: normal;
}

ol,
ul,
li,
dd,
dt {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

fieldset,
a img {
	border: 0;
}

input,
select,
textarea {
	font-size: 0.75rem;
}

input {
	vertical-align: middle;
}

caption,
th {
	text-align: left;
}

table {
	border: none;
	margin: 0px;
	padding: 0px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* 主容器 */
.container {
	width: 52.5rem;
	margin: 0 auto;
	background-color: #b4d7f7;
	min-height: 100vh;
	background-image: url(images/banner.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

/* 头部横幅 */
.header {
	padding-top: 49.4%;
}

/* 内容区域 */
.content {
	padding: 0 1.875rem 3.125rem;
}

/* 卡片样式 */
.card {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-bottom: 1.875rem;
	padding: 1.875rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.card-none {
	background: none;
	box-shadow: none;
}

/* 描述文本 */
.description {
	font-size: 1.125rem;
	line-height: 2rem;
	text-align: justify;
	text-indent: 2em;
}

/* 标题区域 */
.title-section {
	position: relative;
	text-align: center;
	margin-top: -2.5rem;
	margin-bottom: 1.25rem;
}

.title-section img {
	width: 50%;
	height: auto;
}

/* 提示文本 */
.tips {
	font-size: 1rem;
	color: #999;
	text-align: center;
	margin: 1.25rem 0;
}

/* 列表样式 */
.item-list {
	border: 1px solid #9b9b9b;
	border-radius: 0.625rem;
	overflow: hidden;
}

.item-list li {
	border-bottom: 1px solid #9b9b9b;
	text-align: left;
	font-size: 1.125rem;
	padding: 1.25rem 0.625rem;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.item-list li:nth-child(odd) {
	background-color: #e6f2ff;
}

.item-list li:last-child {
	border-bottom: none;
}

.item-list li a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.item-title {
	font-size: 1.625rem;
	text-align: center;
	color: #1963bc;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.item-card {
	border: 1px solid #9b9b9b;
	border-radius: 0.625rem;
	overflow: hidden;
}

.item-card+.item-card {
	margin-top: 1.25rem;
}

.item-card .item-head,
.item-card .item-content {
	border-bottom: 1px solid #9b9b9b;
	text-align: center;
	font-size: 1.125rem;
	padding: 1rem 1.25rem;
	word-break: break-word;
}

.item-card .item-content a {
	color: #1963bc;
	text-decoration: none;

}

.item-card div:last-child {
	border-bottom: none;
}

.item-head {
	font-weight: bold;
	background-color: #e6f2ff;
}

.jubao-card {
	background-color: #e6f2ff;
	border-radius: 0.625rem;
	padding: 0.8rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0.25rem 0.75rem;
}

.jubao-row {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.75rem;
	padding: 0.2rem 0;
}

.jubao-row .jubao-head {
	flex: 0 0 auto;
	color: #2979DD;
}

.jubao-row .jubao-content {
	flex: 1;
	word-break: break-word;
}

.jubao-row .jubao-content a {
	color: #333333;
	text-decoration: none;
}

.jubao-qcode {
	width: 25%;
}

.footer {
	padding-bottom: 2.5rem;
}

.footer p {
	font-size: 0.75rem;
	color: #696969;
	text-align: center;
}

.back_home {
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 1000;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	background-color: #1963bc;
	padding-top: 0.3rem;
}

.back_home a {
	color: #fff;
	text-decoration: none;
}

.font-bold {
	font-weight: bold;
}

/* 响应式设计 */
@media screen and (max-width: 840px) {
	.container {
		width: 100%;
	}

	.content {
		padding: 0 1.25rem 1.875rem;
	}

	.card {
		padding: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.description {
		font-size: 1rem;
		line-height: 1.75rem;
	}

	.title-section {
		margin-top: -1.875rem;
	}

	.tips {
		font-size: 0.875rem;
		margin: 0.9375rem 0;
	}

	.item-list li {
		font-size: 1rem;
		padding: 0.9375rem 0.625rem;
	}

	.item-card .item-head,
	.item-card .item-content {
		padding: 0.9375rem 0.625rem;
	}
}

@media screen and (max-width: 768px) {
	.title-section {
		margin-top: -1.675rem;
	}

	.title-section img {
		width: 60%;
	}

	.jubao-qcode {
		width: 35%;
	}
}

@media screen and (max-width: 480px) {
	.title-section {
		margin-top: -1.575rem;
	}

	.title-section img {
		width: 70%;
	}

	.description {
		font-size: 0.875rem;
		line-height: 1.85rem;
	}

	.jubao-row {
		font-size: 0.875rem;
	}

	.item-list li {
		font-size: 0.875rem;
	}

	.item-card .item-head,
	.item-card .item-content {
		font-size: 0.875rem;
	}

	.item-title {
		padding-top: 0.8rem;
	}

	.card {
		margin-bottom: 2.5rem;
	}

	.card-none {
		margin-bottom: 0;
	}

	.item-title {
		font-size: 1.425rem;
	}

	.header {
		padding-top: 45.4%;
	}

	.hd-box {
		margin-bottom: 0.5rem;
	}

	.jubao-qcode {
		width: 60%;
	}
}

@media screen and (max-width: 320px) {
	.title-section {
		margin-top: -1.475rem;
		margin-bottom: 1rem;
	}

	.title-section img {
		width: 80%;
	}
}