body {
	min-width: 1300px;
}

#appendTopDiv {
	background-color: #FFFFFF !important;
}

.textLan {
	color: #3a7bd9 !important;
}

.pointer {
	cursor: pointer;
}

.menu {
	background-color: #FFFFFF;
}

.align-center {
	display: flex;
	align-items: center;
}

.top-img {
	width: 100%;
	height: 300px;
	background-size: 100% 100%;
}

.top-img-text {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	left: 0px;
	top: 175px;
}


#content {
	min-height: 0;
	margin: 20px auto;
	height: -webkit-fill-available;
	height: -moz-available;
}

#content img {
	margin: 0 auto;
	display: flex;
}

.left {
	min-height: 730px;
	width: 985px;
	background-color: #FFFFFF;
	float:left;
	margin-bottom:20px;
}

.left #left-title {
	padding: 20px 50px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}

.left .left-subtitle {
	text-align: center;
}

.left #left-time {
	display: inline-block;
	text-align: center;
	color: #919191;
	font-size: 14px;
	padding: 2px 5px;
}
.left #left-resource {
	display: inline-block;
	text-align: center;
	color: #919191;
	font-size: 14px;
	margin-right: 10px;
	padding: 2px 5px;
}

.left #attention {
	display: inline-block;
	padding: 2px 5px;
	margin-left: 10px;
	font-size: 12px;
	color: #3166C8;
	border: 1px solid #3166C8;
	border-radius: 3px;
	cursor: pointer;
}


.left #readNumber {
	display: inline-block;
	padding: 2px 5px;
	margin-left: 10px;
    color: #919191;
    font-size: 14px;
}

.left #left-content {
	padding: 30px 40px;
	text-align: justify;
	background-color: #ffffff !important;
	font-size: 16px;
	font-family: 微软雅黑 !important;
	line-height: 30px;
	word-break: break-all !important;
}

.left #left-content p,
.left #left-content span {
	text-align: justify;
	background-color: #ffffff !important;
	font-size: 16px;
	font-family: 微软雅黑 !important;
	line-height: 30px;
	word-break: break-all !important;
}

.right {
	display: block;
	float: right;
	width: 300px;
	margin-left: 10px;
}

.right .dept {
	cursor: pointer;
}

.right .right-div {
	background-color: #FFFFFF;
}

.right .right-div:not(:first-child) {
	margin-top: 20px;
}

.right .right-div .title {
	position: relative;
	padding: 20px 10px 10px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

.right .right-div .title .more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	color: #84bbff;
	font-weight: normal;
}

.right .right-div .title .more:hover {
	color: #3166C8;
	cursor: pointer;
}

.right .right-div .title span {
	font-size: 21px;
	color: #3166C8;
}

.right .right-div #dept-info {
	padding: 20px;
}

.right .right-div #dept-info #name {
	padding: 5px 10px 5px 20px;
	font-weight: bold;
}

.right .right-div #dept-info #guanzhu {
	display: inline-block;
	/* width: 40px; */
	padding: 3px 6px;
	margin: 5px 0 5px 20px;
	font-size: 12px;
	color: #3166C8;
	border: 1px solid #3166C8;
	border-radius: 3px;
	vertical-align: middle;
}

.right .right-div #dept-info #deptDetail {
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	color: #0B66D9;
	border: 1px solid #0B66D9;
	border-radius: 3px;
	vertical-align: middle;
}

.right .right-div #dept-info #guanzhu:hover {
	cursor: pointer;
}

#exam-info,
#relevantpolicy-info {
	padding: 0 20px;
}

#news-info {
	padding: 0 20px;
}

#notice-info {
	padding: 0 20px;
}

.list {
	padding: 10px 0;
}

.list:hover {
	cursor: pointer;
}

.list:hover .list-data {
	color: #3166C8;
}

.list:not(:last-child) {
	border-bottom: 1px dashed #e5e5e5;
}

.list-data {
	padding: 10px 0 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 22px;
	max-height: 44px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-bottom {
	padding: 10px 0;
}

.list-bottom .name {
	float: left;
	width: 70px;
	font-size: 12px;
	color: #919191;
}

.list-bottom .name span {
	padding: 3px 8px;
	border: 1px solid #919191;
	border-radius: 3px;
}

.list-bottom .time {
	text-align: right;
	font-size: 14px;
	color: #919191;
	/* padding-left: 70px; */
}

.policyTime .name {
	width: auto;
}

.policyTime .time {
	float: right;
}

.v-align {
	vertical-align: middle;
}

#dept-image img {
	width: 70px;
	height: 70px;
}

#fujian {
	width: calc(100% - 110px);
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #f1f6f8;
	margin-bottom: 20px;
}

.applicationBig{
	display: none;
}
.application {
	width: 90px;
	background-color: #1677ff;
	display: flex;
	border-radius: 20px;
	padding: 10px 25px;
	color: white;
	line-height: 18px;
	margin: 30px auto;
	cursor: pointer;
}