@charset "utf-8";

/* CSS Document */
.subPage {
  width: 100%;
  margin-top: 30px;
}

.subPage_con {
  max-width: 1200px;
  margin: 0px auto;
  min-height: 682px;
  position: relative;
}

.sub_mbtn {
  width: 100%;
  height: 40px;
  background: url(/djxxjy/images/sub-mbtn02.png) no-repeat center center;
  background-color: #fef8ea;
  cursor: pointer;
  display: none;
}

/*.open{background:url(/djxxjy/images/sub-mbtn.png) no-repeat center center;background-color:#cda04a;}*/
.sub_navm {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}

.sub_navm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #ea2222;
  color: #fff;
  padding-left: 13px;
  font-weight: normal;
  font-size: 14px;
}

.sub_navm h2 a {
  padding-left: 13px;
  font-size: 14px;
  font-size: 20px;
  font-family: Tahoma;
  display: block;
  color: #fff;
}

.sub_navm ul {
  background-color: #fef8ea;
}

.sub_navm li {
  position: relative;
}

.sub_navm li a {
  color: #515151;
  padding-left: 13px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ffcaca;
  display: block;
  font-size: 14px;
}

.sub_navm li a:hover {
  color: #ea2222;
}

.sub_navm li.sub_has span {
  margin-left: 10px;
}

.sub_navm li.on a {
  color: #ea2222;
}

.sub_navm dl {
  display: none;
  background-color: #fff;
  padding: 0px 0px 5px;
}

.sub_navm dl dd {
  line-height: 18px;
  padding: 0px 0px 0px 15px;
  border-bottom: 1px solid #ddd;
}

.sub_navm li.on dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.sub_navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.sub_navm li dl dd a:hover {
  color: #a70510
}


.rightMore {
  float: right;
}

.subRepidList {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}

.subRepidList li {
  margin-bottom: 20px;
  overflow: hidden;
}

.subiconBox {
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  border: 1px solid #c09f80;
}

.subiconBox .subicon {
  float: left;
  width: 50px;
  height: 48px;
  background: #c09f80;
  display: table-cell;
}

.subiconBox .subicon img {
  width: 50%;
  vertical-align: middle;
  margin-left: 10px;
  *margin-top: 15px;
}

.subiconBox h3 {
  margin-left: 70px;
  font-size: 13px;
  color: #666;
  font-weight: normal;
}

.subiconBox h3 a {
  display: block;
  color: #666;
}

.subiconBox h3 a:hover {
  color: #ea2222;
}

/*手机版*/
.subRepidList_nav {
  display: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.subRepidList_nav li {
  margin-bottom: 10px;
}

.subRepidList_nav .subiconBox {
  height: 35px;
  line-height: 35px;
}

.subRepidList_nav .subiconBox h3 {
  font-size: 14px;
}

.sub_right {
  margin: 0 0 0px 282px;
}

.subBanner {
  width: 100%;
  /* margin: 0px auto 2px; */
  overflow: hidden;
  /* max-height: 376px; */
}

.subBanner .subBannerImg {
  overflow: hidden;
  padding-bottom: 28%;
  height: 0;
}

.subBanner img {
  width: 100%;
  display: block;
}

.subTitle {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
}

.sub_rightT .subTitle {
  width: 100%;
  overflow: hidden;
}

.subTitle h2 {
  font-size: 24px;
  font-weight: normal;
  color: #ea2222;
  margin-bottom: 10px;
}

.bread {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ea2222;
  margin-bottom: 20px;
}

.bread span {
  color: #666666;
}

.bread span a {
  color: #666666;
  margin: 0 3px;
}

.bread span a:last-child {
  color: #666666;
}

.bread span a:hover {
  color: #ea2222;
}

.sub_navm .subNav {
  width: 100% !important;
}

.subcontentTotal {
  overflow: hidden;
  min-height: 500px;
}

.subcontent {
  overflow: hidden;
}

/*左侧边栏*/
.sub_left {
  width: 240px;
  overflow: hidden;
  float: left;
  z-index: 999;
  /*position: absolute;top:-85px;left:0;*/
}

.sub_left .sub_leftTitle {
  background: #ea2222;
  width: 240px;
  height: 77px;
}

.sub_left .sub_leftTitle h2 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
  line-height: 77px;
  padding: 0 20px;
}

.sub_left .sub_nav li {
  position: relative;
  border-bottom: 1px solid #fff;
}

.sub_left .sub_nav li a {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  display: block;
}

.sub_left .sub_nav {
  width: 240px;
  overflow: hidden;
  background-color: #fef8ea;
  line-height: 24px;

  display: block;
  color: #666;

  font-size: 16px;
}

.sub_left .sub_nav li:last-child a {
  border-bottom: none;
}

.sub_left .sub_nav li a:hover, .sub_left .sub_nav li a.active {
  color: #ffdf9b;
  background: #ea2222;
}


.sub_left .sub_nav li .subNavs {
  background: #ffe3e3;
}

.sub_left .sub_nav li .subNavs dl dd {
  border-bottom: 1px solid #fff;
}

.sub_left .sub_nav li .subNavs dl dd a {
  font-size: 16px;
  padding-left: 30px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}

.sub_left .sub_nav li.sub_has a:hover {}

.sub_left .sub_nav li.sub_has .subNavs dl dd a:hover, .sub_left .sub_nav li.sub_has .subNavs dl dd a.active {
  color: #fff;
  background: #ea2222;
}

.sub_left .sub_nav li .skipBtn {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  text-align: center;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 60px;
  color: #999;
  font-style: normal;
  margin: 0;
}

.sub_left .sub_nav li .skipBtn.up {
  background: url(/djxxjy/images/sub_left_up.png) no-repeat center center;
}

.sub_left .sub_nav li .skipBtn.down {
  background: url(/djxxjy/images/sub_left_down.png) no-repeat center center;
}

.sub_navm li .skipBtn {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  text-align: center;
  height: 41px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 24px;
  line-height: 41px;
  margin: 0;
}


/*分页*/

/*分页*/

.pages {
  text-align: center;
  height: 28px;
  *height: 29px;
  line-height: 28px;
  margin: 30px 0 20px 0;
  *margin-top: 40px;
  overflow: hidden;
}

.pages a {
  color: #666;
  margin: 0 0px 0 8px;
  padding: 0 7px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  font-size: 16px;
}

.pages a.on_pages, .pages a:hover {
  color: #fff;
  background: #ea2222;
  border-radius: 50%;
}

.pages a.start {
  border-radius: 5px;
}

.pages a.prev {
  border-radius: 5px;
}

.pages a.next {
  border-radius: 5px;
}

.pages a.end {
  border-radius: 5px;
}

.pages_min {
  margin-top: 25px;
  overflow: hidden;
  display: none;
}

.pages_min a.prev_min, .pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  float: left;
  background: #ea2222;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #ea2222;
  color: #fff;
  transition: 0.5s;
}












/*院长致辞*/
.capusList {
  background: #f6f6f6;
  padding: 30px;
}

.article {}

.subArticleListBox {
  overflow: hidden;
  margin: 30px 0;
}

.subArticleList_list {
  overflow: hidden;
}

.subArticleList_list li {
  background: #c9f8e8;
  overflow: hidden;
  padding: 20px 25px;
  margin-bottom: 15px;
}



.sub_yjs_box {
  margin-bottom: 30px;
  overflow: hidden;
}

.sub_yjs_title {
  margin-bottom: 20px;
  overflow: hidden;
}

.sub_yjs_title a {
  float: right;
  color: #999;
  font-size: 15px;
}

.sub_yjs_title a:hover {
  color: #ea2222;
}

.sub_yjs_title h3 {
  float: left;
  border-left: 8px solid #ea2222;
  padding-left: 10px;
  font-size: 18px;
  font-weight: normal;
}





.sub_rightT {
  margin-left: 0;
}

.sub_left .sub_leftTitleT {
  margin-left: 0;
}


.subLightYearsList {
  overflow: hidden;
  width: 102%;
}

.subLightYearsList li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}

.subLightYearsList li a {
  display: block;
  margin-right: 20px;
}

.subLightYears_img {
  height: 0;
  overflow: hidden;
  padding-bottom: 46%;
  background: #eee;
}

.subLightYears_img img {
  width: 100%;
  display: block;
}

.subLightYearsList li a p {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #666;
  height: 20px;
  line-height: 28px;
  overflow: hidden;
}

.subLightYearsList li a:hover p {
  color: #ea2222;
}




/*文章页*/
.subArticle_title {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0px 30px 20px 30px;
  border-bottom: 1px dashed #ccc;
  text-align: center;
}

.subArticle_title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ea2222;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: normal;
}

.subArticle_title .detail {
  overflow: hidden;
}

.subArticle_title .detail span {
  color: #999;
  font-size: 14px;
  margin: 0 10px;
  display: inline-block;
}




.subRetireBox {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}

.subRetire_person {
  padding: 15px 30px 15px 15px;
  background: #f5f5f5;
  overflow: hidden;
}

.subRetire_img {
  float: left;
  width: 164px;
  overflow: hidden;
}

.subRetire_img p {
  height: 0;
  padding-bottom: 146%;
  overflow: hidden;
  background: #afafaf;
}

.subRetire_img p img {
  width: 100%;
  display: block;
}

.subRetire_Info {
  margin-left: 190px;
  margin-top: 20px;
}

.subRetire_Info h3 {
  color: #c09f80;
  font-size: 18px;
  margin-bottom: 20px;
}

.subRetire_Info p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}


.article strong {
  font-weight: bold;
}

.article i {
  font-style: italic;
}

.subArticleListBox {
  overflow: hidden;
  margin: 0px 0 10px;
}

.subArticleList_list {
  overflow: hidden;
}

.subArticleList_list li {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  background: none;
  padding: 0 0 20px 0;
}

.subArticleList_list li a {
  font-size: 18px;
  color: #555;
}

.subArticleList_list li a:hover {
  color: #ea2222;
}

.subArticleList_list li span {
  float: right;
  color: #999;
  font-size: 14px;
}


.subSide_info01 {
  overflow: hidden;
}

.subSide_info01 i {
  float: right;
  font-size: 12px;
  color: #999;
}

.subSide_info01 p {
  float: left;
  font-size: 12px;
  width: 80%;
  color: #666;
  line-height: 20px;
}


.subArticleListBox h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #ea2222;
}
.annex {
    margin-top: 60px;
    padding: 0 15px;
}

.annex .Side_tit h2 a {
    font-size: 1.2em;
    color: #c12d2d;
}

.annex ul {
    margin-top: 20px;
}

.annex ul li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}

.annex ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    background-color: #c12d2d;
    display: block;
    position: absolute;
    margin-top: -2px;
}

.annex ul li a {
    font-size: 13px;
    font-size: 1.3em;
}


@media screen and (max-width:1200px) {
  .subPage {
    width: 90%;
    margin: 20px auto 0;
  }

  .subPage_con {
    min-height: auto;
  }

  .subBanner {
    margin-top: 0;
  }
}


@media screen and (max-width:1000px) {





  .subRetire_Info p {
    font-size: 14px;
    line-height: 24px;
  }

  .subRetire_Info {
    margin-top: 0;
  }

}

@media screen and (max-width:900px) {
  .subBanner {
    margin-top: 100px;
  }

}

@media screen and (max-width:800px) {
  .sub_mbtn {
    display: block;
    margin-top: 10px;
  }

  .sub_left {
    display: none;
  }

  .subRepidList_nav {
    display: block;
  }

  .sub_rightT .subTitle {
    display: block;
  }

  .sub_right {
    width: 100%;
    margin: 20px auto 0;
  }

  .sub_leftTitle {
    background: none;
  }

  .pages {
    display: none;
  }

  .pages_min {
    display: block;
  }

  .sub_leftTitle {
    height: 48px;
  }

  .sub_list .rightDate {
    font-size: 12px;
  }

  .subPage_con {
    margin: 0 auto;
  }

  .subArticleTitle h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .subArticleTitle span {
    font-size: 14px;
  }


  .pages_min {
    display: block;
  }

  .pages {
    display: none;
  }



  .article img {
    width: auto !important;
    height: auto !important;
    display: inline-block !important
  }

}


@media screen and (max-width:640px) {

  .sub_leftTitle {
    height: 30px;
  }

  .sub_leftTitle h2 {
    font-size: 14px;
  }

  .sub_navm h2 {
    height: 30px;
    line-height: 30px;
  }

  .sub_navm li a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .sub_mbtn {
    height: 30px;
  }

  .sub_navm li a.skipBtn {
    width: 33px;
    height: 31px;
    line-height: 30px;
  }

  .subArticleList_list li .dateRight {
    float: none;
    display: block;
    margin-bottom: 5px;
  }

  .subArticleList_list li {
    padding: 15px;
  }

  .subArticleList_list1 li {
    padding: 15px 26px;
  }

  .subArticleList_list li a {
    display: block;
    font-size: 15px;
    line-height: 20px;
  }

  .bread {
    float: none;
    margin-bottom: 10px;
  }

  .subTitle {
    padding-bottom: 7px;
  }

  /*0712*/
  .subSide_info01 i {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .subSide_info01 p {
    width: 100%;
    float: none;
    display: block;
  }

  .subBanner {
    margin-top: 85px;
  }
}

@media screen and (max-width:480px) {



  .subLightYearsList {
    width: 100%;
  }

  .subLightYearsList li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .subLightYearsList li a {
    margin-right: 0;
  }

  .subLightYearsList li a p {
    height: auto;
  }

  .subRetire_img {
    width: auto;
    float: none;
  }

  .subRetire_Info {
    margin: 10px 0 0 0;
  }

  .subRetire_Info h3 {
    margin-bottom: 10px;
  }

  .subRetire_person {
    padding: 20px;
  }






}


@media screen

/*and (min-width:320px)*/
and (max-width:360px) {}