

.layui-tab-title {background-color: #ededed;color: #000;height: unset;white-space: unset;}
.layui-tab-title .layui-this:after{display: none;}
.layui-tab-title li{width: 143.7px;padding: unset;line-height: 50px;}
.layui-tab-title .layui-this{background-color: #006eab;color: #fff;}
.title{ text-align: center;padding: 30px 0px;}
.title img{width: 100%;height: auto;}
.list li {line-height: 50px;padding-left: 24px;background: url(./2022_kaifusjfb1_dian.png) no-repeat left 3px center;position: relative;}
.list li a { width: 76%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-size: 18px;}
.list li span{ color: #999;position: absolute;right: 3px;top: 0px;font-size: 18px;}

#EchartsBox{width: 100%;height:620px;display: flex;}
#EchartsBox>ul{width: 165px;display: flex;flex-direction: column;}
#EchartsBox>div{flex: 1;display: flex;flex-direction: column;padding: 10px;}
#EchartsBox>div>div:nth-child(1){padding: 10px 0;font-size: 24px;font-weight: bold;margin-bottom: 15px;text-align: center;}
#EchartsBox>div>div:nth-child(2){display: flex;margin: 0px auto;align-items: center;/* margin: 10px 0 0 30px; */}
#EchartsBox>div>div:nth-child(2) select{width: 110px;height: 30px;line-height: 20px;padding: 4px 10px;border: #ddd 1px solid;color: #666;background-color: #fff;font-size: 14px;color: #666;}
#EchartsBox>div>div:nth-child(2) span{padding: 0 20px;font-size: 14px;color: #666;}
#EchartsBox>div>div:nth-child(2) input{height: 30px;width: 50px;align-items: center;background: rgb(0, 110, 171);border: none;color: #fff;border-radius: 6px;margin-left: 20px;}
#EchartsBox>ul li{font-size: 16px;display: flex;background-color: #efefef;align-items: center;justify-content: center;text-align: center;flex: 1;font-family: "微软雅黑";color: #7c84a9;margin-bottom: 2px;border-radius: 5px;font-weight: 600;}
#EchartsBox>ul .active{background: rgb(0, 110, 171);color: #fff;font-weight: bold;}
#EchartsBox>div section{flex: 1;margin:20px ;}
.list_bu ul{overflow: hidden;}
.list_bu li{float: left;width: 45%;line-height: 50px;border: 1px solid #c3c0c0;text-align: center;margin-bottom: 10px;text-align:  center;}
.list_bu li:hover{background-color: #efefef;}
.list_bu ul li:nth-child(2n){margin-left: 5%;}
.list_bu .t{width: 240px;line-height: 50px;background-color: #006eab;color: #fff;font-size: 20px;margin: 10px auto;text-align: center;}
.list_bu .t a{color: #fff;}

@media screen and (max-width:500px) {
    .title{overflow: hidden;width: 100%;}
    .title a{display: block;}
    .title img {
        width: 200%;
        margin-left: -50%;
    }
    .layui-tab-title{padding: 0px 4%;}
}