.listContainer {
    height: 870px;
    background-color: #fff;
    padding: 14px 10px;
    padding-bottom: 1rem;
    width: 1100px;
    margin: 0 auto;
    border: 1px solid #efefef;
    position: relative;
}

.listLeft {
    width: 210px;
    height: auto;
    background-image: linear-gradient(-1deg, #f8fcff 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
    border: solid 1px #d2f2fd;
}

.listLeft .listLtitle {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(-1deg, #afd5f6 0%, #ddfbff 100%), linear-gradient(#ecf9ff, #ecf9ff);
    border: solid 1px #d7f1fe;
    font-size: 18px;
    color: #0054a2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listLeft .listLcontent {
    padding: 10px;
    min-height: 750px;
}

.listLeft .listLcontent a {
    display: block;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(-1deg, #f1f1f1 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
    border: solid 1px #eeeeee;
    text-align: center;
    font-size: 16px;
    color: #acacac;
    line-height: 32px;
    margin-bottom: 10px;
}

.listLcontent a.listactive {
    background-image: url(../img/listflBg.png);
    border: none;
    background-size: 100% 100%;
    color: #0054a2;
}

.listRight {
    width: 870px;
    min-height: 750px;
    background-color: #ffffff;
    margin-left: 14px;
}

.listRight .leftTitleName {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(-1deg, #ffffff 0%, #f5f5f5 100%), linear-gradient(#ecf9ff, #ecf9ff);
    position: relative;
}

.leftTitleName .titleName {
    position: absolute;
    width: 18%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #0054a2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listRight .leftListContent {
    width: auto;
    min-height: 750px;
    border: solid 1px #eeeeee;
    border-top: none;
    padding: 12px 0;
}

.listRight .leftListContent p img {
    width: 138px !important;
}

.leftListContent ul li {
    line-height: 36px;
    text-align: left;
    margin: 7px 0;
    position: relative;
    padding-left: 45px;
    padding-right: 25px;
}

.leftListContent ul li i {
    width: 4px;
    height: 4px;
    background: #9bcfff;
    border-radius: 2px;
    position: absolute;
    left: 26px;
    top: 48%;
    margin-top: -3px;
}

.leftListContent ul li a {
    padding-left: 14px;
    line-height: 36px;
    text-overflow: ellipsis;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
}

.leftListContent ul li span {
    font-size: 16px;
    color: #000000;
    float: right;
}

