html {
  scroll-behavior: smooth;
}
p.title{
  font-size: 0.45rem;
  font-weight: bold;
  color: #004f8d;
  margin: 0.66rem auto 0.66rem auto;
  text-align: center;
}
p.title::after{
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.07rem;
  background-color: #004f8d;
  margin: 0.35rem auto 0 auto;
}
.content{
  width: 15.75rem;
  margin: 0 auto 0.55rem auto;
}
.art-title{
  font-size: 0.45rem;
  font-weight: bold;
  color: #000;
  margin: 0 auto 0.65rem auto;
  text-align: center;
  line-height: 0.45rem;
}
.art-date{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
  color: #000;
}
.art-date .share{
  display: flex;
  align-items: center;
}
#bt-share{
  display: flex;
  align-items: center;
}
#bt-share .icon-weibo{
  background: url(wb.png) no-repeat;
  background-size: 100% 100%;
}
#bt-share .icon-wechat{
  background: url(wx.png) no-repeat;
  background-size: 100% 100%;
}
.icon-wechat .wechat-qcode {
    display: none;
    border: .0625rem solid #eee;
    position: absolute;
    z-index: 9;
    top: 0.47rem;
    left: -0.7rem;
    width: 1.9rem;
    height: 1.9rem;
    color: #666;
    font-size: 0.3rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 .125rem .625rem #aaa;
    transition: all 200ms;
}
.social-share .icon-wechat .wechat-qcode.bottom {
    top: 2.5rem;
    left: -5.25rem
}

.social-share .icon-wechat .wechat-qcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qcode h4 {
    font-weight: normal;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: .15rem;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qcode .qcode {
    width: 100%;
    /* height: 0.4rem; */
    margin: .1rem auto;
}

.social-share .icon-wechat .wechat-qcode .qcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qcode .help p {
    font-weight: normal;
    line-height: 0.2rem;
    padding: 0;
    margin: 0;
    font-size: .15rem;
    display: none;
}

.social-share .icon-wechat .wechat-qcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -0.15rem;
    top: -0.25rem;
    width: 0;
    height: 0;
    border-width: .11rem .11rem .11rem .11rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(
180deg);
}

.social-share .icon-wechat:hover .wechat-qcode {
    display: block
}
.social-share .icon-wechat:hover .wechat-qcode {
    display: block;
}
#bt-share a{
  margin-left: 0.15rem;
  width: 0.4rem;
  height: 0.3rem;
  display: block;
  position: relative;
}
.art-content{
  margin: 0.35rem auto 0.35rem auto;
}
.art-content p{
  font-size: 0.16rem;
  color: #000;
  line-height: 0.35rem;
}
.art-content img{
  max-width: 100%;
  text-align: center;
}
.art-btn{
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
  color: #004f8d;
  line-height: 0.6rem;
  border: 0.01rem solid #004f8d;
  border-radius: 0.6rem;
  width: 3.5rem;
  transition: all 0.3s ease-in-out;
}
.art-btn:hover{
  background-color: #00508f;
  color: #fff;
}
#infoUpEndId_cms_info_up_end{
    margin-bottom: 0.5rem;
    line-height: 0.45rem;
}