.Breadcrumb {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 34px;
    letter-spacing: 1px;
    color: #0a080a;
}

.Breadcrumb a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #0a080a;
}

.content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 35px;
}

.wrapper {
    min-height: 100vh;
    background: #f2f2f2;
}

.contentItem {
    display: flex;
    justify-content: space-between;
}

.contentLeft {
    width: 203px;
    margin-right: 16px;

}

.leftTitle {
    height: 52px;
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #2e5399;
    text-align: center;
    line-height: 52px;
}

.contentRight {
    flex: 1;
    background: #fff;
    padding-bottom: 68px;
    padding-top: 26px;
}

.leftNav div {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #2d2d2e;
}

.leftNav {
    background: #fff;
    border-bottom: 4px solid #3265c5;
}

.leftNav a.active div {
    background: #5e9ef8;
    color: #fff;
}

.newTitle {
    margin-left: 25px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    margin-right: 18px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 44px;
    line-height: 30px;
    color: #2e5399;
}

.newTitle::after {
    width: 98px;
    height: 2px;
    background-color: #2e5399;
    border-radius: 1px;
    content: "";
    bottom: -2px;
    left: -2px;
    position: absolute;
}


.item1 {
    width: 90%;
    max-width: 798px;
    margin: 34px auto;
    padding: 25px 40px;
    border-radius: 20px;
    background: rgb(242, 242, 242);
}

.item1 p,
.item2 p,
.item3 p {
    font-size: 24px;
    position: relative;
    color: rgb(80, 80, 80);
    margin-bottom: 30px;
}

.item1 p::after,
.item2 p::after,
.item3 p::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2e5399;
}

.item1 div {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(104, 104, 104);
}

.item1 span {
    color: #f00;
}

.itemBox {
    width: 90%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item2 {
    padding: 17px 12px 17px;
    display: block;
    width: 45%;
    border-radius: 20px;
    margin-bottom: 34px;
    background: rgb(242, 242, 242);
}

.item2>div>div {
    margin-top: 25px;
    color: rgb(104, 104, 104);
    padding-bottom: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
    font-size: 16px;
    text-indent: 36px;
    margin-bottom: 26px;
}

.item2 p {
    width: 100%;
    margin: auto;
    text-indent: 36px;
}

.item2 span {
    font-size: 16px;
    display: block;
    margin-left: 36px;
    margin-right: 36px;
    color: rgb(104, 104, 104);
    line-height:30px;
}

.item2 p::after {
    left: 15px;
}

.item3 {
    width: 30%;
    border-radius: 10px;
    margin-bottom: 41px;
    background: rgb(242, 242, 242);
}


.item3 p {
    font-size: 16px;
    text-indent: 25px;
    margin-bottom: 0;
    line-height: 42px;
    color: rgb(104, 104, 104);
}

.item3 p::after {
    left: 10px;
}

.listBox .itemBox {
    justify-content: flex-start;
}

.listBox .itemBox a {

    margin-right: 3%;
}

.listBox .itemBox a:nth-child(3n) {
    margin-right: 0;
}

.listBox1 .itemBox a {
    width: 30%;
}

.footerBox {
    margin-top: 0 !important;
}

@media (max-width:800px) {
    .Breadcrumb {
        margin-left: 0;
    }

    .contentItem {
        display: block;
    }

    .contentLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .newTitle{
        width: 90%;
        margin:0 auto 44px;
    }

    .item1 {
        padding-right: 0;
        padding-left: 0;
    }

    .item1 * {
        width: 80%;
        margin: auto;
    }
    .listBox .itemBox{
        justify-content: space-between
    }
    .item2 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .item3{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
    .listBox1 .itemBox a{
        width: 100%;
        margin-bottom: 20px;
    }
}