.member_title{
    background-size: 100% auto;
    font-weight: bold;
    font-size: 20px;
    color: #1E7967;
    height: 46px;
    line-height: 46px;
    margin-bottom: 30px;
    
    position: relative;
    border-bottom: solid 1px #CCCCCC;
}
.member-list + .member_title{
    margin-top: 40px;
}
.member_title h3{
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    padding-left: 64px;
    padding-right: 20px;
    display: inline-block;
    border-bottom: solid #2CB299 3px;
}
.member_title h3:before{
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    background: url(../../images/common/member/ic.png);
    width: 50px;
    height: 37px;


}

.member-list {
    margin: 0 -15px;
}
.member-list .item {
    width: 20%;
    padding: 0 15px;
}
.member-list .item:nth-child(5n+1) {
    clear: left;
}
.member-list .box {
    display: block;
    max-width: 264px;
    margin: 0 auto 50px;
    overflow: hidden;
}
.member-list .pic {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.member-list .txt {
    padding: 20px 0px 18px;
}

.member-list .date ,.member-detail .date{
    display: inline-block;
    font-size: 40px;
    line-height: .7;
    text-align: center;
    background: #59BDFF;
    padding: 10px 10px;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin: -35px 0px 20px 0;
    font-family: Quicksand;
    font-weight: bold;
    color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
}

.member-list .name {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.5;
    transition: all .3s ease;
}
.member-list .work{
    color: #666666;
    font-size: 15px;
}
.member-list .info{
    padding-top: 15px;
    color: #666666;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url(../../images/common/member/dot.png) repeat-x bottom ;
}
.tel{
    margin-bottom: 10px;
	display: inline-block;
	vertical-align:top;vertical-align:top;
}
.tel a,.mail a{
	padding-left:30px;
}
.tel a:before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
    content: '';
	position:absolute;
	top:0;
	left:0;
    display: inline-block;
    background: url(../../images/common/member/ic1.png) center center no-repeat;
}
.mail {
	display: inline-block;
	vertical-align:top;
}
.mail a{
     width: 26px;
    height: 26px;
    vertical-align: middle;
    font-size:0;
	text-indent:-99996px;
    display: inline-block;
    background: url(../../images/common/member/ic2.png) center center no-repeat;   
}
.member-list .description {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 123px;
}
.member-detail {
    padding: 0 6% 60px;
}

.member-detail .title {
    font-size: 18px;
    color: #0071B9;
    font-weight: bold;
    padding-bottom: 25px;
    background: url(../../images/common/publications/dot.png) bottom repeat-x;
    margin-bottom: 40px;
    text-align: center;
}


@media screen and (max-width: 1200px) {
    .member-list {
        margin: 0 -7px;
    }
    .member-list .item {
        padding: 0 7px;
    }
    .member-list .item {
        width: 33.33%;
    }
    .member-list .item:nth-child(n) {
        clear: none;
    }
    .member-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .member-list .item {
        width: 50%;
    }
    .member-list .item:nth-child(n) {
        clear: none;
    }
    .member-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .member-list {
        margin: 0 -7px;
    }
    .member-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .member-list .item {
        width: 100%;
    }
    .member-list .item:nth-child(n) {
        clear: none;
    }
}