/* laboratory */
.laboratory-banner {
  background: url(../img/laboratory-banner.jpg) center / cover no-repeat;
}

.laboratory-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 133px;
  margin: -90px 0 0 -450px;
  background: url(../img/laboratory-title.png) no-repeat;
}

@media (max-width: 415px) {
  .laboratory-banner h1 {
	  margin: -60px 0 0 -180px;
	  background-size: 40%;
	}
}

.laboratory-sum .title-h,
.laboratory-committee .title-h,
.laboratory-scene .title-h,
.laboratory-industrial .title-h,
.laboratory-personnel .title-h {
	font-size: 23px;
	line-height: 23px;
}

.laboratory-sum,
.laboratory-committee,
.laboratory-industrial {
  padding-bottom: 40px;
}

.laboratory-sum .laboratory-sum-left .row {
  margin-right: 50px;
}

.laboratory-sum .content-p,
.laboratory-scene .content-p,
.laboratory-industrial .content-p,
.laboratory-personnel .content-p {
  text-align: justify;
}

.laboratory-sum .laboratory-sum-right {
  margin-top: -50px;
}

.laboratory-sum .laboratory-sum-right .row {
  margin-left: -40px;
}

.laboratory-sum .laboratory-sum-right h3,
.laboratory-industrial .industrial-right h3 {
  font-size: 18px;
}

.laboratory-sum .laboratory-sum-right p {
	margin: 20px 0;
	font-size: 15px;
}

.laboratory-committee .laboratory-committee-left .content-margin {
  margin-bottom: 10px;
}

.laboratory-committee .laboratory-committee-left .content-margin-top {
  margin-top: 23px;
}

.laboratory-committee .laboratory-committee-left .row-committee-content {
  margin-right: -80px;
  margin-left: -30px;
}

.laboratory-committee .laboratory-committee-left .row h3,
.laboratory-committee .laboratory-committee-left .row p {
  text-indent: 0;
}

.laboratory-committee .laboratory-committee-left .row p {
  margin-bottom: 5px;
}

.laboratory-committee .laboratory-committee-left .row p b {
  margin-right: 15px;
  font-weight: normal;
}

.laboratory-committee .laboratory-committee-right .row-committee-right {
  margin-top: 20px;
  margin-left: 30px;
}

.laboratory-committee .laboratory-committee-right .row img {
  width: 100%;
  margin-bottom: 30px;
}

.laboratory-scene h3 b {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	color: #1758a8;
	font-weight: normal;
}

.laboratory-scene .telecommunic-scene .thumbnail {
  height: 260px;
}

.laboratory-committee .thumbnail,
.laboratory-scene .thumbnail,
.laboratory-industrial .thumbnail,
.laboratory-personnel .thumbnail {
  border: 0 !important;
}

@media (max-width: 1200px) {
	.laboratory-committee .laboratory-committee-right .row-committee-right {
	  margin-top: 40px;
	  margin-left: -15px;
	}	
	
	.laboratory-scene .telecommunic-scene .thumbnail {
	  height: auto;
	}		
}

@media (max-width: 1000px) {
  .laboratory-committee .laboratory-committee-left .row-committee-content {
	  margin-right: -15px;
	  margin-left: -15px;
	}
}

.laboratory-scene .telecommunic-scene .thumbnail,
.laboratory-scene .telecommunic-scene .thumbnail .caption {
  background: #fff;
}

.laboratory-scene .telecommunic-scene .thumbnail .caption {
	padding: 0;
}

.laboratory-scene .telecommunic-scene .scene h3 {
	height: 31px;	
	padding: 0 5px;
    font-size: 15px;
	/*text-align: justify;*/
	overflow: hidden;
    -webkit-text-overflow: ellipsis;    
       -moz-text-overflow: ellipsis;    
        -ms-text-overflow: ellipsis;    
         -o-text-overflow: ellipsis;    
            text-overflow: ellipsis;  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
       -moz-line-clamp: 2;
        -ms-line-clamp: 2;
         -o-line-clamp: 2;
           -line-clamp: 2;
    -webkit-box-orient: vertical;  
       -moz-box-orient: vertical;  
        -ms-box-orient: vertical;  
         -o-box-orient: vertical;  
           -box-orient: vertical;
}

@media (max-width: 415px) {
	.laboratory-scene .telecommunic-scene .scene h3 {
		display: block;
		height: auto;
		white-space: normal;
	}
}

.laboratory-industrial .industrial-left .row {
  margin-right: 30px;
}

.laboratory-industrial .industrial-left p {
  margin-bottom: 40px;
}

.laboratory-industrial .industrial-right {
  margin-top: -80px;
}

@media (max-width: 1000px) {
  .laboratory-sum .laboratory-sum-left .row {
	  margin-right: -15px;
	}
	
	.laboratory-sum .laboratory-sum-right,
	.laboratory-industrial .industrial-right {
	  margin-top: 0;
	}
	
	.laboratory-sum .laboratory-sum-right .row {
	  margin-left: -15px;
	}	
	
	.laboratory-sum .laboratory-sum-right img {
	  width: 100%;
	}	
}

@media (max-width: 415px) {
	.laboratory-industrial .industrial-left .row {
	  margin-right: -15px;
	}
}

.laboratory-industrial .industrial-right h5 {
	position: relative;
	margin-top: 20px;
  	font-size: 16px;
  	color: #1758a8;
  	text-indent: 1em;
}

.laboratory-industrial .industrial-right h5:before {
  position: absolute;
  top: 6px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: #1758a8;
  content: '';
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
}

.laboratory-industrial .industrial-right p {
	font-size: 15px;
	line-height: 1.7;
  	text-indent: 0;
}
/* end laboratory */

/* academician */
.academician-banner {
  background: url(../img/academician-banner.jpg) center / cover no-repeat;
}

.academician-bg p {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
  text-indent: 35px;
  text-align: justify;
}

.academician-bg .backg-img {
	margin-top: 20px;
}

.academician-bg .backg-img2 {
  margin-bottom: 30px;
  overflow: hidden;
}

.academician-bg .backg-img .row {
	margin-left: 10px;
}

.academician-sum.item-lr .caption .row {
  margin-right: -60px;
  margin-left: -15px;
}

@media (max-width: 1550px) {
  .academician-sum.item-lr .caption .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 415px) {
	.academician-bg .backg-img .row {
		margin-right: 0;
		margin-left: 0;
	}
	
	.academician-bg .backg-img2 img {
	  width: 100%;
	}	
	
	.academician-sum.item-lr .caption .row {
	  margin-right: -15px;
	}
}  

.academician-sum .item-img {
  margin-top: 20px;
}

.item-lr p {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
    text-indent: 35px;
    text-align: justify;
}

@media (max-width: 1401px) {
	.item-lr p {
	    line-height: 1.5;
	}
}
/* end academician */