.aC{text-align: center;}
.dis-b{display: block;}
.dis-n{display: none;}
.dis-i{display: inline-block;}
*{
  box-sizing: border-box;
}
/*原base.css*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666560;
}
a {
  text-decoration: none;
  color: #666560;
}

.pos-pr{
  position: relative; 
}

img, input {
  padding: 0;
  outline-style: none;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}


.left {
  float: left;
}

.right {
  float: right;
}
.cur-i{
  cursor: initial;
}
.mt50{
  margin-top: 0.5rem;
}
.f33{
  font-size: 0.33rem;
}
.f18{
  font-size: 0.18rem;
}
.f20{
  font-size: 0.20rem;
}
.f16{
  font-size: 0.16rem;
}
.f38{
  font-size: .38rem;
}
.strong{
  font-weight: bold;
}
/*原 index_qn.css*/
body {
  background-color: #fff;
}
article .title hgroup{
    font-size: 0.3rem;
    color: black;
    text-align: center;
    font-weight: bold;
}
article .title time{
    display: inline-block;
    font-size: 0.25rem;
    color: black;
    text-align: center;
    width: 100%;
}
.list_nav{
    font-size: 0.2rem;
}
.fontsize{
  width: 100%;
}
.fontsize p{
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;

  /* margin-left: 0.3rem !important;
  margin-right: 0.3rem !important; */
  /* display: flex;
  justify-content: center; */
  font-size: 0.25rem !important;
}
.fontsize p span{
  display: inline-block;
  /* max-width: 7.5rem !important; */
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.breadcrumbs a{
  font-size: 0.25rem !important;
}
.breadcrumbs span{
  font-size: 0.25rem !important;
}

/* 覆盖原导航样式 */
.header-index-nav #home{
  border-bottom: 0.06rem solid #36bdd1 !important;
  padding-bottom: 0.2rem !important;
  color: #36bdd1 !important;
}
