@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #427fda;
}

ul,
li {
  list-style: none;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  content: "";
  display: table;
  /* 	clear: both; */
}

.clearfix:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
}

/*顶部导航*/

/*主导航*/

/*当前位置*/
.position {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ededed;
}

.position .position-txt {
  padding-left: 25px;
  font-size: 13px;
  color: #454545;
  background: url(dqwz_pic.png) 1px no-repeat;
}

/*内容*/
.con {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*左侧*/
.con .con-left {
  float: left;
  width: 270px;
  /*height: 820px;*/
  margin-right: 30px;
  background-color: #efefef;
}

.con-left .con-left-title {
  width: 270px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: url(lanm_tit.png) 20px 18px no-repeat #21528a;
}

/*左侧信息列表*/
.con-left .con-leftn-list {
  width: 270px;
  min-height: 720px;
  font-size: 17px;
  color: #333;
  background-color: #efefef;
}

.con-leftn-list li {
  width: 270px;
  height: 45px;
  line-height: 45px;
  padding-left: 35px;
  border-bottom: 1px #e3e3e3 solid;
}

.con-leftn-list li a {
  padding-left: 20px;
  background: url(gray_triangle.png) no-repeat left center;
  font-size: 17px;
  color: #333;
}

.con-leftn-list li:hover {
  background-color: #b6ccec;
  cursor: pointer;
}

.con-leftn-list li:hover a {
  background: url(blue_triangle.png) no-repeat left center;
  color: #427fda;
}

/*右侧*/
.con .con-right {
  float: left;
  width: 900px;
  min-height: 770px;
  font-size: 17px;
  color: #333;
  padding: 10px 25px;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
}

/*右侧信息列表*/
.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;
}

.con-right li a:hover {
  color: #427fda;
}

a:hover {
  color: #427fda;
}

.con-right li span {
  float: right;
  font-size: 17px;
  color: #999;
}

li.float_li {
  float: left;
  padding-right: 15px;
}

.con-right li.float_li {
  width: auto;
}


/* 适老化 */
.old_type .position {
  height: 60px;
  line-height: 60px;
}

.old_type .position .position-txt {
  font-size: 32px;
  padding-left: 50px;
  background-size: 35px;
}

.old_type .con-right li {
  height: 72px;
  line-height: 72px;
}

.old_type .con-right li a {
  font-size: 36px;
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.old_type .con-right li span {
  font-size: 28px;
}

.old_type .con-left div {
  font-size: 48px !important;
}

.old_type .con-left .con-left-title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-position-y: 46px;
}
.old_type .con .con-left{
  width: 100%;
  margin-bottom: 70px;
}
.old_type .con-left .con-leftn-list{
  width: 100% !important;
  min-height: auto !important;
}

.old_type .con-leftn-list li{
  width: 100%;
  height: 72px;
  line-height: 72px;
}

.old_type .con-leftn-list li a{
  font-size: 36px;
}