body {
	font-family: "微软雅黑";
}

.con1 {
	max-width: 1200px;
	margin: 50px auto;
	width: 100%;
}

.con1 .tit {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.con1 .tit h4 {
	color: #333333;
	font-size: 22px;
	font-face: Source Han Serif CN;
	font-weight: 700;
	position: relative;
	padding-bottom: 13px;
}

.con1 .tit h4 span {
	color: #3366cc;
	font-size: 22px;
	font-face: Source Han Serif CN;
	font-weight: 700;
}

.con1 .tit h4::after {
	position: absolute;
	content: "";
	width: 28px;
	height: 3px;
	background: #ff8f1f;
	left: 30px;
	bottom: 0;
}

.con1 .tit p {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 45px;
	text-align: left;
	color: #333;
}

.con1 .list_xx {
	line-height: 70px;
	background: #f3faff;
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
}

.con1 .list_xx p {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 22px;
	text-align: left;
}

.con1 .list_xx p:nth-child(1) a {
	color: #36c;
}

.con1 .list_xx p:nth-child(2) {
	display: flex;
}

.con1 .list_xx p:nth-child(2) a {
	color: #333;
	font-size: 18px;
	display: block;
}

.con1 .list_xx p:nth-child(2) a:nth-child(1) {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 0 20px;
	margin-right: 20px;
}

.con1 .list_xx p a img {
	margin-right: 20px;
}

.hd_list {
	padding-top: 20px;
}

.hd_list li {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 45px;
	font-family: "PingFang SC";
	font-weight: 400;
	text-align: left;
}

.hd_list li .bm {
	color: #999;
	width: 20%;
}

.hd_list li .litit {
	color: #333;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hd_list li .litit:hover {
	color: #3366CC;
}

.hd_list li .state {
	color: #333;
	width: 15%;
	text-align: right;
}

.hd_list li .date {
	color: #999;
	width: 15%;
	text-align: right;
}

.list_img {
	margin: 50px auto;
}

.list_img a {
	display: block;
}

.list_img a img {
	width: 100%;
}

.con2 {
	background: #f2f6fa;
	padding-top: 30px;
	padding-bottom: 50px;
}

.con2 .container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.con2 .tit h4 {
	color: #333333;
	font-size: 22px;
	font-face: Source Han Serif CN;
	font-weight: 700;
	position: relative;
	padding-bottom: 13px;
}

.con2 .tit h4 a{
	color: #333333;
}

.con2 .tit h4 span {
	color: #3366cc;
	font-size: 22px;
	font-face: Source Han Serif CN;
	font-weight: 700;
}

.con2 .tit h4::after {
	position: absolute;
	content: "";
	width: 28px;
	height: 3px;
	background: #ff8f1f;
	left: 30px;
	bottom: 0;
}

.con2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.con2 ul li {
	width: 49%;
	height: 131px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 3px 18px #00000003;
	margin-top: 20px;
	padding: 20px;
}

.con2 ul li a {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 56px;
}

.con2 ul li a:hover {
	color: #3366CC;
}

.con2 ul li p {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #999;
	margin-top: 16px;
}

.con2 ul li p span {
	margin-right: 15px;
}

.con2 ul li p span em {
	color: #3366CC;
	font-style: normal;
}

/* 老年版 */
.oldType .con1 .tit h4 {
    font-size: 44px;
    padding-bottom: 23px;
}
.oldType .con1 .tit h4 span {
    font-size: 44px;
}
.oldType .con1 .tit h4::after {
    width: 72px;
    height: 6px;
    left: 50px;
}
.oldType .con1 .tit p {
    font-size: 36px;
    line-height: 65px;
}
.oldType .con1 .list_xx {
    line-height: 90px;
    padding: 5px 30px;
}
.oldType .con1 .list_xx p {
    font-size: 36px;
}
.oldType .con1 .list_xx p:nth-child(2) a {
    font-size: 36px;
}
.oldType .con1 .list_xx p:nth-child(2) a:nth-child(1) {
    padding: 0 30px;
    margin-right: 30px;
}
.oldType .hd_list li {
    font-size: 36px;
    line-height: 65px;
}
.oldType .hd_list li .bm {
    display: none;
}
.oldType .hd_list li .date {
    width: 20%;
}
.oldType .con2 .tit h4 {
    font-size: 44px;
    padding-bottom: 23px;
}
.oldType .con2 .tit h4 span {
    font-size: 44px;
}
.oldType .con2 .tit h4::after {
    width: 72px;
    height: 6px;
    left: 50px;
}
.oldType .con2 ul li {
    width: 100%;
    height: auto;
}
.oldType .con2 ul li a {
    font-size: 36px;
    line-height: 58px;
}
.oldType .con2 ul li p {
    font-size: 32px;
}

@media screen and (max-width: 1260px) {
	.con1 {
		width: 96%;
	}

	.con2 ul li {
		width: 100%;
	}
}

@media screen and (max-width: 1080px) {
	.hd_list li .bm {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.con1 {
		margin: 3.125rem auto;
	}

	.con1 .tit {
		margin-bottom: 1.5rem;
	}

	.con1 .tit h4,
	.con2 .tit h4 {
		font-size: 2.25rem;
		padding-bottom: 1.375rem;
	}

	.con1 .tit h4 span,
	.con2 .tit h4 span {
		font-size: 2.25rem;
	}

	.con1 .tit h4::after,
	.con2 .tit h4::after {
		width: 3.5rem;
		height: 0.375rem;
		left: 2.75rem;
	}

	.con1 .tit p {
		font-size: 1.5rem;
		line-height: 2.8125rem;
	}

	.con1 .list_xx {
		line-height: 6rem;
		padding: 0 1rem;
		text-align: center;
	}

	.con1 .list_xx p {
		font-size: 1.875rem !important;
		text-align: center;
	}
	.con1 .list_xx p:nth-child(1){
		width: 33.3%;
	}
	.con1 .list_xx p:nth-child(2){
		width: 66.7%;
	}
	.con1 .list_xx p:nth-child(2) a {
		font-size: 1.875rem !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 50%;
		text-align: center;
	}
	.con1 .list_xx p img{
		width: 2.8125rem;
		height: 2.8125rem;
		margin-right: 1rem;
	}
	.hd_list{
		padding-top: 0;
	}
	.hd_list li {
	    font-size: 1.875rem;
	    line-height: 2.8125rem;
	    flex-wrap: wrap;
		justify-content: flex-start;
	}
	.hd_list li .bm {
	    display: none;
	}
	.hd_list li .litit {
	    width: 100%;
		white-space: inherit;
		margin-bottom: 1rem;
		margin-top: 1.5rem;
	}
	.hd_list li .state {
	    width: auto;
	    text-align: left;
		color: #999999;
		margin-right: 1.5rem;
	}
	.hd_list li .date {
	    width: auto;
	    text-align: left;
	}
	.list_img {
	    margin: 2rem auto;
	}
	.imgpc{
		display: none;
	}
	.imgmobile{
		display: block !important;
	}
	.con2 {
	    padding-top: 1.5rem;
	    padding-bottom: 3.125rem;
	}
	.con2 .container{
		width: 96%;
	}
	.con2 ul li {
	    height: auto;
	    margin-top: 1.5rem;
	    padding: 1.5rem;
		border-radius: 1rem;
		box-shadow: 0 0.1875rem 1.125rem #00000003;
	}
	.con2 ul li a {
	    font-size: 1.875rem;
	    line-height: 2.625rem;
	    -webkit-box-orient: inherit;
		min-height: inherit;
	}
	.con2 ul li p {
	    font-size: 1.5rem;
	    line-height: 2.25rem;
	    margin-top: 1rem;
	}
	.con2 ul li p span {
	    margin-right: 1rem;
		display: inline-block;
	}
}