/*
 * @Author: MEDCON 
 * @Date: 2021-04-15 11:32:57 
 * @Last Modified by:   MEDCON美迪康会务通学术会议服务平台 
 * @Last Modified time: 2021-04-15 11:32:57 
 */
.sub-banner {
  margin: 25px auto;
  position: relative;
}
.sub-banner .sub-title-box {
  position: absolute;
  top: 45px;
  left: 30px;
}
.sub-banner .sub-title-box .sub-title {
  font-size: 30px;
  color: #38425b;
  font-weight: bold;
}
.sub-banner .sub-title-box .sub-en-title {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.sub-content {
  padding-bottom: 50px;
}
.aslide-left {
  width: 275px;
  padding: 0 25px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8fbff;
}
.aslide-left .sub-nav-title {
  line-height: 80px;
  height: 80px;
  background-color: #ecf4ff;
  color: #38425b;
  font-size: 18px;
  position: relative;
  padding: 0 25px;
  font-weight: bold;
  width: 100%;
  margin-left: -25px;
}
.aslide-left .sub-nav-title .iconfont {
  line-height: 80px;
  width: 40px;
  right: 0px;
  position: absolute;
  top: 0;
}
.aslide-left a {
  line-height: 80px;
  height: 80px;
  border-bottom: 1px solid #e0e4ec;
  display: block;
  font-size: 16px;
  color: #425073;
  position: relative;
}
.aslide-left a:after {
  content: '\e659';
  font-family: 'iconfont';
  font-size: 18px;
  float: right;
  color: #d9dde7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.aslide-left a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background-color: #425073;
  position: relative;
  top: -3px;
  right: 4px;
}
.aslide-left a.active,
.aslide-left a:hover {
  color: #1f52cb;
}
.aslide-left a.active:after,
.aslide-left a:hover:after {
  color: #1f52cb;
}
.aslide-left a.active:before,
.aslide-left a:hover:before {
  color: #1f52cb;
}
.aslide-left a.active {
  font-weight: bold;
}
.aslide-left a:last-child {
  border-bottom: 0;
}
.aslide-right {
  width: 900px;
}
.aslide-right .sub-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #38425b;
  line-height: 80px;
  border-bottom: 2px solid #e5e7ec;
}
.aslide-text {
  padding: 15px 0;
}
.aslide-text img {
  max-width: 100%;
}
.aslide-text ul li {
  list-style: initial;
}
.aslide-text ol li {
  list-style: decimal;
}
/*新闻列表*/
.slideTxtBox .bd ul {
  padding: 15px 5px;
  zoom: 1;
}
.slideTxtBox-theme2 li {
  border-bottom: 1px solid #f1f1f1;
  line-height: 40px;
  height: 40px;
  padding-left: 30px;
  display: block;
  position: relative;
}
.slideTxtBox-theme2 li .date {
  float: right;
  color: #777;
  font-size: 13px;
  margin-left: 30px;
}
.slideTxtBox-theme2 li .fy-dot {
  position: absolute;
  left: 0;
  top: 1px;
  color: #999999;
  font-weight: bold;
}
.shangList .shang-banner {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 40px 30px 35px;
  background: #fff url('../image/shang_banner.png') top right no-repeat;
}
.shangList .shang-title-box .sub-title {
  font-size: 36px;
  font-weight: bold;
  color: #1f52cb;
}
.shangList .shang-title-box .shangNav {
  margin-top: 28px;
  padding-right: 283px;
  color: #cccfd7;
}
.shangList .shang-title-box .shangNav a {
  font-size: 15px;
  line-height: 32px;
  color: #425073;
}
.shangList .shang-title-box .shangNav a.on {
  color: #4890f7;
  font-weight: bold;
}
.shangList .shang-title-box .shangNav a:hover {
  color: #4890f7;
  font-weight: bold;
}
.shangList .shangMain .shangItemTit {
  color: #425073;
  font-size: 20px;
  line-height: 32px;
  margin: 33px 0 25px 0;
  padding-left: 30px;
  font-weight: bold;
  background: url('../image/list_dot.png') left center no-repeat;
}
.shangList .shangMain .shang-self {
  width: 180px;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 48px;
}
.shangList .shangMain .shang-self:nth-of-type(6n) {
  margin-right: 0;
}
.shangList .shangMain .shang-self .pic {
  padding: 8px 10px;
  background-color: #fff;
  text-align: center;
  height: 80px;
  box-sizing: border-box;
  line-height: 80px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.shangList .shangMain .shang-self .pic img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: text-bottom;
}
.shangList .shangMain .shang-self p {
  font-size: 14px;
  line-height: 15px;
  color: #4c4c4c;
  margin-top: 18px;
  text-align: center;
}
.shangList .shangMain .shang-self:hover .pic {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-box-shadow: 0 0 10px rgba(87, 92, 213, 0.2);
  -moz-box-shadow: 0 0 10px rgba(87, 92, 213, 0.2);
  box-shadow: 0 0 10px rgba(87, 92, 213, 0.2);
}
.shangList .shangMain .noimg {
  font-size: 12px;
  color: #dbdbdb;
  text-align: center;
  height: 100%;
  width: 100%;
  line-height: 1.2rem;
  display: table;
}
.shangList .shangMain .noimg .notxt {
  display: table-cell;
  vertical-align: middle;
}
.shangList .shangMain .noimg .iconfont {
  font-size: 30px;
  line-height: 30px;
}
.shangList .shangMain .noimg p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sub-banner {
    height: 60px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
  }
  .sub-banner img {
    max-height: 100%;
  }
  .sub-banner .sub-title-box {
    top: 20px;
    left: 15px;
  }
  .sub-banner .sub-title-box .sub-title {
    font-size: 16px;
  }
  .sub-banner .sub-title-box .sub-en-title {
    font-size: 14px;
  }
  .aslide-left {
    float: none;
    width: 100%;
    overflow-y: hidden;
    padding: 0;
  }
  .aslide-left .sub-nav-box {
    overflow-y: hidden;
  }
  .aslide-left .sub-nav-title {
    box-sizing: border-box;
    margin-left: 0;
    line-height: 50px;
    height: 50px;
    margin: 10px 0;
  }
  .aslide-left .sub-nav-title:first-child {
    margin-top: 0;
  }
  .aslide-left .sub-nav-title .iconfont {
    line-height: 50px;
    height: 50px;
  }
  .aslide-left .sub-nav-list {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    white-space: nowrap;
    float: left;
  }
  .aslide-left a {
    display: block;
    width: 100%;
    border-bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 20px;
  }
  .aslide-left a:after {
    content: '';
  }
  .aslide-right {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .aslide-right .sub-content-title {
    line-height: 45px;
    font-size: 18px;
    color: #000;
    text-align: center;
  }
  .shangList .shang-banner {
    background-position: bottom right;
  }
  .shangList .shang-title-box .shangNav {
    padding-right: 255px;
  }
  .shangMain {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .shangList .shangMain .shang-self {
    width: 23%;
    margin-right: 2% !important;
  }
  .shangList .shangMain .shang-self:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .shangList .shangMain .shang-self .temp-fjj:before {
    content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
    display: none;
    width: 100%;
    height: 5px;
  }
}
@media screen and (max-width: 414px) {
  .shangList .shang-banner {
    background-position: top right;
    background-size: auto 50%;
  }
  .shangList .shang-title-box .shangNav {
    padding-right: 0;
  }
  .shangList .shang-title-box .sub-title {
    font-size: 30px;
  }
  .shangList .shang-title-box .shangNav a {
    font-size: 13px;
  }
  .shangList .shangMain .shang-self {
    width: 48%;
    margin-right: 2% !important;
  }
  .shangList .shangMain .shang-self:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .shangMain {
    padding: 0 15px;
  }
  .shangList .shangMain .shangItemTit {
    font-size: 18px;
    margin: 28px 0 20px 0;
  }
  .shangList .shangMain .shang-self .pic {
    height: 75px;
  }
  .shangList .shangMain .shang-self {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=sub.css.map */