.header_title{
    width: 100%;
    line-height: 100px;
    background-color: royalblue;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.header_title span{
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 2.2rem;
    display: inline-block;
}
.index-title{
    height: 45px;
    line-height: 45px;
    margin-top: 1%;
    font-size: 1.5em;
    font-weight: 600;
}
.title_img{
    width: 100%;
    height: 100%;
    text-align: center;
}
.title_ul_li{
    margin-left: 20px;
    padding: 2% 0 3% 3%;
    font-size: 1.2em;
}
.title_ul_li li{
    list-style:disc;
}
.title_cont{
    margin-left: 20px;
}
