.listbg{background:url(../images/erjibg.jpg) no-repeat bottom left #f1f5f8;padding-bottom:200px;background-size:100%;}
/* 组织机构 */
.org{flex-wrap: wrap;display:flex;justify-content: space-between;}
.org .left,
.org .right{ 
  width: calc(50% - 25px);
}
.org .dept{
  margin-bottom: 30px;
  background: #f1f1f1;
}
.org .dept:last-child{
  margin-bottom: 0;
}
.org .deptTil{
  background-color: rgba(119,39,164,0.1);
  padding: 15px 20px;
}
.org .deptTil span{
  display: inline-block;
  line-height: 30px;
  color: #333;
  font-weight: ;
}
.org .deptCon{
  padding: 20px 30px;
}
.org li{
  display: block;
  padding: 0;
  padding-left: 10px;
  border-left: 2px solid #763283;
  margin-bottom: 20px;
}
.org li:last-child{
  margin-bottom: 0;
}
.org li a{
  display: block;
  line-height: 30px;
}
/*侧边栏*/
.asideList4{margin-top:-117px;}
.asideList4 .gp-subLeft {
  position: relative;
}
.asideList4 .gp-subLeft .subLeftTitle {
  color: #fff;
  text-align: center;
  background: url(../images/left-title.png) no-repeat center;width:100%;height:87px;line-height:87px;font-size:30px;font-weight:bold;
  position: relative;
}
.asideList4 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}
.asideList4 .gp-subLeft > ul {
  border-left: 2px solid #763283;
  background-color: #fff;padding-bottom:200px;
}
.asideList4 .gp-subLeft > ul > li {
  position: relative;padding:0 30px;
}
.asideList4 .gp-subLeft > ul > li > a {
  padding: 14px 0px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.asideList4 .gp-subLeft > ul > li > a:after{
    background: url(../images/arrow1.svg) no-repeat center;
    content: '';
    opacity: 0.4;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    margin-top: -10px;
    top: 50%;
}
.asideList4 .gp-subLeft > ul > li > a:hover:after{
    opacity: 0.9;}
.asideList4 .gp-subLeft > ul > li > a:hover {
  color: #791cb5;
  margin-right: 0;
}

.asideList4 .gp-subLeft > ul > li a.active {
  color: #791cb5;
  margin-right: 0;
  
}
.asideList4 .gp-subLeft > ul > li a.active:after{
    opacity: 0.9;}
.asideList4 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 50px;
  position: absolute;
  right:20px;
background:#fff;
  top: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}
.icon-right:before{content:' ';background:url(../images/add.svg) no-repeat center; opacity: 0.4;
   right: 10px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;}
.asideList4 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fafafa;
}
.asideList4 .gp-subLeft > ul > li a.active .icon-right:before{opacity:1;}
.asideList4 .gp-subLeft > ul > li:hover  .icon-right:before{opacity: 1;}
.asideList4 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 13px 15px 13px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
}
.asideList4 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #791cb5;
}
.asideList4 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList4 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  color: #791cb5;
}
@media screen and (max-width:996px) {
  .asideList4 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
    margin-left: 0;
  }  .org .left, .org .right{
    width: 100%;
  }.org{display:block;}
  .org .deptTil{
    padding: 10px 20px;
  }
  .org .deptTil span{
    font-size: 20px;
  }
  .org li{
    margin-bottom: 10px;
  }
  .org li a{
    line-height: 26px;
    font-size: 16px;
  }
  .asideList4 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList4 .gp-subLeft > ul {
    display: none;
    border-left: none;
  }
  .asideList4 .gp-subLeft > ul >li >a {
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 10px;
  }
  .asideList4 .gp-subLeft > ul >li >a.active {
    border-right: none;
  }
  .asideList4 .gp-subLeft > ul >li .gp-second-nav dd a {
    padding: 5px 20px 5px 40px;
  }

}
.block-list78 {
  background:#fff;
  width: calc(100% - 60px);margin-left:30px;height:100px;padding:20px 70px;box-sizing:border-box;
  overflow: hidden;border-top:2px solid #763283;
}.rightcont{position:relative;
  margin-top:-54px;}
.rightcont::before{width:0;height:0;left:0;position:absolute;top:0;content:''; border-left: 15px solid transparent; border-top:12px solid transparent;border-right:15px solid #f1f5f8;  border-bottom:12px solid #f1f5f8;z-index:998}
.rightcont::after{width:0;height:0;right:0;position:absolute;top:0;content:''; border-left:15px solid #f1f5f8; border-top: 12px solid transparent;border-right:15px solid transparent;  border-bottom:12px solid #f1f5f8;z-index:998}
.block-list78 h2 {
  color: #791cb5;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.neirong{width:calc(100% - 60px);margin-left:30px;box-sizing:border-box;padding:0px 70px 30px 70px;background:#fff;}
.block-list78 .gp-bread {
  float: right;
  text-align: right;margin-top:15px;
  background:url(../images/location.png) no-repeat left;padding-left:28px;
  height: auto;
  line-height: 28px;height:28px;
  color: #999;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-list78 .gp-bread a:hover {
  color: #791cb5;
  opacity: 1;
  filter: alpha(opacity=100);
}

.block-list74 li{margin:0 0 30px 0;clear:both;display:block;}
.block-list74 li a{display:block;width:90%;padding:25px 20px;background:#fff;box-shadow:0px 0px 10px 10px rgba(0,0,0,0.05);}
.block-list74 li a:hover{background:#791cb5;}
.gpArticleTitle{float:left;display:inline-block;color:#333;background:url(../images/newsli.png) no-repeat left;padding-left:50px;height:42px;line-height:42px;}
.gpArticleDate{float:right;display:inline-block;color:#999;height:42px;line-height:42px;}
.block-list74 li a:hover .gpArticleTitle{color:#fff;}
.block-list74 li a:hover .gpArticleDate{color:#fff;}