/*
---------------------------------------------
Data Download
---------------------------------------------
*/
.page-heading .banner-box {
  height: 320px;
  background-image: url("../images/data-download/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .banner-box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-heading .banner-box .container .inner-content {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.page-heading .banner-box .container .inner-content h2 {
  font-size: 58px;
  font-weight: 600;
}
.page-heading .banner-box .container .inner-content .desc {
  font-size: 24px;
}
#data .left-box .title {
  color: #4a7dbc;
  font-size: 28px;
}
#data .left-box .download {
  width: 95%;
  color: #aaa;
  font-size: 14px;
  border-bottom: 3px solid #4a7dbc;
  padding-top: 5px;
}
#data .left-box .tab-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
#data .left-box .tab-box .tab-item {
  width: 95%;
  cursor: pointer;
  color: #4a4b4b;
  border-bottom: 1px solid #969696;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#data .left-box .tab-box .tab-item .text {
  font-size: 16px;
  line-height: 150%;
  padding: 10px 0;
}
#data .left-box .tab-box .tab-item img {
  display: block;
  width: 14px;
  height: auto;
}
#data .left-box .tab-box .tab-item:hover {
  color: #4a7dbc;
}
#data .left-box .tab-box .active {
  color: #4a7dbc;
}
#data .item {
  width: 100%;
  border-bottom: 1px solid #e0e1e9;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#data .item .left {
  display: flex;
  align-items: center;
  width: 80%;
}
#data .item .left .icon {
  padding-right: 20px;
}
#data .item .left .icon img {
  width: 64px;
  height: auto;
}
#data .item .left .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#data .item .left .content .title {
  font-size: 16px;
  padding: 10px 0;
  color: #232323;
}
#data .item .left .content .desc {
  font-size: 14px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#data .item .right {
  width: 18%;
  text-align: right;
  margin-right: 10px;
}
#data .item .right a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #1e9fe2;
}
@media (max-width: 767px) {
  #data .left-box .title {
    font-size: 20px;
  }
  #data .left-box .download {
    width: 100%;
  }
  #data .left-box .tab-box .tab-item {
    width: 100%;
  }
  #data .item .left .icon img {
    width: 50px;
  }
  #data .item .left .icon {
    padding-right: 10px;
  }
  #data .item .left .content .title {
    font-size: 14px;
  }
  #data .item .left .content .desc {
    font-size: 12px;
  }
  #data .item .right a {
    display: block;
    width: 4.8rem;
  }
}
