.main {
    padding-top: 0px;
    background: #f8f9fb;
}

.content {
    width: 1024px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
}

.content1 {
    padding-top: 40px;
    background: #ffffff url(../images/news/bg1.png) no-repeat top center/100%;
    background-position: center 100px;
}

.content2 {
    padding-top: 40px;
    background: #f8f9fb url(../images/news/bg2.png) no-repeat bottom center/100%;
}

.content3 {
    padding-top: 40px;
    background: #fcfeff url(../images/news/bg3.png) no-repeat bottom center/100%;
}

.nav2 {
    width: 100%;
}

.nav2_list {
    display: block;
    padding: 10px 0;
}

.nav2 .nav2_list li {
    width: 100%;
    height: 30px;
    text-align: center;
}

.nav2 .nav2_list li a {
    text-align: center;
}

.content p {
    text-indent: 2em;
}

img.title {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

img.pic {
    display: block;
    margin: 30px 0;
}

img.pic2 {
    display: block;
    margin: 30px 0;
    margin-left: 10px;
}

img.pic3 {
    display: block;
    margin: 30px auto;
}

p.dd {
    text-indent: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 17px;
    position: relative;
}

p.dd::before {
    content: '1';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, #f6b954, #f77c3e);
    border-radius: 11px;
    position: absolute;
    top: 10px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

p.dd:nth-child(10):before {
    content: '2';
}

p.dd:nth-child(11):before {
    content: '3';
}

p.dd:nth-child(12):before {
    content: '4';
}

img.sbg {
    position: absolute;
    right: -160px;
    top: 40%;
    z-index: 100;
}

.qa li {
    margin-bottom: 30px;
}

.qa li>div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
    text-align: left;
}

.qa li>div p {
    width: 100%;
    text-indent: 0;
    margin-left: 10px;
    padding: 0 20px;
}

div.q p {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background-color: #0d90ea;
    border-radius: 20px 0 20px 0;
}

div.a p {
    font-size: 16px;
    background-color: #f4f5f8;
    border-radius: 0 20px 0 20px;
}

div.a p b {
    color: #0c8ce4;
}