*{
    padding: 0;
    margin: 0;
}
.wrap{
    /* width: 1050px; */
}
.center{
    margin: 0 20px;
}
.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: 334px;
    height: 26px;
    background: url(../images/page2/syyz_txt.png) no-repeat center center;
    position: absolute;
    bottom: 20px;
    left: 69px;
}

.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;
    height: 34px;
    line-height: 34px;
    background: #f1f5fb;
    border-radius: 18px;
}
.numberList li span{
    display: inline-block;
    padding: 0 8px;
    
}
.numberList li i{
    color: #2576d8;
    width: 24px;
    height: 24px;
    border: 1px solid #2576d8;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}
.numberList li p{
    display: inline-block;
    margin-left: 7px;
}