@charset "gb2312";
/**!
 * 湘潭市公安局
 * author: wangkai;
 */
/* main */


/* 机构领导 */

.ewb-leader-hd,
.ewb-plat-hd{
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 21px;
  background: #f0f0f0;
  border-top: 3px solid #3785c0;
}

.ewb-leader-hd a,
.ewb-plat-hd a{
  color: #004177;
}

.ewb-header-bd{
  border: 1px solid #dedede;
  padding: 12px 18px 0 23px;
  height: 193px;
}

.ewb-header-img{
  float: left;
  vertical-align: top;
  width: 92px;
  height: 126px;
}

.ewb-leader-info{
  float: left;
  padding-left: 27px;
}

.ewb-leader-name{
  line-height: 28px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: bold;
  width: 80px;
}

.ewb-leader-work{
  line-height: 22px;
  font-size: 14px;
}

a.ewb-leader-a{
  display: block;
  width: 74px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #3d79ac;
  margin-top: 14px;
}

.ewb-leader-btn{
  display: block;
  width: 100%;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  background: #f0f0f0;
  text-align: center;
  border: 0;
  padding: 0;
  outline: 0;
  margin-top: 18px;
  cursor: pointer;
  border-radius: 3px;
}

.ewb-h240{
  height: 240px;
}

/* 信息公开发布平台 */

.wb-tree{
   width: 242px;
}
.wb-tree-items{
   margin-top:10px;
   cursor: pointer;
}
.wb-tree-tt{
    color:#333;
}
.wb-tree-node,
.wb-tree-sub a{
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.wb-tree-node{
  height: 36px;
  line-height: 36px;
  background: #e0ebf4;
  border-radius: 5px;
}

.wb-tree-iconl{
    float: left;
    width: 22px;
    height: 21px;
    margin-top: 8px;
    margin-left:15px;
    margin-right: 20px;
}

.ewb-plat-icon1{
  background: url(imagesplat_icon1.png) no-repeat;
}

.ewb-plat-icon2{
  background: url(imagesplat_icon2.png) no-repeat;
}

.ewb-plat-icon3{
  background: url(../images/plat_icon3.png) no-repeat;
}

.ewb-plat-icon4{
  background: url(imagesplat_icon4.png) no-repeat;
}


.wb-tree-sub{
  padding-top: 8px;
  height: 267px;
  display: none;
  background:url(imagesdashed_line.png) 14px top no-repeat #e0ebf4;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.wb-tree-item>a{
    padding-left: 83px;
    border: 0;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background: none;
    font-weight: normal;
}

.wb-tree-item>a:hover{
  color:#c01a1b;
}

.current .wb-tree-node{
    border-bottom-right-radius:0;
    border-bottom-left-radius: 0;
}

.current .wb-tree-sub{
    display: block;
}
