* {
	margin: 0px;
	padding: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

a {
	color: #333333;
}

a:hover {
	color: #004a7c;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}

ul li,
ol li {
	list-style-type: none;
}

body {
	font-family: "microsoft Yahei";
	width: 100%;
	/*    background: #050b2d;*/
}

.height10 {
	width: 100%;
	height: 10px;
}

.height15 {
	width: 100%;
	height: 15px;
}

.height20 {
	width: 100%;
	height: 20px;
}

.height25 {
	width: 100%;
	height: 25px;
}

.height30 {
	width: 100%;
	height: 30px;
}


/**list**/
.title{
	width: 100%;
	height: 35px;
	line-height: 20px;
	border-bottom: 2px solid #dfe1e6;
}
.title .tit{
	font-size: 19px;
	color: #015293;
	float: left;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #015293;
}
.title .tit2{
	font-size: 19px;
	color: #333333;
	float: left;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
.title .more{
	font-size: 17px;
	float: right;
	
}
.title .more a{
	color: #999999;
}
.list{
	width: 100%;
}
.list ul li{
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.list ul li i{
	width: 3px;
	height: 3px;
	background: #000000;
	float: left;
	margin: 15px 10px 0 0;
}
.list ul li span{
	float: right;
	color: #999999;
}
/*********************************主题内容样式*********************************/

.maincon {
	width: 1100px;
	margin: auto;
}

.hdjl01{
	width: 100%;
	height: auto;
}
.hdjl01 #left{
	width: 734px;
	float: left;
}
.hdjl01 #right{
	width: 348px;
	float: right;
}
.hdjl01 #right ul li{
	float: left;
	width: 348px;
	height: 103px;
}
.hdjl01 #right ul li:first-child{
	margin-bottom: 10px;
}
/**第二层**/
.hdjl02{
	width: 100%;
	height: auto;
}
.hdjl02con{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.hdjl02con #left{
	width: 325px;
	float: left;
	margin-right: 20px;
}
.hdjl02con #center{
	width: 367px;
	float: left;
}
.hdjl02con #right{
	width: 367px;
	float: right;
}

.title2{
	width: 100%;
	height: 30px;
	line-height: 20px;
}
.title2 .tit{
	font-size: 16px;
	font-weight: bold;
	color: #015293;
	float: left;
	height: 30px;
}

.title2 .more{
	font-size: 15px;
	float: right;
	
}
.title2 .more a{
	color: #999999;
}

/**第三层**/
.hdjl03{
	width: 100%;
	height: auto;
}
.hdjl03 #left{
	width: 540px;
	float: left;
}
.hdjl03 #right{
	width: 540px;
	float: right;
}


/* 适老化样式 */
.old_type .hdjl01 #left{
   width: 100%;
}
.old_type .hdjl01 #left img{
   width: 100%;
}
.old_type .hdjl01 #right{
   width:100%;
   height: 156px;
   margin-top: 30px;
}
.old_type .hdjl01 #right ul li{
   width:48%;
}
.old_type #right img{
width:100%;
}
.old_type .hdjl01 #right ul li:first-child{
 margin-right: 4%;
}

.old_type .hdjl03 #left{
width:100%;
}
.old_type .hdjl03 #right{
width:100%;
}
.old_type .title{
height: 70px;
line-height: 70px;
}
.old_type .title .tit{
    font-size: 32px;
      height: 70px;
}

.old_type .list img{
width:100%;
}
.old_type .title .more{
font-size: 32px;
}

.old_type .list ul li{
  font-size: 32px;
  height:70px;
  line-height:70px;
}
.old_type .list ul li i{
   width: 6px;
    height: 6px;
    margin: 34px 10px 0 0;
}