.body {
    width: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
}

.zp {
    width: 1200px;
    background-color: #FFFFFF;
    margin: 10px auto;
    box-sizing: border-box;
    padding: 30px 20px;
}

.zp>p {
    font-size: 16px;

    font-weight: bold;
    color: #0362D2;
    border-left: 4px solid #0362D2;
    padding-left: 15px;
}

.zp>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 28px 20px 0 11px;

    font-weight: 400;
}

.zp>ul>li {
    margin-bottom: 5px;
    box-sizing: border-box;
}

.zp>ul>li>a {
    color: #333333;
    display: block;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 56px;
    border-bottom: 1px solid #fff;
}

.zp>ul>li>a:hover {
    border-bottom: 1px solid #333;
}

.xlq_body {
    width: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
    /* margin-bottom: 10px; */
    padding-bottom: 23px;
}

.xlq_body .xlq_main {
    width: 1200px;
    margin: auto;
}

.xlq_body .xlq_main .mbxNav {
    height: 41px;
    line-height: 39px;
    font-size: 14px;
    margin-top: 10px;
}

.xlq_body .xlq_main .mbxNav img {
    margin: -5px 5px 0 0;
    vertical-align: middle;
}

.xlq_main .mbxNav a {
    color: #2653A5;
}

.xlq_content {
    display: flex;
    justify-content: space-between;
}

.xlq_content .left_content {
    width: 880px;
    overflow: hidden;
}

.xlq_content .right_content {
    width: 310px;
}

.xlq_content .left_content .xlq_rczp {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 15px 20px;
    box-sizing: border-box;
}

.xlq_content .left_content .xlq_rczp>h2 {
    height: 30px;
    width: 210px;
    text-align: center;
    line-height: 30px;
    border-left: 8px solid #0362D2;
    font-weight: bold;
}

.xlq_content .left_content .xlq_rczp>.xq {
    background-color: #F6F6F6;
    margin-top: 20px;
}

.xlq_content .left_content .xlq_rczp>.xq>p>span {
    color: #0362D2
}

.xlq_content .left_content .xlq_rczp>.xq>p {
    font-size: 14px;

    font-weight: 500;
    line-height: 30px;
    padding: 10px 20px;
}

.xlq_rczp .xlq_zxzx {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.xlq_rczp .xlq_zxzx>.zx {
    width: 270px;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.xlq_rczp .xlq_zxzx>.zx>p {
    width: 270px;
    height: 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}

.xlq_rczp .xlq_zxzx>.zx>p>span {
    font-size: 16px;

    font-weight: bold;
    color: #0362D2;
    text-align: center;
    width: 90px;
    display: inline-block;
    line-height: 40px;
    border-bottom: 3px solid #0362D2;
}

.xlq_rczp .xlq_zxzx>.zx>ul {
    padding: 12px 12px 0 15px;
    height: 142px;
    font-size: 14px;
    line-height: 32px;
}

.xlq_rczp .xlq_zxzx>.zx>ul>li>a {
    color: #333333;
    font-size: 14px;
    width: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xlq_rczp .xlq_zxzx>.zx>ul>li>a:hover {
    color: #0362D2;
}

.left_content .xlq_nczp {
    width: 880px;
    height: 760px;
    background: #FFFFFF;
    margin-top: 20px;
}

.nczp {
    width: 100%;
    height: 42px;
}

.xlq_nczp .title,
.xlq_ncrczp .title {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    height: 42px;
    font-size: 20px;

    font-weight: 800;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background: url(/assets/new_img/jxrczp_test/z.png) no-repeat;
    background-size: 100% auto;
    margin-top: -8px;
}

.xlq_nczp>.nczp>span,
.xlq_ncrczp>.nczp>span {
    height: 10px;
    font-size: 12px;

    font-weight: 500;
    color: #0362D2;
    line-height: 22px;
    display: inline-block;
}

.xlq_nczp .xlq_city {
    width: 840px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF;
}

.xlq_nczp .xlq_city .dz>img {
    vertical-align: middle;
}

.xlq_nczp .xlq_city .dz span {
    font-size: 14px;

    font-weight: 500;
    color: #333333;
    margin-left: 10px;
    line-height: 50px;
}

.xlq_nczp .xlq_city .dz span>a {
    color: #0362D2
}

.xlq_nczp .xlq_city>ul {
    display: flex;
    justify-content: space-evenly;
    height: 14px;
    font-size: 14px;

    font-weight: 500;
}

.xlq_nczp .xlq_city>ul>li {
    line-height: 50px;
      padding: 0 1px;
}

.xlq_nczp .xlq_city>ul>li>a {
    color: #666666;
  margin-right: 15px;
}

.xlq_nczp .xlq_city>ul>li>a:hover,
.xlq_nczp .xlq_city .gd>a:hover {
    color: #0362D2
}

.xlq_nczp .xlq_city .gd>a {
    font-size: 14px;

    font-weight: 500;
    color: #666666;
    line-height: 50px;
}

.xlq_nczp .xlq_city .gd>img {
    margin-left: 3px;
}

.xlq_zcbd {
    padding: 0 20px;
}

.xlq_zcbd>.imgs {
    margin-top: 15px;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.xlq_zcbd>.imgs>p {
    margin-left: 25px;
}

.xlq_zcbd>.imgs>p>a {
    display: block;
    color: #333333;
    margin: 10px 0px;
}

.xlq_zcbd>.imgs>p>span {
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
}

.xlq_zcbd>.imgs>p>span>a {
    color: #40588A;
}

.xlq_zcbd>.xlq_list {
    margin-top: 37px;
    display: flex;
    justify-content: flex-start;
}

.xlq_zcbd>.xlq_list>ul {
    width: 270px;
    height: 205px;
    background: #F6F6F6;
    padding: 8px 0 0 20px;
    margin-right: 10px;
    box-sizing: border-box;
}

.xlq_zcbd>.xlq_list>ul>li {
    font-size: 14px;

    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.xlq_zcbd>.xlq_list>ul>li>a {
    color: #333333;
    /*width: 160px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xlq_zcbd>.xlq_list>ul>li>a:hover {
    color: #005BC6;
}

.xlq_ncrczp {
    margin-top: 20px;
    width: 880px;
    /* height: 460px; */
    height: auto;
    padding-bottom: 25px;
    background: #FFFFFF;
}

.xlq_ncrczp .xla_tabs>.tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 20px;
}

.xlq_ncrczp .xla_tabs>.tabs>ul {
    width: 200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: #F5FAFF;
}

.xlq_ncrczp .xla_tabs .tabs .active {
    background-color: #C9E2FF;
}

.xlq_ncrczp .xla_tabs .tabs .bold {
    font-weight: bold;
}

.xlq_ncrczp .xla_tabs>.tabs>ul>li {
    width: 200px;
    background: #F5FAFF;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.xlq_ncrczp .xla_tabs>.tabs>ul>li:hover {
    background: #C9E2FF;
}

.xlq_ncrczp .xla_tabs>.tabs>ul>li:hover>a {
    font-weight: bold;
}

.xlq_ncrczp .xla_tabs>.tabs>ul>li>img {
    margin-right: 11px;
    margin-left: 17px;
    max-width: 20px;
}

.xlq_ncrczp .xla_tabs>.tabs>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.xlq_ncrczp .xla_tabs>.tabs>ul>a {
    display: block;
    width: 120px;
    height: 32px;
    background: #F2F8FF;
    border: 1px solid #82BBFF;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    margin: 10px auto;
    color: #0362D2;

}

.xlq_ncrczp .xla_tabs>.tabs>ul>a:hover {
    background: #C9E2FF;
}

.xlq_ncrczp .xla_tabs>.tabs>.xlq_zpzx {
    width: 630px;
    /* height: 310px; */
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: none;
}

.xlq_ncrczp .xla_tabs>.tabs>.xlq_zpzx .zpzx {
    height: 40px;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    box-sizing: border-box;
}

.xlq_ncrczp .xla_tabs>.tabs>.xlq_zpzx .zpzx>span:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #0362D2;
    text-align: center;
    width: 90px;
    display: inline-block;
    line-height: 40px;
    border-bottom: 3px solid #0362D2;
}

.xlq_ncrczp .xla_tabs>.tabs>.xlq_zpzx .zpzx>span:nth-child(2)>a {
    line-height: 40px;
    font-weight: 500;
    color: #666666;
    font-size: 14px;
}

.xlq_zpzx>.imgss {
    display: flex;
    padding: 0 13px;
    margin-top: 20px;
}

.xlq_zpzx>.imgss img {
    height: 100px;
    width: auto;
}

.xlq_zpzx>.imgss>p {
    margin-left: 10px;
}

.xlq_zpzx>.imgss>p>a {
    color: #333333;
    margin-bottom: 15px;
}

.xlq_zpzx>.imgss>p>span {
    display: block;
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
    width: 390px;
}

.xlq_zpzx>.imgss>p>span>a {
    color: #40588A;
}

.xlq_zpzx>ul {
    width: 550px;
    margin-top: 6px;
    margin-bottom: 7px;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xlq_zpzx>ul>li {
    width: 245px;
    font-size: 14px;

    font-weight: 500;
}

.xlq_zpzx>ul>li>a {
    display: inline-block;
    width: 200px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 28px;
}

.xlq_zpzx>ul>li>a:hover {
    color: #005BC6;
}

.position-list-page {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.position-list-page>a {
    display: block;
    margin: 0 5px;
    padding: 0 10px;
    background: #F9F9F9;
    text-align: center;
    color: #333333;
    margin: 0 10px;
    height: 26px;
    line-height: 26px;
}

.position-list-page>span {
    display: block;
    width: 30px;
    height: 26px;
    background: #0362D2;
    border: 1px solid #E8E9ED;
    text-align: center;
    color: #fff;
    line-height: 26px;
}


/* .xla_tabs .xlq_fy {
    width: 510px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
} */


/* .xla_tabs .xlq_fy>li {
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    box-sizing: border-box;
    height: 26px;
    background: #F9F9F9;
    border: 1px solid #E8E9ED;
    font-size: 14px;
   
    font-weight: 400;
    color: #333333;
} */

.right_content .r-qzzs {
    width: 310px;
    height: 290px;
    background: #FFFFFF;
}

.right_content .r-qzzs .top_box,
.right_content .r-zytj .top_box {
    height: 50px;
    border-bottom: 1px solid #F4F2F5;
    display: flex;
}

.right_content .r-qzzs .top_box>img,
.right_content .r-zytj .top_box>img {
    width: 20px;
    height: 20px;
    margin: 15px 0 0 15px;
}

.right_content .r-qzzs .top_box>h3,
.right_content .r-zytj .top_box>h3 {
    line-height: 50px;
    margin-left: 20px;
}

.right_content .r-qzzs .bottom_box {
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-evenly;
}

.right_content .r-qzzs .bottom_box>a {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right_content .r-qzzs .bottom_box>a>span {
    font-weight: 500;
    color: #333333;
    margin-top: 5px;
}

.right_content .r-qzzs .bottom_box>a>img {
    width: 60px;
    height: 60px;
}

.right_content .r-qzzs .bottom_box>a>span:hover {
    font-weight: bold;
    color: #0362D2;
}

.right_content .r-zytj {
    margin-top: 10px;
    width: 310px;
    padding-bottom: 1px;
    background: #FFFFFF;
}

.right_content .r-zytj .tj>.tjzw {
    width: 505px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 10px;
}

.tjzw>div {
    width: 280px;
    height: 80px;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 15px;
    box-sizing: border-box;
    float: left;
    margin: 10px 15px 10px 0px;
}

.tjzw>div>p {
    display: flex;
    justify-content: space-between;
}

.tjzw>div>p>a {
    color: #333333;
    width: 70%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
}

.tjzw>div>p>span {
    color: #E81B1B;
}

.tjzw>div>a {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #666666;
}

.tjzw>div>a:hover {
    color: #005BC6;
}

/* .right_content .r-zytj .tj>.tjzw>a {
    display: block;
    width: 280px;
    height: 80px;
    border-bottom: 1px solid #F4F2F5;
    display: flex;
    justify-content: space-around;
}

.right_content .r-zytj .tj>.tjzw>a>p {
    margin-top: 16px;
}

.right_content .r-zytj .tj>.tjzw>a>p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: 200px;
    height: 64px;


}

.right_content .r-zytj .tj>.tjzw>a>p:nth-child(1)>span {
    margin-top: 10px;
    font-size: 14px;

    font-weight: 500;
    color: #666666;
    width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.right_content .r-zytj .tj>.tjzw>a>p:nth-child(1)>span:hover {
    color: #005BC6;
}

.right_content .r-zytj .tj>.tjzw>a>p:nth-child(2) {

    font-weight: bold;
    color: #E81B1B;
}

.right_content .r-zytj .tj>.tjzw>a>p>span {
    display: block;
} */

.right_content .r-zytj .tj>.ckgd {
    display: block;
    text-align: center;
    width: 270px;
    height: 50px;
    background: #E4F0FF;
    margin: 10px auto 15px auto;
    line-height: 50px;
    font-size: 14px;

    font-weight: 600;
    color: #0362D2;
}