.avatar{
    float: left;
    width: 290px;
    height: 290px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.introduction{
    float: right;
    width: 880px;
    padding-top: 10px;
}
.introduction .name {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.introduction .name .name2{
    font-size: 16px;
    color: #b3b3b3;
    font-weight: lighter;
    margin-left: 15px;
}
.introduction .laboratory{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #808080;
    margin-top: 15px;
}
.introduction p{
    margin-top: 40px;
    color: #808080;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    height: 164px;
    text-indent: 2em;
}
.introduction:hover .name {
    color: #274c9c;
    font-weight: bold;
}
.introduction:hover .name .name2{
    color: #274c9c;
    font-weight: bold;
}
.introduction:hover .laboratory{
    color: #274c9c;
    font-weight: bold;
}
.introduction:hover p{
    color: #274c9c;
    font-weight: bold;
}

.title{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    background-image: none;
}
.title .title-text{
    float: left;
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #001f60;
}
.title .title-more{
    float: right;
	font-size: 14px;
	line-height: 30px;
    color: #999;
}
.title-bottom{
    font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.title.sec{
    margin-left: 25px;
    padding-left: 5px;
    width: auto;
}

.title.sec ~ ul{
    margin-left: 25px
}

.title.sec ~ ul > li{
    width: calc((100% - 21px * 5) / 6)
}

.sec-title{
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #001f60;
}
.direction p{
    margin: 20px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    font-size: 16px;
    color: #808080;
}
.member-list{
    margin-top: 30px;
}
.member-list li{
    float: left;
    width: 182.5px;
    margin-right: 21px;
}.member-list li:last-child{
    margin-right: 0;
}
.member-list li .avatar{
    width: 100%;
    height: 115px;
    float: none;
    background-color: #ddd;
}
.member-list li span{
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
}
.activity-list{
    margin-top: 20px;
}
.activity-list li{
    float: left;
    width: 270px;
    margin-right: 40px;
}
.activity-list li:last-child{
    margin-right: 0;
}
.activity-list li .avatar{
    width: 100%;
    height: 185px;
    float: none;
    background-color: #ddd;
}
.activity-list li span{
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
}
.results-list{
    padding-top: 25px;
}
.results-list li{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
/* .results-list li:nth-child(2n-1){
    border-right: 1px solid #ddd;
    padding-right: 30px;
}
.results-list li:nth-child(2n){

    padding-left: 30px;
}*/
.results-list li a{
    display: block;
    line-height: 35px;
    font-size: 16px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.results-list li:hover a{
    color: #274c9c;
    font-weight: bold;
}*/


.results-list2{
    padding-top: 25px;
}
.results-list2 li{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.results-list2 li a {
    line-height: 25px;
    font-size: 16px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    white-space: pre-line;
    max-height: 250px;
}
/*.results-list2 li:hover a{
    color: #274c9c;
    font-weight: bold;
}*/