@charset "UTF-8";
/* 数字化发展局 - 二级 */

body {
  background: #f5f7fa;
}

/* 列表页 */
.wrapper-digital-list {
  margin-bottom: 50px;
}
.digitallist {
  background: #fff;
  min-height: 500px;
  padding: 15px;
}
.digitallist-left {
  width: 300px;
  float: left;
  text-align: center;
}
.digitallist-right {
  min-height: 300px;
  margin-left: 330px;
  padding-left: 30px;
  border-left: 1px dashed #eeeeee;
}

.digitallist-left-title {
  padding: 15px 0;
  background: #025293;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.digitallist-left-channels li {
  display: block;
  text-align: center;
  color: #010101;
  line-height: 48px;
  background: #f7f7f7;
  border-top-color: #ffffff;
  border-bottom-color: #e8e8e8;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.digitallist-left-channels li a {
  display: block;
  padding: 14px 26px;
  font-size: 18px;
  position: relative;
  line-height: 1.4;
}
.digitallist-left-channels li a:hover,
.digitallist-left-channels li.on a {
  color: #025293;
  font-weight: bold;
}

.digitallist-right-ul {
  margin-bottom: 20px;
}
.digitallist-right-ul li {
  line-height: 50px;
  height: 50px;
}
.digitallist-right-ul li:first-child {
  padding-top: 0;
}
.digitallist-right-ul li:nth-child(5n) {
  border-bottom: 1px dashed #999;
}
.digitallist-right-ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  transition: 0.36s;
  font-size: 18px;
}
.digitallist-right-ul li a:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1054af;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.digitallist-right-ul li a:hover {
  padding-left: 30px;
  color: #0069be;
}
.digitallist-right-ul li span {
  font-size: 14px;
  float: right;
  color: #666666;
}

/* 一篇文章 */
.onedetail-title {
  padding: 40px 20px;
  line-height: 60px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.onedetail-content p {
  font-family: SimSun;
  font-size: 18px;
  line-height: 40px;
  color: #404040;
  text-indent: 2em;
  padding-bottom: 15px;
}
.onedetail-content strong {
  font-weight: bold;
}

/* 详情页 */
.detail {
  background: #fff;
  padding: 50px;
  border: 1px solid #ececec;
}
.detail-title {
  padding: 40px 20px;
  line-height: 60px;
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.detail-meta {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #eeeeee;
}
.detail-meta span {
  display: inline-block;
  line-height: 50px;
  color: #999999;
  margin-right: 20px;
}
.detail-content p {
  font-family: SimSun;
  font-size: 18px;
  line-height: 180%;
  color: #404040;
  text-indent: 2em;
  margin-bottom: 20px;
}
.detail-close {
  text-align: right;
  color: #404040;
  margin-top: 20px;
}
.detail-close span {
  cursor: pointer;
}

.detail-files {
  display: none;
  line-height: 28px;
  padding: 20px;
  padding-bottom: 0;
  font-size: 16px;
  margin: 40px 0 0;
  border: 1px solid #eee;
}
.detail-files .detail-files-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.detail-files .detail-files-rel a {
  color: #0071da;
}

.glgj {
  display: none;
  line-height: 28px;
  padding: 20px;
  font-size: 16px;
  margin: 40px 0 0;
  border: 1px solid #eee;
}
.glgj .glgj_title {
  margin-bottom: 5px;
  font-weight: bold;
}
.glgj .glgj_rel a {
  color: #0071da;
}

@media screen and (max-width: 768px) {
  /* 列表页 */
  .digitallist-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .digitallist-right {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .digitallist-right-ul {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .digitallist-right-ul li a {
    font-size: 16px;
  }

  /* 一篇文章 */
  .onedetail-title {
    padding: 20px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    text-align: center;
  }
  .onedetail-content p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
  }

  /* 详情页 */
  .detail {
    padding: 20px;
  }
  .detail-title {
    padding: 20px;
    line-height: 30px;
    font-size: 20px;
  }
  .detail-meta {
    text-align: center;
  }
  .detail-meta span {
    line-height: 25px;
  }
  .detail-content p {
    font-size: 16px;
  }
}
