 .content {
    width: 1200px;
    height: 100%;
    background: rgb(255, 255, 255);
    overflow-y: scroll;
}

 .content .title {
    width: 1200px;
    font-size: 24px;
    line-height: 100px;
    color: rgb(76, 91, 88);
    padding: 0px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

 .content .nt {
    color: rgb(51, 51, 51);
    font-weight: bold;
}

 .content .xian {
    width: 960px;
    height: 4px;
    display: inline-block;
    background: rgb(250, 247, 243)
}

 .content ul li {
    padding-left: 50px;
    box-sizing: border-box;
}

 .content .l1 {
    color: rgb(150, 149, 151);
    font-size: 24px;
    line-height: 40px;
}

 .content .l2 {
    width: 815px;
    padding: 0 50px;
}

 .content .l3 {
    width: 50px;
    height: 50px;
    font-size: 36px;
    color: rgb(203, 206, 206);
    background: rgb(238, 241, 241);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .content .l21 {
    color: rgb(40, 46, 46);
    font-size: 24px;
    line-height: 40px;
}

 .content .l22 {
    width: 25px;
    height: 4px;
    background: rgb(52, 115, 182);
    margin: 20px 0px;
}

 .content .l23 {
    color: rgb(167, 172, 174);
    font-size: 24px;
    line-height: 40px;
}

 .content ul {
    margin-top: 20px;
    padding: 0px 50px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 40px!important;
}

 .content ul li {
    display: flex;
    margin-bottom: 45px;
}


.title1 {
    font-size: 28px;
    color: rgb(25, 89, 157);
    line-height: 32px;
}

.title2 {
    font-size: 32px;
    color: rgb(25, 89, 157)
}

.title11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    border-top: 2px solid rgb(237, 237, 237);
    border-bottom: 2px solid rgb(237, 237, 237);
}

.title12 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: rgb(102, 102, 102)
}

.title12 span {
    padding: 0 5px;
}

button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    border-radius: 30px;
    color: rgb(13, 110, 206);
    border: 1px solid rgb(13, 110, 206);
    background: rgb(188, 211, 252);
    position: relative;
}

button img {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -48px;
    left: -20px;
}

button div {
    position: absolute;
    top: 8px;
    left: 42px;
}

.tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aa {
    color: rgb(0, 0, 0)
}

.aaa {
    color: rgb(255, 255, 255)
}

.article {
    text-indent: 2em;
    margin-bottom: 45px;
}

.article p {
    margin-bottom: 10px;
}

.describe {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

.describe div {
    margin: 6px 0px;
}

.aaa {
    color: rgb(255, 255, 255)
}

#zoom p{
/*font-size:24px!important;*/
line-height: 45px!important;
}
#zoom table {
display: block;
    width: 1080px !important;
    table-layout: fixed;
    word-wrap: break-word;
}
#zoom td {
    padding: 0px 3px !important;
    border: 1px solid #333;
}
table td p {
    text-indent: 0em !important;
}
b, strong {
    font-weight: 700;
}