@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/

/* 全局界面 */
body {
    font-family: microsoft yahei, simhei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #333;
}

/* 领导详情 */
.side{
    background-color: #fff;
}
.side h2{
    height: 80px;
    color: #c0392b;
    text-align: center;
    padding-left: 0px;
    border-bottom: 1px solid #d9d9d9;
    font-size:22px;
    line-height:80px;
    background:none;
}
.menu li a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    padding-left: 0px;
    margin:0px;
    font-weight:normal;
    border-top: 1px solid #dcdcdc;
}
.menu li a:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 30px;
    border: 1px solid #c0392b;
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.menu li a:hover:before {
    width: 6px;
    height: 6px;
    background-color: #c0392b;
    border-radius: 100px;

}
.menu li.current a ,.menu li a:hover{
    color: #d15245;
    font-weight: bold;
    background: none;
    box-shadow:none;
    border-radius:0px;
}

.main {
    width;940px;
    margin:0px;
    box-shadow: none;
}
.ld ul{
    display:inline-block;
    width:940px;
}
.ld ul li{
    width: 100%;
    height: auto;
    display:inline-block;
    font-size:16px;
    text-align: center;
}
.ld ul li p{
    width:220px;
    float: left;
}
.ld ul li p img{
    width:150px;
    height: 188px;
    margin: auto 30px;
}
.ld ul li p span {
    margin: 0px 20px 20px 20px;
    text-align: center;
    display: block;
   font-weight:bold;
}