.second-con{
  width:100%;
  overflow: hidden;
  margin:20px auto;
}
.left-con{
  width:240px;
  overflow: hidden;
}
.right-con{
  width:740px;
  overflow: hidden;
}

/*面包屑*/
.locality{
    background:url(/agrihr/uiFramework/commonResource/image/2016063022251384429.png) 0 0 no-repeat;
    margin:0 0 20px 0;
   padding-left: 20px;
}

.ul-border{
   
    border-top:none;
    padding: 10px 15px;
}
.ul-border li{
   border-bottom:1px dashed #bdd0ca;
   height:30px;
   padding: 5px 15px;
}


/*学会历史*/
.history{
  padding: 20px 15px;
  border:1px solid #bdd0ca;
  border-top:none;
}
.history dl{
 width:100%;
 overflow:hidden;
}
.history dl dt{
  float:left;
  text-indent:2em;
  width: 52%;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 24px;
  color:#333;
}
.history dl dd{
  float:right;
  width:44%;
}
.history dl dd img{
  display:block;
}
.history p{
  text-indent:2em;
  font-family: "微软雅黑";
  line-height: 24px;
  color:#333;
  font-size: 14px;
}

/*历任名誉会长*/
.president{
   padding:20px 15px;
   border:1px solid #bdd0ca;
   border-top:none;
   overflow:hidden;
}
.president li{
   float:left;
   width:20%;
}
.president li img{
   display:block;
   margin:0 auto;
}
.president li a{
   display:block;
   text-align: center;
   padding: 10px 0 20px;
   color:#333;
}
.president li a:hover{
   color:#333;  
}
/*历任会长*/
.liren-president li{
    text-align: center;
    font-family: "微软雅黑";
    color: #333;
    font-size: 14px;
    padding-bottom: 20px;
}
.liren-president li a{
    padding: 10px 0 2px;
}



/*省级学会-table01*/
.table01{
    width:740px;
    overflow: hidden;
    margin-top:20px;
}
.table01 table{
    border:1px solid #666;
    border-right:0;
}
.table01 table td,.table01 table th{
    border-bottom:1px solid #666;
    border-right:1px solid #666;
    font-size: 14px;
    height: 36px;
    font-family: "微软雅黑";
    color: #333;
}
.table01 table td a{
   font-size: 12px;
}
.table01 table td.pad5{
    padding-left:5px;
}
/*二级页控制上下页*/
.cmore{    
     padding: 5px 5px;
}
.cmore tbody tr td{
        LINE-HEIGHT: 23px;
        padding-left: 12px;
        padding-right: 10px;
}
.note-con{
     border:1px solid #bdd0ca;
}