@charset "utf-8";
.detail_ban{
  height: 220px;
  width: 100%;
  background-image: url("/cwb/images/list_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container{
  width:100%;
  background: #f0f2f5;
}
.detail_cont{
  width: 1200px;
  margin: -60px auto 0;
  padding-bottom: 20px;
}
.list_nav{
  width: 100%;
  height: 60px;
}
.list_nav li{
  width: auto;
  height: 60px;
  background: rgba(34, 34, 34, 0.32);
  border-radius: 8px 8px 0px 0px;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  margin-right: 2px;
  cursor: pointer;
  padding: 0 12px;
}
.list_nav li.cur{
  background: rgba(255,255,255,1);
  color: #222;
}
.detail_box{
  width: 100%;
}

.deail_tit{
  border-bottom: 1px solid rgba(151, 151, 151, 0.59);
  margin:24px 0 24px;
  font-size: 16px;
  color: #888;
  text-align: center;
}

.deail_tit .p1{
  font-size: 24px;
    font-weight: bold;
  color:#222;
  margin-bottom: 36px;
}
.deail_tit .p2{
  margin-bottom: 24px;
}
.article p,.article img{
  margin-bottom: 48px;
}
.article p{
  font-size: 16px;
  color: #555;
  line-height: 26px;
  text-indent: 24px;
}
.article img{
  width: 100%;
  height: auto;
}


/* ÒÆ¶¯¶Ë */
@media screen and (max-width: 768px) {


  .detail_ban{
    height: 3rem;
  }
  .detail_cont{
    width: 100%;
    margin: -0.7rem auto 0;
    padding: 0 0.36rem 0rem;
  }

  /* µ¼º½ */

  .list_nav{
    height: 0.7rem;
    width: 100%;
    overflow: hidden;
  }
  .list_nav li{
    height: 0.7rem;
    font-size: 0.32rem;
    line-height: 0.7rem;
    padding: 0 0.14rem;
  }
  .scroll_box{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 0.9rem;
  }
  .scroll_box ul.list_nav_box_mobile {
    display: inline-flex;
    width: max-content;
    position: relative;
    top: -0.54rem;
  }

  .detail_box{
    margin-bottom: 0.7rem;
  }
  .deail_tit{
    margin: 0.8rem 0 0.4rem;
    font-size: 0.26rem;
  }
  .deail_tit .p1{
    font-size: 0.4rem;
    margin-bottom: 0.32rem;
  }
  .deail_tit .p2{
    margin-bottom: 0.32rem;

  }

  .article p, .article img{
    margin-bottom: 0.32rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
  }


  }

.headImg-width {
  width: 100%;
  min-width: 1200px; }
  @media only screen and (max-width: 600px) {
    .headImg-width {
      min-width: inherit; } }

.headImgTr-height {
  height: 500px; }

.headImg-height {
  height: 100%; }

.img-index {
  position: relative;
  z-index: -1;
  display: block; }

@media only screen and (max-width: 600px) {
  .c-main__left {
    display: none !important; } }

.c-main {
  width: 100%;
  background-color: #efefef;
  min-height: 600px; }

.c-main--center {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .c-main--center {
      margin: 0 auto;
      max-width: none;
      min-width: inherit; } 
      .c-main__middlePaTop{
        display:none;
      }
}

.c-main__left {
  width: 220px;
  float: left; }

.c-main__right {
  margin-left: 220px;
  border-left: 1px solid #ddd;
  padding: 60px 5% 20px 5%; }
  @media only screen and (max-width: 600px) {
    .c-main__right {
      margin-left: 0;
      padding: 60px 20px 20px 20px; } }

.c-main__top {
  margin-top: 60px;
  display: none; }
  @media only screen and (max-width: 600px) {
    .c-main__top {
      margin-top: 40px;
      padding-left: 20px;
      display: block; } }

.c-main--top {
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .c-main--top {
      margin-top: 40px;
      margin-left: 0;
      padding-left: 20px; } }

.c-main--bottom {
  margin-top: 40px; }
  @media only screen and (max-width: 600px) {
    .c-main--bottom {
      margin-top: 0;
      margin-left: 0;
      padding: 60px 20px 20px 20px; } }
.middleTop li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.middleLeft__left {
  float: right;
  margin-top: 60px;
  letter-spacing: 1px;
    width: 200px;
}

a, a:hover {
  text-decoration: none; }

.middleLeft__left li {
  margin-bottom: 17px;
  line-height: 43px;
  padding: 0 16px;
    text-align: center;
  cursor: pointer; }

.middleLeft__left--nav {
  letter-spacing: 1px; }
  .middleLeft__left--nav a {
    color: #777; }

.middleLeft__left--navClick {
  background-color: #d9473c;
  font-size: 16px;
  border-right: 6px solid #c23328;
  margin-right: -5px; }
  .middleLeft__left--navClick a {
    color: #fff; }

.middleLeft__left--nav li:hover {
  background-color: #d9473c;
  font-size: 16px; }
  .middleLeft__left--nav li:hover a {
    color: #fff; }

.middleTop {
  border-bottom: 1px solid #dedede; }
  @media only screen and (max-width: 600px) {
    .middleTop {
      height: 40px;
      overflow: hidden;
      width: 300px;
      border: none; } }

@media only screen and (max-width: 600px) {
  .middleTop__nav {
    line-height: 14px;
    border-bottom: 1px solid #dedede;
    letter-spacing: -8px; } }

.middleTop li {
  padding: 14px 30px;
  line-height: 14px; }
  @media only screen and (max-width: 600px) {
    .middleTop li {
      padding: 10px 25px;
      letter-spacing: 0; } }

.middleTop__nav a {
  color: #999 !important; }

.middleTop__navClick {
  border-bottom: 4px solid #d9473c;
  margin-bottom: -3px; }

.middleTop__navClick a {
  color: #333 !important; }
.middleTop__nav {
  border-bottom: 1px solid #bbb9b9; }

.middleTop__navClick {
  border-bottom: 4px solid #d9473c; }
.middleLeft__left--navClick {
  background-color: #d9473c;
  border-right: 6px solid #c23328; }

.middleLeft__left--nav li:hover {
  background-color: #d9473c; }
.c-right-detail__back-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

@media only screen and (max-width: 600px) {
  .c-right-detail__back-ele {
    display: none !important; } }

.c-right-detail__header {
  font-size: 18px;
  font-weight: bolder;
  padding-bottom: 18px;
  border-bottom: 2px solid #d9473c;
  overflow: hidden; }

.c-right-detail__title {
  float: left;
  width: 100%; }

.c-right-detail__title-name {
  /* padding-right: 79px; */
  font-size: 23px;
  line-height: 23px; 
      text-align: center;}
  @media only screen and (max-width: 600px) {
    .c-right-detail__title-name {
      padding-right: 0; } }

.c-right-detail__back-ele {
  float: left;
  margin-left: -60px;
  font-size: 12px;
  text-decoration: none; }
  .c-right-detail__back-ele:visited {
    color: #9a9a9a; }
  .c-right-detail__back-ele:hover {
    color: #9a9a9a;
    text-decoration: none; }
  .c-right-detail__back-ele:link {
    color: #9a9a9a; }

.c-right-detail__back-btn {
  margin-right: 5px;
  vertical-align: middle; }

.c-right-detail__img {
  width: 100%;
  margin-top: 30px; }

.c-right-detail__sub-title {
  margin-top: 30px; }

.c-right-detail__content {
  font-size: 14px;
  margin-top: 14px;
  /**color: #9a9a9a;**/ }
.c-right-detail__content img{
	max-width: 100%;
}
/*.c-right-detail__header {
  border-bottom: 2px solid #4287e4; }*/
.c-vertical-line-title {
  padding-left: 14px;
  font-size: 18px;
  font-weight: bolder;
  border-left: 2px solid #d9473c; }

.c-vertical-line-title {
  line-height: 18px;
  border-left: 4px solid #4287e4; }
td,
th {
  padding: 0;
      border: 1px solid;
}
.c-main--pag {
  background-color: #fff;
  width: 100%;
}

.middlePagTop {
  margin-left: 3px;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
}
.c-main__right {
    min-height: 600px;
    margin-left: 220px;
    border-left: 1px solid #ddd;
    padding: 60px 5% 20px 5%;
}
