/* 左侧tab菜单样式 */

.left-tab{
    width: 280px; 
    margin-top: 40px;   
}
.text-left ul li{
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
}
.text-mid ul li{
    text-align: center;
}
.left-tab .tab-title{
    width: 100%;
    height: 70px;
    background: #004fa2;
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left-tab ul li{
    width: 100%;
    height: 54px;    
    line-height: 54px;
    font-size: 16px;
    color: #646464;
    background: #f2f1f1;
    margin-bottom: 1px;
}
.left-tab ul li a{
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left-tab ul li.on,.left-tab ul li:hover{
    background: #004fa2;
}
.left-tab ul li.on a,.left-tab ul li:hover a{
    color: #fff;
}

/* 右侧内容区-样式1-文章类型 */
.right-content{
    width: 1090px;
    margin-top: 40px;
}
.right-content .content-title{
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 700;
    border-bottom: 4px solid #e7e7e7;
    height: 40px;    
}
.right-content .content-title img{
    margin-right: 10px;
}
.right-content .content-title>div{
    display: inline-block;
    height: 40px;
    border-bottom: 4px solid #004fa2;
}
.right-content h2{
    font-size: 30px;
    color: #555;
    text-align: center;
    font-weight: 500;
    padding: 20px;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 20px;
}
.right-content .article-text p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 10px;
}
.right-content .article-text p.title-h2{
    font-size: 22px;
    text-indent: 0;
    margin: 20px 0;
}
.article-text .links-btn a{
    float: left;
    display: block;
    width: 210px;
    margin-right: 10px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 18px;
    background: #f3f3f3;
    color: #555555;
}
.article-text .links-btn a:nth-of-type(5n){
    margin-right: 0;
}
.article-text .links-btn a:hover{
    background: #004fa2;
    color: #fff;
}
.article-text .tab-list .title-tab{
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 20px;
}
.article-text .tab-list .title-tab li{
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.article-text .tab-list .title-tab li.selected,.article-text .tab-list .title-tab li:hover{
    background: #004fa2;
    color: #fff;
}
.article-text .tab-list .section ul li{
    width: 100%;
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.article-text .tab-list div.section{
    display: none;
    min-height: 304px;
}
.article-text .tab-list div.show{
    display: block;
}

/* 右侧内容区-样式2-表格类型 */
.right-content .content-table{
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
.right-content .content-table table{
    width: 100%;
    border-spacing: 0;
}
.right-content .content-table table thead{
    width: 100%;
}
.right-content .content-table table thead tr td{
    height: 50px;
    text-align: center;
    background: #004fa2;
    border: none;
    color: #fff;
    font-size: 18px;
    border: 1px solid #e3e3e3;
}
.right-content .content-table table tbody tr td{
    height: 50px;
    text-align: center;
    border: 1px solid #e3e3e3;
    color: #3d3d3d;
}
.right-content .content-table table tbody tr:nth-of-type(2n){
   background: #f6f9fc; 
}

/* 右侧内容区-样式3-下载类型列表 */
.right-content .content-list-download>ul{
    width: 100%;
    margin-top: 20px;
}
.right-content .content-list-download>ul li{
    clear: both;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.right-content .content-list-download>ul li span{
    float: left;
    width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.right-content .content-list-download>ul li a{
    display: block;
    float: right;
    width: 50px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #9b9b9b;
    background: #dddddd;
    margin-top: 14px;
}
.right-content .content-list-download>ul li a:hover{
    background: #004fa2;
    color: #fff;
}

/* 右侧内容区-样式4-文档日期列表 */
.right-content .content-list-normal>ul{
    width: 100%;
    margin-top: 20px;
}
.right-content .content-list-normal>ul li{
    clear: both;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
.right-content .content-list-normal>ul li a{
    float: left;
    width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: ;
}
.right-content .content-list-normal>ul li span{
    float: right;
    font-size: 16px;
    color: #8b8b8b;
}
