.subContent {
    width: 90%;
    padding: 0 5%;
    background: url(../images/background.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.subContent .left{
    width: 275px;
    height: 100%;
    float: left;
    position: relative;
}

.subContent .right{
    width: calc(100% - 275px);
    height: 100%;
    float: left;
}

.subContent .left .box{
    width: 275px;
    height: auto;
    margin-top: 50px;
}
.subContent .left .box ul li{
    line-height: 60px;
    display: block;
    border-bottom: 1.5px solid rgba(209, 209, 209, 1);
    border-left: 1.5px solid rgba(209, 209, 209, 1);
    border-right: 1.5px solid rgba(209, 209, 209, 1);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.subContent .left .box ul li a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.subContent .left .box ul .on a {
    color: rgba(73, 107, 183, 1);
}
.subContent .left .box ul li a:hover {
    color: rgba(73, 107, 183, 1);
}
.subContent .left .box ul span {
    line-height: 60px;
    display: block;
    border: 1.5px solid rgba(73, 107, 183, 1);
    background-color: rgba(73, 107, 183, 1);
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.subContent .right_title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    position: relative;
}
.subContent .right_content {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.right_title .curChannel {
    color: rgba(73, 107, 183, 1);
    font-size: 16px;
    font-weight: 600;
}
.right_title .breadcrumb {
    background: none;
    width: auto;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.right_title .breadcrumb a:hover {
    text-decoration: none;
    font-weight: 600;
}
.right_list ul {
    list-style: none;
    width: 100%;
    text-align: left;
    margin: 0;
}
.right_list ul li {
    line-height: 80px;
    border-bottom: 1px dashed rgba(209, 209, 209, 1);
    position: relative;
}
.right_list ul li a {
    text-decoration: none;
    cursor: pointer;
    color: rgba(62, 62, 62, 1);
    font-weight: 600;
    padding-left: 24px;
}
.right_list ul li a:hover {
    color: #496bb7;
}
.right_list ul li span {
    position: absolute;
    color: rgba(152, 152, 152, 1);
    right: 0;
}
.right_list ul li img {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
}
.subArticle{min-height:500px;}
.subArticleTitle{text-align: center;}
.subArticleTitle h2{
    margin:20px 0 10px 0;
    color:#3E3E3E;
    line-height: 28px;
    font-weight: 600;
    font-size: 18px;
}
.subArticleTitle span{color:#888;font-size: 14px;}
.subArticleCon{margin:20px 0 40px 0;}
.subArticleCon {
    line-height: 20px;
    letter-spacing: 1px;
}
.subArticleMid {
    line-height: 50px;
    text-align: center;
}
.subArticleMid span {
    padding-right: 40px;
}
/*
分页
*/

.pages .container {
  background: #fdfdfd;
  border-radius: 0.2rem;
  counter-reset: pagination;
  text-align: center;
  float: right;
}
.pages .container:after {
  clear: both;
  content: "";
  display: table;
}
.pages .container ul {
  display: block;
  width: auto;
  overflow: hidden;
  text-align: right;
  position: absolute;
  right: 0;
}

.pages .large {
  width: 45rem;
}

.pages .pagination {
  text-align: right;
  height: 30px;
}

.pages .pagination ul, li {
  list-style: none;
  display: inline;
  padding-left: 0px;
}

.pages .pagination li {
  counter-increment: pagination;
  display: block;
  float: left;
  padding-left: 5px;
}
.pages .pagination li:hover a {
  color: #ffffff;
  background-color: #496bb7;
  border: solid 1px #496bb7;
}
.pages .pagination li.active a {
  color: #ffffff;
  background-color: #496bb7;
  border: solid 1px #496bb7;
}

.pages .pagination li:first-child a:after {
  content: "<";
}

.pages .pagination li:nth-child(2) {
  counter-reset: pagination;
}

.pages .pagination li:last-child a:after {
  content: ">";
}
.pages .pagination li a {
  border: solid 1px #d6d6d6;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
.pages .pagination li a:after {
  content: " " counter(pagination) " ";
}

.pages .large li a {
  display: none;
}
.pages .large li:first-child a {
  display: inline-block;
}
.pages .large li:first-child a:after {
  content: "<";
}
.pages .large li:nth-child(2) a {
  display: inline-block;
}
.pages .large li:nth-child(3) a {
  display: inline-block;
}
.pages .large li:nth-child(4) a {
  display: inline-block;
}
.pages .large li:nth-child(5) a {
  display: inline-block;
}
.pages .large li:nth-child(6) a {
  display: inline-block;
}
.pages .large li:nth-child(7) a {
  display: inline-block;
}
.pages .large li:nth-child(8) a {
  display: inline-block;
}
.pages .large li:last-child a {
  display: inline-block;
}
.pages .large li:last-child a:after {
  content: ">";
}
.pages .large li:nth-last-child(2) a {
  display: inline-block;
}
.pages .large li:nth-last-child(3) {
  display: inline-block;
}
.pages .large li:nth-child(8):after {
  padding: 0 1rem;
  content: "...";
}