
.imgBox {    width: 100%;  position: relative;
  margin: 0 auto;
  font-size: 0px;
}
.imgBox>img {
  width: 100%;
  height: 348px;
  margin: 0 auto;
  z-index: 1;
  display: block;
}
.imgBox2 {
  position: absolute;
  z-index: 2;
  width: 1078px;
  top: 96px;
}

.imgBox2>img {
  width: 510px;
}

.imgBox2>.img2 {
  margin-left: 45px;
}

/* 互联网医院 */
.centerArea{
  width:1000px;
  margin:0 auto;
}
.online_intro {
  margin-top: 50px;
  padding-bottom: 119px;
}
.online_intro .fl {
  padding: 0 50px;
}
.online_intro .fl h3 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}
.online_intro .fl .online_img {
  text-align: center;
  margin-bottom: 40px;
}
.online_intro .fl p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  text-align: justify;
}
.online_intro .fl .look_more {
  border: 1px solid #4b9a7b;
  padding: 10px 50px;
  color: #4b9a7b;
  font-weight: bold;
  margin-top: 10px;
  float: left;
}
.online_function {}
.online_function:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.online_title {
  color: #4b9a7b;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 20px;
  letter-spacing: 3px;
  border-bottom: 6px solid #4b9a7b;
}
.online_function .function_part {
  width: 25%;
  float: left;
  margin-bottom: 100px;
}
.online_function .function_part img {
  width: 55%;
  margin: 0 22.5%;
}
.online_function .function_part h3 {
  text-align: center;
  margin: 20px 0;
  color: #4d4d4d;
  font-size: 26px;
}
.online_function .function_part p {
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #b8b8b8;
  margin: 0 10px 20px;
}
.online_function .function_part .more {
  text-align: center;
  display: block;
  border: 1px solid #4b9a7b;
  color: #4b9a7b;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 25%;
}
.online_feature{
  margin-bottom: 50px;
}
.online_feature .feature_part {
  background: url(/images/online/feature.jpg) no-repeat top left;
  height: 666px;
}
.online_feature .feature_part_mask {
  background: #62997a;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.online_feature .part {
  width: 50%;
  float: left;
  padding: 5%;
}
.online_feature .left li{
  color: #fff;
  font-size: 18px;
  margin: 45px 0;
  height: 60px;
}
.online_feature .left li:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;    
}
.online_feature .left .current{
  font-weight: bold;
  background: url(/images/online/current.jpg) repeat 20px 10px;
  transform: translate(0,-5px);
}
.online_feature .right li{
  color: #1c1919;
  font-size: 16px;
  line-height: 40px;
  text-align: justify;
}
.online_code img{
  width: 100%;
}
.news_detail_article img{
  width: 100%;
}


/*移动端*/
@media screen and (max-width: 768px){
.imgBox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 0px;
}
.imgBox>img {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
    margin: 0 auto;
    z-index: 1;
    display: block;
}
.imgBox2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 2.8rem;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgBox2>img {
    width: 3rem;
}
.imgBox2>.img2 {
    margin-left: 0.5rem;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: auto;
    margin-right: auto;
}
h3,h3 p {
    position: relative!important;
    color: #555!important;
    height: 0.55rem!important;
    line-height: 0.55rem!important;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
}
.online_intro{
    margin-top: 0.5rem;
    padding-bottom: 1rem;
}
.online_intro .fl{
    padding:0 0.5rem;
}
.online_intro .fl h3 {
    margin-bottom: 0.5rem;
}
.online_intro .fl p {
    font-size: 0.25rem;
    line-height: 1.8;
    color: #333;
    margin-top: 0.3rem;
}
.online_intro .fl .look_more {
    display: block;
    width: 2rem;
    height: 0.7rem;
    border: 1px solid #4b9a7b;
    line-height: 0.7rem;
    position: relative;
    text-align: center;
    font-size: 0.25rem;
    color: #4b9a7b;
    margin-top: 0rem;
    padding: 0;
}
.online_title{
    margin-bottom: 0.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 6px solid #4b9a7b;
}
.online_function .function_part{
    margin-bottom: 1rem;
}
.online_function .function_part h3{
    font-size: 0.25rem!important;
    height: 0.4rem!important;
    margin: 0.2rem 0;
}
.online_function .function_part p{
    font-size: 0.25rem;
    line-height: 0.3rem;
    margin: 0 0.1rem 0.2rem;
}
.online_function .function_part .more{
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin: 0 0.3rem;
}
.online_feature .part{
    padding: 0.2rem;
}
.online_feature .left li{
    font-size: 0.25rem;
    margin: 0.3rem 0;
    height: 1rem;
}
.online_feature .left li:before{

  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
}
.online_feature .right li {
    font-size: 0.25rem;
    line-height: 0.5rem;
}
