@charset "UTF-8";
.main-area{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.main-left{
    float: left;
    width: 25%;
}
.main-right{
    float: right;
    width: 70%;
}
.main-area>div>div{
    background-color: white;
    border-top: 2px solid #cccccc;
    margin-bottom: 20px;
}
.main-title{
    color: #7aac4b;
    font-size: .24rem;
    height: 60px;
    line-height: 60px;
    border-top: #7aac4b 2px solid;
    width: fit-content;
    margin: 0;
    padding: 0 20px;
}
.main-left li{
    line-height: 50px;
    padding: 0 20px;
    border-top: 1px solid #cccccc;
    font-size: .16rem;
}
.main-content{
    padding: 10px 20px;
    border-top: 1px solid #cccccc;
}
.m-title{
    border-left: 4px solid #7aac4b;
    font-size: .18rem;
    color: #7aac4b;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
}
.tbl1,.tbl2{
    margin: 10px 0;
    border: 1px solid #cccccc;
    width: 100%;
    font-size: .14rem;
}
.tbl1 tr{
    border: 1px solid #cccccc;
    width: 100%;
}
.tbl1 td{
    padding: 10px;
}
.tbl2 td{
    border: 1px solid #cccccc;
    padding: 10px;
}
.tbl1 tr td:first-child,.tbl1 tr td:nth-child(3),.tbl2 tr td:first-child{
    width: 12%;
}
.main-title img{
    height: 18px;
    margin-top: -4px;
}
.main-left img{
    height: 18px;
    margin-top: -4px;
}