body {
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/all-bak.png) no-repeat #f2f7fd !important;
  background-position-y: 189px !important;
  min-width: 1340px !important;
  background-size: auto;
}

.heard-top {
  height: 363px;
  position: relative;
}

.mainInfo {
  width: 1340px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
.robot{
  position: fixed;
  right: 20px;
  top: 60%;
  cursor: pointer;
}

.mainInfo section {
  margin-bottom: 30px;
}

.mainInfo section .title_box {

}

.mainInfo section .title_box a {

}
.bottom_info .son_info{
  display: none;
  padding: 0 30px;
}
.bottom_info .son_info .history-item{
	width: 49%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #c9dfff;
	font-size: 20px;
	float: left;
	margin-bottom: 25px;
	border-radius:15px ;
}
.bottom_info .son_info .history-item:nth-child(2n){
	float: right;
}
.content_box .top_banner{
  display: flex;
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/son-title-bak.png)no-repeat;
  height: 132px;
  padding: 0 13px;
  padding-top: 12px;
}
.content_box .top_banner li{
  width: auto;
  height: 102px;
  cursor: pointer;
  min-width:173px;
  position: relative;

}

.content_box .top_banner li::before{
	content: '';
	display: block;
	width: 1px;
	height: 40%;
	background-color: #FFFFFF;
	position: absolute;
	right: 4px;
	top: 30%;
}
.content_box .top_banner li:last-child::before{
	display: none;
}
.content_box .top_banner li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
  padding: 0 25px;
}
.content_box .top_banner li a span{
  font-size: 22px;
  color: #000000;
  position: relative;
}
.content_box .top_banner li a span::before{
  content: '';
  position: absolute;
  bottom: -10px;
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/logo-bottm-line.png)no-repeat;
  width: 61px;
  height: 4px;
}
.content_box .top_banner li a img{
  width: 50px;
  height: 53px;
  margin-bottom: -16px;
}
.content_box .top_banner .active_li {
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/logo-sel-bak.png)no-repeat;
  border-radius: 10px;
  background-size: cover;
}
.content_box .top_banner .active_li::before{
	display: none;
}
.content_box .top_banner .active_li a span{
  font-weight: bold;
  color: #FFFFFF;
}
.content_box .top_banner .active_li a span::before{
  background: #FFFFFF;
  border-radius: 20px;
}
/* 通知公告 */
.tzgg{
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/tcgg-bak1.png)no-repeat;
  padding: 25px 50px;
  height: 566px;
}
.tzgg .title_box{
  display: flex;
  justify-content: space-between;
}
.tzgg .son_info li{
  position: relative;
  padding-left: 15px;
  line-height: 43px;
  display: flex;
  cursor: pointer;
}
.tzgg .son_info li::before{
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #999FA1;
  left: 0;
  top: 21px;
}
.tzgg .son_info li a{
  font-size: 18px;
  color: #434242;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 74%;
}
.tzgg .son_info li span{
  display: inline-block;
  margin-left: auto;
  font-size: 18px;
  color: #434242;
}
.tzgg .son_info li:hover::before{
  width: 4px;
  height: 4px;
  background-color: #195FE3;
}
.tzgg .son_info li:hover a{
  color: #195FE3;
  font-weight: bold;
}
.tzgg .son_info li:hover span{
  color: #195FE3;
  font-weight: bold;
}
/* 服务指南 */
.fwzn{
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/fwzn-bak.png)no-repeat;
  padding: 25px 50px;
  height: 566px;
}
.fwzn .content_box{
  margin-top: 67px;
}
.fwzn .son_info{
  flex-wrap: wrap;
  justify-content: space-between;
}
.fwzn .son_info li{
  background-color: #F0F6FF;
  border: 1px solid #E2EEFF;
  border-radius: 10px;
  width: 573px;
  margin-bottom: 20px;
  line-height: 68px;
  background: #F0F6FF url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/logo-fwzn.png) no-repeat;
  background-position-x: 10px;
  background-position-y: 20px;
  cursor: pointer;
}
.fwzn .son_info li a{
  font-size: 18px;
  display: inline-block;
  color: #000000;
  width: 83%;
  margin-left: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwzn .son_info li:hover{
  border: 1px solid #3775FF;
}
.fwzn .son_info li:hover a{
  color: #3775FF;
}
/* 联系方式 */
.lxfs{
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/lxfs-bak.png)no-repeat;
  padding: 25px 50px;
  height: 503px;
}
.lxfs .content_box {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.lxfs .content_box .info_box{
  background: url(http://ybj.gxzf.gov.cn/material/zt/yyjg/images/lxfs-info-bak.png)no-repeat;
  width: 356px;
  height: 181px;
  margin-left: 13px;
  margin-bottom: 20px;
  padding-left: 35px;
}
.lxfs .content_box .info_box h3{
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 8px;
}
.lxfs .content_box .info_box p{
  font-size: 20px;
  line-height: 48px;
  color: #000000;
}
.lxfs .content_box .info_box p img{

}
/* 公共hover */
.bottom_info .active_son{
  display: block;
}
.fwzn .bottom_info .active_son{
  display: flex;
}