* {
	font-size: 14px;
	font-family: sans-serif;
}
.essay ,.essay p ,.essay span ,.essay b ,.essay strong {
    font-size: 18px !important;
    line-height: 45px !important;
    background: rgba(0,0,0,0) !important;
}
.essay img {
    max-width: 100%;
}
.layui-row {
	margin-top: 30px;
}

.banner img {
	height: 480px;
	width: 100%;
}

/* 集团简介版块样式 */
.connect,
.navbox {
	border-top: 3px #b5002b solid;
	border-bottom: 1px #eaf4fc solid;
	border-right: 1px #eaf4fc solid;
	border-left: 1px #eaf4fc solid;
	/*height: 300px;*/
	margin-bottom: 15px;
	box-shadow: 1px 1px 1px #dcdddd;
}

.navbox li {
	list-style: square;
	width: 80%;
	margin-left: 30px;
	margin-bottom: 8px;
	background: #red;
	color: #c53d43;
	padding-left: 10px;
}

.navbox li a {
    font-size: 16px;
	height: 35px;
	line-height: 35px;
	display: inline-flex;
	width: 85%;
}

.navbox li.active {
	color: #c53d43;
	background-color: #fdeff2;
}

h2 {
	height: 50px;
	line-height: 50px;
	font-size: 18px !important;
	color: #b5002b;
	font-weight: 600 !important;
	text-indent: 20px;
	margin-bottom: 15px !important;
}

h2::before {
	content: "";
	width: 5px;
	height: 20px;
	display: inline-flex;
	background: #b5002b;
	position: relative;
	top: -6px;
	left: 0;
	margin-right: 10px;
	align-items: center;
}

.breadcrumb {
    font-size: 16px;
	height: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 1px #dcdddd;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb a[href]::after {
	content: ">>";
}

.breadcrumb span,.breadcrumb a,.breadcrumb cite {
    font-size: 16px;
}

.connectme,
.t_content,
.t2_content,
.t3_content,
.t4_content,
.t5_content,
.content,
.recruit,
.recruit2,
.new_notice,
.g_content,
.g2_content,
.g3_content,
.g4_content {
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px transparent solid;
}

/* 集团资讯新闻列表的高度 */
#news {
	/*min-height: 800px;*/
}

.pagination {text-align: center;}

.pagination li {display: inline-block;padding: 5px;border: 1px solid #e2e2e2;min-width: 20px;text-align: center;}

.pagination li.active {background: #FF5722;color: #fff;border: 1px solid #FF5722;}

.pagination li a {display: block;text-align: center;}

.fc-gray {font-size: 12px; display: inline-block;}

.jump_page {width: 13px;padding: 4px 8px;vertical-align: baseline; border: 1px solid #eaeaea;display: inline-block;font-size: 12px;max-width: 100%;    text-align: center;height: 21px;line-height: 21px;margin: 0 4px;}

.page-btn {height: 31px;line-height: 31px;border-radius: 2px;vertical-align: top;background-color: #fff;box-sizing: border-box;padding: 0 5px;cursor: pointer;border: 1px solid #e2e2e2;}

.g_content img {
	height: 200px;
	float: left;
	border-right: 13px transparent solid;
}

.g_content p {
	line-height: 30px;
	text-indent: 30px;text-align: justify;
}

.g2_content dd,
.g3_content dd {
	line-height: 30px;
}

.g2_content dt,
.g3_content dt {
	line-height: 45px;
}

.g2_content dt,
.g3_content dt {
	font-size: 16px;
	font-weight: 600;
}

.g2_content dd,
.g3_content dd {
	text-indent: 30px;text-align: justify;
}

/* 新闻中心版块样式 */
.new_notice a {
	text-decoration: none;
	font-size: 16px;
}

.new_notice a:hover {
	color: #9d2933;
}

.new_notice ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.new_notice ul li {
	width: 100%;
	/*height: 60px;*/
	display: flex;
	border-top: 8px transparent solid;
	border-bottom: 1px #f3f9f1 solid;
	padding-bottom: 10px;
	align-items: baseline;
}

.new_notice .notice_date {
	width: 60px;
	height: 60px;
	background: #f9906f;
	color: #FFFFFF;
	display: block;
}

.new_notice .notice_date span:nth-of-type(1) {
	display: block;
	height: 40px;
	width: 60px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

.new_notice .notice_date span:nth-of-type(2) {
	display: block;
	height: 20px;
	width: 60px;
	font-size: 10px;
	text-align: center;
}

.new_notice a {
	padding: 10px;
	color: #000000;
}

/* 分页栏定位 */
#page {
	float: left;
	position: relative;
	left: 50%;
	top: 10px;
	transform: translate(-50%, 0);
}

/* 无数据提示栏 */
#none {
	line-height: 40px;
	text-align: center;
	background-color: #F2F2F2;
	display: none;
}

/* 在线招聘的样式 */
.recruit2 .mailSubmit {
	color: orangered;
	font-weight: 600;
}

.recruit2 .mailSubmit p {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recruit2 dt {
	line-height: 40px;
	font-weight: 600;
}

.recruit2 dd {
	line-height: 30px;
}

/* 招聘公告的样式 */
.recruit li {
	border-bottom: 1px #C9C9C9 dashed;
}

.recruit li a {
	display: inline-block;
	width: 78%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recruit i {
	width: 10px;
	color: orangered;
}

.recruit span.date {
	width: 20%;
	display: inline-block;
	text-align: right;
	color: #C0C4CC;
	font-size: 12px;
}

.recruit,
.recruit2,
.t_content,
.t2_content,
.t3_content,
.t4_content,
.t5_content {
	min-height: 500px;
}

/* 集团荣誉的样式 */
.g4_content ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.g4_content ul li {
	width: 49%;
}

.g4_content img {
	width: 100%;
	height: 200px;
	object-fit: scale-down;
	background-color: #f7f4f4;
	padding-top: 5px;
	padding-bottom: 5px;
}

.g4_content a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

/* 正文的样式 */
.content {
	border: 1px #f7f4f4 solid;
	padding: 10px 180px;
	background-color: #f9f9f9;
}

.content .tip {
	text-align: right;
}

.content .tip span {
	color: #C2C2C2;
}

.content h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.content p {
	/*text-indent: 30px;*/
	background: rgba(0,0,0,0) !important;
	line-height: 30px;
	/*text-align: justify;*/
}

.content .next,
.content .prev {
	margin: 10px 0px;
	display: block;
}

/* 体系建设的样式 */
.t_content img {
	height: 300px;
	width: 48%;
	float: left;
	border-right: 10px transparent solid;
	border-top: 10px transparent solid;
}

.t4_content p,
.t2_content p,
.t_content p {
	text-indent: 30px;
	line-height: 30px;
	text-align: justify;
}

/* 机构养老的样式 */
/* 社区养老的样式 */
.t3_content img,
.t2_content img {
	width: 45%;
	object-fit: scale-down;
	border: 5px transparent solid;
}

/* 智慧养老的样式 */
.t4_content img {
	width: 60%;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

/* 发展成就的样式 */
.t5_content .layui-timeline-title {
	font-size: 16px;
	font-weight: 600;
}

.connectme table {
	width: 100%;
	height: 275px;
	margin: auto;
	border: 1px solid #C2C2C2;
	margin-top: 30px;
}

.connectme strong {
	letter-spacing: 3px;
}

#allmap {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}

@media (max-width:1100px) {
	.banner img {
		height: 150px;
		object-fit: fill;
	}

	.navbox {
		display: none;
	}

	.connectme,
	.t_content,
	.t2_content,
	.t3_content,
	.t4_content,
	.t5_content,
	.content,
	.recruit,
	.recruit2,
	.new_notice,
	.breadcrumb,
	.g_content,
	.g2_content,
	.g3_content,
	.g4_content {
		margin: 0px;
	}

	.g_content img {
		width: 100%;
	}

	.g3_content img {
		display: none;
	}

	/* 正文的样式 */
	.content {
		padding: 0 10px;
	}
	
	.t_content img {
		height: auto;
		width: 100%;
	}
	

}
