.council_detail_box{
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 60px;
    background:  no-repeat center bottom;
    background-size: 100% 100%;
}

.council_logo{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.council_logo>p{
    font-family: microsoftyahei-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #2077c8;
}
.council_logo>span{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 5px;
    color: #2077c8;
    display: block;
    margin-top: 5px;
}
.council_desc{
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
    padding: 40px;
    background-image: ;
}
.council_desc>p{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: justify;
}

.council_title{
    width: 100%;
    text-align: center;
}
.council_title>span{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    position: relative;
}
.council_title>span:before{
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background:  no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: -125px;
    top: 50%;
    margin-top: -5px;
}
.council_title>span:after{
    content: '';
    display: block;
    width: 105px;
    height: 10px;
    background:  no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: -125px;
    top: 50%;
    margin-top: -5px;
}
.framework{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.framework>img{
    max-width: 100%;
}
.council_list_box{
    margin-top: 60px;
    margin: 50px 0px -36px -30px;
    box-sizing: content-box !important;
}
.council_list_item{
    width: 256px;
    height: 359px;
    background-color: #ffffff;
    box-shadow: 0px 8px 15px 1px rgba(47, 127, 202, 0.06);
    margin: 0px 0px 36px 27px;
    float: left;
    box-sizing: content-box !important;
}
.council_item_avatar{
    width: 100%;
    height: 120px;
    padding-top: 15px;
    background-color: #f4f4f4;
}
.avatar_box{
    width: 90px;
    height: 90px;
    margin: 0px auto;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 50%;
    line-height: 87px;
    text-align: center;
}
.avatar_box>img{
    width: 100%;
    height: 100%;
}
.council_item_name{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.council_item_name1{
    font-size: 14px;
    color: #666666;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
}
.council_item_name2{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
}
.council_item_name3{
    font-size: 14px;
    color: #666666;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 10px;
}
.council_item_position{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.council_item_position>span{
    font-size: 14px;
    color: #333333;
}
.council_item_skilled{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.council_item_skilled>span{
    position: relative;
}
.council_item_skilled>span:before{
    content: '';
    display: block;
    width: 66px;
    height: 2px;
    background:  no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: -78px;
    top: 50%;
    margin-top: -1px;
}

.council_item_skilled>span:after{
    content: '';
    display: block;
    width: 66px;
    height: 2px;
    background:  no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: -78px;
    top: 50%;
    margin-top: -1px;
}
.skilled_list{
    width: 100%;
    padding: 0px 20px;
    overflow: hidden;
    margin: 16px 0px -16px -16px;
    box-sizing: content-box !important;
}
.skilled_item{
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin-bottom: 16px;
    float: left;
    margin: 0px 0px 15px 15px;
    box-sizing: content-box !important;
}