@charset "utf-8";
.section-list {
  padding-bottom: 100px;
}
.content-text {
  margin-top: 30px;
  line-height: 1.5;
  color: #212529;
  padding: 0 0.75rem;
  box-sizing:border-box;
}
.content-text li {
  display: list-item;
  list-style: inherit;
}
.content-text li p {
  margin-bottom: 0;
}
.content-text ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 16px;
}
.content-text ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 16px;
}
.content-text ol ul,
.content-text ul ol,
.content-text ul ul,
.content-text ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content-text strong,
.content-text b {
  font-family: 'Roboto-Bold';
}
.content-text i,
.content-text em {
  font-family: 'Roboto-MediumItalic';
}
.content-text img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 0px 10px rgba(123, 161, 199, 0.2);
  -moz-box-shadow: 0 0px 10px rgba(123, 161, 199, 0.2);
  box-shadow: 0 0px 10px rgba(123, 161, 199, 0.2);
  height: auto!important;
}
.content-text img:hover {
  opacity: 0.7;
}
.content-text img:not([width]) {
  max-width: 768px;
  display: block;
  margin-bottom: 16px;
}
.content-text .t-c img {
  margin: 0 auto;
}
.content-text img[width] {
  max-width: 100%;
}
.content-text img[style*=float\:\ left],.content-text img[style*=float\:left]{
  margin-right:15px;
}
.content-text img[style*=float\:\ right],.content-text img[style*=float\:right]{
  margin-left:15px;
}
.content-text a {
  color: #0086cb;
  font-family: 'Roboto-Bold';
}
.content-text a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.content-info {
  text-align: center;
  color: #999;
}
.content-info span {
  margin-right: 25px;
}
.caption {
  color: #666;
  font-size: 0.8125em;
  margin: -8px 0px 16px;
}
blockquote {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #f1f1f1;
  padding-bottom: 6px;
}
blockquote img {
  margin-bottom: 0;
}
blockquote p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}
.btn1 {
  padding: 10px 30px;
  height: 44px;
  font-size: 0.8rem;
  border: 1px solid #f97e1a !important;
  color: #f97e1a !important;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.btn1:hover,
.btn1:active {
  background-color: #f97e1a;
  color: #fff !important;
  text-decoration: none!important;
}
.btn2 {
  padding: 10px 30px;
  height: 44px;
  font-size: 0.8rem;
  border: 1px solid #0086cb !important;
  color: #0086cb !important;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.btn2:hover,
.btn2:active {
  background-color: #0086cb;
  color: #fff !important;
  text-decoration: none!important;
}
.btn3 {
  padding: 10px 30px;
  height: 44px;
  font-size: 0.8rem;
  border: 1px solid #62cb0c !important;
  color: #62cb0c !important;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.btn3:hover,
.btn3:active {
  background-color: #62cb0c;
  color: #fff !important;
  text-decoration: none!important;
}
.btn_bg_blue {
  display: inline-block;
  color: #ffffff !important;
  background: #0086cb;
  padding: 12px 30px;
  border-radius: 4px;
  margin: 8px 0 0 0;
  line-height: 1;
  cursor: pointer;
  font-size: 0.8rem;
}
pre {
  white-space: normal;
}
/*h1{
  font-size:48px;
}*/
h1 {
  font-size: 32px;
  margin: 24px 0 16px;
  color: #000;
  line-height: 1.2;
}
h2 {
  font-size: 24px;
  margin: 24px 0 16px;
  color: #000;
}
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  /*锚点问题解决*/
  a[name] {
    padding-top: 70px;
    margin-top: -70px;
    display: block;
    position: relative;
    z-index: -1;
  }
  .iahr-md1 {
    width: 100%;
    maragin-right: 0;
  }
  .iahr-md2 {
    width: 48.5%;
    margin-right: 3%;
  }
  .iahr-md2:nth-child(2n+2) {
    margin-right: 0;
  }
  .iahr-md3 {
    width: 31.3333%;
    margin-right: 3%;
  }
  .iahr-md3:nth-child(3n+3) {
    margin-right: 0;
  }
  .iahr-md4 {
    width: 22.75%;
    margin-right: 3%;
  }
  .iahr-md4:nth-child(4n+4) {
    margin-right: 0;
  }
  .iahr-md5 {
    width: 17.6%;
    margin-right: 3%;
  }
  .iahr-md5:nth-child(5n+5) {
    margin-right: 0;
  }
  .iahr-md6 {
    width: 14.166666%;
    margin-right: 3%;
  }
  .iahr-md6:nth-child(6n+6) {
    margin-right: 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .content-text img:not([width]) {
    max-width: 100%;
  }
  .content-text img{
    float: none!important;
    max-width: 100%;
    display: block;
  }
  .content-text img[style*=float\:\ right], .content-text img[style*=float\:right]{
    margin-left:0;
  }
  .content-text img[style*=float\:\ left], .content-text img[style*=float\:left] {
    margin-right: 0;
  }
  blockquote:not([class*=iahr-sm]) {
    width: 31.3333%;
    margin-right: 3%;
  }
  blockquote:not([class*=iahr-sm]):nth-child(3n) {
    margin-right: 0;
  }
  blockquote:not([class*=iahr-sm]) img {
    width: 100%!important;
    height: auto!important;
  }
  .iahr-sm1 {
    width: 100%;
    maragin-right: 0;
  }
  .iahr-sm2 {
    width: 48.5%;
    margin-right: 3%;
  }
  .iahr-sm2:nth-child(2n+2) {
    margin-right: 0;
  }
  .iahr-sm3 {
    width: 31.3333%;
    margin-right: 3%;
  }
  .iahr-sm3:nth-child(3n+3) {
    margin-right: 0;
  }
  .iahr-sm4 {
    width: 22.75%;
    margin-right: 3%;
  }
  .iahr-sm4:nth-child(4n+4) {
    margin-right: 0;
  }
  .iahr-sm5 {
    width: 17.6%;
    margin-right: 3%;
  }
  .iahr-sm5:nth-child(5n+5) {
    margin-right: 0;
  }
  .iahr-sm6 {
    width: 14.166666%;
    margin-right: 3%;
  }
  .iahr-sm6:nth-child(6n+6) {
    margin-right: 0;
  }
}
/*@media screen and (min-width:400px) and (max-width:450px){
  blockquote:not([class*=iahr-sm]){
    width:48%;
    margin-right:4% !important;
    &:nth-child(2n){
      margin-right: 0 !important;
    }
  }
}*/
@media screen and (max-width: 414px) {
  .content-text img:not([width]) {
    max-width: 100%;
  }
  .content-text img{
    float: none!important;
    max-width: 100%;
    display: block;
  }
  .content-text img[style*=float\:\ right], .content-text img[style*=float\:right]{
    margin-left:0;
  }
  .content-text img[style*=float\:\ left], .content-text img[style*=float\:left] {
    margin-right: 0;
  }
  blockquote:not([class*=iahr-xs]) {
    width: 100%;
    margin-right: 0!important;
  }
  blockquote:not([class*=iahr-xs]) img {
    width: 100%!important;
    height: auto!important;
  }
  .iahr-xs1 {
    width: 100%;
    maragin-right: 0;
  }
  .iahr-xs2 {
    width: 48.5%;
    margin-right: 3%;
  }
  .iahr-xs2:nth-child(2n+2) {
    margin-right: 0;
  }
  .iahr-xs3 {
    width: 31.3333%;
    margin-right: 3%;
  }
  .iahr-xs3:nth-child(3n+3) {
    margin-right: 0;
  }
  .iahr-xs4 {
    width: 22.75%;
    margin-right: 3%;
  }
  .iahr-xs4:nth-child(4n+4) {
    margin-right: 0;
  }
  .iahr-xs5 {
    width: 17.6%;
    margin-right: 3%;
  }
  .iahr-xs5:nth-child(5n+5) {
    margin-right: 0;
  }
  .iahr-xs6 {
    width: 14.166666%;
    margin-right: 3%;
  }
  .iahr-xs6:nth-child(6n+6) {
    margin-right: 0;
  }
}

.tags{
  border-radius: 7px;
  background-color: #d6ecf8;
  margin: 2px;
  padding: 6px 12px;
  color: #0269a2;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.tpa{
  color: #007f59;
  background-color: #e9f8f3;
  position: relative;
}

.tpa:hover::after {
  content: "Thematic Priority Area of the IAHR Strategic Plan";
  position: absolute;
  bottom: 110%; /* 位于元素下方 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 10;
  font-size: 12px;
}
.tpa:hover::before {
  content: '';
  position: absolute;
  top: 8%; /* 与提示框顶部对齐 */
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent; /* 箭头向下 */
  z-index: 11; /* 确保箭头在提示框之上 */
}
/*# sourceMappingURL=article-detail.css.map */