@charset "UTF-8";
/**!
 * 诚信建设
 * date:2022-09-13
 * author: huangcong;
 */
.header {
  position: relative;
  background: linear-gradient(to bottom, #3283ff, #46a5ff);
}

.main {
  padding: 20px 0 30px;
}

.article {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(17, 64, 128, 0.12);
  border-radius: 4px;
  margin-top: 20px;
  padding: 0 40px 35px;
}
.article-hd {
  padding: 33px 0 20px 0;
  border-bottom: 1px solid #DBDBDB;
}
.article-tt {
  line-height: 30px;
  font-size: 26px;
  font-weight: 700;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  text-align: center;
}
.article-tips {
  line-height: 18px;
  font-size: 14px;
  color: #7F8BA5;
  text-align: center;
  margin-top: 20px;
}
.article-tips > span {
  margin: 0 16px;
}
.article-bd {
  line-height: 30px;
  font-size: 16px;
  color: #4E5463;
  padding: 20px 40px 0;
}
.article-bd p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.article-img {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 10px;
}
.article-img img {
  vertical-align: top;
  max-width: 100%;
}
.article-file {
  padding-top: 15px;
}
.file-item {
  width: 360px;
  height: 62px;
  float: left;
  display: flex;
  margin-left: 20px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px rgba(16, 56, 122, 0.1);
  border-radius: 4px;
  position: relative;
}
.file-item:first-child {
  margin-left: 0;
}
.file-item:hover {
  border-color: #2065FC;
}
.file-img {
  width: 36px;
  margin: 0 14px 0 7px;
  height: 62px;
  line-height: 62px;
}
.file-img img {
  vertical-align: middle;
}
.file-text {
  flex: 1;
  margin-right: 20px;
  padding-top: 10px;
  line-height: 14px;
  font-size: 14px;
}
.file-text h3 {
  color: #2F2F2F;
}
.file-text p {
  color: #7F8BA5;
  margin-top: 10px;
}
.file-name {
  max-width: 236px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
.file-down {
  position: absolute;
  
  height: 14px;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/down_icon.png) no-repeat;
  bottom: 20px;
  padding-left:20px;
}

.ewb-link {
    height: 28px;
    text-align: center;
}

.ewb-link>a {
    display: inline-block;
    margin: 0 15px;
    width: 180px;
    line-height: 28px;
    vertical-align: top;
    text-align: center;
    color: #fff;
    background: url(https:/lzggzyjy.lanzhou.gov.cn/images/flow_radius.png) no-repeat;
}
