/* section */

.section {
  width: 100%;
  padding-bottom: 30px;
}

.section > .container {
  /*padding: 60px 114px 100px;*/
  background: #ffffff;
}

.title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.info-attr {
  width: 100%;
  height: 46px;
  line-height: 45px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 60px;
}

.info-attr td {
  padding: 0 10px;
  color: #999999;
  font-size: 14px;
}

.info-attr td a {
  color: #999999;
}

.info-attr .change-size > a {
  color: #1a56a8;
}

.bdsharebuttonbox {
  padding-left: 25px;
  background: url(icon-share.png) no-repeat left center;
}

.info-cont {
  width: 100%;
  padding-top: 40px;
  font-size: 16px;
}

.info-cont p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
  text-indent: 2em;
}

/*******自适应*********/

@media only screen and (min-width: 700px) and (max-width: 1024px){
	body {
    min-width: 0;
    background-color: #fff;
  }
  .banner{
	  width: 100%;
	  height: auto !important;
  }
  .current-position {
    height: 50px;
    line-height: 50px;
  }
  .current-position > .container {
    background: url(postion.png) no-repeat 10px center;
    padding-left: 30px;
  }
  .section {
	    overflow: hidden;
    padding-bottom: 10px;
  }
  .container {
    width: 100%;
  }
  .section > .container {
    padding: 0;
  }

  .title {
    /* height: 45px; */
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
  }
  /* 时间来源字号 */
  .td-yc {
    display: none;
  }
  .fasj-td,
  .ly-td,
  .zh-td {
    display: block;
    width: 100%;
  }
  .info-attr td {
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .info-attr {
    height: 70px;
    line-height: 20px;
    margin-top: 40px;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 15px;
  }
  .info-cont {
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    padding-left: 2px;
    line-height: 20px;
  }
  .info-cont p {
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 2em;
  }

  /* 头尾公共样式 */
  body {
    min-width: 100%;
    width: 100%;
    background: #fff;
  }

  .container {
    width: 100% !important;
    margin: 0 auto;
  }

  .section {
    overflow: hidden;
  }

  .section > .container {
    padding: 10px !important;
    background: #ffffff !important;
  }
  .top {
    display: none;
  }
  .search-box {
    display: none;
  }
  .link-nav {
    display: none;
  }
  .nav {
    height: auto !important;
  }
  .nav-list li {
    float: left;
    width: 33.3% !important;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #6a91c6;
  }
  .logo {
    display: none;
  }
  .common-list-tit li {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .common-list-tit {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eae8e8;
  }
  .name {
    position: initial !important;
    width: 100%;
  }

  .box-5 {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    float: left;
  }
  .links .tit li {
    width: 33.3% !important;
  }
  .footer {
    height: auto !important;
  }
  .foot-box {
    margin: 0 !important;
    height: auto;
  }
  .dzjg,
  #_jiucuo_,
  #_span_jiucuo {
    display: none;
  }
  .foot-nav {
    text-align: center;
    margin-left: 85px;
  }
  .foot-box p {
    height: auto !important;
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 700px) {
  body {
    min-width: 0;
    background-color: #fff;
  }
  .banner{
	  width: 100%;
	  height: auto !important;
  }
  .current-position {
    height: 50px;
    line-height: 50px;
  }
  .current-position > .container {
    background: url(postion.png) no-repeat 10px center;
    padding-left: 30px;
  }
  .section {
	    overflow: hidden;
    padding-bottom: 10px;
  }
  .container {
    width: 100%;
  }
  .section > .container {
    padding: 0;
  }

  .title {
    /* height: 45px; */
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
  }
  /* 时间来源字号 */
  .td-yc {
    display: none;
  }
  .fasj-td,
  .ly-td,
  .zh-td {
    display: block;
    width: 100%;
  }
  .info-attr td {
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .info-attr {
    height: 70px;
    line-height: 20px;
    margin-top: 40px;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 15px;
  }
  .info-cont {
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    padding-left: 2px;
    line-height: 20px;
  }
  .info-cont p {
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 2em;
  }

  /* 头尾公共样式 */
  body {
    min-width: 100%;
    width: 100%;
    background: #fff;
  }

  .container {
    width: 100% !important;
    margin: 0 auto;
  }

  .section {
    overflow: hidden;
  }

  .section > .container {
    padding: 10px !important;
    background: #ffffff !important;
  }
  .top {
    display: none;
  }
  .search-box {
    display: none;
  }
  .link-nav {
    display: none;
  }
  .nav {
    height: auto !important;
  }
  .nav-list li {
    float: left;
    width: 33.3% !important;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #6a91c6;
  }
  .logo {
    display: none;
  }
  .common-list-tit li {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .common-list-tit {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eae8e8;
  }
  .name {
    position: initial !important;
    width: 100%;
  }

  .box-5 {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    float: left;
  }
  .links .tit li {
    width: 33.3% !important;
  }
  .footer {
    height: auto !important;
  }
  .foot-box {
    margin: 0 !important;
    height: auto;
  }
  .dzjg,
  #_jiucuo_,
  #_span_jiucuo {
    display: none;
  }
  .foot-nav {
    text-align: center;
    margin-left: 85px;
  }
  .foot-box p {
    height: auto !important;
    text-align: center;
    padding: 0 20px;
  }
}
