@charset 'utf-8';

.xl-main{
  margin-bottom: 50px;
}
.zwxl-main {
  padding-top: 30px;
}
.zwxl-head {
  width: 1078px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 16px;
}
.zwxl-head span {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  margin-bottom: 16px;
}
.zwxl-head .tit {
  width: 98px;
}
.zwxl-head .con {
  width: 230px;
  margin-right: 31px;
}
.zwxl-title {
  text-align: center;
  padding-top: 36px;
}
.zwxl-title p.tit {
  color: #333333;
  font-size: 30px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.zwxl-bar {
  height: 32px;
  line-height: 32px;
  margin-bottom: 34px;
}
.zwxl-bar span {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.zwxl-bar span.con {
  margin-right: 50px;
}
.zwxl-font {
  padding: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  height: 26px;
}
.zwxl-font img {
  float: left;
}
.zwxl-font span {
  line-height: 26px;
  color: #6a6a6a;
  margin: 0 11px;
  cursor: pointer;
}
.zwxl-font span:hover {
  font-weight: bold;
}
.zwxl-font span.cur {
  color: #3354a2;
}
.zwxl-article {
  width: 1060px;
  margin: 0 auto;
  padding: 35px 30px 0;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}
.zwxl-article-img {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 32px;
}
.zwxl-article-img img {
  max-width: 100%;
}
.zwxl-article p {
  margin-bottom: 12px;
}
.zwxl-article p.title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}
.zwxl-article p.author {
  text-align: right;
  margin-top: 40px;
}
.zwxl-article .fj a {
  display: inline-block;
  margin-left: 20px;
  line-height: 30px;
}
.zwxl-article .fj a img {
  margin-right: 12px;
}
.zwxl-article .fj a:hover {
  text-decoration: underline;
}
.zwxl-yzm {
  margin-top: 48px;
  text-align: center;
}
.zwxl-yzm p {
  color: #666666;
  font-size: 16px;
  margin-top: 12px;
}
.zwxl-share {
  text-align: right;
  padding: 0 24px;
  margin-top: 50px;
}
.zwxl-share span {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.zwxl-share a {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.zwxl-share a:hover {
  opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
}
.zwxl-table{
  margin: 0 auto;
}
.zwxl-table .t1 {
  width: 140px;
  text-align: center;
  height: 36px;
  font-size: 16px;
  color: #333333;
}
.zwxl-table,.zwxl-table tr,.zwxl-table td {
  border: 1px solid #e5e5e5;
}
.zwxl-table .t2 {
  width: 430px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .xl-main{
    padding: 0 .2rem;
    margin-bottom: 0;
  }
  .zwxl-title{
    padding-top: .3rem;
  }
  .zwxl-title p.tit{
    padding: 0 .3rem;
    font-size: .5rem;
  }
  .zwxl-bar{
    height: auto;
    padding: 0 .3rem;
    margin-bottom: .3rem;
  }
  .zwxl-bar span{
    font-size: .32rem;
  }
  .zwxl-bar span.con{
    margin-right: .3rem;
  }
  .zwxl-font{
    margin-top: .2rem;
  }
  .zwxl-article{
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  #div_div{
    display: none;
  }
  .zwxl-table, .zwxl-table tr, .zwxl-table td{
    word-break: break-all
  }
  .zwxl-table .t1{
    font-size: .3rem;
    width: 25%;
  }
  .zwxl-table{
    display: none;
    margin: 0;
  }
  .zwxl-table.h5show{
    display: block;
  }
  .zwxl-table .t2{
    padding: 0 .15rem;
    font-size: .3rem;
    word-break: break-all;
  }
  .jdcont{
    width: 100%;
  }
  .jdcont a{
    display: inline-block;
  }
}