@charset "utf-8";
/* CSS Document */

/* 资源融合 s */
.clear10{clear:both; height:10px; line-height:0; font-size:0; overflow:hidden; zoom:1;}
.clear15{clear:both; height:15px; line-height:0; font-size:0; overflow:hidden; zoom:1;}
.clear20{clear:both; height:20px; line-height:0; font-size:0; overflow:hidden; zoom:1;}
.clear25{clear:both; height:25px; line-height:0; font-size:0; overflow:hidden; zoom:1;}
.clearflx:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl{ float: left;}
.fr{ float: right;}
.mt30{ margin-top: 30px;}
.lh120{ line-height: 120px !important;}
.container{width: 1200px;margin: 0 auto;}
.container *{
    box-sizing: border-box;
}
.pL10{
    padding-left: 10px;
}
.pL20{
    padding-left: 20px;
}
.pL30{
    padding-left: 30px;
}
.pT10{
    padding-top: 10px;
}
.pT30{
    padding-top: 30px;
}
/*链接颜色和加粗*/
.zy_yellow{ color:#efaa08 !important;}
.zy_red{ color:#f00 !important;}
.zy_blue{color: #0153d9 !important; text-decoration:underline !important;}
.udL{ text-decoration: underline;}
.Bold{ font-weight:bold;}
.zy_dl{ font-size:18px; line-height:40px; color:#3348c7; text-indent:2em;}
/*头部*/
.zyrh-header{width: 100%; min-width:1200px;height: 529px;overflow: hidden;}
.zyrh-header .zyrhyjs-logo{box-sizing: border-box;width: auto;float: left;}
.zyrh-header .zyrhyjs-logo a{display: block;box-sizing: border-box;padding: 20px 0;}

/*服务概况*/
.fwgk_box{background-color: #fff; box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18); border-radius: 15px; padding: 15px;}
.fwgk_box.redStyle{box-shadow: 0px 2px 18px rgba(253, 227, 229, 1);}
.fwgs_con{position: relative; z-index: 1;}
.trt-row{ width: 100%; background: #F2FBFF; border-radius: 8px;}
.trt-row.gzf_style{
    background:url("http://www.gxfc.gov.cn/material/images/gzf_gk.png") no-repeat left bottom;
    background-size: 20%;
    min-height: 130px;
    padding-left: 240px;
}
.trt-row.cydb_style{
    background:url("http://www.gxfc.gov.cn/material/images/cydb_gk.png") no-repeat 20px bottom;
    background-size: 15%;
    min-height: 130px;
    padding-left: 240px;
}
.trt-row.jszg_style{
    background:url("http://www.gxfc.gov.cn/material/images/jszg_gk.png") no-repeat left bottom;
    background-size: 20%;
    min-height: 130px;
    padding-left: 270px;
}
.gk_title{ width: 473px; height: 132px; background:url("http://www.gxfc.gov.cn/material/images/kg_img.png") no-repeat; float: left;}
.gk_title p{ 
    text-shadow: 2px 2px 0px #fff;
    font-size: 26px;
    line-height:30px;
    display: block;
    padding-top: 13.5%;
    padding-left: 37%;
    font-weight: bold;}
.gk_cont{ float: left; width: 697px;}
.gk_cont p{ 
    float:left;
    font-size: 18px;
    line-height: 32px;
    display: inline-block;
    padding-top: 40px;
    padding-right: 20px;}
.gk_cont.gzf_style{
    width: 100%;
}
.gk_cont.gzf_style p{
    padding-top: 0px;
}
/*政策依据*/
.zcyj_box{
    background: url(http://www.gxfc.gov.cn/material/images/241114xm_lhjycb_bg1.png) no-repeat center top #e8f4ff;
    background-size: 100% auto;
    border-radius: 6px;
    padding: 15px 2px;
    box-shadow: -3px 4px 13px rgba(117, 182, 255, 0.1);
}
.zcyj_title{
    text-align: center;
}
.zcyj_title a {
    display: inline-block;
    /* padding: 20px 145px; */
    position: relative;
    font-size: 32px;
    font-weight: bold;
    background-image: linear-gradient(90deg, rgba(20, 103, 199, 1) 0%, rgba(56, 143, 223, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: #333;
}

.zcyj_title a::before,.zcyj_title a::after {
    content: ' ';
    display: block;
    top: 50%;
    margin-top: -.12rem;
    position: absolute;
    width: 120px;
    height: 16px;
}

.zcyj_title a::before {
    background: url(http://www.gxfc.gov.cn/material/images/title_l.png) no-repeat left center;
    left: 0;
    background-size: cover;
}

.zcyj_title a::after {
    background: url(http://www.gxfc.gov.cn/material/images/title_r.png) no-repeat left center;
    right: 0;
    background-size: cover;
}
/*红色模板  s*/
.zcyj_title.redStyle span {
    display: inline-block;
    padding: 20px 145px;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    background-image: linear-gradient(90deg, rgba(249, 78, 100, 1) 0%, rgba(252, 120, 143, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.zcyj_title.redStyle span::before,.zcyj_title.redStyle span::after {
    content: ' ';
    display: block;
    top: 50%;
    margin-top: -.12rem;
    position: absolute;
    width: 120px;
    height: 16px;
}

.zcyj_title.redStyle span::before {
    background: url(http://www.gxfc.gov.cn/material/images/red_title_l.png) no-repeat left center;
    left: 0;
    background-size: cover;
}

.zcyj_title.redStyle span::after {
    background: url(http://www.gxfc.gov.cn/material/images/red_title_r.png) no-repeat left center;
    right: 0;
    background-size: cover;
}
/*红色模板  e*/

.zcyj_ul li{ display: block; float: left; width: 33.3333%;margin-bottom: 20px;}
.zcyj_ul li.w50{ width: 50%;}
.zcyj_ul li.w100{ width: 100%;}
.zcyj_ul li a{
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #C9E3FF;
    border-radius: 6px;
    background: #F4FBFE;
    background: linear-gradient(180deg, rgba(191, 222, 255, 0.16) 0%, rgba(255, 255, 255, 0.8) 100%);
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin: 0 16px;
    line-height: 36px;
    padding: 15px 10px; 
}
.zcyj_ul li a p{
    display: block;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*服务结果*/
.fwjg_box{ 
    box-sizing:border-box;
    border-radius: 6px;
    padding: 18px 22px 0 22px;
    background: #fff url(http://www.gxfc.gov.cn/material/images/xm_jnts_con.jpg) no-repeat top;
    background-size: 100% auto;
    overflow: hidden;
    box-shadow: 0px 4px 13px rgba(117, 182, 255, 0.2);
}
.fwjg_box.redStyle{    
    background: #fff url(http://www.gxfc.gov.cn/material/images/red_xm_jnts_con.png) no-repeat top;
    box-shadow: 0px 2px 18px rgba(253, 227, 229, 1);
}
.fwjg_title h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 26px;
    background-image: linear-gradient(180deg, rgba(20, 103, 199, 1) 0%, rgba(141, 225, 253, 1) 100%);
    background-color: #1467C7;
    border-radius: 2px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
 }
 
 .fwjg_title.sm h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 20px;
    background-image: linear-gradient(180deg, rgba(20, 103, 199, 1) 0%, rgba(141, 225, 253, 1) 100%);
    background-color: #1467C7;
    border-radius: 2px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
 }
.fwjg_title h3{
    background-image: linear-gradient(90deg, rgba(20, 103, 199, 1) 0%, rgba(56, 143, 223, 1) 100%);
    background-clip: text;
    font-size: 26px;
    font-weight: bold;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 38px;
    padding-left: 25px;
    position: relative;
    color:#333;

}
/*红色模板  s*/
.fwjg_title.redStyle h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 26px;
    background-image: linear-gradient(180deg, rgba(249, 78, 100, 1) 0%, rgba(252, 120, 143, 1) 100%);
    background-color: #1467C7;
    border-radius: 2px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
 }
.fwjg_title.redStyle h3{
    background-image: linear-gradient(90deg, rgba(249, 78, 100, 1) 0%, rgba(252, 120, 143, 1) 100%);
    background-clip: text;
    font-size: 26px;
    font-weight: bold;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 38px;
    padding-left: 25px;
    position: relative;
}
/*红色模板  e*/

.fwjg_title.sm h3{
    background-image: linear-gradient(90deg, rgba(20, 103, 199, 1) 0%, rgba(56, 143, 223, 1) 100%);
    background-clip: text;
    font-size: 20px;
    font-weight: bold;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 38px;
    padding-left: 20px;
    position: relative;
    margin-left: 10px;
}
.fwjg_cont{ 
    width: 100%; 
    min-height: 150px; 
    background: url(http://www.gxfc.gov.cn/material/images/ch_mtc.png) no-repeat left bottom; 
    margin-top: 20px;
}
.fwjg_cont.redStyle{ 
    background: url(http://www.gxfc.gov.cn/material/images/red_ch_mtc.png) no-repeat left bottom; 
}
.fwjg_cont.ybgj{ 
    width: 100%; 
    min-height: 150px; 
    background: url(http://www.gxfc.gov.cn/material/images/ch_ybgj.png) no-repeat left bottom; 
    margin-top: 20px;
}
.fwjg_cont.glbt{ 
    width: 100%; 
    min-height: 150px; 
    background: url(http://www.gxfc.gov.cn/material/images/ch_glbt.png) no-repeat left bottom; 
    margin-top: 20px;
}
.fwjg_cont.gs{ 
    width: 100%; 
    min-height: 150px; 
    background: url(http://www.gxfc.gov.cn/material/images/ch_gs.png) no-repeat left bottom; 
    margin-top: 20px;
}
.fwjg_cont.mxb{ 
    width: 100%; 
    min-height: 150px; 
    background: url(http://www.gxfc.gov.cn/material/images/ch_mxb.png) no-repeat left bottom; 
    margin-top: 20px;
}
.fwjg_main{ 
    width: 930px;
    min-height: 130px;
    background: #e8f4ff url(http://www.gxfc.gov.cn/material/images/241114xm_lhjycb_bg1.png) no-repeat center top; background-size: 100%;
    float: right;
    box-shadow: 0px 4px 13px rgba(117, 182, 255, 0.2);
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}
.fwjg_main.redStyle{
    background: #fff url(http://www.gxfc.gov.cn/material/images/red_xxm_lhjycb_bg1.png) no-repeat center top; background-size: 100%;
    box-shadow: 0px 2px 18px rgba(253, 227, 229, 1);
}
.fwjg_main p{ 
    font-size: 18px;
    line-height: 36px;
    padding-left: 15px;
}

/*报名须知*/
.fwgk_box.bmxz{
    background:#fff url(http://www.gxfc.gov.cn/material/images/ch_mtc2.png) no-repeat right bottom; 
}
.fwgk_box.sbkyy{
    background:#fff url(http://www.gxfc.gov.cn/material/images/sbk_yy.png) no-repeat 900px bottom; 
    background-size: 20%;
}
.fwgk_box.gs{
    background:#fff url(http://www.gxfc.gov.cn/material/images/gs_sqtj.png) no-repeat 800px center; 
}
.fwgk_box.mxb{
    background:#fff url(http://www.gxfc.gov.cn/material/images/mxb_sqtj.png) no-repeat 890px center; 
}
.bmxz_cont{ 
    min-height: 250px; 
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0px 4px 13px rgba(117, 182, 255, 0.2);
    padding: 25px;
    position: relative;
    width: 65%;
    float: left;
    background: #e8f4ff url(http://www.gxfc.gov.cn/material/images/241114xm_lhjycb_bg1.png) no-repeat center top; background-size: 100%;
}
.bmxz_main div{ 
    font-size: 18px;
    position: absolute;
    border: 2px solid #fff;
    box-shadow: 0px 0px 16px rgba(22, 88, 160, 0.1);
    border-radius: 16px;
    padding: 16px ;
    background-color: rgba(116, 171, 247, 0.5);
    background: linear-gradient(180deg,rgba(217, 237, 255, 0.5),rgba(116, 171, 247, 0.5));
}
.bmxz_main div.xz1 {
    width: 52%;
    top: 15%;
    left: 25%;
    z-index: 1;
}

.bmxz_main div.xz2 {
    width: 45%;
    top: 52%;
    left: 52%;
    z-index: 2;
}

.bmxz_main div.xz3 {
    width: 45%;
    top: 48%;
    left: 3%;
    z-index: 1;
}

/*报考流程*/
.bmlc_cont{
    min-height: 400px;
    background: url(http://www.gxfc.gov.cn/material/images/ch_mtc6.png) no-repeat right top;
}
.bmlc_cont.ybgj{
    min-height: 400px;
    background: url(http://www.gxfc.gov.cn/material/images/ch_mtc7.png) no-repeat right top;
}
.bmlc_main{
    width: 90%;
    float: left;
}
.bmlc_ul{ 
    padding-left: 30px;
}
.timeline_item {
    position: relative;
    padding-bottom: 30px;}
.timeline_item_tail {
        left: 14px;
        border-left: 2px dashed #0a8fed;
        top: 0;
        bottom: 0;
        position: absolute;
    }
.timeline_item_tail.redStyle{border-left: 2px dashed #f94e64;}
 .timeline_item_node {
        position: absolute;
        text-align: center;
        top: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -1px;
        font-size: 16px;
        width: 30px;
        height: 30px;
        border: 2px solid #3e9ef8;
        color: #fff;
        line-height: 28px;
        font-weight: bold;
        background-color: #EB7602;
        background: linear-gradient(180deg,#317cf9,#52b1ff);
 }
 .timeline_item_node.redStyle{border: 2px solid #f94e64;background: linear-gradient(180deg,#f94e64,#fc788f);}
 .timeline_item_wrapper {
    padding-left: 45px;
}
.timeline_item_content {
    color: #317cf9;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.timeline_item_content.redStyle{color: #f94e64;}
.timeline_item_timestamp {
    word-wrap: break-word;
    background-color: #FFEBCF;
    background: linear-gradient(90deg, rgba(217, 236, 254, 1),rgba(255, 255, 255, 0));
    padding: 10px 15px;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}   
.timeline_item_timestamp.redStyle{background: linear-gradient(90deg, rgba(255, 241, 244, 1),rgba(255, 255, 255, 0));} 
/*表格*/
.zyhr-table1{
    border-collapse: collapse;
    width: 100%;border: 1px dashed #1480e7;
    border-spacing: 0;
}
.zyhr-table1 tr:nth-child(odd){
    background: #effaf9;
}
.zyhr-table1 th {
    box-sizing: border-box;
    border: 1px dashed #1480e7;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background: #4C92E8;
    text-align: center;
	font-size:18px;
}
.zyhr-table1 td {
    padding: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border: 1px dashed #1480e7;
    text-align: left;
	background:#fff;
}
/*红色模板  s*/
.zyhr-table1.redStyle th {
    box-sizing: border-box;
    border: 1px dashed #fc788f;
    color: #fff;
    height: 50px;
    font-weight: bold;
    background: #fc788f;
    text-align: center;
	font-size:18px;
}
.zyhr-table1.redStyle td {
    padding: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border: 1px dashed #fc788f;
    text-align: left;
	background:#fff;
}
/*红色模板  e*/
/*考试内容*/
.ks_cont{ 
    background: url(http://www.gxfc.gov.cn/material/images/ch_mtc3.png) no-repeat center center;
    margin: 20px;
}
.ks_cont1{margin: 20px 0 0 400px;}
.ks1,.ks3{
    float: left;
    width: 430px;
    padding: 15px 15px 15px 30px;
    background: url(http://www.gxfc.gov.cn/material/images/xm_xszz_wtbg.png) no-repeat center top #f2f5ff;
    background-size: 100% auto;
    box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18);
    border: 2px solid #fff;
    border-radius: 8px;
    position: relative;
}
.ks2,.ks4{
    float: right;
    width: 430px;
    min-height: 180px;
    padding: 15px;
    background: url(http://www.gxfc.gov.cn/material/images/xm_xszz_wtbg.png) no-repeat center top #f2f5ff;
    background-size: 100% auto;
    box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18);
    border: 2px solid #fff;
    border-radius: 8px;
    position: relative;
}
.ks3,.ks4{
    margin-top: 60px;
    margin-bottom: 30px;
}
.ks_cont i,.ks_cont1 i{
    display: block;
    width: 32px;
    height: 32px;
    background: #66a9f3;
    background: linear-gradient(#458ff3,#74b4f3);
    position: absolute;
    left: -15px;
    top: 30px;
    margin-top: -16px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 20px;
}
.ks_cont.redStyle i{
    background: #f94e64;
    background: linear-gradient(#f94e64,#fc788f);
}
.ks_cont p,.ks_cont1 p{
    font-size: 18px;
    line-height: 36px;
}
/*公租房gzf*/
.ks_cont.gzf_style{ 
    background: url(http://www.gxfc.gov.cn/material/images/ch_mtc3.png) no-repeat right bottom;
}
.fwjg_cont.gzf{background: url(http://www.gxfc.gov.cn/material/images/gzf_jg.png) no-repeat left bottom; }
.ks1.gzf_style,.ks2.gzf_style,.ks3.gzf_style{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: rgba(245, 251, 255, 1);
    background: linear-gradient(90deg,rgba(245, 251, 255, 1),rgba(255, 255, 255, 0));
    border: none;
    box-shadow: none;
}
.ks1.gzf_style.redStyle,.ks2.gzf_style.redStyle,.ks3.gzf_style.redStyle{
    background-color: rgba(255, 241, 244, 1);
    background: linear-gradient(90deg,rgba(255, 241, 244, 1),rgba(255, 255, 255, 0));
}
.ks_cont.gzf_style p{
    font-size: 18px;
    line-height: 36px;
}


/*办理地址*/
.bmdz_cont{ 
    min-height: 200px; 
    margin: 20px;
    background: url(http://www.gxfc.gov.cn/material/images/ch_mtc4.png) no-repeat right bottom;
}
.cyzxfs_con{
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg,rgba(239, 250, 249, 1),rgba(255, 255, 255, 0));
    overflow: hidden;
    margin: 0 25px;
}
.cyzxfs_con.ts{
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg,rgba(255, 255, 255, 0), rgba(217, 236, 254, 1));
    overflow: hidden;
    width: 60%;
    margin-top: 40px;
}
.cyzxfs_con.cydk{
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg,rgba(217, 236, 254, 1),rgba(255, 255, 255, 0) );
    overflow: hidden;
    width: 70%;
    margin-top: 40px;
}

.img_left {
    float: left;
    margin-right: 15px;
}
.img_right {
    float: right;
    margin-left: 15px;
}
.img_left img {
    max-height: 100px;
    margin-top: 15px;
}
.img_right img {
    max-height: 140px;
}
.cyzxfs_con>h3 {
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.cyzxfs_con>h3 p>em {
    position: relative;
    z-index: 1;
}

.cyzxfs_con>h3 p>em::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: #FCDA51;
    z-index: -1;
}

.cyzxfs_con h3>span {
    font-weight: normal;
    width: 28%;
    display: inline-block;
    line-height: 32px;
    padding-left: 13px;
    position: relative;
    z-index: 1;
}

.cyzxfs_con h3>span::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #375dbd;
    left: 0;
    top: 13px;
}

.cyzxfs_con h3>span {
    width: 36%;
}
.b-free-read-leaf1{
    padding-left: 50px;
}
.b-free-read-leaf2{
    padding-left: 30px;
}
.fs20{
    font-size: 20px;
}
.w380{
    width: 380px;
    display: inline-block;
}
/*考试费用*/
.ksfy_ul li{ 
    display: block; 
    float: left; 
    width: 33.3333%; 
    margin: 20px auto;
}
.ksfy_ul li div{ 
    margin: 0 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    height: 50px;
}
.ksfy_ul li div.fy1{
    background: linear-gradient(90deg,rgba(254, 243, 225, 1),rgba(255, 255, 255, 0));
}
.ksfy_ul li div.fy2{
    background: linear-gradient(90deg, rgba(217, 236, 254, 1),rgba(255, 255, 255, 0));
}
.ksfy_ul li div.fy3{
    background: linear-gradient(90deg,rgba(253, 205, 205, 1),rgba(255, 255, 255, 0));
}
.ksfy_ul li div i{
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: -20px;
    border-radius: 50%;
    margin-left: -10px;
}
.ksfy_ul li div p{ 
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 25px;
    float: left;
}
.ksfy_ul li div.fy1 i{
    background: #d48911;
}
.ksfy_ul li div.fy1 p{
    color: #d48911;
}
.ksfy_ul li div.fy2 i{
    background: #5aa3eb;
}
.ksfy_ul li div.fy2 p{
    color: #5aa3eb;
}
.ksfy_ul li div.fy3 i{
    background: #ec6a6a;
}
.ksfy_ul li div.fy3 p{
    color: #ec6a6a;
}
/*驾校查询*/
.zcyj_ul li div{
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #C9E3FF;
    border-radius: 60px;
    background: #F4FBFE;
    background: linear-gradient(180deg, rgba(191, 222, 255, 0.16) 0%, rgba(255, 255, 255, 0.8) 100%);
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin: 0 16px;
    line-height: 36px;
    padding: 15px;
    
}
.zcyj_ul li,.zcyj_box1{ 
    display: block; 
    float: left; 
    width: 33.3333%; 
}
/*政策依据（有内容）*/
.zcyj_box_main{
    border: 1px solid #C9E3FF;
    border-radius: 6px;
    margin: 0 16px;
    padding: 15px 10px;
    background: #F4FBFE;
    background: linear-gradient(180deg, rgba(191, 222, 255, 0.16) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.h310{
    height: 310px;
}
.dl_p{ font-size: 18px; line-height: 38px;}
.zcyj_box1 h2{
    font-size: 18px;
    padding-bottom: 10px;
}
.zcyj_box1 p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}

/*证件领取*/
.fwgk_box.zjlq{ 
    background: #fff url(http://www.gxfc.gov.cn/material/images/ch_mtc5.png) no-repeat right center;
    min-height: 150px;
}
.zjlq_cont p{ text-indent: 2em;}
.zjlq_cont{ 
    font-size: 18px;
    padding: 30px;
    width: 960px;
}
.zjlq_cont p{
    line-height: 36px;
    font-size: 18px;
}
/*办理条件*/
.bltj_ul li{
    display: block;
    background-color: #E3F2FF;
    background: linear-gradient(90deg,#E6F4FF,#F7FCFF);
    padding: 10px 15px;
    width: 90%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 8px;
}
/*咨询互动*/
.zxhd_main{
    margin: 20px;
}
.zxhd_main a{
    display: block;
    width: 550px;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 10px 20px 30px;
    position: relative;
}
.zxhd_main a span{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 24px;
    border: 1px solid #fff;
    margin-top: 16px;
    border-radius: 15px;
    color: #fff;
}
.zxhd_main a em{ 
    width: 300px;
    height: 120px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.zxhd_main a em img{ 
    height: 120px;
}
.zxhd_main a:hover{
    margin-top: -5px;
    text-decoration: none;
}
.zxhd_main a h1{
    color: #fff;
    font-size: 24px;
}

.zxhd_main a h1 i{
    font-size: 16px;
    font-weight: 400;
}
.zxhd_main .a1{
    background: linear-gradient(90deg,#378de7,#85b7f6);
    float: left;
}
.zxhd_main .a2{
    background: linear-gradient(90deg,#36c9e6,#8bddeb);
    float: right;
}
.zxhd_main .a1:hover h1{ text-decoration: none;}
/* 侧边导航 s*/
.sidebar-box{
    width: 135px;
    position: fixed;
    z-index: 10000;
    right: 50%;
    margin-right: 630px;
    top: 155px;
    /* overflow: hidden; */
}
.sidebar::before{
    content: '';
    width: 1px;
    top: 0px;
    bottom: 0px;
    background-color: #CCCCCC;
    position: absolute;
    right: 0px;
}
.sidebar a{
    display: block;
    height: 36px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: right;
    padding-right: 20px;
    position: relative;
    z-index: 1000;
}
.sidebar a:hover{
    color: #58a2ff;
}
.sidebar a.on{
    color: #58a2ff;
}
.sidebar.redStyle a:hover{
    color: #f94e64;
}
.sidebar.redStyle a.on{
    color: #f94e64;
}
.sidebar a::before{
    content: '';
    width: 10px;
    height: 10px;
    top: 13px;
    bottom: 0px;
    background: #CCCCCC;
    position: absolute;
    right: -4px;
    border-radius: 50%;
}
.sidebar a.on::before{
    background: #58a2ff;
}
.sidebar.redStyle a.on::before{
    background: #f94e64;
}
.shuxian{
    position: absolute;
    height: 100%;
    width: 1px;
    box-sizing: border-box;
    left: 50%;
    top: 10px;
    border: 1px dashed #008ed7;
    z-index: 1;
    display: none;
}
@media(max-width: 1340px)  {
    .sidebar-box{
        display: none !important;
    }
}
/* 侧边导航 e*/

/*常见问题*/
.Dlp{
    font-size: 18px;
    line-height: 30px;
}
/*办理渠道*/
.blqd_main div{ 
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 16px rgba(22, 88, 160, 0.1);
    border-radius: 16px;
    padding: 16px ;
    background-color: rgba(116, 171, 247, 0.5);
    background: linear-gradient(180deg,rgba(217, 237, 255, 0.5),rgba(116, 171, 247, 0.5));
}

.one-content-item{width: 31.33%;height: 320px;float: left;box-sizing: border-box;padding: 80px 20px 30px;margin: 20px 1%;border-radius: 20px;background: #e8f4ff;overflow: hidden;position: relative;}
.one-content-item:first-child{margin-left: 0;}
.one-content-item h3{width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 24px;color: #ffffff;font-weight: bold;position: absolute;left: 0;top: 0;right: 0;margin: auto;}
.one-content-item .one-h-1{background: #384fda;background: linear-gradient(121.97deg, rgba(56, 79, 218, 1) 0%, rgba(112, 132, 209, 0.9) 100%);}
.one-content-item .one-h-2{background: #6999fc;background: linear-gradient(121.97deg, rgba(68, 141, 219, 1) 0%, rgba(25, 114, 209, 1) 0%, rgba(128, 223, 255, 0.9) 100%), rgba(204, 204, 204, 1);}
.one-content-item .one-h-3{background: #ffa769;background: linear-gradient(121.97deg, rgba(255, 167, 105, 1) 0%, rgba(254, 197, 157, 0.9) 100%);}
.one-content-item p{font-size: 18px;color: #333333;line-height: 36px;text-align: justify;}

/*社保卡*/
.sbk_con{
    box-shadow: inset 2px 0px 2px rgba(21,108,214,1);
    background: #90C2FF;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18);
}
.sbk_con_main{
    padding: 20px 240px 20px 20px;
    background: #f5fafe url(http://www.gxfc.gov.cn/material/images/sbk_gk.png) no-repeat right bottom;
    background-size: 20% auto;
    border-radius: 12px;
}
.sbk_con p{
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
}
.sbk_con p a {
    color: #1658A0;
    text-decoration: underline;
}

.sbkfw_span {
    font-weight: bold;
    position: relative;
}

.sbkfw_span::before {
    content: '';
    left: 0rem;
    right: 0rem;
    height: 6px;
    background: #C0DFFA;
    position: absolute;
    bottom: 0rem;
    z-index: 0;
}

.sbkfw_span i {
    position: relative;
    z-index: 1;
}

.sbk_con_sl{
    border-radius: 12px;
    background: #e8f4ff url(http://www.gxfc.gov.cn/material/images/241114xm_lhjycb_bg1.png) no-repeat center top; background-size: 100%;
    padding: 20px;
    box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18);
}

.sbk_top span {
    display: inline-block;
    box-shadow: 0px 5px 0px #BFDEFF;
    color: #fff;
    vertical-align: top;
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(119.11deg,rgba(0,109,235,1) 0%,#5eb1ff 100%);
    background: #5eb1ff\0;
    height: 46px;
    line-height: 46px;
    padding: 0rem 18px;
    margin-left: -21px;
}
.sbk_top em {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 51px;
    background: url(http://www.gxfc.gov.cn/material/images/sbk_row.png) no-repeat center;
    background-size: cover;
}
.two-content-item{
    width: 560px;
    border-radius: 20px;
    min-height: 437px;
    /*background: linear-gradient(180deg, rgba(181, 219, 255, 1) 0%, rgba(181, 219, 255, 0) 100%);
    box-shadow: 0px 2px 12px rgba(6, 83, 156, 0.14);*/
    padding: 15px;
    background: #fff;
    position: relative;
}
.two-h-1{
    width: 150px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(90deg , rgba(99, 185, 255, 1) 0%, rgba(15, 126, 217, .8) 100%);
    background: #3E8CE6\0;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    border-radius: 8px;
    left: 50%;
    top: -20px;
    margin-left: -95px;
}
/*表格2央视*/
.two_con{
    margin-top: 25px;
}
.zyhr-table2 {
    table-layout: fixed;
    border: 1px dashed #97AAF7;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.zyhr-table2 td,.zyhr-table2 th {
    border-right: 1px solid #D7EAFF;
    padding: 10px 0;
    font-size: 18px;
}

.zyhr-table2 th {
    color: #ffffff;
    background-color: #9ec9fd;
    text-align: center;
}

.zyhr-table2 td:last-child,.zyhr-table2 th:last-child {
    border-right: 0;
}

.zyhr-table2 td {
    background-color: #F4FAFF;
    border-top: 1px solid #D7EAFF;
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

/*办理方式*/
.sbk_bsfs li{
    width: 50%;
    padding: 0 10px;
    display: block;
    float: left;
}
.sbk_blcon{
    transition: ease-in-out .3s;
    box-shadow: 0px 2px 14px rgba(6, 83, 156, 0.05);
    border-radius: 8px;
    min-height: 200px;
    border: 1px solid #B5DBFF;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 0;
}
.sbk_blcon span {
    display: block;
    margin-right: 16px;
    padding-left: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    width: 48px ;
    height: 38px;
    line-height: 38px;
    background: url(http://www.gxfc.gov.cn/material/images/sbkfw_tit.png) no-repeat center;
    background-size: 100% auto;
    float: left;
}
.sbk_bsbox {
    float: left;
    width: 280px;
}
.sbk_bsbox1{
    padding: 15px 20px;
}
.sbk_ck{
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
}
.sbk_ck1{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-right: 20px;
}
.sbk_ck_con{
    font-size: 16px;
    line-height: 28px;
}
.sbk_ck i{
    font-weight: 100;
    font-size: 16px;
}

/* 社保卡管理 */
.rcbt_wrap * { box-sizing: border-box; }

/* 内容样式 */
.tab_item { 
    display: none;
    padding: 30px; 
    border-radius: 8px; 
    background: #FFF; 
    box-shadow: 0px 4px 13px rgba(117,182,255,0.2), -3px 4px 13px rgba(117,182,255,0.1); 
}
.tab_item.active {
    display: block;
}
.rcbt_hd { 
    background: url(http://www.gxfc.gov.cn/material/images/sbk_bg3.png) no-repeat top center; 
    padding: 0 16px; 
    padding-bottom: 8px; 
    padding-top: 76px; 
    background-size: 100% auto; 
    border-radius: 20px 20px 0 0; /* 左上、右上、右下、左下 */
}

.rcbt_hd ul { 
    height: 58px; 
}

.rcbt_hd ul li { 
    display: inline-block; 
}

.rcbt_hd ul li span { 
    display: block; 
    cursor: pointer; 
    width: 216px; 
    text-align: center; 
    font-size: 20px; 
    height: 58px; 
    line-height: 58px; 
    border-radius: 16px 16px 0 0; 
    background: linear-gradient(180deg, rgba(0,115,255,0.45) 0%, rgba(255,255,255,0) 100%); 
}

.rcbt_hd ul li.on span, 
.rcbt_hd ul li:hover span { 
    border: 2px solid #fff; 
    color: #fff; 
    font-weight: bold; 
    height: 78px; 
    position: relative; 
    top: -12px; 
    border-bottom: none; 
    background: linear-gradient(180deg, #006deb 0%, rgba(117,188,255,1) 100%); 
}

.rcbt_hd ul li.on span::before, 
.rcbt_hd ul li:hover span::before { 
    content: ' '; 
    width: 90px; 
    height: 18px; 
    background: url(http://www.gxfc.gov.cn/material/images/241119xm_rcbt_tit2.png) no-repeat center; 
    position: absolute; 
    left: 50%; 
    margin-left: -45px; 
    bottom: 10px; 
}
.sbk_ewm_con{ 
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}
.sbk_ewm_con img{
    width: 150px;
}

/*=================服务概况  新样式==================*/
.mt-100{ margin-top: -100px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.fwgk_main{ background: #F5FBFF; padding:0 20px; border-radius: 10px; position: relative;}
.gk_pt_1{ width: 278px; position: absolute; right: 0; bottom: -10px;}
.gk_pt_1 img{ width: 100%;}
.fwgk_p{ width: 820px; float: left; font-size: 18px; line-height: 36px; text-indent: 2em;}

.fwgk_main.redStyle{background: #fff4f6;}

/*=================政策依据  新样式==================*/
.three-item-1 {
    width: 100%;
    height: 167px;
    box-sizing: border-box;
    /* padding: 20px 35px 25px 120px; */
    background: #ffffff;
    box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18); 
    position: relative;
    border-radius: 15px;
}
.three-item-1.redStyle{box-shadow: 0px 2px 18px rgba(253, 227, 229, 1);}
.three-item-1 .item-title-1 {
    width: 101px;
    height: 199px;
    position: absolute;
    left: 0;
    top: -11px;
    background: url(http://www.gxfc.gov.cn/material/images/title-bg-3.png) center;
    background-size: 100% 100%;
}
.three-item-1 .item-title-1.redStyle {
    width: 101px;
    height: 199px;
    position: absolute;
    left: 0;
    top: -11px;
    background: url(http://www.gxfc.gov.cn/material/images/red_title-bg-3.png) center;
    background-size: 100% 100%;
}
.three-item-1 .item-title-1 a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    cursor: inherit;
}
.three-item-1 .item-title-1:hover a{ text-decoration: none;}

.three-item-1 ul {
    width: 100%;
    box-sizing: border-box;
}

.three-item-1 ul li {
    box-sizing: border-box;
}

.three-item-1 ul li a {
    font-size: 18px;
    color: #333333;
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 36px;
    background: url(http://www.gxfc.gov.cn/material/images/three-d2.png) left no-repeat;
}

.three-item-1 ul li:hover a {
    color: #0153d9;
    text-decoration: underline;
}
.three-item-1.redStyle ul li:hover a {
    color: #f00;
    text-decoration: underline;
}


.ks_cont.noBg{ background: none;}
.mH{ min-height: auto;}
.blqd_title{ font-size: 22px; padding: 0 0 0px 25px;}
.blqd_cont{ font-size: 18px; line-height: 36px;padding: 0 0 20px 25px;}
.blqd_h4{ font-size: 20px; font-weight: 500; padding: 15px 25px;}
.blcl_ck{ margin: 0 25px; background: #F5FBFF; padding: 10px 20px; border-radius: 10px;}
.blcl_ck p{ font-size: 18px; line-height: 36px;}

/*常见问题*/
.three-wd{width: 100%;height: 430px;box-sizing: border-box;padding: 20px 10px;background: #fff url(http://www.gxfc.gov.cn/material/images/three-bg-1.jpg) center;background-size: cover; box-shadow: 0px 2px 18px rgba(24, 129, 254, 0.18); border-radius: 15px; margin: 40px auto;}
.wd_main{ height:380px; overflow:auto; padding: 10px;}
.three-wd ul{width: 570px;float: right;}
.three-wd ul li{width: 100%;box-sizing: border-box;padding: 15px 10px;margin-top: 20px;border-radius: 10px;background: #F5FBFF;box-shadow: 0 0 3px 1px rgba(85, 124, 249, .2);}
.three-wd ul li:first-child{margin-top: 0;}
.three-wd ul li a{display: block;font-size: 20px;color: #333333;font-weight: bold;box-sizing: border-box;padding-left: 30px;background: url(http://www.gxfc.gov.cn/material/images/three-wen.png) left no-repeat; cursor:default;}
.three-wd ul li div{font-size: 16px; line-height:30px;color: #666666;box-sizing: border-box;padding-left: 30px;margin-top: 10px;background: url(http://www.gxfc.gov.cn/material/images/three-da.png) left top no-repeat;}
.three-wd ul li div img{ width:95%;}
.three-wd ul li a:hover{ text-decoration:none;}

.overHide{ overflow: hidden;}
.pr{ position: relative;}
.jjzz_dx{ position: absolute; right: 30px; bottom: 0;}
.jjzz_tj{ position: absolute; left: 30px; bottom: 30px;}
.red_jjzz_tj{ position: absolute; right: 30px; bottom: 30px;}
.noneBg{ background: none;}








