@charset "UTF-8";
@font-face {
    font-family: "Alimama_ShuHeiTi_Bold"; 
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf") format("truetype"),
         url("../fonts/Alimama_ShuHeiTi_Bold.woff") format("woff"),
         url("../fonts/Alimama_ShuHeiTi_Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 18px;
	line-height: 2;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #c6dcfe;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 490px;
	background: #7bd8fe top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 20px;
}
.main-title-wrapper {
	text-align: center;
	margin-top: 85px;
}
.main-text-wrapper {
	width: 80%;
	margin: 1rem auto;
	padding: 1rem 2rem;
	background-color: rgba(8, 71, 187, 0.7);
	border-radius: 1rem;
	color: #ff0;
	font-size: 1.125rem;
	text-indent: 2rem;
}
.dy-wrapper {
	display: flex;
	background: #2777d5;
border-radius: .5rem;
}
.dy-wrapper h2 {
	background: #e48f6b;
	padding: 2rem 1rem;
	font-size: 3rem;
	font-family: "阿里妈妈数黑体";
	color: #fff;
	flex: 1;
	min-width: 140px;
border-radius: .5rem 0 0 .5rem;
	margin-right: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
}
.dy-wrapper p {
	padding: 1rem;
	align-items: center;
	display: flex;
	color: #fff;
	flex: 1 1 auto;
	text-align: left;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	line-height: 2.5;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #666;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 6rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
flex: 0 0 .6rem;
	color: #bbbbbb;
}
 @media only screen and (max-width: 1100px) {
.header {
	height: 417px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
}
 @media only screen and (max-width: 767px) {
html {
	font-size: 16px;
}
.header {
	height: 240px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 180px;
	margin-top: 10px;
}
.gongkai-list .entry {
	min-width: 90%;
margin:.5rem;
	padding: 10px 0;
}
.gongkai-list .entry i {
	font-size: 3rem;
	line-height: 100%
}
}
 @media only screen and (max-width: 575px) {
html {
	font-size: 16px;
	line-height: 1.6;
}
.header {
	height: 240px;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 80%;
}
.main-title-wrapper {
	margin-top: 2rem;
	margin-left: 20px;
}
.main-text-wrapper {
	width: 90%;
margin:.5rem auto;
	padding: 1rem;
	background-color: rgba(8, 71, 187, 0.7);
	border-radius: 1rem;
	color: #ff0;
font-size:.85rem;
	text-indent: 2rem;
}
.dy-wrapper h2 {
	background: #e48f6b;
padding:2rem .5rem;
	font-size: 1.6rem;
	min-width: 70px;
border-radius: .5rem 0 0 .5rem;
	margin-right: 0rem;
	;
	text-align: center;
}
.top-logo-wrapper {
	text-align: center;
}
.top-logo-wrapper img {
	margin: 10px auto;
}
}
