
.sysjs_title{
    margin-top: 36px;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0px;
    color: #3D3D3D;
    text-align: center;
}

.sysjs_line{
    margin-top: 45px;
    height: 1px;
    border: 1px dashed #D8D8D8;
    margin-bottom: 45px;
}


.sysjs_desc{
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.ystd_content{
    padding: 20px;
}

.ystd_search{
    width: 1026px;
    border-radius: 4px;
    background: #F4F4F4;
    padding: 20px;
    margin-top: 15px;
}

.ystd_tip{
    width: 140px;
    height: 24px;
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    color: #396BB7;
    margin-bottom: 10px;
}


.ystd_search_inputs{
}
.ystd_search_notxt{
    padding-left: 10px;
    font-size: 16px;
    /* outline: none; */
    height: 48px;
    line-height: 48px;
    width: 456px;
    color: rgb(102, 102, 102);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    border: 1px solid #0c4994;
    margin-top: -39px;
}


.ystd_search_button{
    width: 95px;
    cursor: pointer;
    background: url(2025_yjs_common_search_btn.png) no-repeat center #0c4994;
    height: 48px;
    line-height: 48px;
    border: none;
    margin-top: 20px;
}

.ystd_search_btn{
    display: flex;
}

.ystd_search_btn span{
    cursor: pointer;
    margin-right: 20px;
}


.ystd_search_btn_select{
    color: #396BB7;
    font-weight: bold;
}

.ystd_search_btn span:hover{
    color: #396BB7;
    font-weight: bold;
}

.ystd_search_all{
    width: 53px;
    height: 19px;
    border-radius: 2px;
    background: #396BB7;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.ystd_search_all :hover{
    color: #ffffff !important;
}


.ystd_info_name{
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.ystd_info_name span{
margin-right: 20px;
}



.ystd_info_intro{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}


.ystd_info_intro_img{
    width: 16px;
    height: 16px;
    border-radius: 30px;
    margin-top: 5px;
    margin-right: -19px;
}

.ystd_info_intro_title{
    margin-left: 15px;
    height: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    width: 120px !important;
    background-image: url(2025_yjs_common_person_title_icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
