@charset "utf-8";

*,body,header{margin: 0 auto;padding: 0px; font-family: '微软雅黑'; color: #000;font-size: 14px;}
img{max-width: 100%; display: block;}
ul,li,ol{list-style-type: none;}
a,a:active,a:hover{text-decoration: none;}
.clearfix:after,.cf:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}
.clearfix,.cf{zoom:1}

header{height: 395px; position:relative;}
.container{width: 1095px;margin: 20px auto;}

.title{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.title .fg{
	border-bottom: 1px solid #cccccc;
	margin: 10px auto;
}
.title .fg span{
	border-bottom: 4px solid #001bc0;
	width: 50px;
	height: 1px;
	display: block;
	position: relative;
	top: 3px;
}
.title .chTitle .big{
	font-size: 30px;
	color: #f95f09;
}
.title .chTitle .small{
	font-size: 25px;
	color: #38a0fb;
}

.title .enTitle{
	text-transform: uppercase;
	font-size: 16px;
	color: #999999;
}

.list{
	display: flex;
	justify-content: space-around;
	justify-content: center;
	flex-wrap: wrap;
}
.list li{
	margin-right: 15px;
	margin-bottom: 12px;
}
.list .li207,.list .li207 a{
	width: 207px;
}
.list .li260,.list .li260 a{
	width: 260px;
}
.list li.li355,.list li.li355 a{
	width: 355px;
}
.list li a{
	background-color: #38a0fb;
	text-align: center;
	height: 160px;
	display: flex;
	color: #fff;
	font-size: 30px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.list li a p{
	color: #fff;
	font-size: 28px;
}

.xzzfjgList li{
	float: left;
	width: 250px;
	height: 60px;
	background-color: #e9ebeb;
	text-align: center;
	margin-right: 31px;
	border-radius: 8px;
	margin-bottom: 30px;
}
.xzzfjgList li:nth-child(4n){
	margin-right: 0px;
}
.xzzfjgList li a{
	display: block;
	color: #434343;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oldType_switch{
	background-color: #63ABEB;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    display: block;
    text-align: center;
	position: absolute;
    top: 10px;
    right: 430px;
}
.oldType_switch:hover {
	cursor: pointer;
}

/* 适老化 */
.newStyle .chTitle .big {
	font-size: 40px;
}
.newStyle .chTitle .small {
	font-size: 38px;
}
.newStyle .enTitle {
	font-size: 25px;
}
.newStyle .list li a p {
	font-size: 32px;
}
.newStyle .oldType_switch {
	width: 170px;
	height: 37px;
	font-size: 25px;
	line-height: 37px;
}
