.zcbk_introduce {
    padding: 17px 20px 27px;
    color: #333333;
}

.zcbk_introduce>p {
    font-size: 20px;
    font-weight: 800;
    border-left: 6px solid #0362D2;
    padding-left: 15px;
}

.zcbk_introduce>div {
    padding: 15px 20px 21px;
    background: #F6F6F6;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.zcbk-list-content {
    width: 100%;
    height: auto;
}

.zcbk-list-content>ul {
    padding: 0 20px;
    display: none;
}

.zcbk-list-content>ul:first-child {
    display: block;
}

.zcbk-list-content>ul>li {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #F6F6F6;
}

.zcbk-list-content>ul>li:last-child {
    border: none;
}

.zcbk-list-content>ul>li>img {
    width: 150px;
    height: 100px;
}

.zcbk-list-content>ul>li>div {
    margin-left: 23px;
    padding-top: 20px;
    width: 650px;
}

.zcbk-list-content>ul>li>div>h2>a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.zcbk-list-content>ul>li>div>div>a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.zcbk-list-content>ul>li>div>p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.zcbk-list-content>ul>li>div>p img {
    vertical-align: unset;
}

.zcbk-list-content>ul>li>div>p>span {
    margin-right: 29px;
}

.zcbk-list-content>ul>li>div>h2>span {
    display: inline-block;
    text-align: center;
    width: 46px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: url(../img/zcbktj.png)no-repeat;
    background-size: 100% 100%;
}

.zcbk-list-content>ul>li>div>div>span {
    display: inline-block;
    text-align: center;
    width: 46px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: url(../img/zcbktj.png)no-repeat;
    background-size: 100% 100%;
}

/* 扫码关注 */
.smgz_gzh {
    padding: 5px 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 10px;
}

.smgz_gzh>img {
    width: 100px;
    border: 1px dashed #ccc;
    padding: 5px;
}

.smgz_gzh>div {
    width: 155px;
    margin-left: 7px;
}

.smgz_gzh>div>h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 17px;
}

.smgz_gzh>div>h3>span {
    color: #015AC5;
}

.smgz_gzh>div>p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}







/* 职友关注 */
.right_zygz {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.right_zygz_list {
    padding: 10px 20px 16px;
}

.right_zygz_list h3 {
    border-left: 4px solid #0362D2;
    padding-left: 9px;
    font-size: 16px;
    color: #0362D2;
    margin-bottom: 18px;
    margin-top: 10px;
}

.right_zygz_list>ul {
    display: flex;
    flex-wrap: wrap;
}

.right_zygz_list>ul>li>a {
    display: block;
    width: 84px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-right: 9px;
    background: #F3F3F3;
    margin-bottom: 10px;
    overflow: hidden;
}

.right_zygz_list>ul>li>a:hover {
    background: #0362D2;
    color: #fff;
}

.right_zygz_list>ul>li:nth-child(3n)>a {
    margin-right: 0px;
}

.right_zygz_list>a {
    display: block;
    width: 177px;
    height: 36px;
    background: #F6F6F6;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #0362D2;
}

.zygz_hover_style>a {
    background: #0362D2 !important;
    color: #fff !important;
}

/* 文章热评 */
.right_wzrp {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.right_wzrp_list {
    padding: 0px 20px 16px;
}

.right_wzrp_list>li {
    border-bottom: 1px dashed #EEEEEE;
    padding-bottom: 9px;
    padding-top: 19px;
}

.right_wzrp_list>li:last-child {
    border: none;
}

.right_wzrp_list>li>h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.right_wzrp_list>li>h4>div {
    display: flex;
    align-items: center;
}

.right_wzrp_list>li>h4 img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}

.right_wzrp_list>li>h4>span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.right_wzrp_list>li>p {
    height: 36px;
    background: #F2F8FF;
    border-radius: 0px 18px 18px 18px;
    line-height: 36px;
    padding-left: 19px;
    font-size: 14px;
    font-weight: 600;
    color: #0362D2;
    margin-bottom: 10px;
}

.right_wzrp_list>li>span {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.right_wzrp_list>a {
    display: flex;
    align-items: center;
    width: 130px;
    height: 44px;
    background: #FFF0F2;
    justify-content: center;
    margin-bottom: 20px;
}

.right_wzrp_list>a>img {
    margin-right: 7px;
}

.right_wzrp_list>a:nth-child(1) {
    background: #FFF0F2;
    color: #F81D3A;
}

.right_wzrp_list>a:nth-child(2) {
    background: #FFF4DE;
    color: #E16403;
}

.right_wzrp_list>a:nth-child(3) {
    background: #E5EEFF;
    color: #0362D2;
}

.right_wzrp_list>a:nth-child(4) {
    background: #E1FBE6;
    color: #127926;
}

.right_wzrp_list>a:nth-child(5) {
    background: #F8F0FF;
    color: #7D44AF;
}

.right_wzrp_list>a:nth-child(6) {
    background: #FFF0F2;
    color: #F54C34;
}

/* 加分tips */
.right_jftips {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.right_jftips_list {

    padding: 0px 20px 10px 20px;
}

.right_jftips_list>li {
    padding: 20px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
}

.right_jftips_list>li:last-child {
    border: none;
}

.right_jftips_list>li>img {
    width: 90px;
    height: 55px;
}

.right_jftips_list>li>div>h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.right_jftips_list>li>div>p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_jftips_list>li>div>p>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 24px;
    background: #0362D2;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.right_jftips_list>li>div>p>a>img {
    margin-right: 5px;
}

.right_top {
    text-align: center;
    height: 280px;
    background-color: #fff;
    margin-bottom: 10px;
}

.right_top h3 {
    height: 50px;
    background: #D7E8FD;
    line-height: 50px;
    margin-bottom: 19px;
}

.right_top .option-xzh {
    width: 270px;
    height: 44px;
    border: 1px solid #cccccc;
    position: relative;
    margin-right: 17px;
    margin: 0 auto;
}

.right_top .option-xzh select {
    border: none;
    outline: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    color: #666;
}

.right_top .option-xzh:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/xiala.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 41%;
    pointer-events: none;
}

.right_top a,
.zkgg_gd {
    display: block;
    width: 270px;
    height: 50px;
    background: #0362D2;
    line-height: 50px;
    margin: 16px auto;
    color: #fff;
    text-align: center;
}

.right_zygz {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.right_zygz_list {
    padding: 20px 20px 16px;
    display: flex;
    flex-wrap: wrap;
}

.right_zygz_list>li>a {
    display: block;
    width: 84px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-right: 9px;
    background: #F3F3F3;
    margin-bottom: 10px;
    overflow: hidden;
}

.right_zygz_list>li:nth-child(3n)>a {
    margin-right: 0px;
}

.right_zygz_list>a {
    display: block;
    width: 177px;
    height: 36px;
    background: #F6F6F6;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #0362D2;
}