@charset "UTF-8";
/**!
 * 青海省西宁市城东区互联网-机构详情
 * date:2021-02-03
 * author: tzc;
 */
.banner {
  padding-top: 60px;
  height: 159px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../images/institutions/banner.png) center no-repeat;
}

.institutions-type {
  height: 44px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.institutions-type .institutions-ul {
  float: left;
}

.institutions-type .service-list {
  float: left;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  cursor: pointer;
}

.institutions-type .service-list.active {
  font-weight: bold;
  color: #FFFFFF;
  background: #0561AE;
}

.institutions-type .btn-list {
  float: left;
  height: 44px;
  margin-left: 10px;
}

.institutions-type .btn-list:first-child {
  background: url(../images/institutions/icon_collection01.png) left center no-repeat;
}

.institutions-type .btn-list:last-child {
  background: url(../images/institutions/icon_consulting.png) left center no-repeat;
}

.institutions-type .btn-list a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.info {
  height: auto;
}

.introduce {
  padding-top: 10px;
}

.introduce .title {
  height: 40px;
  margin: 20px 0;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #0561AF;
}

.introduce .details-main {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.qualification {
  min-height: 500px;
}

.qualification .pic-box {
  float: left;
  width: 50%;
}

.qualification .pic-box img {
  width: 100%;
  height: 500px;
}
