.lead{
    width: 100%;
    margin-bottom: 50px;
}
.lead .content{
    padding: 0 43px;
}

.zzjg-title-pic{
    text-align: left;
    width: 100%;
    /*height: 26px;*/
    line-height: 35px;
    padding-bottom: 5px;
    padding-left: 25px;
    border-bottom: solid 1px #88a8cc;
    margin-bottom: 10px;
}

.lead .tab-list{
    margin: 20px auto;
    font-size: 14px;
    /*background: linear-gradient(#E9EFEC, #FFFFFF);*/
    /*border: 1px solid #CEC3C3;*/
    /*width: 180px;*/
    width: 20%;
    padding: 25px 0 0;
    text-align: center;
    color: #444444;
    float: left;
}
.lead .first-list .tab-list:first-child{
    width: 100%;
}

.lead .tab-list a{
    display: inline-block;
    border: 0px solid #ccc;
    padding: 0px;
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
}

.lead .tab-list img{
    /*width: 87px;*/
    padding: 0;
    width: 109px;
    box-shadow: 4px 4px 4px #aaa;
}

.lead .tab-list .name{
    color: #000000;
	font-size: 18px;
    margin-bottom: 3px;
}

.detail{
    padding: 0 170px;
}
.detail .label{
    text-align: left;
    width: 100%;
    line-height: 35px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: solid 1px #00A14C;
    margin-bottom: 10px;
	font-size: 16px;
    color: #0D6A39;
}
.detail .label i{

}
.detail .info,.detail .huodong{
    margin-bottom: 43px;
}
.detail .base{
    margin: 6px 8px;
    text-align: center;
}
.detail .avatar img{
    width: 136px;
}
.detail .title{
    display: inline-block;
    font-weight: bold;
    padding: 3px 0;
}
.detail .item-list{
    width: 100%;
}
.detail .item-list .item-info{
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 0.5px dashed #CCC;
    display: flex;
    width: 47%;
    float: left;
}
.detail .item-list .item-info:nth-of-type(odd){
    margin-right: 50px;
}
.detail .item-list .item-info .item-title{
    flex: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.detail .item-list .item-info .item-time{
    flex: 2;
    text-align: right;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jgsz .jgsz-list .list-info{
    width: 33%;
    float: left;
    margin: 6px auto;
}

.list-group ul {
    display: flex;
}
.list-group li {
    flex: 1;
    /*width: 198px;*/
    margin-right: 25px;
    float: left;
}
.list-group li:last-child{
    margin-right: 0;
}
.list-group li:hover {
    animation: rect 0.5s ease;
    animation-fill-mode: forwards; /*保持最后一帧的状态*/
}
@keyframes rect {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.08, 1.08);
    }
}
/*.toolbar-search-group li:hover .toolbar-search-item{
    color: #ffffff;
    background-color: #0b6cbc;
}*/

.huiyuan .list-item {
    /*min-height: 260px;*/
    padding: 36px 0;
    background-color: #FFF;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    border: 1px solid #DDD;
    text-align: center;
    transition: all .4s ease;
}
.huiyuan .list-item span {
    display: block;
    margin: 15px auto;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #FFF;
    text-align: center;
}
.huiyuan .list-item span i {
    /*color: #3182E3;*/
    color: #26935A;
    font-size: 40px;
    line-height: 80px;
    width: auto;
    height: auto;
    background-image: none;
}
.huiyuan .list-item h3 {
    font-size: 20px;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    min-height: 44px;
    margin-bottom: 20px;
}
.huiyuan .list-item h4 {
    display: none;
    font-size: 18px;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    color: #BBB;
    font-weight: normal;
    margin-bottom: 30px;
}
.huiyuan .list-item .btn {
    padding: 10px 25px;
    background-color: #26935A;
    display: inline;
}