@charset "utf-8";
.xwnr {
    padding: 30px 0 90px;
    background-color: #e9f0f5;
}

.xwnrbox_l {
    width: 75%;
    padding-right: 50px;
}

.xwnrbox_lbox {
    padding: 40px 45px;
    background-color: #fff;
	min-height: 900px;
}

.xwnrbox_lbox_tle {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

.xwnrbox_lbox_sm {
    padding: 10px 0;
}

.xwnrbox_smitem {
    margin-right: 30px;
}

.xwnrbox_smitem i {
    margin-top: -4px;
    font-size: 18px;
    color: #258cab;
}

.xwnrbox_smitem span {
    font-size: 14px;
    color: #999999;
}

.xwnrbox_lbox_ct {
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.xwnrbox_lbox_ct p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}


/* 右侧 */

.xwnrbox_r {
    width: 25%;
}

.xwnrbox_rboxt {
    position: static;
    padding: 30px 35px;
    background-color: #fff;
    z-index: 10;
	margin-bottom: 20px;
}

.xwnrbox_rboxt_tle {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.xwnrbox_rboxt_ct {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta {
    height: 55px;
    line-height: 54px;
    border-bottom: 1px dashed #eee;
}

.xwnrbox_rboxt_ctal {
    flex: 1;
}

.xwnrbox_rboxt_ctal b {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xwnrbox_rboxt_ctal b::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    background-color: #eeeeee;
    transform: translate(-5px, -5px);
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xwnrbox_rboxt_ctal span {
    margin-left: 5px;
    font-size: 16px;
    color: #333333;
}

.xwnrbox_rboxt_ctar {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

.xwnrbox_rboxt_ctar i {
    font-size: 14px;
    color: #a8a8a8;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta:hover .xwnrbox_rboxt_ctal b {
    border: 1px solid #258cab;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta:hover .xwnrbox_rboxt_ctal b::before {
    background-color: #258cab;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta:hover .xwnrbox_rboxt_ctal span {
    color: #258cab;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta.on .xwnrbox_rboxt_ctal b {
    border: 1px solid #258cab;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta.on .xwnrbox_rboxt_ctal b::before {
    background-color: #258cab;
}

.xwnrbox_rboxt_ct .xwnrbox_rboxt_cta.on .xwnrbox_rboxt_ctal span {
    color: #258cab;
}

.xwnrbox_rboxc {
    padding: 20px 30px 0;
    background-color: #fff;
}

.xwnrbox_rboxc_tjtle {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.xwnrbox_rboxc_tjct {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.xwnrbox_rboxc_tjct>a {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.xwnrbox_rboxc_tjct>a:last-child {
    border-bottom: none;
}

.xwnrbox_rboxc_tjctl {
    width: 110px;
    overflow: hidden;
}

.xwnrbox_rboxc_tjctl img {
    width: 100%;
}

.xwnrbox_rboxc_tjctr {
    flex: 1;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
	line-height: 22px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.xwnrbox_rboxb {
    border-top: 2px solid #e9f0f5;
}

.xwnrbox_rboxb .xwnrbox_rboxba {
    height: 220px;
    background-color: #fff;
}

.xwnrbox_rboxbay {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #258cab;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xwnrbox_rboxbay i {
    font-size: 32px;
    color: #fff;
}

.xwnrbox_rboxbaz {
    margin-top: 15px;
    font-size: 16px;
    color: #949494;
    text-align: center;
}

.xwnrbox_rboxbas {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

.foot {
    margin-top: 0;
}

@media screen and (max-width: 1800px) {
    /* 护照内容 */
    .xwnrbox_l {
        width: 70%;
    }
    .xwnrbox_r {
        width: 30%;
    }
}

@media screen and (max-width: 1600px) {
    .xwnrbox_l {
        padding-right: 30px;
    }
    .xwnrbox_rboxc_tjctr {
        font-size: 16px;
    }
    .xwnrbox_rboxbas {
        font-size: 26px;
    }
}

@media screen and (max-width: 1400px) {
    .xwnrbox_lbox_tle {
        font-size: 22px;
    }
    .xwnrbox_rboxc_tjctl {
        width: 90px;
    }
    .xwnrbox_rboxc_tjctr {
        font-size: 14px;
        line-height: 22px;
    }
    .xwnrbox_rboxbas {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    .xwnr .w1 {
        width: 95%;
    }
    .sxpbox>div {
        height: 60px;
        line-height: 60px;
    }
    .xwnrbox_lbox {
        padding: 20px 30px;
    }
}

.sxpbox{padding:20px 0;}

@media screen and (max-width: 992px) {
    .xwnrbox {
        flex-wrap: wrap;
    }
    .xwnrbox>div {
        width: 100%;
    }
    .xwnrbox_rbox {
        position: static!important;
    }
    .xwnrbox_r {
        margin-top: 30px;
    }
    .xwnrbox_l {
        padding-right: 0;
    }
    .xwnrbox_smitem span {
        font-size: 14px;
    }
    .xwnrbox_lbox_ct {
        font-size: 14px;
        line-height: 23px;
    }
    .xwnrbox_rboxt {
        padding: 25px 30px;
    }
    .xwnrbox_rboxt_ct .xwnrbox_rboxt_cta {
        height: 50px;
        line-height: 49px;
    }
    .xwnrbox_rboxc_tjct>a {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .xwnrbox_lbox {
        padding: 20px 15px;
    }
    .xwnrbox_lbox_tle {
        font-size: 16px;
    }
    .xwnrbox_smitem {
        margin-right: 10px;
    }
    .xwnrbox_smitem span {
        font-size: 12px;
    }
    .xwnrbox_smitem i {
        font-size: 16px;
    }
    .xwnrbox_lbox_ct {
        font-size: 12px;
        line-height: 20px;
    }
    .sxpbox {
        flex-wrap: wrap;
    }
    .sxpbox>div {
        margin-bottom: 10px;
        width: 100%;
        height: 50px;
        line-height: 49px;
    }
    .sxpbox a {
        padding: 0 15px;
        font-size: 14px;
    }
    .xwnrbox_rboxt_tle {
        font-size: 20px;
    }
    .xwnrbox_rboxt {
        padding: 20px 15px;
    }
    .xwnrbox_rboxc {
        padding: 20px 15px 0;
    }
    .xwnrbox_rboxb .xwnrbox_rboxba {
        height: 180px;
    }
    .xwnrbox_rboxbay {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .xwnrbox_rboxbay i {
        font-size: 26px;
    }
    .xwnrbox_rboxbaz {
        margin-top: 10px;
    }
}