body,
html {
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}


a{
	cursor:pointer;
}
.wrap {
	margin: 0 auto;
}

/* 头部开始 */
.top {
	margin: 0 auto;
	height: 450px;
	background: url(banner.jpg) no-repeat top center;
	overflow: auto;
}

/* 头部结束 */

/* 主体内容 */
.list{
	    width: 1200px;
	    margin: 100px auto;
	    clear: both;
		height: 58px;
		background-color: #fbfbfb;
}
.list_top{
	height: 58px;
	background-color: #f9f7f7;
}
.list_top h1{
	background: #2271c4;
    width: 235px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.list_content{
	margin-top: 24px;
}
.list_content i{
	display: block;
}
.list_content li a{
	height: 50px;
	text-decoration: none;
	color: #393e46;
}
.list_content .list_content_link a{
	height: 50px;
	text-decoration: none;
	color: #3f72af;
}
.list_content .list_content_link a:hover{
	color: #ff2e63;
}
.list_content li{
    width: 205px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    margin: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    color: #393e46;
    list-style: none;
    float: left;
    height: 85px;
}
.list_content li a:hover{
	color: #393e46;
}
/* 底部开始 */

.fl {
	float: left !important;
}
.fr {
	float: right !important;
}



.new_boount span {
text-align: center;
display: block;
line-height: 40px;
color: #ffffff;
font-size: 24px;
cursor: pointer;
}
.old_boount span {
background: #fff;
font-size: 28px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 5px;
cursor: pointer;
margin-left: 67px;
color: #2271c4;
width: 200px;
font-weight: bold;
margin-top: 10px;
}
.new_boount {
    width: 160px;
    height: 40px;
    background-color: #2271c4;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 85px;
}
.old_boount {
    display: none;
}
/*老年模式*/
.old_type .old_boount {
    display: block;
}

.old_type  .list_top h1{
    font-size: 36px;
    width: 300px;
}

.old_type  .list_content li{
    width: 500px;
    font-size: 36px;
    height: auto;
    line-height: 30px;
    margin: 30px;
}
.old_type  #bottom .footer {
    height: auto !important;
}
.old_type #bottom .pa_f_m3 {
    position: relative;
    left: unset;
    top: 0px;
    margin: 0px auto;
    text-align: center;
}
.old_type #bottom .f_m2 {
    width: 100%;
    margin-top: 20px;
}
.old_type #bottom .f_m2 * {
    font-size: 36px;
    line-height: 200%;
    height: auto;
}

/* 移动端 */
.mobile_type .top{
    width: 100%;
    height: 4.875rem;
    background: url(/cms_files/jcms1/web3611/site/images/44928/banner.jpg) no-repeat;
    background-size: 100% 100%;
    line-height: 4rem;
}

.mobile_type .new_boount{
    display: none;
}
.mobile_type .old_boount{
    display: none;
}
.mobile_type .list{
    width: 100%;
    margin-top: 0px;
}
.mobile_type .list_content li{
    margin-left: 24vw;
}