/* 侧边导航 */
.leftmenu{
    float: left;
    width: 350px;
}
.content .menuCon ul li:first-child a{
    font-weight: 600; 
    color: #003366;
    background-color: #f9fbfd;
}
/*.content .menuCon ul . a{
	font-weight: 600; 
    color: #003366;
    background-color: #f9fbfd;
}*/

.content .menuCon li.active::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 30px;
    background-color: #003366;
}
/* 报表填写统计 */
.leftmenu .baobiaotj{
    width: 340px;
    height: 500px;
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 40px;
}
.leftmenu .baobiaotj p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.leftmenu .baobiaotj table{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}
.leftmenu .baobiaotj tr{
    height: 36px;
}
.leftmenu .baobiaotj th,
.leftmenu .baobiaotj td{
    border: 1px solid #f2f2f2;
}
.leftmenu .baobiaotj thead tr,
.leftmenu .baobiaotj tbody tr:nth-child(2n){
    background-color: #f9fbfd;
}

/* 详情内容 */
.details {
    float: right;
    display: table;
    padding: 20px 40px;
    min-height: 300px;
    width: 890px; 
    background-color: #fff;
}
.details h2{
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    color: #003366;
}
.details .splitline{
    margin-top: 20px;
    margin-bottom: 20px;
}
.details .splitline div:first-child{
    margin-bottom: 2px;
    height: 3px;
    background-color: #003366;
}
.details .splitline div:last-child{
    height: 1px;
    background-color: #003366;
}
/* .details p{
    text-indent: 2rem;
} */