/* CSS Document */
.medicalPage .newsList .text, .medicalPage .newsList .title, .medicalPage .newsList .Txt .classTitle, .medicalPage .newsList .Img, .medicalPage .newsList .newsItem::before, .medicalPage .newsList .newsItem .btnBox .btnText, .medicalPage .newsList .newsItem .btnBox, .medicalPage .newsList .newsItem {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.medicalPage .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .medicalPage .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.medicalPage .contentBox .leftBox {
  position: relative;
  z-index: 2;
  width: 26%;
  padding-right: 55px;
}
@media (max-width: 1180px) {
  .medicalPage .contentBox .leftBox {
    width: 100%;
    padding-right: 0;
  }
}
.medicalPage .contentBox .rightBox {
  width: 74%;
}
@media (max-width: 1180px) {
  .medicalPage .contentBox .rightBox {
    width: 100%;
    padding-top: 10px;
  }
}
.medicalPage .contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}
.medicalPage .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1180px) {
  .medicalPage .newsList {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .medicalPage .newsList {
    margin: 0 -5px;
  }
}
@media (max-width: 480px) {
  .medicalPage .newsList {
    margin: 0;
  }
}
.medicalPage .newsList .newsItem {
  width: calc(50% - 40px);
  position: relative;
  border: 1px solid #6d6eae;
  margin: 15px 20px;
}
@media (max-width: 1366px) {
  .medicalPage .newsList .newsItem {
    width: calc(50% - 20px);
    margin: 15px 10px;
  }
}
@media (max-width: 768px) {
  .medicalPage .newsList .newsItem {
    width: calc(50% - 10px);
    margin: 15px 5px;
  }
}
@media (max-width: 480px) {
  .medicalPage .newsList .newsItem {
    width: 100%;
    margin: 15px 0px;
  }
}
.medicalPage .newsList .newsItem .btnBox {
  background-color: #2f318b;
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.medicalPage .newsList .newsItem .btnBox .btnText {
  font-size: 14px;
}
.medicalPage .newsList .newsItem .btnBox .btn {
  height: 100%;
  padding: 10px 0;
}
.medicalPage .newsList .newsItem::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(135deg, #595aa5, #2f318b 50%);
}
@media (min-width: 1181px) {
  .medicalPage .newsList .newsItem:hover {
    border: 1px solid #2f318b;
  }
  .medicalPage .newsList .newsItem:hover::before {
    opacity: 1;
  }
  .medicalPage .newsList .newsItem:hover .Img {
    border: 2px solid #2f318b;
  }
  .medicalPage .newsList .newsItem:hover .Txt .classTitle {
    color: #fff;
  }
  .medicalPage .newsList .newsItem:hover .Txt .title a {
    color: #fff;
  }
  .medicalPage .newsList .newsItem:hover .Txt .text {
    color: #fff;
  }
  .medicalPage .newsList .newsItem:hover .btnBox .btn .btnText {
    color: #fff;
  }
  .medicalPage .newsList .newsItem:hover .btnBox .btn .btnIcon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .medicalPage .newsList .newsItem:hover .btnBox .btn .btnIcon::before, .medicalPage .newsList .newsItem:hover .btnBox .btn .btnIcon::after {
    background-color: #fff;
  }
}
.medicalPage .newsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 768px) {
  .medicalPage .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}
.medicalPage .newsList .Img {
  width: 50%;
  margin: 12px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  .medicalPage .newsList .Img {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .medicalPage .newsList .Img {
    width: 100%;
    margin: 0;
  }
}
.medicalPage .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.medicalPage .newsList .Txt {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px 10px 5px;
}
@media (max-width: 1180px) {
  .medicalPage .newsList .Txt {
    width: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .medicalPage .newsList .Txt {
    padding: 10px 5px;
  }
}
.medicalPage .newsList .Txt .classTitle {
  color: #2f318b;
  font-size: 15px;
}
@media (max-width: 1180px) {
  .medicalPage .newsList .Txt .classTitle {
    font-size: 13px;
  }
}
.medicalPage .newsList .Txt .btnBox {
  background-color: transparent;
  padding-top: 20px;
  margin-right: -10px;
}
@media (max-width: 1366px) {
  .medicalPage .newsList .Txt .btnBox {
    padding-top: 10px;
  }
}
.medicalPage .newsList .Txt .btnBox .btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.medicalPage .newsList .Txt .btnBox .btn .btnText {
  color: #000;
}
.medicalPage .newsList .Txt .btnBox .btn .btnIcon::before, .medicalPage .newsList .Txt .btnBox .btn .btnIcon::after {
  background-color: #2f318b;
}
.medicalPage .newsList .title {
  width: 100%;
  color: #000;
  font-weight: 600;
  margin-top: 6px;
  font-size: 18px;
  letter-spacing: 0.9px;
}
.medicalPage .newsList .title.ellipsis {
  max-height: 52px;
}
@media (max-width: 1366px) {
  .medicalPage .newsList .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .medicalPage .newsList .title {
    font-size: 16px;
  }
}
.medicalPage .newsList .text {
  margin-top: 15px;
  font-size: 15px;
  color: #4e4e4e;
}
.medicalPage .newsList .text.ellipsis {
  height: 43px;
}
@media (max-width: 1366px) {
  .medicalPage .newsList .text {
    font-size: 14px;
  }
}
.medicalPage .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.medicalPage .insPage .contentBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0px;
}
.medicalPage .insPage .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.medicalPage .insPage .newsInfoBox .dataInfoBox {
  border: none;
}

.pageBox {
  padding-top: 50px;
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}