.jl-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    border-bottom: 10px solid #f6f6f6;
}

.jl-title>h3 {
    font-size: 20px;
    font-weight: 800;
    color: #333333;
    border-left: 6px solid #0362D2;
    padding-left: 20px;
    margin-right: 31px;
}

.jl-title>span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.jl-list-content>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 10px solid #f6f6f6;
}

.jl-list-content>li>img {
    height: 100px;
}

.jl-people-info>h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 14px;
}

.jl-people-info>h4>span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-left: 20px;
}

.jl-people-info>p {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.jl-people-info>p:last-child {
    margin-bottom: 0px;
}

.jl-people-info {
    width: 55%;
}

.go-jlDetail>p {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 13px;
}

.go-jlDetail>a {
    display: block;
    width: 100%;
    height: 40px;
    background: #0362D2;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.pageBox {
    text-align: center;
    margin: 20px auto;
    color: #999;
    font-size: 14px;
}

.pageBox a {
    float: none;
    border: 1px solid #d5d5d5;
    height: 28px;
    line-height: 28px;
    padding: 0 9px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #333;
    margin-right: 5px;
}

.pageBox a:hover {
    border-color: #999999;
}

.pageBox .colorRed {
    color: red;
}

.pageBox .gopage {
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #c3c3c3;
    position: relative;
    left: 0px;
    top: 0px;
    outline: none;
}

.pageBox .curr {
    background: none repeat scroll 0 0 #c3c3c3;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    z-index: 999;
    margin-right: 5px;
    display: inline-block;
}

.pageBox .disabled {
    float: none;
    display: inline-block;
    padding: 0 9px;
    margin-right: 5px;
    border: 1px solid #d5d5d5;
    background-color: #FFF;
    color: #DFDFDF;
    line-height: 28px;
}

.jllist-left {
    position: relative;
}

.transparent {
    width: 100%;
    height: 430px;
    padding-top: 230px;
    background: url('../img/jl-bj.png')no-repeat center;
    background-size: 100% 100%;
    background-color: rgba(0, green, blue, alpha);
    top: 0;
    left: 0;
    border-bottom: 10px solid #f6f6f6;
}

.transparent>div {
    width: 400px;
    height: 161px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding-top: 39px;
}

.transparent h3 {
    font-size: 18px;
    color: #333;
}

.transparent h3>span {
    color: #EF222B;
}

.transparent p {
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
    margin-bottom: 22px;
}

.transparent>div>div {
    display: flex;
    justify-content: center;
}

.transparent>div>div>a {
    display: block;
    width: 130px;
    height: 40px;
    background: #EAF4FF;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #0362D2;
}

.mfzchy {
    background: #EE5753 !important;
    color: #fff !important;
    margin-left: 25px;
}