@charset "UTF-8";

/*!
 * Author: ch233
 * Last update: 2020-05-03
 * Version: 1.0
 * Normalize CSS default properties
 */
* {
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
}

html {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
	color: #1b1b1b;
}

header,
footer,
main,
section,
div,
p,
span,
i,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	/*  font-size: 1.2rem;*/
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
li,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

span,
i,
b {
	font-style: normal;
}

textarea {
	resize: none;
}

.main-header {
	position: relative;
	width: 100vw;
	height: 720px;
	height: 450px;
	background-image: url(../images/main-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
}

.main-header .logo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 540px;
}

.main-header .logo img {
	width: 100%;
	height: auto;
}

.main-header .login {
	position: absolute;
	top: 40px;
	right: 40px;
	background: #1761D1;
	border-radius: 30px;
}

.main-header .login a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #fff;
	padding: 10px 25px;
}

.main-header .cover {
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	right: 150px;
	width: 36vw;
}

.main-header .cover img {
	width: 100%;
}

.main-header .title {
	position: absolute;
	top: 65%;
	transform: translateY(-80%);
	right: 150px;
	width: 40vw;
}


.main-header .titleleft {
	position: absolute;
	top: 65%;
	transform: translateY(-80%);
	left: 150px;
	font-size: 30px;

}

.main-header .titleleft img {
	/*width: 100%;*/
	width: 300px;
}

.main-header .title img {
	/*width: 100%;*/
	width: 500px;
}

.main-container {
	position: relative;
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

.main-container .item {
	width: 28%;
	margin: 50px 2.5%;
	border-radius: 35px;
	background: linear-gradient(255deg, #C9DEFF -94.19%, rgba(214, 230, 255, 0.2) 32.5%, rgba(248, 250, 255, 0) 139.36%);
	box-shadow: 0px 12px 20px 0px rgba(219, 234, 255, 0.65);
	overflow: hidden;
}

.main-container .item img {
	width: 100%;
}

.main-container .item h2 {
	position: relative;
	text-align: center;
	padding: 18px 18px 38px;
	color: #161823;
	font-size: 32px;
	font-weight: bold;
	opacity: 0.8;
}

.main-container .on h2:after {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 5px;
	border-radius: 4px;
	background: linear-gradient(180deg, #FC9B30 0%, #D87100 100%);
	box-shadow: 0px 2px 6px 0px rgba(252, 155, 48, 0.3);
}


	.main-container .on {

	//	background: #f4a548;
	}
		
		.main-container .item .tx {
	text-align: justify;
	padding: 0 28px 28px;
	color: #1F3052;
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.6;
} .footer {
	position: relative;
	width: 74vw;
	padding: 40px 3vw;
	margin: 0 auto;
	border-top: 1px solid rgba(199, 214, 239, 0.6);
} .footer .content {
	position: relative;
} .footer .content p {
	font-size: 15px;
	color: rgba(22, 24, 35, 0.6);
	text-transform: uppercase;
	height: 30px;
} .footer .content p img {
	margin: 0 10px;
} .footer .content .logo {
	height: 50px;
	margin-top: 30px;
	margin-left: -10px;
} .footer .qrcode {
	position: absolute;
	right: 3vw;
	top: 50px;
	display: flex;
	flex-flow: row nowrap;
} .footer .qrcode .item {
	margin-left: 20px;
} .footer .qrcode .item img {
	width: 120px;
} .footer .qrcode .item p {
	text-align: center;
} .article-page {
	background-image: url(../images/article-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 150% auto;
	overflow: hidden;
} .article-header {
	position: relative;
	width: 100vw;
	height: 150px;
} .article-header .logo {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 440px;
} .article-header .logo img {
	width: 100%;
	height: auto;
} .article-header .login {
	position: absolute;
	top: 40px;
	right: 40px;
	background: #1761D1;
	border-radius: 30px;
} .article-header .login a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #fff;
	padding: 10px 25px;
} .article-side {
	position: fixed;
	top: 150px;
	left: 0;
	bottom: 10px;
	overflow-y: auto;
	width: 20vw;
} .article-side ul {
	position: absolute;
	right: 20px;
	text-align: right;
} .article-side ul li {
	padding: 10px;
} .article-side ul li a {
	color: rgba(22, 24, 35, 0.8);
} .article-side ul li.type1 a {
	font-size: 18px;
	font-weight: bold;
} .article-side ul li.type2 a {
	font-size: 16px;
	font-weight: normal;
}
		/*滚动条里面轨道*/
		.article-side::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(143, 173, 185, 0);
	background-color: #b2c4cf;
	border-radius: 10px;
}
		/*定义滚动条整体的样式*/
		.article-side::-webkit-scrollbar {
	width: 6px;
	background-color: #344d69;
	border-radius: 10px;
}
		/*滚动条的样式*/
		.article-side::-webkit-scrollbar-thumb {
	height: 20px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #93a7ce), color-stop(0.4, #89a7c4), color-stop(0.8, #6882b6));
	border-radius: 10px;
} .article-content {
	/* position: fixed; */
	position: fixed;
	top: 150px;
	right: 0;
	/* left: 50%; */
	bottom: 10px;
	overflow-y: auto;
	/* transform: translateX(-50%); */
	width: 78vw;
} .article-content .cont {
	/*  width: 900px;*/
	background: #fff;
	/*  border-radius: 35px;*/
	overflow: hidden;
} .article-content .cont div.cover img {
	width: 100%;
} .article-content .cont h1 {
	font-size: 28px;
	font-weight: bold;
	color: rgba(22, 24, 35, 0.8);
	padding: 30px;
} .article-content .cont .source {
	display: flex;
	flex-flow: row nowrap;
} .article-content .cont .source span {
	margin-right: 20px;
	font-size: 15px;
	margin: 0 30px;
	color: rgba(22, 24, 35, 0.6);
} .article-content .cont div.p {
	width: 100%;
	margin-bottom: 20px;

} .article-content .cont div.p p {
	margin: 30px;
	font-size: 18px;
	line-height: 2.5;
	text-align: justify;
	color: rgba(22, 24, 35, 0.8);
} .article-content .cont div.p img {
	max-width: 100%;
	/*    max-height: 230px;*/
	margin: 15px;
} .pimg {
	float: left;

} .listimg {
	max-height: 230px;
}
.article-content .list-cont {
	width: 80vw;
	background: none;
}
	.article-content .list-cont .list-item {
		margin-bottom: 50px;
		padding-bottom: 30px;
		border-radius: 35px;
		overflow: hidden;
		background: #fff;
		width: 49%;
		width: 31vw;
		float: left;
		margin-left: 10px;
	} #mypage{
	width:100%;
	float:left;
} .article-content .foo {
	position: relative;
	margin: 50px 10px;
} .article-content .foo p {
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.8;
	color: #161823;
} .article-content .foo:after {
	content: "";
	position: absolute;
	top: -25px;
	left: 0px;
	width: 50px;
	height: 2px;
	border-radius: 4px;
	background: linear-gradient(180deg, #FC9B30 0%, #D87100 100%);
	box-shadow: 0px 2px 6px 0px rgba(252, 155, 48, 0.3);
} .sub-nav {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	background-color: #1761d1;
} .sub-nav ul {
	width: 85%;
	/*   width: 1300px;*/
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
} .w-1300 {
	width: 1300px;
	margin: 0 auto;
} .sub-nav ul li {
	margin: 0 5px;
} .sub-nav ul li a {
	display: block;
	padding: 15px;
	font-size: 20px;
	color: #fff;
} .sub-nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
} .list-side, .article-side {
	top: 220px;
}
.list-content, .article-content {
	top: 220px;
	width: 80vw;
} .sub-nav ul li .on {

	border-bottom: 5px solid #f4a548;
} .indsub-nav {
	position: absolute;
	top: 400px;
	left: 0px;
	right: 0px;
	background-color: #1761d1;
} .indsub-nav ul {
	width: 85%;
	/*   width: 1300px;*/
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
} .indsub-nav ul li {
	margin: 0 5px;
} .indsub-nav ul li a {
	display: block;
	padding: 15px;
	font-size: 20px;
	color: #fff;
} .indsub-nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
} .article-side ul .on {
	border-bottom: 2px solid #f4a548;
}