.tit {
	text-align: center;
	font-size: 0px;
	padding: 20px 0px;
	border: none;
	margin-left: 0px;
	background: url(tit-bj.png) bottom no-repeat;
}

.tit h4 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	color: #478ad1;
	text-align: center;
}

.tit h4 a {
	color: #478ad1;
	text-decoration: none;
}

.tit em {
	width: 60px;
	height: 6px;
	background-color: #478ad1;
	display: inline-block;
	text-align: center;
	margin-top: 25px;
	border-radius: 5px;
}
.main{
	margin: 20px 0px;
	font-size: 16px;
}
.main p{
	line-height: 2.5;
}
.attachment-title {
    color: #478ad1;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.attachment-title span {
    position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	padding: 0px 5px;
}

.attachment-title span::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #478ad1;
}
.attachment_list{
	margin-top: 10px;	
}
.attachment_list ul{
	display: flex;
	flex-wrap: wrap;
}
.attachment_list ul li{
	width: 33%;
	border-bottom: 1px solid #ccc;
	line-height: 4;
}
.inscribed {
    margin-top: 20px;
    text-align: right;
}

.ztqd_list{
	overflow: hidden;
}
.ztqd_list ul li{
	width: 30%;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	height: 150px;
	border: 1px solid #e8e8e8;
	background: #f2f8ff;
	box-shadow: 0 4px 5px rgba(125,125,125,.1);
	border-radius: 6px;
	position: relative;
}
.ztqd_list ul li+li{
	margin-left: 5%;
}
.ztqd_list ul li:nth-child(4n+1){
		margin-left: unset;
	}
.ztqd_list ul li a{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ztqd_list ul li i{
	display: block;
	width: 60px;
	height: 60px;
}
.ztqd_list ul li:nth-child(1) i{
	background: url(jblzqd.png) no-repeat center;
}
.ztqd_list ul li:nth-child(2) i{
	background: url(phlzqd.png) no-repeat center;
}
.ztqd_list ul li:nth-child(3) i{
	background: url(shsxqd.png) no-repeat center;
}
.ztqd_list ul li span{
	color: #666;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	padding: 0px 10px;
}
.ztqd_list ul li:hover span{color:#478ad1;;}
.ztqd_list ul li::before,
.ztqd_list ul li::after,
.ztqd_list ul li a::before,
.ztqd_list ul li a::after{content: '';display: block;position: absolute;transition: all 0.3s;opacity: 0;z-index: 0;}
.ztqd_list ul li::before{border-top: 1px solid #478ad1;width: 0;left: 0px;top: 0;}
.ztqd_list ul li::after{border-left: 1px solid #478ad1;height: 0;left: 0;bottom: 0;}
.ztqd_list ul li a::before{border-bottom: 1px solid #478ad1;width: 0;right: 0;bottom: 0;}
.ztqd_list ul li a::after{border-right: 1px solid #478ad1;height: 0;right: 0;top: 0;}
.ztqd_list ul li:hover::before{ width:100%; opacity: 1; }
.ztqd_list ul li:hover::after{ height:100%; opacity: 1; }
.ztqd_list ul li:hover a::before{ width:100%; opacity: 1; }
.ztqd_list ul li:hover a::after{ height:100%; opacity: 1; }
/*老年版*/
.old_type .w1200{
	margin: 0 auto;
}

/*手机版*/
@media screen and (max-width: 1024px) {
	.mobile_type .w1200 {
		width: 100%;
		padding: 0px 3%;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}