@charset "UTF-8";
/**
* GA西安项目
 * date:2026-1-9
 * author: gaojing;
 */
.common-content {
  padding: 40px 60px;
}

.article h3 {
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  color: #000;
}
.article-sources {
  margin-top: 20px;
  line-height: 40px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8FAFD;
}
.article-sources p {
  margin: 0 10px;
}
.article-fontsize {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-fontsize a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #666;
  text-align: center;
  border-radius: 2px;
  transition: all 0.3s;
}
.article-fontsize a:hover {
  color: #3386EC;
}
.article-fontsize a.current {
  color: #fff;
  background: #3386EC;
}
.article-info {
  padding-top: 4px;
  word-break: break-all;
}
.article-p {
  margin-top: 24px;
  line-height: 36px;
  font-size: 18px;
  text-indent: 2em;
  color: #4e4e4e;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-img {
  display: block;
  margin: 18px auto 0;
  padding-bottom: 4px;
}
.article-btns {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-btns a {
  padding: 0 29px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  background: #3386EC;
  border-radius: 4px;
  transition: all 0.3s;
}
.article-btns a:hover {
  background-color: #0967CE;
}

fieldset,
img {
  border: 0;
  vertical-align: text-top !important;
}

::-webkit-scrollbar {
  width: 6px !important;
  height: 6px;
}