@charset "UTF-8";
/*初始化css*/
body{min-width:1100px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
body{background-color: #f2f2f2;height: auto;}
.main{width: 1200px;margin: 0 auto;background-color: #FFFFFF;margin-bottom: 25px;}
.fg{width: 100%;height: 15px;margin: 0 auto;background-color: #00457e;}
.dqwz{margin-top: 20px;margin-left: 25px;font-size: 17px;}
.content{padding:30px 40px 50px 30px;}
.content-tit{text-align: center;width: 100%;}
.content-tit h{font-size: 25px;color: #00457e;font-weight: bold;}
.lanmu{background: url(lanmu-bg.png) no-repeat;width: 1132px;height: 41px;margin-top: 40px;}
.lanmu p{display: block;line-height: 41px;background: url(jgsz.png) 14px 8px no-repeat;padding-left: 48px;font-size: 24px;font-weight: bold;color: #FFFFFF;}
/* .content-nr{padding-bottom: 30px;} */
.content-nr p{color: #9a9a9a;font-size: 17px;padding-left: 15px;margin-top: 25px;line-height: 45px;text-indent: 2em;}
.content-zrr{padding-bottom: 30px;}
.content-zrr p{display: block;color: #9a9a9a;font-size: 17px;padding-left: 20px;margin-top: 25px;text-indent: 2em;}
.gzdt{background: url(lanmu-bg.png) no-repeat;width: 1132px;height: 41px;margin-top: 40px;}
.gzdt p{display: block;line-height: 41px;background: url(gzdt.png) 14px 8px no-repeat;padding-left: 48px;font-size: 24px;font-weight: bold;color: #FFFFFF;}
.gzdt-list li{background: url(icon-cicle.png) 12px center no-repeat;margin-top: 30px;}
.gzdt-list a{display: block;line-height: 25px;font-size: 16px;color: #848484;padding-left: 25px;}
.gzdt-list span{font-size: 16px;color: #848484;display: block;}

/*适老化*/
.old_type .dqwz{font-size: 28px;height: 80px;line-height: 60px;}
.old_type .content-tit p{font-size: 52px;}
.old_type .lanmu{width:100%;height: 80px;background: url(oldlanmu-bg.png) no-repeat;}
.old_type .lanmu p{font-size: 48px;line-height: 80px;background-size: 40px !important;padding-left: 90px;background: url(jgsz.png) 30px 20px no-repeat;}
.old_type .content-nr p , .old_type .content-nr span{font-size: 32px !important;line-height: 64px !important;}
.old_type .gzdt{width: 100%;height: 80px;background: url(oldlanmu-bg.png) no-repeat;}
.old_type .gzdt p{font-size: 48px;line-height: 80px;background-size: 40px !important;padding-left: 90px;background: url(gzdt.png) 30px 20px no-repeat;}
.old_type .gzdt-list{margin-top: 20px;}
.old_type .gzdt-list li{margin-top: 0;}
.old_type .gzdt-list a{line-height: 72px;font-size: 36px;padding-left: 36px;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.old_type .gzdt-list span{line-height: 72px;font-size: 36px;}
.gzdt p a {font-size: 16px;color: #848484;font-weight: normal;margin-right: 15px;}
.old_type .gzdt p a{font-size: 32px;}