body {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
}

header {
	background: url(../images/bg-top.png);
	width: 100%;
	height: 138px;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.logo {
	width: 373.33px;
	height: 110px;
}

.english-logo-str {
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}

.header-article, .container, footer article {
	width: 1200px;
	margin: 0 auto;
}

section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.numberbh {
	height: 60px;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
}

.container {
	background-color: #FFFFFF;
	min-height: 70vh;
}

nav {
	background: #0D50BE;
	height: 55px;
	/* padding: 0 40px; */
}

.nav-url {
	height: 100%;
	display: flex;
	align-items: center;
}

nav a {
	cursor: pointer;
	padding: 0px 30px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	height: 100%;
	line-height: 55px;
}

	nav a.active {
		line-height: 55px;
		height: 100%;
		cursor: pointer;
		padding: 0px 30px;
		/* font-size: 18px;
	font-weight: bold; */
		color: #FFFFFF;
		background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 100%);
	}

.english {
	background: #ff9304;
	color: #FFFFFF;
	padding: 0;
	font-size: 12px;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
}

.content {
	margin-top: 30px;
}

.content-left {
}

.content-center {
}

.content-right {
}

	.content-left .aside-left, .content-right .aside-left {
		width: 240px;
		margin-bottom: 39px;
		border: 1px solid #0d50be38;
		border-top: 0;
		border-radius: 2px;
	}

.aside-left h4 {
	background: #F7F9FA;
	font-size: 16px;
	font-family: Arial-Regular, Arial;
	font-weight: 400;
	color: #0D50BE;
	height: 36px;
	line-height: 36px;
	padding: 0px 9px;
	border-top: 2px solid #0D50BE;
	margin-bottom: 23px;
	/* background: #cccccc4f;
	padding: 10px;
    border-top: 1px solid blue; */
}

.aside-left section {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}

.qikandingyue {
	/* height: 80px;
	background: url(../images/bc.png);
	text-align: center;
	line-height: 80px;
    color: #333333;
    background-size: 100% 150%;
    font-size: 22px; */
	margin-bottom: 20px !important;
}

	.qikandingyue img {
		width: 100%;
	}

.lunwenchachong {
	/* 	height: 80px;
	background: #2196f3;
	text-align: center;
	line-height: 80px;
    color: #333333;
	background: url(../images/bc.png);
    background-size: 100% 150%;
    font-size: 22px; */
}

	.lunwenchachong img {
		width: 100%;
	}

.content-left {
	width: 240px;
}

.content-right {
	width: 240px;
}

.content-center {
	margin: 0 30px;
	width: calc(100% - 440px);
	/* border: 2px solid #cccccc54; */
}

	.content-center nav {
		background: #F8F8F8;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		height: 36px;
		margin-bottom: 23px;
		position: relative;
	}

		.content-center nav span {
			cursor: pointer;
			padding: 0 30px;
			height: 36px;
			color: #333333;
			display: inline-block;
			line-height: 36px;
		}

			.content-center nav span.active {
				cursor: pointer;
				padding: 0 30px;
				height: 36px;
				background: #0D50BE;
				color: #FFFFFF;
				display: inline-block;
				line-height: 36px;
			}

	.content-center section {
		padding: 0;
	}

		.content-center section h3 {
			font-size: 22px;
			font-family: Arial-Bold, Arial;
			font-weight: bold;
			color: #1F75FF;
			height: 37px;
			background: #F7F9FA;
			border-left: 3px solid;
			padding-left: 12px;
			line-height: 37px;
		}

		.content-center section article {
			font-weight: 400;
			color: #333333;
		}

			.content-center section article dl {
				margin-top: 0
			}

			.content-center section article dt {
				background-image: -webkit-linear-gradient(bottom,#ebf8e1,#fd8403,#ffe900);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				font-weight: 700;
				margin-top: 20px;
			}

				.content-center section article dt span {
					display: flex;
					align-items: center;
				}

				.content-center section article dt img {
					width: 30px;
					height: 30px;
					width: 25px;
					height: 25px;
					margin-right: 4px;
				}

			.content-center section article dd {
				margin-top: 24px;
				padding-bottom: 15px;
				border-bottom: 1px dashed #E5E5E5;
			}

				.content-center section article dd .periodical-desc {
					font-size: 14px;
					font-weight: 700;
				}

				.content-center section article dd .periodical-author {
					margin-bottom: 2px;
					font-size: 13px;
				}

				.content-center section article dd .dd-buttom {
					display: flex;
				}

					.content-center section article dd .dd-buttom > div {
						display: flex;
						align-items: center;
						padding-right: 45px;
					}

						.content-center section article dd .dd-buttom > div img {
							width: 22px;
							height: 22px;
							margin-right: 6px;
						}

						.content-center section article dd .dd-buttom > div .dd-title {
							font-size: 12px;
							font-weight: 400;
							color: #666666;
							padding: 0 5px;
							line-height: 14px;
						}

						.content-center section article dd .dd-buttom > div .dd-number {
							font-size: 12px;
							font-weight: 400;
							color: #dc0c0c;
							line-height: 14px;
						}

	.content-center .benkajianjie {
		height: 378px;
		margin-bottom: 39px;
	}

	.content-center nav .line {
		position: absolute;
		border-top: 2px solid #0D50BE;
		width: 100%;
		height: 2px;
	}

	.content-center .benkajianjie section {
		flex-direction: row;
	}

		.content-center .benkajianjie section .qkjj-img {
			width: 238px;
			height: 317px;
			/* background-color: #F7F9FA; */

			display: flex;
		}

			.content-center .benkajianjie section .qkjj-img img {
				max-width: 100%;
				max-height: 100%;
			}

		.content-center .benkajianjie section .qikj {
			width: calc(100% - 268px);
			padding-left: 20px;
			padding-right: 10px;
			font-size: 14px;
			font-weight: 400;
			color: #666666;
			line-height: 24px;
		}

			.content-center .benkajianjie section .qikj .qkjl-desc {
				height: 285px;
				-webkit-line-clamp: 12;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
				overflow: hidden;
			}

			.content-center .benkajianjie section .qikj .qikj-more {
				font-size: 14px;
				font-weight: 400;
				color: #0D50BE;
				display: flex;
				align-items: center;
				height: 46px;
			}

				.content-center .benkajianjie section .qikj .qikj-more img {
					width: 20px;
					height: 20px;
					margin-right: 12px;
				}

.rongmeiti {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

	.rongmeiti .rmt-one {
		width: 50%;
		text-align: center;
	}

		.rongmeiti .rmt-one img {
			width: 92%;
		}

		.rongmeiti .rmt-one span {
		}

footer {
	color: #FFFFFF;
	background: url(../images/bg-bottom.png);
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Arial-Regular, Arial;
	font-weight: 400;
	color: #333333;
	display: flex;
	align-items: center;
	line-height: 30px;
}

	footer .footer-left {
		flex-direction: row;
		width: 900px;
	}

		footer .footer-left dd {
		}

			footer .footer-left dd label {
				min-width: 42px;
				letter-spacing: 0;
				text-align: left;
				text-align-last: justify;
				display: inline-block;
				margin-right: 20px;
			}

			footer .footer-left dd span {
			}

	footer .footer-right {
	}

		footer .footer-right img {
			width: 54px;
			height: 64px;
			margin: 0 auto;
			margin-bottom: 24px;
		}

		footer .footer-right p {
			margin: 0;
		}

.qkxx label {
	color: #0D50BE;
}

.for-authors {
}

	.for-authors a {
		font-size: 14px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #666666;
		display: flex;
		align-items: center;
		border-bottom: 1px dashed #E5E5E5;
		height: 40px;
	}

		.for-authors a div {
			width: 8px;
			height: 8px;
			background: #0D50BE;
			border-radius: 50%;
			margin-right: 9px;
		}

.for-authors-h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.for-authors-h4 img {
		width: 16px;
		height: 16px;
	}

.for-authors {
}

	.for-authors a {
		font-size: 14px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #666666;
		display: flex;
		align-items: center;
		border-bottom: 1px dashed #E5E5E5;
		height: 40px;
	}

		.for-authors a div {
			width: 8px;
			height: 8px;
			background: #0D50BE;
			border-radius: 50%;
			margin-right: 9px;
		}

.for-authors-h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.for-authors-h4 img {
		width: 16px;
		height: 16px;
	}

.datetab {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px;
}

	.datetab .datetab-top {
		display: flex;
		align-items: center;
		padding: 5px 8px;
		justify-content: space-between;
		font-size: 16px;
		font-family: Arial-Bold, Arial;
		;
		font-weight: bold;
		color: #0d50be;
	}

		.datetab .datetab-top img {
			width: 14.15px;
			height: 8.29px;
		}

		.datetab .datetab-top span {
			width: 100%;
			text-align: center;
		}

	.datetab .datetab-bottom {
		display: flex;
		flex-wrap: wrap;
	}

		.datetab .datetab-bottom .datetab-day {
			width: 14.23%;
			text-align: center;
			height: 28px;
			line-height: 28px;
			padding: 5px 0;
		}

		.datetab .datetab-bottom span {
			width: 100%;
			height: 28px;
			cursor: pointer;
			display: block;
		}

		.datetab .datetab-bottom .datetab-day-active {
			width: 28px;
			height: 28px;
			background: #0D50BE;
			color: #ffffff;
			display: inline-block;
			line-height: 28px;
			border-radius: 8px;
		}

.title {
	margin-top: 14px;
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 25px;
}

.title-muci {
	background: #F7F9FA;
	font-size: 16px;
	font-family: Arial-Regular, Arial;
	font-weight: 400;
	color: #0D50BE;
	height: 36px;
	line-height: 36px;
	padding: 0px 9px;
	border-top: 2px solid #0D50BE;
}

.search {
	/* background: #F7F9FA; */
	margin-top: 10px;
}

	.search span {
		color: #333333;
		font-size: 16px;
		font-weight: 500;
	}

	.search .selectparent {
		position: relative;
	}

		.search .selectparent img {
			width: 13px;
			height: 8px;
			position: absolute;
			right: 15px;
			top: 14px;
		}

	.search select, .search .selectparent-two, .search select:hover, .search select:active {
		appearance: none;
		-webkit-appearance: none;
		border: 0;
		width: calc(100% - 40px);
		height: 100%;
		padding: 0 10px;
		outline: none;
		width: 220px;
		height: 38px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		border: 1px solid #0D50BE;
		margin: 0 9px;
		background: none;
	}

	.search input {
		width: 220px;
		height: 36px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		border: 1px solid #0D50BE;
		padding: 1px 10px;
		outline: none;
		/* color: #0D50BE; */
	}

input::-webkit-input-placeholder {
	color: #333333;
}

.search button {
	width: 99px;
	height: 40px;
	background: #0D50BE;
	color: #FFFFFF;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

	.search button img {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

.datetab {
	cursor: pointer;
	padding: 0 10px !important;
	/* margin-bottom: 0px !important; */
}

	.datetab .img-top {
		display: none;
	}

	.datetab .datetab-top {
		border-left: 3px solid #0d50be38;
		/* border-top: 1px solid #0d50be38;
	border-left: 3px solid #0d50be38;
	border-right: 1px solid #0d50be38;
	border-bottom: 1px solid #0d50be38; */
	}

	.datetab .img-bottom {
		display: block;
	}

.datetab-hidden .img-top {
	display: block;
}

.datetab-hidden .img-bottom, .datetab-hidden .datetab-bottom {
	display: none;
}

.datetab-hidden .datetab-top {
	/* border: 1px solid #0d50befa; */
	color: #0D50BE;
	/* margin-bottom: 12px; */
	background: none;
}

.datetab-hidden {
	/* margin-bottom: 0px; */
	/* border-top: 1px solid #0d50be38;
	border-bottom: 1px solid #0d50be38; */
}

	.datetab-hidden .datetab-top {
		/* border-bottom: 1px solid #0d50be38; */
	}

.datetab:last-child {
	border-bottom: 0;
}

.content-right .aside-left:nth-child(1) {
	height: 290px;
	border: 1px solid #0d50be38;
	display: flex;
	flex-direction: column;
	/* justify-content: center;
	align-items: center; */
}

	.content-right .aside-left:nth-child(1) h4 {
		font-size: 16px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #0D50BE;
		padding-top: 0px;
		padding-bottom: 0;
		margin: 0;
		/* border: none; */
		/* background: none; */
	}

	.content-right .aside-left:nth-child(1) section {
		width: 84%;
		margin: 0 auto;
		margin-top: 10px;
	}

		.content-right .aside-left:nth-child(1) section a {
			background: #2879fa21;
			height: 46px;
			margin: 10px 0;
			color: #333333;
			font-size: 13px;
			display: flex;
			align-items: center;
			padding-left: 20px;
			font-weight: 700;
			border: 1px dashed #2879fa;
		}

		.content-right .aside-left:nth-child(1) section a {
			background: #2879fa21;
			height: 46px;
			margin: 10px 0;
			color: #333333;
			font-size: 13px;
			display: flex;
			align-items: center;
			padding-left: 20px;
			font-weight: 700;
			border: 1px dashed #2879fa;
		}

			.content-right .aside-left:nth-child(1) section a img {
				width: 25px;
				height: 25px;
				padding-right: 14px;
				border-right: 1px dashed #2879fa;
				margin-right: 18px;
			}

.periodical-alert {
}

	.periodical-alert .alert-left {
		display: flex;
		flex-direction: column;
		width: 50%;
		border-right: 1px solid #0D50BE;
		height: 216px;
		overflow-y: auto;
	}

	.periodical-alert .alert-right {
		display: flex;
		flex-direction: column;
		width: 50%;
		height: 216px;
		overflow-y: auto;
	}

		.periodical-alert .alert-left span, .periodical-alert .alert-right span {
			padding: 5px 10px;
			cursor: pointer line-height: 25px;
		}

			.periodical-alert .alert-left span:hover, .periodical-alert .alert-right span:hover, .periodical-alert .alert-left span.alertactive {
				background: #0D50BE;
				color: #FFFFFF;
			}

	.periodical-alert .hidde {
		display: none;
	}

.hidde, .hiddetwo {
	display: none !important;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
	/*width: 4px;*/
}

.lunssosuo {
	width: 100%;
	display: inline-block;
}
/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.selectparent-two {
	position: relative;
	line-height: 38px;
}

	.selectparent-two .periodical-alert {
		position: absolute;
		display: flex;
		background: #FFFFFF;
		border: 1px solid #0D50BE;
		top: 38px;
		width: 100%;
		left: -1px;
	}

.qikanfangem {
	text-align: center;
}

	.qikanfangem img {
		width: 55%;
	}

.aside-left section.qkxx {
	font-size: 13px;
}

	.aside-left section.qkxx span {
		font-size: 13px;
	}

.h3-line {
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background-image: linear-gradient(-90deg,#f69d3c 10%, #ebf8e1 30%, #1F75FF 70%);
	border-radius: 50px;
}
