body{
	min-width: 1300px;
}

.align-center {
	display: flex;
	align-items: center;
}

.top-img {
	width: 100%;
	height: 300px;
	background: url("../../img/top-img-5.png") no-repeat;
	background-size: 100% 100%;
}

.top-img div{
	position: relative;
	width:1300px;
	margin: 0 auto;
}

.top-img img {
	position: absolute;
	left:50px;
	top:140px;
}

#content {
	min-height: 0;
	margin: 20px auto;
}

.left {
	display: inline-block;
	min-height: 600px;
	width: 985px;
	background-color: #FFFFFF;
}

.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;
}

.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 #left-content {
	padding: 30px 40px;
	text-align: justify!important;
	background-color: #ffffff !important;
	font-size: 16px!important;
	font-family: 微软雅黑!important;
	line-height: 30px!important;
	word-break: break-all!important;
}

.left #left-content p , .left #left-content span {
	text-align: justify;
	background-color: #ffffff !important;
	font-size: 16px!important;
	font-family: 微软雅黑!important;
	line-height: 30px!important;
	word-break: break-all!important;
}

.right {
	display: inline-block;
	vertical-align: top;
	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: #919191;
	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;
}

#notice-info,#relevantpolicy-info {
	padding: 0 20px;
}

#policy-info {
	padding: 0 20px;
}

#publicity-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: 60px;
	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% - 40px);
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dashed #E5E5E5;
}
