@charset "UTF-8";
/**
 * 
* @Author: Martin@商聚网络
* @Date:   2017-09-26 
* @Last Modified by:   Martin@商聚网络
* @Last Modified time: 2017-09-26 16:07:25
 */
.leadship-1-ul{
    position: relative;
    z-index: 4;
    margin-top: 50px
}

.leadship-1-ul ul{
    width: 100%;
    overflow: hidden;
}

.leadship-1-ul ul li{
    float: left;
    width: 20%;
    margin-right: 1%;
	margin-left:1%;
    margin-bottom: 40px;
}

.leadship-1-ul ul li:nth-child(3n){
    margin: 0
}


.leadship-1-ul ul li img{
    width: 100%;
}

.leadship-1-ul h3{
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    color: #1e96d4;
}

.leadership-1-ul-date{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.leadership-1-ul-date span:first-child{
    margin-right: 10px;
}

.leadship-1-ul p{
    font-size: 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    color: #555
}

/*分页样式*/
.M-box,.M-box1,.M-box2,.M-box3{
    position: relative;
    text-align: center;
    zoom: 1;
    padding-bottom: 40px;
}
.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after{
    clear:both;
    overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span{
    /* float: left; */
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active{
    display: inline-block;
    margin: 0 5px;
    width: 38px;
    height: 36px;
    line-height: 36px;
    background: #1e96d4;
    color: #fff;
    font-size: 14px;
    /* border: 1px solid #B18049; */
}
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a{
    /* float: left; */
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    /* border: 1px solid #ebebeb; */
    font-size: 14px;
}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover{
    color:#fff;
    background: #1e96d4;
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
    font-family: "Simsun";
    font-size: 14px;
    width: 64px;
}
.now,.count{
    padding:0 5px;
    color:#f00;
}

.M-box .input{
    float: left;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
/*分页样式end*/