.center-container {
    width: 100%;
    min-height: 820px;
    background: url(../img/jb.png);
    background: linear-gradient(rgb(149, 195, 221), rgb(227, 244, 255), rgb(146, 193, 219));
   }
   .list-content {
    width: 1200px;
    padding: 15px 0;
    margin:0 auto;
   }
   .center-container .left-nav {
    width: 266px;
    float: left;
    background-color: #fff;
   }
   .left-nav .title {
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #2267b1;
   }
   .left-nav ul {
    border: 1px solid #e5e5e5;
    min-height: 660px;
   }
   .left-nav ul li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: bottom;
   }
   
   .left-nav .left-nav-link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 65px;
   }
   .list-content .right-list {
    float: right;
    width: 835px;
    padding: 0 40px 20px;
    border: #e5e5e5 1px solid;
    min-height: 730px;
    background-color: #fff;
    overflow: hidden;
    height: auto;
   }
   .right-list .right-list-hd {
    height: 61px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
   }
   .right-list .right-list-hd h4 {
    float: left;
    text-decoration: none;
    font-size: 24px;
    color: #0061bd;
    font-size: bold;
    border-bottom: 2px solid #007cdc;
   } 
   .right-list .right-list-hd span {
    float: right;
    color: #666;
    font-size: 12px;
   }
   .right-list .right-list-hd span a {
    color: #666;
    text-decoration: none;
   }
   .right-list .content-list {
    margin-top: 15px;
    list-style: none;
    padding-left: 15px;
   }


   .right-list .anchor-list {
    margin-top: 15px;
    list-style: none;
    padding-left: 15px;
   }


   .right-list .anchor-list-item {
    height: 40px;
    line-height: 40px;
    list-style: disc;
    font-size: 14px;
    color: #999;
   }


   .right-list .anchor-list-item a{
    text-decoration: none;
    color: #333;
   }


   .right-list .content-list-item {
    height: 40px;
    line-height: 40px;
    list-style: disc;
    font-size: 14px;
    color: #999;
    text-align: right; 
   }
   .right-list .content-list-item .content-list-item-link {
    float: left;
    color: #333;
    text-decoration: none;
   }
   .right-list .content-list-item .content-list-item-time {
    float: right;
   }
   .center-container .list-bottom {
    text-align: center;
   }
   .headStyle,.headStyle td,.headStyle div {
    font-size: 12px;
    font-family: '宋体';
    color: #000;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
   }  
   .headStyle .prevDisabled {
    font-size: 12px;
       font-family: 宋体;
       display: inline-block;
       height: 14px;
       margin-right: 3px;
       padding: 2px 4px;
       background: #fff;
       color: #ccc;
       border: solid 1px #AFD5F5;
       line-height: 14px;
   }
   .headStyle a:link {
       font-size: 12px;
       font-family: 宋体;
       color: #000000;
       text-decoration: none;
       line-height: 14px;
   }
   .headStyle a:visited {
    font-size: 12px;
       font-family: 宋体;
       color: #000000;
       text-decoration: none;
       line-height: 14px;
   }
   .headStyle .next {
    font-size: 12px;
       font-family: 宋体;
       margin-left: 2px;
       padding: 2px 4px;
       line-height: 14px;
   }