@charset "UTF-8";
/**!
* 主站-公告详情
* @date: 2023-04-13
* author: xy;
*/
body {
  background-color: #F0F5FC;
}
body .header {
  background-color: #fff;
}
.detail-box {
  padding: 40px 60px;
  background-color: #fff;
}
.article-tt {
  line-height: 30px;
  text-align: center;
  font-family: "SourceHanserifCN-Bold";
  font-size: 26px;
}
.article-sources {
  margin: 16px 0;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #7F8BA5;
  font-size: 0;
  background-color: #F4F6F9;
}
.article-sources p {
  display: inline-block;
  margin: 0 18px;
  vertical-align: top;
  font-size: 14px;
  font-family: "SourceHanSerifCN-Regular";
}
.article-sources .fontsize {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #7F8BA5;
}
.article-sources .fontsize.active {
  color: #fff;
  background-color: #00428E;
}
.article-info {
  padding: 0 12.5px;
  margin-top: 24px;
}
.article-p {
  line-height: 33.25px;
  font-size: 16px;
  text-indent: 59px;
}
.article-img {
  display: block;
  margin: 24px auto 50px;
}
.article-video {
  margin-top: 24px;
}
.article-video video {
  width: 100%;
}

.annex {
  height: 21px;
  line-height: 21px;
  font-size: 16px;
}
.annex-box {
  margin: 24px 0 0 6px;
  font-size: 14px;
}
.annex-box > h3 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.annex-list {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.annex-item {
  min-width: calc(33.33% - 20px);
  height: 68px;
  display: flex;
  flex-wrap: nowrap;
  margin: 16px 0 0 20px;
  padding: 16px 20px 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(16, 56, 122, 0.1);
}
.annex-item:hover {
  border-color: #00428E;
}
.annex-info {
  max-width: calc(100% - 13px);
  padding-left: 48px;
  box-sizing: border-box;
  background: url("../images/detail/doc_ico.png") no-repeat left center;
}
.annex-info .name {
  display: block;
  height: 14px;
  line-height: 14px;
  color: #2F2F2F;
}
.annex-info .size {
  height: 14px;
  line-height: 14px;
  margin-top: 8px;
  color: 37F8BA5;
}
.annex-btn {
  width: 13px;
  height: 14px;
  margin-top: 11px;
  background: url("../images/detail/download.png") no-repeat;
}

.footer {
  margin-top: 40px;
}

.ewb-14size {
	font-size: 14px !important;
}

.ewb-16size {
	font-size: 16px !important;
}

.ewb-18size {
	font-size: 18px !important;
}

/* 2023-05-24 zsy */
.annex-info{
  min-height: 36px;
}

.article-sources .fontsize{
  width: auto;
  padding: 0 6px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.article-sources .fontsize:nth-child(2){
  padding-left: 5px;
}