*{
    padding: 0;
    margin: 0;
    font-style: normal;
}
.title{
  height: 80px;
  color: #005fba;
  font-size: 24px;
  text-align:center;
  position: relative;
}
.title .title_inner {    
    display: inline-block;
    position: relative;
    line-height: 33px;
    font-weight: 700;
    height: 80px;
}
.title .title_txt{
    display: inline-block;font-size: 24px;
}
.title .title_inner i{
    display: inline-block;
    position: relative;
    width: 60px;
    height: 48px;
    vertical-align: top;
    background: url(../images/page2/icon_title.png) no-repeat center center;
}
.title .downImg{
    display: inline-block;
    position: relative;
    width: 312px;
    height: 26px;
    background: url(../images/page2/sws_txt.png) no-repeat center center;
    position: absolute;
    bottom: 20px;
    left: 67px;
}

.line_Box{
    text-align: center;
    position: relative;
    margin-bottom: 21px;
}
.line_Box span{
    color: #2576d8;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    font-weight: 700;
}
.line_Box i{
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 255px;
    width: 237px;
    background: #ccdff1;
    left: 0;
    top: 10px;
}
.line_Box i:nth-child(1){
    left: auto;
    right: 0;
    top: 10px;
}
.txt{
    line-height: 32px;
    color: #333;
    font-size: 16px;

}
.numberList li{
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    border-bottom: 1px solid #f6f6f6;
}
.numberList li span{
    display: inline-block;
    padding-right: 8px;
    background: #f0f3f6;
    border-radius: 18px;
}
.numberList li span i{
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background:#2576d8;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
}
.numberList li span p{
    display: inline-block;
    margin-left: 7px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.numberList .ans{
    line-height: 58px;
    color: #333;
    font-size: 16px;
    color: #333;
    padding-left: 12px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.numberList li:last-child {
    border-bottom: none;
}
.numberList i{
    color: #2576d8;
    font-weight: 700;
}

.imgTxt{
    line-height: 44px;
    height: 44px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.li_img{
    width: 1012px;
    height: 302px;
    background: url(../images/page2/img2.png) no-repeat center center;
    left: -10px;
    position: relative;
}
.img2{
    background: url(../images/page2/img1.png) no-repeat center center;
}