@import url(./common.css);
.banner{
    height: 400px;
    background: url(../images/xwzx_banner.jpg) center center no-repeat;
    overflow: hidden;
}
.banner h3 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-top: 169px;
    margin-left: 51px;
}

.banner p {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    margin-top: 18px;
    margin-left: 51px;
}
/*内容页*/
.contentBox {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .contentBox .contentLeft {
    width: 215px;
    border-right: 1px solid #e3e4e6;
    margin-top: 130px;
    float: left;
  }
  .contentBox .contentLeft .info h2 {
    width: 136px;
    height: 33px;
    font-size: 18px;
    background: #022454;
    text-align: center;
    line-height: 33px;
    margin: 0 auto;
    color: #fff;
  }
  .contentBox .contentLeft .info span {
    font-size: 26px;
    color: #333;
  }
  .contentBox .contentLeft .info p {
    font-size: 42px;
    color: #333;
    text-align: center;
    display: block;
  }
  .contentBox .contentLeft .addLine {
    display: block;
    margin: 25px auto 0 auto;
    text-align: center;
    width: 138px;
    line-height: 50px;
  }
  .contentBox .contentLeft .addLine::before {
    content: '';
    display: inline-block;
    background: #e3e4e6;
    height: 1px;
    width: 30px;
    vertical-align: middle;
    float: left;
    margin: 25px 0px 0px 0px;
  }
  .contentBox .contentLeft .addLine::after {
    content: '';
    display: inline-block;
    background: #e3e4e6;
    height: 1px;
    width: 30px;
    vertical-align: middle;
    float: right;
    margin: 25px 0px 0px 0px;
  }
  .contentBox .contentRight {
    width: 960px;
    float: right;
  }
  .contentBox .contentRight h2 {
    font-size: 36px;
    color: #222222;
    font-weight: bold;
    text-align: center;
    margin: 40px 0px;
  }
  .contentBox .contentRight .contentIndex {
    line-height: 2;
    font-size: 16px;
    padding-bottom: 35px;
  }
  #share .social-share-icon{
    display: block;
    width: 70px;
    height: 70px;
    font-size: 48px;
    line-height: 70px;
    margin: 0 auto 14px;
  }
  #share .social-share-icon .wechat-qrcode{
    line-height: normal;
    left: -65px;
  }
  /* 列表页 */
  .tabBox {
    width: 1200px;
    margin: 0 auto;
  }
  .tabBox *{
    box-sizing: content-box;
  }
  .tabSlider .hd ul li.on {
    background: #0055e3;
    color: #fff;
  }
  .tabSlider .hd ul li.on a {
      color: #FFF;
  }
  .tabSlider .info ul li {
    transition: .5s all;
  }
  .tabSlider .info ul li a {
      display: block;
  }
  .tabSlider .info ul li .txt {
    width: 745px;
    padding-left: 20px;
    float: left;
  }
  .tabSlider .info ul li .txt h2 {
    font-size: 30px;
    color: #022454;
    margin-bottom: 40px;
  }
  .tabSlider .info ul li a:hover .txt h2 {
      color: #f28639;
  }
  .tabSlider .info ul li .txt p {
    color: #666;
    line-height: 26px;
  }
  .tabSlider .info ul li .txt span {
    font-size: 40px;
    color: #e5e5e5;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
  }
  .tabSlider .info ul li .txt span.more {
      float: right;
      color: #0055e3;
      font-size: 16px;
      line-height: 30px;
      border-bottom: solid 1px;
      margin-top: 15px;
  }
  .tabSlider .info ul li .txt a {
    color: #0055e3;
    display: inline-block;
    float: right;
    margin-top: 90px;
  }
  .tabSlider .info ul li .txt a::after {
    content: '';
    height: 1px;
    background: #0055e3;
    display: block;
    margin-top: 10px;
  }
  .tabSlider .info ul li .img {
    float: right;
    width: 370px;
    height: 278px;
    margin-right: 15px;
  }
  .tabSlider .info ul li .img img {
    width: 370px;
    height: 278px;
  }
  .tabSlider .info ul li:hover {
    border-bottom: solid 2px transparent;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
  }
  .tabSlider .info ul li:hover .img {
    margin-right: 15px;
  }
  .tabSlider .info ul li:hover a {
    color: #0055e3;
  }
  .tabSlider .info ul li:hover a::after {
    background: #f28639;
  }
  .tabSlider .hd {
    margin: 60px auto;
    width: 495px;
  }
  .tabSlider .hd ul li {
    width: 144px;
    height: 48px;
    margin: 0px 10px;
    float: left;
    font-size: 20px;
    color: #666666;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
  }
  .tabSlider .hd ul li a {
      font-size: 20px;
      color: #666666;
  }
  .tabSlider .info ul li {
    height: 278px;
    border-bottom: 2px solid #e3e4e6;
    margin-bottom: 20px;
    padding: 40px 0px 65px 10px;
  }
  /* pageList */
.pagelist {
	height: 50px;
	overflow: hidden;
	text-align: center;
	margin: 30px auto;
}
.pagelist a {
	height: 30px !important;
	padding: 0 !important;
	display: inline-block;
	margin-right: 5px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #DDD;
	border-radius: 3px;
	padding: 3px 10px !important;
}
.pagelist span{
	display:none;
}
.pagelist a:hover {
	box-shadow: none !important;
}
.pagelist .thisclass {
    color: #0055e3;
	border: solid 1px #0055e3 !important;
}
.pagelist a.thisclass a {
	color: #0055e3;
}
.pagelist a .pageinfo {
	color: #0055e3;
}
.page-num-current{
    color: #004499;
    border: 1px solid #004499 !important;
}