html,
body {
	margin: 0;
	padding: 0;
}

.main {
	width: 1026px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	/* background-image: -webkit-linear-gradient(top, #0a5f9f 30%, #fac778);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
    color: #0a5f9f;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.title {
	display: flex;
	margin: 60px 0 28px;
	position: relative;
}

.title::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 27px;
	background: #d0dae8;
	z-index: -1;
	left: 0;
	bottom: 0;
}

.title_text {
	border-top: 2px solid #0a5f9f;
	border-left: 2px solid #0a5f9f;
	border-right: 2px solid #0a5f9f;
	display: flex;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.silver span {
	color: #0a5f9f;
	font-size: 26px;
	font-weight: bold;
	background: #e5e9f2;
	padding: 10px 20px;
	border-bottom: 2px solid #0a5f9f;
}

.silver b {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	background: #0a5f9f;
	padding: 10px 20px;
	border-bottom: 2px solid #0a5f9f;
}

.silver span strong {
	transform: skewX(-10deg);
	display: inline-block;
}

.silver b strong {
	transform: skewX(-10deg);
	height: 100%;
	display: flex;
	align-items: center;
}

h2 {
	color: #182a40;
	font-weight: bold;
	font-size: 31px;
}

h2 i {
	font-size: 15px;
	font-style: normal;
}

h3 {
	color: #182a40;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

h4 {
	color: #182a40;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 14px;
	position: relative;
	font-weight: normal;
	line-height: 30px;
}

h4::before {
	content: '';
	position: absolute;
	background: url(./news_before.png);
	width: 8px;
	height: 18px;
	top: 2px;
	left: 0;
}

.gold span {
	background: linear-gradient(to bottom, #f6c86a, #cb5c26);
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 10px 20px;
}

.gold .title_text {
	border: 2px solid #be7615 !important;
}

.gold strong {
	transform: skewX(-10deg);
	display: block;
}

h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 20px;
}

.group_right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 100px;
}

.group_right h1 {
	flex-basis: 100%;
}

.img_con {
	width: 100px;
	margin: 0 4px;
    text-align: center;
}

.group_right p {
	font-size: 14px;
}

.img_con img {
	width: 100%;
}

.img_box {
	display: flex;
}

.side {
	position: fixed;
	background: #0a5f9f;
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	box-sizing: border-box;
	padding: 22px 8px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	margin: 494px 0px 0 0;
	right: 40px;
}
.side hr{
    border-color: #fff;
}
.side a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 1600px) {
	.side {
		position: fixed;
		right: 16px;
		font-size: 14px;
		padding: 20px 8px;
	}
}
