@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-color: #ffffff;
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
	color: #000;
}
a:hover{color: #427fda;}
ul, li {
	list-style: none;
}
.w {
	width: 1200px;
   /** width: 100%;**/
	margin: 0 auto;
}
.clear-fix {
	content: "";
	display: table;
	clear: both;
}
/*顶部导航1111*/

/*主导航*/

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* background-color: #ededed; */
/* 	margin-top: 15px; */
}
.position .position-txt {
	padding-left: 25px;
	font-size: 14px;
	color: #454545;
	background: url(dqwz_pic.png) 1px no-repeat;
}
/*内容*/
.con {
	margin-top: 15px;
	margin-bottom: 30px;
/*	background: url(bottom_bj.png) center bottom no-repeat;*/
}
/*左侧*/
.con .con-left {
	float: left;
	width: 280px;
	/*height: 820px;*/
	margin-right: 30px;
}
.con-left .con-left-title {
	width: 280px;
	height: 57px;
	line-height: 48px;
	padding-left: 70px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: url(lm_bj.png) no-repeat;
}
/*左侧信息列表*/

.con-left .con-leftn-list {
	width: 270px;	
	border-top: 0;
	margin-left: 10px;
	min-height: 683px;
	font-size: 17px;
	color: #333;
	background-color: #f9f9f9;
	border: 1px solid #dedede;
}
.con-leftn-list li {
	width: 249px;
	line-height: 50px;
	border-bottom: 1px #e3e3e3 solid;
}
.con-leftn-list li a {
	background: url(gray_triangle.png) no-repeat 242px;
	font-size: 17px;
	color: #333;
	width: 100%;
	display:  block;
	padding-left: 27px;
}
.con-leftn-list li:hover a {
	background: url(/cms_files/filemanager/1558491259/picture/20236/bd319b9b76a642f2b2e123c9c189c0b5.png) no-repeat 235px;
	border-left: 7px solid #ff8100;
	color: #355e92;
	display: block;
	padding-left: 20px;
}
/*右侧*/
.con .con-right {
	float: left;
	width: 830px;
	min-height: 740px;
	font-size: 17px;
	color: #333;
	padding: 10px 25px;
	
}
/*右侧信息列表*/
.con-right li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left:12px;
	background: url(tylm_pic_02.png) no-repeat left center;
	border-bottom: 1px #dedede dotted;
}
.con-right li a {
	font-size: 17px;
	color: #333;
      float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}
.con-right li a:hover{color: #427fda;}
a:hover{color: #427fda;}
.con-right li span {
	float: right;
	font-size: 17px;
	color: #999;
}

/**适老化**/
    .old_type .position {
        height: auto;
        line-height: 70px;
    }
    
    .old_type .position .position-txt {
        font-size: 26px;
        background-size: 20px;
    }

    .old_type .con-left .con-left-title {
        height: auto;
        min-height: 70px;
        line-height: 60px;
        font-size: 26px;
        background-size: 100% 100%;
    }
    
    .old_type .con-leftn-list li {
        height: auto;
        line-height: 70px;
    }
    
    .old_type .con-leftn-list li a {
        font-size: 26px;
        background-size: 10px;
    }
    .old_type .con-leftn-list li.hover a {
        background-size: 10px;
    }
    .old_type .conList {
        display: block;
    }
    
    .old_type .con-right {
        float: none;
     
    }
.old_type .con-right p{
     font-size:26px!important;
        line-height:52px!important;
}
    .old_type .con-right li {
        height: 70px;
        line-height: 70px;
        background-size: 5px;
    }
    
    .old_type .con-right li a {
        font-size: 26px;
    }
    
    .old_type .con-right li span {
        font-size: 26px;
    }

.old_type .pagination {
    text-align: center;
}

.old_type .layui-laypage a,
.old_type .layui-laypage span {
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}