 /* 单行溢出 */
.spill{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content{
  background: #dcdcdc;
  padding: 20px 0px;
}
.intelligence_issues{
  width: 1200px;
  margin: 0px auto;
}
.answer_top,.answer_bottom{
  background: #ffffff;
}
.answer_top{
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
  padding-bottom: 10px;
}
.answer_top li{
  display: inline-block;
}
.answer_top .regulation img{
  width: 30px;
  vertical-align: middle;
}
.regulation{
  float: right;
  cursor: pointer;
}
/* 主体 */
.answer_content{
  background: #f5f8fa;
  height: 420px;
  padding: 0px 30px;
  overflow: auto;
}
.intelligence_issues_content{
  width: 800px;
  display: inline-block;
  vertical-align: top;
}
.interactive_content_right,.interactive_content_left{
  overflow: hidden;
  margin: 20px 0;
  position: relative;
  padding-left: 30px;
  min-height: 47px;
  padding-bottom: 3px;
}
.interactive_content_left .reply{
  padding: 8px 12px;
  color: #3c3c3c;
  background: #DDEAF9;
  max-width: 90%;
  min-width: 100px;
  width: auto;
  box-sizing: border-box;
  text-indent: 0;
  font-size: 13px;
  line-height: 24px;
  border-radius: 20px;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 2px 4px rgba(128, 129, 125, 0.4);
  padding-left: 18px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.interactive_content_left .reply h5{
  line-height: 39px;
  border-bottom: 1px #bbbbbb dashed;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.interactive_content_left .reply .zan{
  float: right;
}
.interactive_content_left .reply .cai{
  float: right;
  margin-left: 14px;
  margin-right: 8px;
}
.interactive_content_left .reply img{
  width: 22px;
}
.interactive_content_left ul{
  padding: 0px;
  list-style:none;
}
.interactive_content_left li{
  line-height: 30px;
  border-bottom: 1px #969696 dashed;
  margin-bottom: 10px;
  
}
.interactive_content_right span{
  padding: 8px 12px;
  color: #3c3c3c;
  background: #DDEAF9;
  max-width: 90%;
  min-width: 100px;
  width: auto;
  box-sizing: border-box;
  text-indent: 0;
  font-size: 13px;
  line-height: 24px;
  border-radius: 20px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 2px 4px rgba(128, 129, 125, 0.4);
  padding-left: 18px;
  position: relative;
  overflow: hidden;
  float: right;
}
/* 第二部分 */
.answer_content1{
  background: #f2f4f5;
  padding: 15px 20px;
}
.answer_content1 ul{
  display: inline-block;
}
.answer_content1 li{
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.answer_content1 li h5{
  color: #bd1a2d;
  font-weight: bold;
  font-size: 18px;
}
.answer_content1 li span,.more{
  border: 1px solid #e9edf7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  border-radius: 20px;
  color: #333;
  margin: 5px 4px;
  padding: 4px 11px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  cursor:pointer;
}
.answer_content1 li span:hover{
 border: 1px solid #bd1a2d;
}
.more{
  display: inline-block;
  float: right;
}
.more:hover{
  background-color: #f2f4f5;
  color: #333;
}
/* 底部开始 */
.answer_bottom textarea{
    border: none;
    padding: 6px;
    padding-left: 12px;
    font-size: 14px;
    resize: none;
    height: 80px;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    outline-style: none;
    font-family: "Microsoft YaHei", "SimSun";
}
.answer_bottom ul{
  padding: 6px;
  overflow: hidden;
}
.answer_bottom ul li{
  display: inline-block;
  color: #9b9898;
  height: 50px;
  line-height: 50px;
} 
.answer_bottom ul li span{
  color: #D64635;
}
.float-right{
  float: right;
}
.answer_bottom ul li button{
  background: #f1f1f1;
  font-size: 14px;
  color: #6b6b6b;
  border-radius: 100px;
  width: 90px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  margin-right: 0;
  float: right;
  font-weight: 700;
  cursor: pointer;
  border: 0px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
/* 蒙版提示框 */
.presentation,.masking{
  display: none;
}
.presentation{
  width: 700px;
  height: 250px;
  margin: 0px auto;
  position: fixed;
  left: 50%;
  margin-left: -350px;
  top: 25%;
  background: #fff;
  z-index: 2;
}
.presentation h5{
  background: #3b6ea1;
  font-size: 16px;
  padding-left: 10px;
  height: 39px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 18px;
}
.presentation h5 img{
  width: 26px;
  float: right;
  margin: 6px 6px;
  cursor:pointer;
}
.presentation ul{
  list-style:none;
  padding-left: 5px;

}
.presentation li{
  padding: 0px 10px;
  line-height: 30px;
  font-size: 16px;
  color: #6b6b6b;
  margin-bottom: 5px;
}
/* 问答右侧 */
.intelligence_issues_content_right{
  display: inline-block;
  vertical-align: top;
  height: 678px;
  margin-left: 15px;
  width: 380px;
}
.intelligence_issues_content_right ul{
  list-style: none;
  padding: 0px;
  
}
.intelligence_issues_content_right ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;

}
.content_right_top{
  background: #f5f8fa;
  font-size: 0px;
}
.content_right_top li{
  padding-left: 10px;
  height: 39px;
  line-height: 39px;
  width: 100%;
}
.content_right_top h6{
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  width: 50%;
  font-size: 16px;
  color: #3b6ea1;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.content_right_top p{
  margin: 0px;
  width: 338px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.content_right_top ul{
  padding: 20px 10px;
}
.content_right_top .checked{
  background:#DDEAF9;

}
/* 右侧底部 */
.content_right_bottom{
  background: #f5f8fa;
  margin-top: 15px;
  padding: 10px;
}
.content_right_bottom ul{
  font-size: 0px;
}
.content_right_bottom ul li{
  font-size: 14px;
  width: 33.3333%;
  text-align: center;
  height: 106px;

}
.content_right_bottom .checked{
  background:#DDEAF9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  
}
.content_right_bottom span{
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
.content_right_bottom img{
  margin-top: 20px;
  width: 46px;
}
/* 意见反馈 */
.feedback{
  width: 700px;
  height: 250px;
  margin: 0px auto;
  position: fixed;
  left: 50%;
  margin-left: -350px;
  top: 25%;
  background: #fff;
  z-index: 2;
  display: none;
}
.feedback h3{
  background: #3b6ea1;
  font-size: 16px;
  padding-left: 10px;
  height: 39px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 18px;
}
.feedback textarea{
  width: 95%;
  margin: 0px auto;
  display: block;
  height: 130px;
  padding: 5px;
}
.feedback ul{
  list-style: none;
  padding: 10px;
}
.feedback ul li{
  display: inline-block;
  vertical-align: top;
  height: 18px;
  line-height: 18px;
}
.feedback .float-right{
  margin-right: 20px;
}

/* 路况地图 */
.mapModelView {
	width: 585px;
	height: 350px;
	padding: 12px;
	background: #fff;
	box-shadow: var(--shadow-1);
	border-radius: 4px 12px 12px 12px;
}
.mapModel {
	width: 100%;
	height: 100%;
}
/* 天气 */
.weather_span {
    display: block;
    width: 450px;
    height: 150px;
    padding: 12px;
    background: #fff;
    box-shadow: var(--shadow-1);
    border-radius: 4px 12px 12px 12px;
}