.container_box {
  display: flex;
  margin-bottom: 3rem;
  position: relative;
  align-items: flex-start;
  gap: 2rem;
}

.article_box {
  border: solid 0.063rem #e5e5e5;
  flex: 1;
}

/* 右侧 */
.article_title {
  padding: 2rem 1rem;
  font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
  text-align: center;
	color: #000000;
}

.article_content {
  padding: 1.5rem 1.75rem;
}

.article_content img {
  max-width: 100%;
  margin-bottom: 1.25rem;
}
.article_content text {
  border-bottom: 0.05rem solid #e5e5e5;
}
.article_content p {
  white-space: pre-wrap;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #5f5f5f;
}
.article_links_box{
  width: 20rem;;
}
.links_tab{
  height: 3.5rem;
  padding: 0 1rem;
	background-color: #0065ab;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0rem;
	color: #ffffff;
}
.links_tab .active,
.links_tab a:hover{
	color: #ffffff;
	font-weight: 600;
}
.article_links{
  padding: 1.25rem;
  font-size: 0.7rem;
	line-height: 1rem;
  background-color: #f5f5f5;
	border: solid 0.05rem #e5e5e5
}
.article_links a{
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.05rem solid #e5e5e5;
  margin-bottom: 0.5rem;
}
.article_links p{
	color: #5f5f5f;
  margin-bottom: 0.2rem;
}
.article_links span{
  color: #b6b6b6;
  background: none;
}

.article_links a:hover span,
.article_links a:hover p{
  color: var(--theme);
}
.article_links button{
  padding:0 1rem;
	height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  color: #ffffff;
	background-color: #0065ab;
	border-radius: 0.75rem;
  margin-top: 1.25rem;
  font-size: 0.7rem;
}
.advertise{
  cursor: pointer;
  margin: 1rem 0 ;
	/* height: 14.5rem; */
	height: 20rem;
	background-color: #f5f5f5;
	border: solid 0.05rem #e5e5e5;
  background-image: url(/statics/static/images/adv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.advertise:hover{
  border-color: var(--theme);
}
.btns{
  margin-bottom: 2rem;
  font-size: 0.7rem;
	line-height: 1.2rem;
	color: #5f5f5f;
}
.btns a:hover text{
  border-color: var(--theme);
}