.container{width: 100%;}
.center1000{width: 1000px;margin: 0 auto;}
/*top*/
.top{height: 120px;}
.top_l{float: left;margin-top: 20px;}
.logo{height:80px; margin-left: -16px;}
.logoText{font-size: 30px;padding: 45px 0;}
.top_r{float: right;margin-top: 56px;}

/*nav*/
.nav{clear: both;width:100%;height: 60px;font-family: "Microsoft YaHei";color: #fff;background: url(../imgs/nav-bg.png) no-repeat center;}
.nav ul{list-style: none;}
.nav ul li{float: left;margin-right: 50px;line-height: 60px;height: 60px;font-size: 16px;}
.nav a {
  color:#fff;
  text-decoration: none;
}
/*//轮播图*/
.wrap{padding-top: 60px;padding-bottom: 70px;}
.intro{width: 100%;}

/*intro*/
.intro{background: url(../imgs/bg1.png) no-repeat center;background-size: cover; padding-bottom: 30px;}
.intro_tit{color: #1b90da;font-size: 30px;text-align: center;height: 113px; line-height: 113px;}
p.intro_con{font-size: 15px; color: #6d7481;text-align: justify;line-height: 1.733;white-space: pre-line}
.btn{width: 124px;height: 40px;color: #4da0de;font-size: 14px;border: 1px solid #4da0de;
line-height: 40px; text-align: center;margin: 0 auto;display:block;margin-top: 30px;}
.btn:hover {
background:#4da0de;
color:#fff;
}

/*科室新闻*/
.news{}
.news_l{width: 570px;float: left;text-align: left;}
.news_list{padding-bottom: 70px;}
.news_item{border-bottom: 1px solid #e6e6e6;}
.news_title {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(106, 106, 106);
  line-height: 1.083;
  padding: 50px 0 18px 0;
  border-bottom: 2px solid #e6e6e6;
}
.news_title span{display: inline-block;}
.addNews{float: right;}

.news_time {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(84, 84, 84);
  text-transform: uppercase;
  line-height: 1.667;
  padding-top:24px;
}
.news_intro{
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: rgb(56, 147, 215);
  text-transform: uppercase;
  line-height: 1.333;
   padding-top:10px;
}
.news_intro a {
  color: rgb(56, 147, 215);
}
.news_cont{
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(142, 149, 160);
  text-transform: uppercase;
  line-height: 1.5;
  padding:10px 0 22px 0;
}
.news_r{width: 370px;float: right;text-align: left;}
.kepu_li{height: 55px;line-height: 55px;border-bottom: 1px solid #e6e6e6;color: #3893d7;
font-size: 15px;}
.kepu_li a {
  color: #3893d7;
}
/*专家列表*/
.professionerListbg{width: 100%;background: url(../imgs/bt-bg.png) repeat-y center #a7dff0;}
.professionerList p{text-align: center;padding: 64px 0 50px 0;}
.profess{text-align: center;float: left;width: 200px;}
.pro_name{padding-top: 20px;padding-bottom: 45px;font-size: 15px;color: #6a6a6a;}
.flexbox img{width: 160px; height:160px;}
.profession-title {
  font-size: 30px;
  color: #6a6a6a;
}
.clear {
  clear:both;
  width: 100%;
}
.content {
min-height: 600px;
}
.mainWrap {
width: 1000px;
}
.smenu{
    display: none;
}
@media screen and (min-width: 768px) and (max-width:999px) {
    .center1000{
        width: 90%;
        margin:0px auto;
    }
    .news_l,.news_r{
        width:100%;
        float:none;
    }
    .slidebox .list img{
        width: 100%;
    }
    .pagi{text-align: center;}
    .profess{
        width: 33%;
    }
.mainWrap{
        width:100%;
    }
}

@media screen and (max-width:767px) {
   .top_r{display: none;}
    .center1000{
        width: 90%;
        margin:0px auto;
    }
    .news_l,.news_r{
        width:100%;
        float:none;
    }
    .slidebox .list img{
        width: 100%;
    }
    .pagi{text-align: center;}
    .profess{
        float:none;
   }
   .nav ul li{
        float:none;
        padding-left: 20px;
    border-top: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
    }
    .nav {
         padding-top: 1px;
        height:auto;
        min-height:60px;
        background-position:top left;
    }
    .nav ul{
        display: none;
        background:#4b77c9;
        color:#fff;
        width: 100%;
    }
    .news_list{
       padding-bottom: 20px;
    }
    .kepu{
         padding-bottom: 20px;
    }
    .nav ul li a {
       color:#fff;display:block;
   }
    .nav .smenu {
    font-size: 18px;
    background: rgba(255,255,255,0.8);
    height: 38px;
    width: 38px;
    color: #3C74BE;
    line-height: 38px;
    text-align: center;
   margin: 10px;
    cursor: pointer;
    display: block;
    z-index: 12;
}
    .wrap{
         padding-bottom:20px;
        padding-top: 20px;
   }
   .mainWrap{
        width:100%;
    }
}