.mat-header{
    width: 100%;
    height: 42px;
    background-color: rgba(27, 125, 222, 1);
    /* border-radius: 6px; */
    display: flex;
}

.mat-menu{
    font-size: 16px;
    z-index: 10000;
    position: relative;
    width: 74%;
    font-weight: 500;
    font-family: "微软雅黑";
    float: left;
}

.mat-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mat-menu li{
    float: left;
    position: relative;
    width: 120px;
}

.mat-menu a {
    display: block;
    color: #fff;
    text-align: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    text-decoration: none;
}

.mat-menu ul ul {
    visibility: hidden;
    position: absolute;
    left: 5px;
}

.mat-menu-active {
    visibility: visible !important;
    position: absolute;
    left: 5px;
}

.mat-menu ul ul li {
    clear: both;
    font-size: 18px;
}

.mat-menu ul ul li a {
    display: block;
    width: 161px;
    height: auto;
    margin: 0;
    line-height: 36px;
    border-bottom: 1px solid cornflowerblue;
    font-size: 18px;
    background: rgba(27, 125, 222, 1);
    align-items: center;
    min-height: 36px;
}

.mat-menu ul ul li a:hover{
    background: rgba(27, 68, 143, 0.904);
}

.mat-seach{
    height: 35px;
    width: 25%;
    background-color: #fff;
    /* border-radius: 5px; */
    display: flex;
    margin-top: 3.5px;
    margin-left: 5px;
}

.mat-seach-input{
    font-size: 14px;
    width: 255px;
    height: 35px;
    padding: 2px;
}

.mat-seach-input input{
    width: 255px;
    height: 33px;
    font-size: 14px;
    border: none;
}

.mat-seach-img{
    padding: 5px 7px;
    cursor: pointer;
}

.mat-header1{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.mat-header1-1{
    width: 660px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    float: left;
    background: url('../img/小房子.jpg') no-repeat left center;
    color: #666;
}

.mat-header1-1 a{
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

.mat-header1-1 a:hover{
    color: #015ab8;
}

.List-header1-1 span{
    margin: 0 3px;
}

.mat-content{
    width: 100%;
    height: auto !important;
    min-height: 660px;
    margin: 10px auto;
    background: #fff;
    padding: 5px 10px 20px 10px;
}

.mat-content1{
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
}

.mat-content1-left{
    width: 20%;
    height: auto;
}

.mat-content1-left-div{
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background-image: url('../img/lmd.jpg');
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    padding-left: 25px;
}

.mat-content1-left-div1{
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    display: grid;
}

.mat-content1-left-div1 a{
    display: block;
    text-decoration: none;
}

.mat-content1-left-div1 a:hover{
    color: #ffffff;
    background: #399adb;
}

.mat-content1-left-a{
    width: 100%;
    padding-left: 25px;
    line-height: 35px;
    color: #999999;
    cursor: pointer;
}

.mat-content1-left-div1-a-active{
    color: #ffffff;
    background: #399adb;
}

.mat-content1-right{
    width: 79%;
    height: auto;
    margin-left: 12px;
}

.mat-content1-right-1{
    width: 100%;
    height: 35px;
    background: url('../img/right-1.png') no-repeat 10px center #dfeffe;
    padding-left: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #015ab8;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
}

.mat-box-content10{
    width: 1197px;
    height: 220px;
    padding-top: 15px;
    color: #0d70c1;
    background: #dfeffe;
    border-top: 3px solid #1074c4;
    font-size: 14px;
}

.mat-box-bottom{
    display: flex;
}

.mat-box-bottom span{
    width: 50%;
}

.mat-box-content10 a{
    text-decoration: none;
    color: #0d70c1;
    cursor: pointer;
}

.mat-box-content10 a:hover{
    color: #027DB4;
}

.mat-content1-conient1{
    width: 100%;
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 15px 0;
}

.mat-content1-conient1-div1{
    padding: 0 10px;
    display: flex;
}

.mat-span1{
    width: 50px;
    line-height: 40px;
}

.mat-span2{
    width: 855px;
}

.mat-content1-conient1-div2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mat-content1-conient1-div2 span{
    width: 16%;
    text-align: center;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.mat-content1-conient1-div2 span:hover{
    background-color: rgba(33, 150, 243, 1);
    color: #FFFFFF;
    cursor: pointer;
}

.mat-active1{
    background-color: rgba(33, 150, 243, 1);
    color: #FFFFFF;
}

.mat-dashed-line{
    width: 100%;
    padding: 0 5px;
}

.mat-select-label {
    color: #333333;
    line-height: 40px;
    font-size: 15px;
    width: 50px;
}

.mat-select-option{
    width: 200px;
    border: 1px solid;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
}

.mat-content1-conient2{
    width: 100%;
}

.mat-content1-conient2-div1{
    width: 100%;
    height: 56px;
    font-size: 15px;
    background-color: rgba(187, 222, 250, 1);
    border-bottom: 3px solid #1074c4;
    margin-top: 10px;
    display: flex;
}

.mat-content1-conient2-div2{
    width: 680px;
    height: 56px;
    line-height: 56px;
    padding-left: 10px;
    color: #985894;
    display: flex;
}

.mat-seach1{
    height: 35px;
    width: 240px;
    background-color: #fff;
    /* border-radius: 5px; */
    display: flex;
    margin-top: 10px;
    margin-left: 5px;
}

.mat-seach-input1{
    font-size: 14px;
    width: 200px;
    height: 35px;
    padding: 2px;
}

.mat-seach-input1 input{
    width: 200px;
    height: 33px;
    font-size: 14px;
    border: none;
}
    
.mat-seach-img1{
    padding: 5px 7px;
    cursor: pointer;
    width: 32px;
}

.mat-content1-conient2-div3{
    width: 100%;
}

table {
    width: 100%; /* 表格宽度 */
    border-collapse: collapse; /* 边框合并 */
}

th, td {
    border: 1px solid #ddd; /* 单元格边框 */
    padding: 8px; /* 单元格内边距 */
    text-align: center;
}

th {
    /* background-color: #f2f2f2; 表头背景色 */
    color: #1074c4;
}

td img{
    cursor: pointer;
}

.mat-content1-conient3{
    width: 100%;
}

.mat-content1-conient3-echart{
    width: 930px;
    height: 350px;
}

.mat-content1-conient3-echart1{
    width: 930px;
    height: 350px;
}

input[type="month"] {
    cursor: pointer;
}

.month-check{
    position: relative;
}

.month-check::-webkit-calendar-picker-indicator{
    position:absolute;
    right:0;
    padding-left:100%;
    cursor: pointer;
}

.mat-modal-box{
    width: 600px;
    min-height: 200px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    position: fixed;
    top: 250px;
    z-index: 1001;
}

.mat-modal-header{
    display: flex;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #ddd;
}

.mat-content1-right-3{
    width: 100%;
    height: 30px;
    margin-top: 15px;
}

.mat-content1-right-3 ul{
    text-align: center;
    overflow: hidden;
}

.mat-content1-right-3 ul li{
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    margin: 1px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}

.mat-content1-right-3 ul li:hover{
    color: #078BE9;
}

.mat-li-active{
    color: #fff;
    background: #1378c5 !important;
}

.mat-omit{
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.mat-date-year{
    width: 100%;
    display: flex;
}

.mat-date-year span,
.mat-date-month span{
    width: 50px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.mat-date-year span:hover,
.mat-date-month span:hover{
    background: #078BE9;
    color: #ffffff;
}

.mat-date-month{
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.mat-date-active{
    background: #078BE9;
    color: #ffffff;
}

.mat-date-year a{
    line-height: 32px;
    text-decoration: none;
}