/*
* @Author: wyf
* @Date:   2019-06-14 16:55:49
* @Last Modified by:   wyf
* @Last Modified time: 2019-06-17 09:43:42
*/
.nowLocation {
    width: 1088px;
    height: 34px;
    margin: 0 auto;
    background-color: #1A5BAF;
    margin-top: 20px;
}
.nowLocation img {
    margin-top: 10px;
    width: 13px;
    padding: 0 6px 0 11px;
}
.nowLocation .locationMsg {
    font-size: 12px;
    color: #fff;
} 
/* 清除浮动 */
.clearfix:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}
.clearfix {
	zoom: 1; 
}
/* 坐标导航栏开始 */
.coordinate {
	height: 47px;
	line-height: 47px;
	/* background-color: pink; */
	color: #666;
	font-size: 18px;
}
.coordinate img {
	vertical-align: middle;
}
/* 互动交流 */
.box_top {
	width: 270px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: url(../image/kuangp.png) no-repeat;
}
.box_top a {
	font-size: 25px;
	color: #fff;
}
.interact_l .listChildren {
    width: 190px;
    height: 100%;
    background-color: #F5F5F5;
    padding-top: 18px;
    cursor: pointer;
  }
  .interact_l .listChildren .son {
    display:inline-block;
    width: 100%;
    height: 35px;
    margin-bottom: 8px;
    color: #666;
  }
  .interact_l .listChildren .son .sonLine {
    display: inline-block;
    width: 7px;
    height: 28px;
    background-color: #1A5BAF;
  }
  .interact_l .listChildren .son .sonName {
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
  }
  .interact_l .listChildren .son:hover {
    background-color: #1A5BAF;
    color: #fff;
  }

.interact_r {
	min-height: 757px;
	/*border-left: 1px solid #CDCDCD;*/
	box-sizing: border-box;
	padding-left: 35px;
	margin-left: 116px;
}
.interact_r .hezib {
	width: 810px;
	border: 1px solid #DCDCDC;
	margin-bottom: 46px;
	margin-top:15px;
}
.interact_r .hezib .topl {
	height: 38px;
	line-height: 38px;
	width: 810px;
	/* background-color: #1462C3; */
}
.interact_r .topl .xinjian {
	display: inline-block;
	width: 580px;
	text-align: center;
	background-color: #1A5BAF;
	margin-right: 2px;
	color: #fff;
}
.interact_r .topl .zhuangtai {
	display: inline-block;
	width: 222px;
	text-align: center;
	background-color: #1A5BAF;
	color: #fff;
}
.interact_r .hezib .bottoml {
	color: #434343;
	overflow: hidden;
}
.interact_r .hezib .bottoml .tou {
	display: inline-block;
	width: 579px;
    padding: 20px 10px 20px 29px;
    box-sizing: border-box;
    float: left;
}
.interact_r .hezib .bottoml .zhuangtai {
	display: inline-block;
	width: 218px;
	text-align: center;
	padding-top: 30px;
}
/*------------*/
.interact_r .heziba {
	height: auto;
	width: 810px;
	border: 1px solid #DCDCDC;
	margin-bottom: 46px;
}
.interact_r .heziba .topl {
	height: 38px;
	line-height: 38px;
	width: 810px;
}
.interact_r .heziba .bottoml {
	overflow: hidden;
	color: #434343;
}
.interact_r .heziba .bottoml .tou {
	display: inline-block;
	width: 579px;
	box-sizing: border-box;
	padding: 20px 10px 20px 29px;
	float: left;
}
.interact_r .heziba .bottoml .zhuangtai {
	display: inline-block;
	width: 220px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0 0 0;
}

  /* 适老化 */

/* 当前位置 */
.oldModel .nowLocation{height: 40px;}
.oldModel .nowLocation img{width: 18px;margin-top: -6px;}
.oldModel .nowLocation .locationMsg{font-size: 26px;}


/* 信件详细 */
.oldModel .interact_r .topl .zhuangtai,
.oldModel .interact_r .topl .xinjian{font-size: 32px;}
.oldModel .interact_r .heziba .bottoml span,
.oldModel .interact_r .hezib .bottoml span{font-size: 30px;}
.oldModel .interact_r .heziba .bottoml .zhuangtai{width: 217px;}