@charset "UTF-8";


@font-face {
	font-family: 'searchTutor';
	src: url('font/bcjepbhugj3mobt9/iconfont.eot');
	src: url('font/bcjepbhugj3mobt9/iconfont.eot?#iefix')
		format('embedded-opentype'),
		url('font/bcjepbhugj3mobt9/iconfont.woff') format('woff'),
		url('font/bcjepbhugj3mobt9/iconfont.ttf') format('truetype'),
		url('font/bcjepbhugj3mobt9/iconfont.svg#iconfont') format('svg');
}

@font-face {
  font-family: "iconfont"; /* Project id 3809584 */
  src: url('../../fonts/font_3809584/iconfont.woff2?t=1670227828794') format('woff2'),
       url('../../fonts/font_3809584/iconfont.woff?t=1670227828794') format('woff'),
       url('../../fonts/font_3809584/iconfont.ttf?t=1670227828794') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-erweima1:before {
  content: "\e61d";
}

body {
    background: #f3f4f5;
}

.page-box {
    display: flex;
    width: 1170px;
    min-height: 614px;
    margin: 0 auto;
    padding: 64px 0 0px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.researcher-list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 1170px;
    box-sizing: border-box;
    min-height: 467px;
    line-height: 2;
    margin: 20px auto;
    padding: 30px 85px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 5px #e7e7e7;
    -moz-box-shadow: 0 5px 5px #e7e7e7;
    box-shadow: 0 5px 5px #e7e7e7;
    color: #333;
}


.researcher-item {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    align-items: flex-start;
    color: #333;
}

img.researcher-photo {
    width: 150px;
    min-width: 150px;
    height: 200px;
    margin-right: 40px;
}

.researcher-info {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
    text-align: justify;
    height: 200px;
    line-height: 2;
}

.researcher-title {
    position: relative;
    width: 100%;
}

span.researcher-name a {
    font-size: 22px;
    font-weight: bold;
    margin-right: 50px;
    color: #333;
}

.researcher-name-box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.researcher-csmp {
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 180px;
}

.researcher-summary {
    flex: 1;
    display: -webkit-box;
    position: relative;
    height: 109px;
    padding-right: 180px;
    -webkit-box-orient:vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    color: #666;
}


.icon-erweima1 {
    position: absolute;
    top: 126px;
    right: 60px;
    height: 30px;
    font-size: 30px !important;
    color: #8d8d8d;
    font-size: 30px;
    /* padding-bottom: 9px; */
    line-height: 1.2;
}

.icon-erweima1:hover .info-card {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.icon-erweima1:before {
    content: "\e61d";
    line-height: -0.8;
}
.icon-erweima1 .info-card {
    position: absolute;
    display: flex;
    left: 0;
    top: 100%;
    width: 405px;
    height: 168px;
    line-height: 2;
    padding: 10px 20px;
    flex-direction: column;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .5s, transform .5s ease;
    -moz-transition: opacity .5s, transform .5s ease;
    -ms-transition: opacity .5s, transform .5s ease;
    -o-transition: opacity .5s, transform .5s ease;
    transition: opacity .5s, transform .5s ease;
}

.icon-erweima1 .info-card {
    left: auto;
    top: 45px;
    right: -60px;
    display: flex;
    width: 150px;
    height: 150px;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.icon-erweima1 .info-card span {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1px;
}
.icon-erweima1 .info-card .info-card-right img {
    width: 85%;
    margin: 0 auto;
}

.icon-erweima1 .info-card:after {
    position: absolute;
    top: -24px;
    left: 74px;
    margin-left: -12px;
    width: 0;
    height: 0;
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #cfcfcf;
    border-left: 12px solid transparent;
}

.icon-erweima1 .info-card i:after {
	left: 74px;
    position: absolute;
    top: -23px;
    margin-left: -12px;
    width: 0;
    height: 0;
    z-index: 999;
    content: '';
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
}

.researcher-page-title {
    display: flex;
    font-size: 22px;
    /* font-weight: bold; */
    margin-bottom: 40px;
    color: #333;
    line-height: 2;
    justify-content: space-between;
    align-items: center;
}

span.researcher-contribution {
    width: 150px;
    text-align: center;
    font-size: 15px;
}

span.researcher-enn-name {
    flex: 1;
}

a.see-more {
    display: inline-block;
    width: 150px;
    font-size: 15px;
    color: #4352a5;
    cursor: pointer;
    text-align: center;
}

.page-curr {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
}

a.page-link {
    color: #4352a5;
}

.page-curr span {
    margin: 0 5px;
}