﻿/*------------------左侧菜单--------------------*/
.article_left {
  width: 200px;
  float: left;
  border: 1px solid #dedede;
}

.leftNavTitle {
  width: 200px;
  box-sizing: border-box;
  padding: 15px;
  font: 100 18px "Microsoft YaHei", "微软雅黑";
  color: #fff;
  background: #15a4a8;
  border-bottom: 2px solid #d2d2d2;
  text-indent: 45px;
}

/***一级***/
.article_left .lv1_ul {
  line-height: 38px;
  background: #f8f8f8;
  padding: 6px 20px;
}

.article_left .lv1_li,
.article_left .Li_Odd {
  margin: 0 0 1px;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
}

.article_left .lv1_li.last {
  border: none !important;
}

.article_left .lv1_li a:hover {
  color: #15a4a8;
}

.article_left .lv1_li .lv1_p {
  font-size: 14px;
  cursor: pointer;
}

.article_left .lv1_li .lv1_p a.lv1_tit {
  display: block;
}

.article_left .lv1_li.current a {
  color: #08B6BA;
}

.article_left .lv1_p.hasChildren {
  background: url(../../Common/images/Article/icon_3.png) no-repeat 140px center;
  cursor: pointer;
}

.article_left .lv1_p.hasChildren.show {
  background: #5BBFC2 url(../../Common/images/Article/icon_4.png) no-repeat 140px center;
}

.article_left .lv1_p.hasChildren.show a.lv1_tit {
  color: #fff;
}

.article_left .lv1_p.current a {
  color: #15A4A8;
}

.article_subtitle {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  color: #999;
}

/****二级****/
.article_left .lv2_ul {
  display: none;
  padding-bottom: 10px;
  background: #eff3f1;
}

.article_left .lv2_li .lv2_p.hasChildren {
  cursor: pointer;
  padding-right: 35px;
}

.article_left .lv2_li .lv2_p.hasChildren.opend.show {
  background: url(../../Common/images/Article/icon_4.png) no-repeat 5px center;
}

.article_left li .lv2_li {
  padding: 0 0 0 35px;
  font-size: 14px;
  background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 25px 18px;
  display: block;
}

.article_left .lv2_li .current a {
  color: #15A4A8;
}

.article_left .lv1_li a {
  display: block;
  padding: 0 0 0 25px;
}

.article_left .side_menu_inside .lv1_li a {
  padding: 0;
  padding: 0 0 0 25px;
  /* width: 140px; */
}

.article_left .side_menu_inside .lv1_li .lv2_ul li a {
  padding: 0;
}

/****三级菜单****/
.article_left .lv3_ul {
  display: none;
  padding-right: 10px;
}

.article_left .lv3_ul li.lv3_li a.lv3_tit {
  font-size: 12px;
  line-height: initial;
  padding: 10px 0;
}

/*------------------左侧菜单结束--------------------*/


.article_right {
  float: right;
  width: 970px;
  _width: 950px;
}

.article_right .article_title {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: normal;
  text-align: center;
  color: #15A4A8;
  padding: 15px 0;
  font-family: '微软雅黑'
}

.article_right .title_head h3 {
  font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体', sans-serif;
  font-size: 16px;
  color: #15A4A8;
  border-bottom: 1px solid #e5e5e5;
  line-height: 2.5em;
}

/*默认站点页样式、默认栏目首页*/
.article_right .Min_Box {
  width: 970px;
}

.article_right .Min_Box .article_box img {
  width: 160px;
  height: 110px;
  float: left;
  margin-right: 14px;
}

.article_right .Min_Box ul.article_list li {
  width: 450px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article_right .Min_Box ul.article_list li.Li_Odd {
  float: left;
}

.article_right .Min_Box ul.article_list li.Li_Even {
  float: right;
}

.Min {
  /*background:#F7F7F7;*/
}

/*默认栏目列表页*/
.column_list li {
  padding: 0 0 0 14px;
  border-bottom: 1px dashed #ddd;
  line-height: 50px;
  background: url(/Content/Areas/Common/images/main/dot.png) no-repeat 0 center;
}

.column_list li .dy_titme {
  float: right;
}

.column_list {
  _width: 920px;
}

/*图片列表*/
.pic_list {
  overflow: hidden;
  margin-bottom: 5px;
}

.pic_list li {
  float: left;
  margin: 20px 0 0 20px;
  width: 216px;
  height: 164px;
  overflow: hidden;
  _margin: 20px 0 0 10px;
}

.pic_list li h2 {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: normal
}

.pic_list li .img_Box {
  width: 210px;
  height: 132px;
  border: #CCC solid 1px;
  padding: 2px;
  box-shadow: 2px 2px 2px lightgray;
  display: block;
  overflow: hidden;
}

.pic_list li .img_Box:hover {
  border: #15A4A8 solid 1px;
}

.pic_list li img {
  width: 100%;
  height: auto;
  display: block;
}


/*--------------------文章内容页--------------------*/
.article_right h2.article_title {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: normal;
  text-align: center;
  color: #15A4A8;
  padding: 15px 0;
  font-family: '微软雅黑';
}

.article_right .article_cont h2 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  text-align: center;
  color: #999;
  padding: 0 0 15px 0;
}

.article_right .sub_tit span {
  color: #999999;
  padding-right: 15px;
  padding-left: 15px;
}

.article_right .article_cont {
  margin-top: 10px;
  line-height: 2em;
  padding-bottom: 20px;
  overflow: auto;
  font-size: 14px;
}

.article_cont table {
  margin: 0 auto;
}

.article_right .article_cont p {
  line-height: 2em;
  padding-bottom: 10px;
}

.article_right .article_cont td {
  border: 1px solid #ccc;
  padding: 5px;
}

.sub_tit {
  text-align: center;
  padding: 10px 0;
  line-height: 25px;
  height: 25px;
  position: relative
}

.font_size {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 25px
}

.notice {
  float: left;
  font-size: 12px
}

.font_size a {
  display: block;
  float: left;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-indent: -2000em
}

.font_size a.smaller {
  background: url(/Content/Areas/Common/images/Article/icon_1.jpg) 0 center no-repeat;
}

.font_size a.larger {
  background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -27px center no-repeat
}

.font_size a.default {
  background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -49px center no-repeat;
  width: 23px
}

span.count_vist {
  display: none
}

/******************************相关********************************/
i {
  font-style: inherit;
}

.article_right .hide {
  display: none
}

.RelatedOther {
  padding: 0px 0px;
  height: 30px;
  line-height: 30px;
}

.RelatedOther span {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

.RelatedOther span span {
  padding: 0px 12px;
}

.RelatedOther .jiu {
  border-bottom: 2px solid #15A4A8;
  color: #15A4A8;
  height: 28px;
}

.RelatedO {
  margin-top: 15px
}

.articleCont a img {
  width: 100px;
  height: 62px;
  float: left;
}

.column_list h2 .dy_title {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
}

.column_list h2 .dy_date {
  font-size: 14px;
  line-height: 50px;
}

.column_list h2 .dy_date {
  float: right;
}

.articleCont p {
  width: 810px;
  display: block;
  float: right;
}

.dep_title2 {
  background: #00A599;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 10px;
}

#menu {
  background: #f8f8f8;
}

.article_left #menu .li_Dep0 {
  font-size: 14px;
  line-height: 36px;
}

.article_left #menu .li_Dep0 .p_Dep0 {
  background: #15a4a8;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 5px;
  padding-right: 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.article_left #menu .li_Dep0 .p_Dep0 a {
  color: #FFF;
}

.article_left #menu .li_Dep1 .p_Dep1 a {
  margin-left: 20px;
  background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px center;
  padding-left: 10px;
}

.doctor_team {
  display: none !important;
}

.Dep_List1 {
  padding-left: 30px;
}


/*翻页*/
.share {
  margin-top: 20px;
  color: #15A4A8
}

.share a {
  color: #15A4A8
}

.share a:hover {
  text-decoration: underline;
}

.prev_next {
  margin-bottom: 10px
}

.share p span {
  background: #15A4A8;
  color: #FFF;
  padding: 2px 4px;
  margin: 0 2px 0 0px;
}

.article_right .prev {
  line-height: 25px;
  overflow: hidden;
}

/*分页样式*/
.pages {
  line-height: 30px;
  margin: 15px auto !important;
  height: 34px;
  padding: 0 20px;
  float: right;
  _width: 930px;
}

.pages form {
  float: left;
  margin: 0 0 0 5px;
  height: 31px;
  line-height: 31px;
}

.pages form .pagetz_input {
  width: 30px;
  margin: 0 5px;
  border: 1px solid #dcdcdc;
  height: 28px;
  line-height: 28px;
  display: block;
  float: left
}

.pages .pagetz_btn {
  width: 30px;
  margin: 0 5px;
  border: 1px solid #dcdcdc;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  background: #fff;
}

.pages .pagetz_btn:hover {
  background: #15A4A8;
  color: #fff
}

.page_number_div {
  float: left;
}

.ae-pagination {
  width: 100%
}

.pagination_page {
  color: #333333 !important;
}

.ui-state-default {
  background: none !important;
  height: 24px !important;
  font-size: 14px !important;
  color: #009b80;
  text-decoration: none;
  font-weight: normal;
  border: none !important;
  line-height: 24px;
}

.ui-state-default:hover {
  border: none
}

.ae-pagination a {
  height: 24px !important;
  font-size: 12px;
  margin: 0 2px !important;
  text-decoration: none;
  font-weight: normal;
  padding: 0px !important;
  text-align: center;
  padding: 5px 10px !important;
  border: solid 1px #dcdcdc !important;
  color: #15a4a8 !important
}

.ae-pagination a:hover {
  color: #FFF !important;
  background: #15a4a8 !important;
  border: 1px solid #15a4a8 !important;
}

.pagination_firstpage {
  border: none !important;
  height: 24px !important;
  width: 36px;
  padding: 0px !important;
  text-align: center;
  color: #666666 !important;
  line-height: 24px !important;
}

.ae-pagination-current {
  color: #FFF !important;
  background: #15A4A8 !important;
  border: 1px solid #15A4A8 !important;
}

.page_number_div {
  *float: right;
  *height: 35px;
  *padding: 5px 0;
}

.pages a:hover {
  color: #FFF !important;
  background-color: #5bbfc2 !important;
  border: 1px solid #5bbfc2 !important
}

.pages .ae-pagination-current,
.pages .ae-pagination-current:hover {
  color: #FFF !important;
  background-color: #15a4a8 !important;
  border: 1px solid #15a4a8 !important
}

.pagination_firstpage,
.pagination_previouspage,
.pagination_nextpage {
  cursor: pointer;
}

.ui-corner-all {
  border-radius: 3px !important;
}

/*网站地图样式*/
.ss1_ul {
  line-height: 22px;
  background: #FFF;
}

.ss1_li {
  width: 100%;
  margin-top: 10px;
  clear: both;
}

.ss1_li ul.ss2_ul .ss2_li {
  float: left;
  width: 165px;
  margin-top: 10px;
  background: #f5f5f5;
  border: #d6dde6 solid 1px;
  margin-right: 10px;
  padding: 5px 10px
}

.ss1_li ul.ss2_ul .ss2_li.hover {
  border-color: #eae0b9
}

.ss1_li a.go {
  font-size: 14px;
  font-weight: bold;
}

.ss1_li ul.ss2_ul .ss2_li a.go {
  font-size: 14px;
  font-weight: normal;
}

.ss1_li ul.ss2_ul .ss2_li ul.ss3_ul {
  margin-top: 5px;
}

.ss1_li ul.ss2_ul .ss2_li ul.ss3_ul .ss3_li a.go {
  font-size: 12px;
  font-weight: normal;
}

.ss2_liHasSon {
  display: block;
  border-bottom: #d6dde6 solid 1px
}

.ss1_li .navspan {
  color: #15A4A8;
  font-size: 16px;
  line-height: 32px;
}

.ss2_li .navspan {
  color: #333;
  font-size: 14px;
  line-height: 28px;
}

/*联系我们*/
.bumen_list .left_box {
  width: 460px;
  float: left;
  border-right: 1px dotted #ccc;
}

.bumen_list .right_box {
  width: 449px;
  float: left;
  padding-left: 20px;
}

.bumen_list li p {
  line-height: 30px;
}

.bumen_list li {
  height: 90px;
  margin: 15px 0;
}

.bumen_list li .tit_p {
  font-size: 16px;
  padding-left: 24px;
}

.bumen_list li .tit_p a {
  color: #15a4a8;
}

.bumen_list li .tit_p a:hover {
  font-weight: 700;
}

.bumen_list li .tit_p span {
  background: url(/Sites/Uploaded/UserUpLoad/20160726/20160726181709.png) no-repeat;
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-left: 20px;
  background-size: 26px;
}

.bumen_list li .add_p {
  background: url(/Sites/Uploaded/UserUpLoad/20160802/20160802103428.jpg) no-repeat 0 6px;
  background-size: 16px;
  padding-left: 24px;
}

/*关键字样式*/
a.keyword_Default {
  color: #15a4a8 !important;
}

a.keyword_Default:hover {
  font-weight: bold !important;
}

@media only screen and (max-width:768px) {
  .article_left {
 display: none
  }

  .article_right {
 width: 100%;
 float: none
  }

  .article_right .Min_Box {
 width: 100%;
  }

  .article_right .Min_Box ul.article_list li {
 width: 50%;
 box-sizing: border-box;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
  }

  .share,
  .RelatedOther {
 display: none
  }

  /*图片列表*/
  .pic_list {
 margin: 0
  }

  .pic_list li {
 margin: 10px 1.5%;
 width: 30%;
  }

  .pic_list li .img_Box {
 padding: 1%;
 width: 94%;
 overflow: hidden;
 height: 90px;
  }

  .pic_list li img {
 width: 100%;
  }

  .article_right .article_blue_block .article_cont {
 width: 90%;
 margin: 0 auto;
  }

  .bumen_list .left_box,
  .bumen_list .right_box {
 width: 100%;
 float: left;
 border-right: none;
 padding-left: 0;
  }
}


@media only screen and (max-width:640px) {
  .article_right .Min_Box ul.article_list li {
 width: 100%;
 float: none !important
  }

  /*文章列表页*/
  ul.column_list .articleCont {
 display: none
  }

  ul.column_list li {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
  }

  ul.column_list li:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
  }

  ul.column_list li h2 a.dy_title {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 width: 65%;
 display: block;
 float: left
  }

  .pic_list li {
 margin: 10px 2%;
 width: 46%;
 height: 150px;
  }

  .article_right .article_cont img {
 width: 100%;
 max-width: 480px !important;
 display: block;
 margin: 0 auto;
  }

  /*分页*/
  .pages {
 padding: 0;
  }

  .column_list {
 padding: 0;
  }

  .font_size {
 display: none;
  }

  .article_right .article_cont p img[src="https://ss.bjmu.edu.cn/Content/Ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif"] {
 width: auto !important;
 height: auto !important;
 display: inline-block;
  }

}

@media only screen and (max-width:540px) {
  .article_right .Min_Box .article_box img {
 display: block;
 float: none;
 width: 100%;
 height: auto;
  }

  .ae-pagination a {
 padding: 2px 5px !important;
  }
}   