/* footer */
.footer-wrapper{
  width: 100%;
  background: #e6e6e6;
}
.footer-wrapper p{
  padding: .4rem 0;
  line-height: .42rem;
  text-align: center;
  font-size: .24rem;
  color: #666;
}
.footer-wrapper p a{
  color: #666;
}

#header {
  /*position: fixed;*/
  /*left: 0; top: 0;*/
  /*z-index: 3;*/
  position: relative;
  width: 100%;
  background: #137dea;
  height: 1.04rem;
  line-height: 1.04rem;
  color: #fff;
}
.header-wrapper{
  width: 100%;
  height: 0;
  padding-bottom: 22.4%;
}
.header-wrapper img{
  width: 100%;
}

.fillerBox{
  width: 100%;
  padding: .42rem 0;
}
.btn-back{
  position: absolute;
  left: .2rem;
  top: 0;
}
.btn-back i{
  font-size: .34rem;
  color: #fff;
}

#header h2{
  width: 100%;
  line-height:1.04rem;
  text-align: center;
  color: #fff;
  font-size: .36rem;
}
#doc-dropdown-justify{
  position: absolute;
  right: .2rem;
  top: 0;
}

.am-btn{
  background: none;
  font-size: .3rem;
  padding: 0;
  border-radius: 0;
}
.am-btn .fa{
  color: #fff;
}
.am-btn .iconfont{
  font-size: .32rem;
  color: #fff;
}
.am-btn:focus,
.am-btn:active:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0;
}
.am-btn:hover,
.am-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #0f5892;
}
.am-btn:active,
.am-btn.am-active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.am-dropdown-flip .am-dropdown-content{
  right: -12px;
}
.am-dropdown-flip .am-dropdown-content:after, .am-dropdown-flip .am-dropdown-content:before{
  right: 20px;
}
.am-dropdown-content{
  border: none;
  padding: 0 10px;
  background: none;
}
.dropdownContent{
  border: 1px solid #ddd;
  padding: 15px;
  overflow: hidden;
  background: #fff;
}
.am-input-group-primary .am-input-group-btn>.am-btn, .am-input-group-primary .am-input-group-label, .am-input-group-primary.am-input-group .am-form-field{
  border-color: #1a71b6;
}
.am-input-group-btn:last-child>.am-btn, .am-input-group-btn:last-child>.am-btn-group{
  background: #1a71b6;
  padding: 0 0.72rem 0.25rem 0.7rem;
}

/* 侧边栏 */
.am-offcanvas-content{
  padding: .2rem 0;
}
.topSubNav{
  overflow:hidden;
}
.topSubNav li.li1{
  float:left;
  width:100%;
  margin: .18rem 0;
  background: none;
}
.topSubNav li.li1 a{
  display:block;
  color:#d7d6d6;
  font-weight: normal;
  font-size: .28rem;
}
.topSubNav li.li1 a.a1{
  padding: 0 .4rem;
}

.topSubNav .sub-nav1{
  padding: .14rem 0;
  margin-top: .22rem;
  background: rgba(86, 86, 86, 0.82);
  box-shadow: 0px 4px 12px -6px #000 inset;
}
.topSubNav .sub-nav1 li{
  background: none;
  border: none;
}
.topSubNav .sub-nav1 li a{
  font-size: .26rem;
  padding: .18rem 0 .18rem .4rem;
}
.am-offcanvas-bar{
  background: rgba(0, 0, 0, 0.82);
}
.am-offcanvas-bar{
  width: 3.4rem;
}

#mainBox {
  background: #fff;
  padding: .2rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}


.twList li {
  padding: .2rem 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.twList li > a {
  display: block;
  overflow: hidden;
}
.twList li span{
  font-size: .22rem;
  color: #999;
}
.twList li span.name{
  color:#1a71b6;
}
.twList li span.time{
  color:#999;
}
.twList .pic {
  float: left;
  margin-right: 3%;
  width: 28%;
}
.twList .pic img {
  height: auto;
  width: 100%;
}
.twList .con {
  overflow: hidden;
  zoom: 1;
}
.twList .title {
  font-size: .28rem;
  line-height: .4rem;
  margin-bottom: .08rem;
  overflow: hidden;
}
.twList .intro {
  line-height: .4rem;
  color: #777;
  overflow: hidden;
  font-size: .24rem;
  margin-bottom: .08rem;
  max-height: .8rem;
}
.twList .title a:hover {
  text-decoration: none;
}

.moreBtn {
  margin-top: .18rem;
  height: .62rem;
  line-height: .62rem;
  background: #eee;
  text-align: center;
  display: block;
  color: #666;
  font-size: .28rem;
  border-radius: 4px;
}

.page-list{
  padding: .2rem 0;
  text-align: center;
}

.page-list a{
  display: inline-block;
  padding: .1rem;
  border: 1px solid #ddd;
  border-radius: .1rem;
}



/* 文章内容页 -----------------------------------------*/
.articleCon {
  text-align: left;
  padding: 3%;
  text-align: justify;
}
.articleCon .title {
  font-size: .32rem;
  line-height: .52rem;
  margin-bottom: .2rem;
  text-align: center;
}
.articleCon .subTitle {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 10px;
}
.articleCon .property {
  overflow: hidden;
  font-size: .24rem;
  padding-bottom: .2rem;
  color: #999;
  border-bottom: 1px solid #ddd;
  line-height: .3rem;
}
.articleCon .property .size {
  float: right;
  font-size: 0;
}
.articleCon .property .size a {
  display: inline-block;
  border: 1px solid #ddd;
  color: #888;
  width: .4rem;
  height: .34rem;
  text-align: center;
  line-height: .34rem;
  font-size: .16rem;
  vertical-align: top;
  margin-left: .1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.articleCon .property .size .l {
  font-size: .28rem;
  font-weight: 500;
}
.articleCon .property span {
  margin-right: .2rem;
}
.articleCon .userControl {
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  padding: 10px 0;
}
.articleCon .userControl .a {
  color: #777;
  margin: 10px 10px 0 0;
  float: left;
}
.detinfo li{
  margin-bottom: .1rem;
  padding-bottom: .1rem;
  line-height: .4rem;
  border-bottom: 1px dashed #ddd;
}
.articleCon .conTxt {
  color: #333;
  padding: .2rem 0;
  font-size: .28rem;
  line-height: .46rem;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
}
.articleCon .conTxt table{
  width: 100%;
  border-collapse: collapse;
}
.articleCon .conTxt table td,.articleCon .conTxt table th{
  border: 1px solid #ccc;
  padding: 4px;
}
.articleCon .conTxt img {
  max-width: 100%!important;
  height: auto !important;
  display: block;
}
.articleCon .conTxt p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.articleCon .conTxt table p {
  margin-bottom: 0px;
}
.articleCon .conTxt a {
  color: blue;
  text-decoration: underline;
}
.articleCon .conTxt em {
  font-style: italic;
}
.articleCon .conTxt ul, .articleCon .conTxt ol {
  padding-left: 2em;
}
.articleCon .conTxt ul li {
  zoom: normal;
  list-style: square;
  text-indent: 0 !important;
}
.articleCon .conTxt ol li {
  zoom: normal;
  list-style: decimal;
  text-indent: 0 !important;
}
.printArea .conTxt h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.printArea .conTxt h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.printArea .conTxt h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.printArea .conTxt h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.printArea .conTxt h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.printArea .conTxt h1, .printArea .conTxt h2, .printArea .conTxt h3, .printArea .conTxt h4, .printArea .conTxt h5, .printArea .conTxt h6, .printArea .conTxt b, .printArea .conTxt strong {
  font-weight: bolder;
}
.articleCon .page {
  padding: 10px 0;
  text-align: center;
}
.articleCon .vedioPlayer {
  background: #000;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  height: auto;
}
.articleCon .others {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size:14px;
}
.articleCon .others .prev, .articleCon .others .next {
  padding: 5px 0;
}
.articleCon .others .date {
  color: #999;
  font-size: 14px;
}

#mainBox .othersMessage {
  line-height: .3rem;
  margin-bottom: .2rem;
  font-size: .26rem;
  border-top: 1px solid #ddd;
  padding-top: .14rem;
}
#mainBox .othersMessage .prev, #mainBox .othersMessage .next {
  padding: .06rem 0;
}
#mainBox .othersMessage .date {
  color: #999;
  font-size: 14px;
}
