
.jieshaomain{
    display: flex;
}
.jslabel{
    width: 100%;
    text-align: center;
}
.jslabel .index_title{
    width: 100%;
    text-align: center;
}
.jslabel .index_titleImg{
    width: 100%;
    text-align: center;
}
.jslabel .index_titleImg .index_titletext{
    width: 100%;
    text-align: center;
}
.jsleft{
    width: 35%;
    padding: 30px;
}
.jsright{
    width: 65%;
    padding: 30px;
}
.jsleft .jstitle{
    position: relative;
    font-size: 36px;
    color: #0551a9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.jsleft .jstitle:after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2em;
    height: 1px;
    margin-left: -5px;
    border-bottom: 2px solid #cccccc;
}
.jsleft .jscontent{
    margin-bottom: 20px;
}

.jsright .jsitem .jstitle{
    position: relative;
    font-size: 24px;
    color: #0551a9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.jsright .jsitem .jstitle:after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1px;
    margin-left: -5px;
    border-bottom: 2px solid #cccccc;
}
.jsright .jsitem .jscontent{
    margin-bottom: 20px;
}