* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

a {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}
.alert_box .alert_con
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

input,
button {
    list-style-type: none;
    border: 0px;
    outline: none;
}

.clearfix:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.btn_wrap {
    width: 100%;
    margin: 50px 0 24px 0;
    text-align: center;
}

.btn_wrap .btn {
    margin: 0 20px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 20px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all ease 0.3s;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
}

.btn:active {
    background: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn_blue_deep {
    border-color: #246fde;
    background: #246fde;
    color: #fff;
}

.btn_blue_shallow {
    border-color: #baceea;
    background: #baceea;
    color: #fff;
}

.btn_blue_border {
    color: #246fde;
    border-color: #246fde;
    background: #fff;
    border-radius: 20px;
}

.btn_blue_shallow:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #98a8bf;
}

.btn_blue_deep:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #1d57a8;
}

.hide {
    display: none;
}

.color_title {
    color: #666;
}

.color_green {
    color: #21a511;
}

.color_orange {
    color: #fda565;
}

.color_red {
    color: #da2021;
}

.color_gray {
    background-color: #eee;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1998;
}

.loading .wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.loading .content {
    z-index: 5;
    width: 200px;
    text-align: center;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    color: #246fde;
    line-height: 1.5;
}

.loading .content .img {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.content.on {
    height: 515px;
    padding-top: 24px;
}

.error {
    width: 100%;
    height: 515px;
    background-color: #fff;
}

.error img {
    margin: 142px 0 0 404px;
}

.error p {
    width: 300px;
    font-weight: 600;
    margin: 20px auto 30px;
    text-align: center;
}

.error .btns {
    width: 116px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #246fde;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    color: #246fde;
    cursor: pointer;
}


/***********************头部样式*******************************/

.all {
    width: 100%;
    min-width: 928px;
    margin: 0 auto;
}

.content {
    width: 928px;
    margin: 0 auto;
    position: relative;
}

.head {
    height: 96px;
    width: 100%;
    min-width: 980px;
    background-color: #246fed;
    background:#e6024b url('./images/comNavBg.png') left center no-repeat;
}

.tit {
    line-height: 96px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.btns li {
    float: right;
    cursor: pointer;
    display: inline-block;
}

.btns li a {
    color: #fff;
}

.exit {
    background: url('images/exit.png') 34px 22px no-repeat;
    cursor: pointer;
    padding: 58px 30px 0;
}

.usercenter {
    background: url('images/yhzx.png') 34px 22px no-repeat;
    padding-top: 58px;
}


/****************************底部样式****************************/

.footer {
    border-top: 3px solid #003b7f;
    background-color: #cde3f9;
    height: 110px;
}

.footer p {
    color: #334b70;
    font-size: 12px;
}

.footer .beijing {
    width: 500px;
    margin: 35px auto 5px;
}

.footer .beijing span.on {
    margin-left: 24px;
}

.footer p {
    width: 100%;
    text-align: center;
    margin: 0 auto 5px;
}


/************************own_alert_div css start****************/

.own_alert_div {
    /*设置整体弹出层的z-index*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10014;
    width: 100%;
    height: 100%;
}

.own_alert_div .own_alert_cover {
    /*透明遮盖层*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.own_alert_div .own_alert_con {
    /*显示层div整体样式*/
    width: 350px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -86px -175px;
    border-radius: 4px;
}

.own_alert_div .own_alert_con p {
    /*显示的提示信息的样式*/
    width: 90%;
    margin: 10px auto;
    min-height: 50px;
    color: #808080;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
}

.own_alert_div .own_alert_title {
    /*弹出窗口的头部样式*/
    height: 45px;
    margin: 0 10px;
    line-height: 45px;
    border-bottom: 1px solid #3a9bf6;
    padding-left: 20px;
    font-size: 16px;
    color: #3a9bf6;
}

.own_alert_div .own_alert_btn {
    /*弹出窗口的底部样式*/
    height: 46px;
    line-height: 46px;
    margin-bottom: 10px;
    text-align: center;
}

.own_alert_div .own_alert_btn input {
    /*弹出窗口的按钮样式*/
    height: 30px;
    padding: 0 18px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #3a9bf6;
    background: #3a9bf6;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}


/* 行政规划层级样式 */

.bksxfed-levelPlugin-pull_text {
    /* background: url('pull_title.png') right center no-repeat; */
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding-left: 10px;
    min-width: 286px;
    border: 1px solid #d4dae5;
    color: #000;
    outline: none;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: 20px; */
}

.bksxfed-levelPlugin-pan_hide {
    overflow: hidden;
}

.bksxfed-levelPlugin-pl_display {
    display: none !important;
}

.bksxfed-levelPlugin-pulltext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*为空时显示 element attribute content*/

.bksxfed-levelPlugin-pull_text:empty:before {
    content: attr(placeholder);
    /* element attribute*/
    /*content: 'this is content';*/
    color: #999999;
}


/*焦点时内容为空*/

.bksxfed-levelPlugin-pull_text:focus:before {
    content: none;
}

.bksxfed-levelPlugin-pull_title {
    width: 100%;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    z-index: 999999;
}

.bksxfed-levelPlugin-pull_position {
    height: 46px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #e9ecf2;
    overflow: hidden;
}

.bksxfed-levelPlugin-pull_t_01 {
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
}

.bksxfed-levelPlugin-pull_title span {
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    margin: 8px 10px 0;
    display: inline-block;
    border-bottom: 2px;
    /* moz-user-select: -moz-none; */
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /**禁止选中文字*/
}

.bksxfed-levelPlugin-pull_title span.bksxfed-levelPlugin-active {
    color: #3a9bf6;
    border-bottom: 2px solid #3a9bf6;
}

.bksxfed-levelPlugin-pull_main {
    height: 244px;
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 47px;
    left: 0;
    border-top: none;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /**禁止选中文字*/
    overflow: hidden;
    z-index: 999999;
    background: #ffffff;
}

.bksxfed-levelPlugin-pull_scroll {
    width: 4px;
    height: 130px;
    background: #acb5c0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.bksxfed-levelPlugin-pull_main ul {
    padding-top: 14px;
    /*
	  margin-left:342px;
	  */
}

.bksxfed-levelPlugin-pull_main li {
    height: 38px;
    color: #666666;
    font-size: 14px;
    margin-left: 30px;
    list-style: none;
    cursor: pointer;
}

.bksxfed-levelPlugin-pull_main li span {
    display: inline-block;
    height: 38px;
    padding-right: 26px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.bksxfed-levelPlugin-pull_main li span.bksxfed-levelPlugin-active {
    /* background: url('pull_main.jpg') right center no-repeat; */
    color: #3a9bf6;
}

.bksxfed-levelPlugin-pull_main::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f5f5f5;
}


/*定义滚动条轨道 内阴影+圆角 */

.bksxfed-levelPlugin-pull_main::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f5f5f5;
}


/*定义滑块 内阴影+圆角*/

.bksxfed-levelPlugin-pull_main::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #555;
}

.bksxfed-levelPlugin-wrap_pull {
    z-index: 999999;
    position: absolute;
    height: 292px;
    min-width: 214px;
    border: 1px solid #d4dae5;
    border-top: none;
}


/***********************************内容部分css**************************/


/*左侧盒子css*/

.message {
    width: 100%;
    min-height: 650px;
    background-color: #ebf5ff;
}

.zuo {
    width: 63%;
    height: 585px;
    background-color: #fff;
    margin: 26px 20px 30px 0;
    position: relative;
}
.you.on {
	position: fixed;
	top: 0;
	margin-left: 613px;
	margin-top: 0;
}
.you {
    width: 315px;
    min-height: 515px;
    margin: 26px 0;
}

.concommon {
    width: 552px;
    margin: 0 auto;
}

.titles {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #2e51a9;
    color: #3d5798;
    font-size: 12px;
}

.titles a,
.titles span {
    color: #3d5798;
    font-weight: 700;
    font-size: 14px;
}

.titles span.on {
    margin: 0 2px 0;
}

.leftcon,
.rightcon {
    margin-top: 42px;
}

.rightcon {
    margin-right: 16px;
}

.leftcon {
    width: 330px;
    padding-left: 20px;
}

.leftcon div {
    height: 230px;
    overflow: auto;
}

.leftcon p {
    width: 262px;
    margin: 0 auto;
}

.leftcon .qytj {
    font-size: 18px;
    color: #0033cc;
    margin-bottom: 30px;
    font-weight: bold;
}

.leftcon .qytj span {
    display: inline-block;
    border-bottom: 4px solid #0033cc;
    padding-bottom: 20px;
}

.leftcon .black {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
}

.Cns .black {
    text-indent: 28px;
}

.leftcon .black span {
    display: inline-table;
    width: 238px;
}

.leftcon .certificate {
    font-size: 14px;
    color: #ff9933;
}

.leftcon a {
    display: inline-block;
    width: 115px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    background: url('images/access.png') 20px 8px no-repeat;
    background-color: #246fde;
    color: #fff;
    margin: 22px 32px;
    text-align: center;
    padding-left: 20px;
    box-sizing: border-box;
}


/* 右侧样式 */

.you .top {
    height: 140px;
    margin-bottom: 20px;
    background-color: #fff;
    color: #5a5a5a;
}

.you .top .person {
    width: 275px;
    height: 48px;
    margin: 0 auto;
    padding-top: 30px;
}

.you .top .person.girl {
    background: url('../styles/images/logo.png') 0 30px no-repeat;
}

.you .top .person .lxdh {
    font-size: 14px;
    height: 20px;
    width: 102px;
    padding-left: 113px;
    background: url('../styles/images/tel.png') 90px no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.you .top .person .mc {
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 18px;
    width: 220px;
    color: #246fde;
    font-weight: 600;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.you .top .shxydm {
    font-size: 14px;
    width: 275px;
    text-align: center;
    margin: 20px auto;
}

.middle {
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.middle h3 {
    color: #3d5798;
    margin-left: 20px;
    font-size: 12px;
}

.middle p {
    width: 205px;
    color: #3d5798;
    font-size: 12px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.middle p .lczt_text{
    font-weight: bold;
    color: red;
}
.middle a {
    font-size: 12px;
    color: #246fde;
    margin-left: 22px;
    position: absolute;
    right: 20px;
    top: 0px;
}
.bottom {
    /* height: 243px; */
    background-color: #fff;
    margin-bottom: 15px;
}
.btmcen {
    width: 276px;
    margin: 0 auto;
}

.struct ul {
    padding: 15px 20px;
}

.newbox {
    height: 35px;
    padding: 6px 0 0 18px;
    font-size: 12px;
    color: #3d5798;
    background-color: #fff;
}

.newbox p {
    width: 248px;
    font-size: 12px;
    color: #1f538e;
}

.newbox .zxtel {
    background: url('./images/tels.png') left 9px no-repeat;
    padding: 0px 0 0 30px;
    line-height: 31px;
}

.struct li {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.struct li a {
    display: block;
    width: 100%;
    height: 48px;
}

.struct li.daxx {
    background: #91bbf8;
}

.struct li.yyfw {
    background: #6cd5eb;
}
.struct li.xylr {
    background: #78e194;
}
.struct li.jgml {
    background: #fac198;
}
.struct li.zcjl {
    background: #dbabf8;
    margin-bottom: 10px;
}


/*提交失败弹框样式*/

.tjsb_content {
    position: absolute;
    top: 156px;
    left: 50%;
    width: 344px;
    height: 214px;
    margin-left: -172px;
    background: url('images/dcsb.png') no-repeat center;
    z-index: 3;
}

.dxnr_content .dx_mess {
    width: 310px;
    font-size: 14px;
    color: #666;
    margin: 90px auto 24px;
}

.dxnr_content .xy_button {
    width: 98px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #508ce5;
    border-radius: 20px;
    color: #246fde;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.xgkh_content,
.xgfail_content {
    position: absolute;
    top: 156px;
    left: 50%;
    width: 266px;
    height: 204px;
    margin-left: -133px;
    z-index: 3;
}

.xgkh_content .cardnotice,
.xgfail_content .cardnotice {
    width: 100%;
    height: 163px;
    border-radius: 20px;
    background-color: #fff;
}

.cardnotice img {
    margin: -35px 0 0 93px;
}

.cardnotice img {
    margin: -35px 0 0 93px;
}

.know {
    display: block;
    width: 94px;
    height: 30px;
    line-height: 30px;
    color: #246fde;
    border: 1px solid #246fde;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.left_more {
    height: auto;
    min-height: 585px;
    border: 1px solid #fff;
}
.xygl_more{
    height: auto;
    min-height: 586px;
    border: 1px solid #fff;
}
/***************************** 弹框样式 *******************************/
.alert_box .alert_bg{
    position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: #505968;
	opacity: 0.9;
	filter: Alpha(opacity=50);
}
.alert_box .alert_con{
    position: absolute;
	top: 156px;
	left: 50%;
	width: 720px;
	height: 429px;
	margin-left: -360px;
	background-color: #fff;
	z-index: 3;
}
.alert_box .alert_con .con_tit{
    padding:10px;
    border-bottom: 1px solid #c1d8fb;
}
.alert_box .alert_con .con_tit .alert_gb{
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
.alert_box .alert_con .table{
    width: 94%;
    margin: 10px 3% 10px 3%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}
.alert_box .alert_con .table .all_check{
    position: relative;
    top: 2px;
    left: 2px;
}
.alert_box .alert_con .table th,
.alert_box .alert_con .table td{
    border: 1px solid #dcdcdc;
    padding: 9px 8px;
    line-height: 1.2;
    color: #555;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.alert_box .alert_con .table th{
    background-color: #f5f9ff;
    font-weight: normal;
    font-size: 14px;
}
/* 错误提示样式 */
.error_info1,
.error_info {
    position: absolute;
    top: 0px;
    left: 246px;
    font-size: 12px;
    color: red;
}


/* 进度条样式 */

.zscommon {
    width: 552px;
    margin: 0px auto;
}

textarea {
    resize: none;
}
.txzs ul:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.txzs li {
    margin: 30px 0px 30px 0;
    width: 137px;
}

.txzs li.on {
    margin: 30px 0;
}

.qyyy_head_lcxq_img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('images/ellipse.png') center center no-repeat;
    position: relative;
}

.qyyy_head_lcxq_img.on {
    background: url('images/circle.png') center center no-repeat;
    z-index: 2;
}

.nows {
    width: 105px;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #f2f6fb;
    background: url('images/jindu.png') no-repeat center center;
    position: absolute;
    top: 0px;
    margin-left: 32px;
}

.blue_yuan {
    width: 105px;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #f2f6fb;
    background: url('images/blue_jd.png') no-repeat center center;
    position: absolute;
    top: 0px;
    margin-left: 32px;
}

.qyyy_head_lcxq_sm {
    font-size: 14px;
    text-align: center;
}

.qyyy_head_lcxq_img .num {
    padding-left: 11px;
    line-height: 32px;
    color: #f2f6fb;
    font-weight: 600;
}

.qyyy_head_lcxq_sm {
    margin-top: 12px;
    color: #777;
}

.qyyy_head_lcxq_sm.on {
    color: #246fde;
}


/*提交成功页面*/

.tjsucc img {
    vertical-align: middle;
    margin: 30px 0 20px 195px;
}

.tjsucc .tjcg {
    width: 100%;
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 700;
    text-align: center;
}

.tjsucc .zsnotic {
    width: 260px;
    font-size: 14px;
    color: #787878;
    margin: 16px auto 30px;
    text-align: center;
}


/****************企业申报第一步************/

.text_wrap {
    margin-bottom: 24px;
}

.text_wrap .wrap_title {
    line-height: 33px;
    font-size: 16px;
    color: #4887e3;
    font-weight: bold;
    background: #d6e2f2;
    padding: 0 15px;
}

.text_wrap ul.wrap_con {
    margin: 5px 25px 0 25px;
    font-size: 14px;
    color: #666666;
}

.text_wrap ul.wrap_con li {
    margin-top: 20px;
}

.text_wrap ul.wrap_con li .right input,
.text_wrap ul.wrap_con li .right select {
    margin-right: 0;
}

.text_wrap ul.wrap_con li .inp_title {
    font-weight: bold;
}

.text_wrap ul.wrap_con li .width_3 {
    width: 105px;
    margin-right: 20px;
}

.text_wrap ul.wrap_con li .width_01 {
    width: 382px;
}
.text_wrap ul.wrap_con li .width_3 input,
.text_wrap ul.wrap_con li .width_3 select {
    width: 105px;
}


/*输入框演示*/

.zsinput {
    position: relative;
    margin-top: 5px;
    position: relative;
}


/* label {
    display: block;
    height: 32px;
    width: 145px;
    color: #ccc;
    box-sizing: border-box;
    position: absolute;
    left: 64px;
    top: 1px;
    font-size: 14px;
    padding-left: 8px;
} */

.zsinput input,
.zsinput select {
    width: 217px;
    min-width: 214px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    padding-left: 8px;
    margin-right: 24px;
    box-sizing: border-box;
}
.zsinput .list_right{
    margin-right:0;
}
.zsinput textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    height: 60px;
    margin-bottom: 20px;
}

.checkboxs {
    width: 450px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    padding-left: 28px;
    margin-right: 25px;
    box-sizing: border-box;
}

.checkboxs input {
    width: 15px;
    vertical-align: top;
    margin-right: 0;
    margin-left: 15px;
}


/*提示信息样式*/

.prompt {
    color: #fda565;
    font-size: 12px;
    margin: 20px 13px 0 13px;
}

.prompt_01 {
    color: #fda565;
    font-size: 12px;
}

.prompt.on {
    text-align: center;
}
/************************** 分页样式 *********************/
/*************** 分页样式 *****************/
.pageTool{
	font-size: 14px;
	color: #999;
	margin: 34px auto 0;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
}
.pageTool:after{
	content: " ";
	clear: both;
	display: block;
}
.pageTool_left{
	display: none;
	/*float: left;
	margin-left: 15px;
	line-height: 32px;*/
}
.pageTool_right{
	/*float: right;
	margin-right: 15px;*/
}

.pageTool_right span{
	display: inline-block;
	/*float: left;*/
	height: 32px;
	min-width: 22px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #E6E6E6;
	background: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.pageTool_right > .wrap_pageItem{
	display: inline-block;
	/*float: left;*/

}
.pageTool_select{
	display: none;
	/*outline: none;
	height: 32px;
	padding:0 9px;
	line-height: 32px;
	border: 1px solid #E6E6E6;
	color: #999;
	display: block;
	float: left;
	margin-top: 0px;*/
}
.pageTool_right .pageToolJump{
	display: none;
	/*width: auto;
	border: none;
	margin-left: 8px;
	display: block;
	float: left;*/
}
.pageTool_right .pageToolText{
	display: none;
	/*display: block;
	float: left;
	width: 48px;
	height: 28px;
	text-align: center;
	border: 1px solid #E6E6E6;
	outline: none;*/
}
.pageTool_right .pageTool_currentPage{
	background: #21AAEE;
	color: #fff;
	border: 1px solid #21AAEE;
}
.pageTool_right .wrap_pageItem span:hover,.pageTool_right .pageTool_previous:hover,.pageTool_right .pageTool_next:hover{
	background: #21AAEE;
	color: #fff;
	border: 1px solid #21AAEE;
}
.pageTool_right .pageTool_previous{
	padding-right: 10px;
}
.pageTool_right .pageTool_next{
	padding-left: 10px;
}
.pageTool_right .pageTool_next.disclick,.pageTool_right .pageTool_previous.disclick{
    color:#e6e6e6;
    border:1px solid #e6e6e6;
}
.pageTool_right .pageTool_next:hover.disclick,.pageTool_right .pageTool_previous.disclick:hover{
    background: #fff;
    color:#e6e6e6;
    border:1px solid #e6e6e6;
}

.noneData{
	text-align: center;
	color: #8b97a3;
	font-size: 16px;
	padding-top: 150px;
	padding-bottom: 20px;
	/* background: #fff url(../images/common/nomoredata_pic.png) no-repeat center 10px;; */
}

/********第二步******/

.text_wrap .wrap_title .text {
    padding-right: 40px;
}

.text_wrap .wrap_title .check {
    font-weight: 100;
    margin-right: 20px;
    color: #565656;
}

.text_wrap ul.jl_wrap {
    border: 1px solid #dbdbdb;
    background: #f5f9ff;
    margin: 20px 13px 0 13px;
    padding: 0 23px 20px;
}

.pxdj_wrap .check {
    margin-right: 40px;
}

.pxdj_wrap .check input {
    width: 15px;
    min-width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.text_wrap .addicon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../styles/images/addzs.png') no-repeat;
    cursor: pointer;
}

.time input {
    width: 90px;
    margin-right: 0;
}

.time span {
    padding: 0 5px;
}

.photo_wrap {
    /*display: block;*/
    position: relative;
    left: 0;
    cursor: pointer;
    width: 118px;
    height: 118px;
    background: url('./images/photo.png') center center no-repeat;
    border: 1px solid #dbdbdb;
    text-align: center;
    margin-top: 10px;
}

.photo_wrap img {
    max-width: 118px;
    max-height: 118px;
    /*margin-top: 35px;*/
}

.del_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('./images/delete.png') no-repeat;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.del_wrap {
    color: #9fc4f5;
    cursor: pointer;
}


/*第三步*/

.text_wrap ul.wrap_con li.photo_sfz .inp_title {
    width: 150px;
    text-align: center;
    padding-top: 40px;
    margin-right: 20px;
}

.text_wrap ul.wrap_con li.photo_sfz .photo_l {
    margin-right: 30px;
}
/*第四步*/

.content .cxjg_list .table_tit {
    color: #246fde;
    border-left: 2px solid #246fde;
    padding-left: 5px;
}

.content .cxjg_list table td {
    padding: 0;
}
/**********详情页样式**************/
.detail_wrap {
    background: #fff;
    box-shadow: 1px 0px 2px rgba(36, 111, 222, 0.3);
    margin: 26px 0;
    min-height: 581px;
    padding: 25px 20px;
}

.text_wrap table {
    margin: 20px 0;
    border-collapse: collapse;
    font-size: 14px;
    color: #555555;
}

.text_wrap .table_01 {
    text-align: center;
    margin: 10px 0 20px 0;
}

.text_wrap table td {
    height: 38px;
    padding-left: 10px;
}

.text_wrap .table_01 th {
    height: 38px;
    background: #f5f9ff;
    font-weight: 300;
}

.text_wrap table td.td_tit {
    background: #f6f6f6;
}

.text_wrap .table_tit {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.detail_wrap .text_wrap .xmxx_list li {
    border: 1px solid #dcdcdc;
    margin-top: 20px;
    height: 118px;
    color: #555555;
    font-size: 14px;
}

.detail_wrap .text_wrap .xmxx_list li span {
    float: left;
}

.detail_wrap .text_wrap .xmxx_list li .list_mc {
    border-right: 1px solid #dcdcdc;
    width: 88px;
    height: 100%;
    text-align: center;
    background: #f7f7f7;
    padding: 45px 5px;
    box-sizing: border-box;
}

.detail_wrap .text_wrap .xmxx_list li .list_nr {
    width: 797px;
    padding: 20px;
    box-sizing: border-box;
}

.text_wrap .accessory {
    color: #f88d2e;
}


/* 上传样式修改 */

.upload_wrap .upload_label {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.upload_wrap input[type='file'] {
    opacity: 0;
    filter: Alpha(opacity=0);
    width: 1px;
    position: relative;
    top: 50%;
}

.edu .upload_wrap {
    margin-top: 40px;
}

/* 校验样式 */

.forming_jbxx .error_info {
    top: 32px;
    left: 0;
}
.area_wrap .error_info {
    top: 63px;
}
.forming_jbxx .xm_error .error_info {
    width: 205px;
}

.forming_xmxx .error_info {
    left: 0;
    top: 161px;
}

.forming_jbxx .former_area .error_info {
    top: 64px;
}

.label_pdf {
    width: 90px;
    position: absolute;
    left: 414px;
    top: 0px;
}

.label_pdf input {
    opacity: 0;
    filter: alpha(opacity=0);
    padding-left: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

/* 上传文件 */
.daoru {
    position: relative;
    /* margin-bottom: 20px; */
    height: 30px;
    width: 100%;
}
.upload {
    display: inline-block;
    width: 150px;
    border: #ccc 1px solid;
    top: 4px;
    left: 0;
    padding-left: 10px;
    padding-right: 38px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    z-index: 20;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.replyFileid {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    top: 0;
    left: 0px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

.text_wrap ul.wrap_con li .upload {
    width: 170px;
    margin-top: -4px;
}

.file_img {
    vertical-align: bottom;
    position: absolute;
    top: 9px;
    left: 130px;
}

.J_upload_div {
    position: absolute;
    width: 220px;
    z-index: 999;
    height: 30px;
    background: url('./images/wjj.png') no-repeat 195px 8px;
}

.drbtn {
    position: absolute;
    top: 0;
    left: 235px;
    height: 30px;
    width: 100px;
    background-color: #0099ff;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}


/* 选择培训机构 */
.xzpxjg {
    text-align: center;
    margin-bottom: 50px;
}
.xzpxjg>div {
    display: inline-block;
    margin-right: 10px;
}
/* 培训能力 */
.jcxxb .wrap_con {
    border: 1px #dbdbdb solid;
}
.jcxxb ul.wrap_con {
    margin: 0 0 0 0;
}
.jcxxb ul.wrap_con li {
    margin:25px 10px;
}
.projectinfo a {
    color: rgb(39, 119, 238);
}

.pxzy_list{
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 2;
    width: 214px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-top:none;
    background-color: #ffffff;
}
.pxzy_list li{
    padding: 5px;
    cursor: pointer;
}
.pxzy_list li:hover{
    background: #0099ff;
    color: #fff;
}
/********************************学员录入---列表页*****************************/
.order_list{
	margin: 15px 0;
}
.order_list li{
	width: 100%;
    /* height: 95px; */
	border:1px solid #ccdefc;
	background: #f1f7fe;
	margin-bottom:10px;
	padding:5px 0 5px 20px;
	color: #a0a0a1;
	font-size: 14px;
	box-sizing: border-box;
}
.order_list li .left_wrap{
	width:406px;
    line-height: 28px;
    border-right: 1px solid #ccdefc;
}

.order_list li div>p{
    width: 190px;
}
.order_list .per_list div>p{
    line-height: 28px;
    width: 240px;
}
.order_list li .cdsj{
	margin-right: 20px;
}
.order_list li .rylb_btn{
	color: #246fde;
    cursor: pointer;
    margin-top: 30px;
}
.hide_slh{
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order_list li .bold_text>p {
    width: 90%;
}
.bold_text{
    width: 100%;
    font-weight: bold;
    color: #666;
}
.lr_btn{
    margin-top: 9px;
}
.all .mb_btn{
    line-height: 32px;
    padding: 0 20px;
    margin-top: 9px;
    color: #fff;
    font-weight: normal;
}

.titles .per_dr_btn{
    padding: 0 20px;
    line-height: 32px;
    color: #fff;
    margin: 9px 10px 0 0;
}
.per_file {
    width: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
}
/* 承诺书下载 */
.titles .J_cnsxz {
  /* position: absolute; */
  /* top: 500px; */
  /* right: 85px; */
  font-size: 15px;
  color: #0033cc;
  font-weight: bold;
  cursor: pointer;
}
/* apply_jcxx页面 */
/* 上传图片样式 */
.file_wrap .file_upload {
  position: relative;
  left: 0;
}

.file_upload {
  width: 100px;
  height: 100px;
  display: inline-block;
  /* border: 1px solid #dbdbdb; */
  cursor: pointer;
  background: url("./images/add.png") 40px 40px no-repeat;
}

.file_hetong .inputfile {
  width: 1px;
  height: 1px;
  left: -999px;
}

.inputfile {
  opacity: 0;
  filter: Alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

input[type='file'] {
  cursor: pointer;
  width: 1px;
  height: 1px;
}

/* .tsxx {
  font-size: 12px;
  margin-left: 140px;
  margin-top: 15px;
  color: #ff9933;
} */
.img_wrap {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 35px;
  border: 1px solid #dedede;
}

.img_wrap .del {
  display: block;
  width: 14px;
  height: 14px;
  background: url('./images/close.png') no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
  background-color: #fff;
}

.img_wrap img {
  max-width: 100px;
  max-height: 100px;
}

.img_wrap .ckdt_btn {
  width: 100%;
  position: absolute;
  top: 110px;
  text-align: center;
  color: #45a4e8;
  cursor: pointer;
}
.on.img_upload {
  position: relative;
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #000;
}
.img_del{
  position: absolute;
  background-color: #246fde;
  cursor: pointer;
  width: 55px;
  left: 50%;
  top: 50%;
  margin: -15px -33px;
  border-radius: 4px;
  vertical-align: middle;
  padding: 5px 5px;
  line-height: 20px;
}
.img_del .bg_img{
  height: 20px;
  width: 20px;
}
.img_del .del_txt {
  margin-left: 5px;
  color: #fff;
}

.tip_line {
  line-height: 40px;
  /* margin-left: 100px; */
}

.input_imgwidth {
  width: 100%;
}

.input_area {
  position: relative;
}

/* 显示大图弹框样式 */
.wlxy {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #505968;
  opacity: 0.9;
  filter: Alpha(opacity=50);
}

.wlxy_content {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 930px;
  height: 660px;
  margin-left: -465px;
  /* top: 75px; */
  top: 1000px;
  border-radius: 15px;
  background-color: #fff;
  z-index: 3;
  overflow: auto;
}

.wlxy_content .wlxy_title {
  height: 54px;
  width: 680px;
  line-height: 54px;
  color: #1286d7;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  border: none;
}

.wlxy_title div {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 0;
  cursor: pointer;
}

.wlxy_content .content {
  width: 930px;
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box;
}

.wlxy_content .content img {
  max-width: 870px;
  max-height: 510px;
}
.qyxxwh {
  background: url('./images/qytb.png') center center no-repeat;
  padding: 58px 30px 0;
}
.jgmcxz{
    background: url('./images/xz.png') center center no-repeat;
    padding: 58px 30px 0;
}
/* 学员离职 */
.xycx {
    width: 552px;
    margin: 0 auto; 
}
.plcz {
    width: 552px;
    margin: 50px auto; 
}
.searchLz{
    width: 400px;
    margin: 10px auto;
}
.search_box{
    margin-top: 10px;
}
.sfzsearch,.qysfzsearch {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    min-width: 286px;
    border: 1px solid #d4dae5;
    color: #000;
    outline: none;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchBtn {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    border-color: #246fde;
    background: #246fde;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px 0 0 10px;
}
.searResult {
    width: 90%;
    margin: 30px auto;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background-color: #e8e9eb;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}
.resOne,.resTwo {
    width: 100%;
    text-align: left;
}
.resp {
    position: absolute;
    top: 20px;
    right: 10px;
}
.xylzxcjg {
    margin-top: 20px;
    /* line-height: 33px; */
    line-height: 40px;
    font-size: 16px;
    background: #d6e2f2;
    padding: 0 15px;
    color: #4887e3;
}
/*  */
.jybj {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    border-color: #246fde;
    background: #246fde;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 5px auto;
    /* margin-top: 10px; */
}
/*  */
.czone {
    font-weight: bold;
}
.cztwo {
    margin-left: 10px;
}
.czthree {
    margin-right: 20px;
    cursor: pointer;
    font-size:14px; 
}
.searJg {
    /* width:79%; */
    text-overflow: ellipsis;
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
}
/* .jgBtn {
    height: 30px;
    line-height: 30px;
    padding: 10px 10px;
    color: #246fde;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 0 0 10px;
} */

.jgBtn {
    color: #246fde;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px 14px;
    box-sizing: border-box;
}
.jgBtn1 {
    color: #246fde;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 14px;
    box-sizing: border-box;
}
.psfzhm,.pxm {
    font-weight: bold; 
    width: 75px;
    margin-right: 10px;
    text-align: center;
}
.form_xylz {
    position: relative;
}
.form_xylz .error_info,.form_qyxylz .error_info{
    position: relative;
    display: block;
    top: 4px;
    left: 4px;
}
/*  批量操作*/
.plczul {
    /* height: 260px; */
    /* height: 80px; */
    background: #f5f9ff;
    margin: 20px 13px 0 13px;
    /* padding: 0 23px 20px; */
    padding: 10px 23px 20px;
    font-size: 14px;
    color: #666666;
    /* overflow :auto; */
    box-shadow: 1px 0px 2px rgba(36, 111, 222, 0.3);
    border: 1px solid #c1d8fb
}
.oneli {
    width: 100%;
}
.plczul  li {
    width: 100%;
}
.plczul .lihover:hover{ 
    background-color:#d6e2f2; 
    cursor:pointer;
    }
.ulinfo {
   /* width: 25%;  */
   /* height: 34px;
   line-height: 34px; */
   padding: 10px;
   box-sizing: border-box;
   text-align: center;
   border-bottom:  1px solid #dcdcdc;
   font-weight: 700;
}
.infoxm {
    width: 33.3333%;
}
.infosfz {
    width: 35%;
}
.infobj {
    width: 20%;
}
.infocz {
    width: 25%;
}

.liinfo {
    /* width: 25%;  */
    /* height: 30px;
    line-height: 30px; */
    line-height: 1.2;
    text-align: center;
    /* margin: 4px 0; */
    padding:10px 4px;
    box-sizing: border-box;
 }
 /* li 隔行变色 */
 .plczul ul .lihover:nth-of-type(odd){ background:#d6e2f2;}
 /* .plczul ul .lihover:nth-of-type(even){ background:#ffffff;}  */

.cxdel {
    color: #4887e3;
    cursor: pointer;
}
/*  */

/* 弹窗样式 */
/* .alert_ydbox {
    display: none;
} */
.alert_ydbox .alert_bg{
    position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* z-index: 2; */
	z-index: 1000;
	background-color: #505968;
	opacity: 0.9;
	filter: Alpha(opacity=50);
}
.alert_ydbox .alert_con{
    position: absolute;
	top: 50%;
	left: 50%;
    width: 500px;
    height: 300px;
    /* width */
    margin-left: -250px;
    /* height */
    margin-top: -150px; 
	background-color: #fff;
	z-index: 10001;
}
.alert_ydbox .alert_con .con_tit{
    padding:10px;
    border-bottom: 1px solid #c1d8fb;
}
.alert_ydbox .alert_con .con_tit .alert_gb{
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
/* 弹框录入项样式*/
.alert_con .tkShow {
    padding: 10px;
    box-sizing: border-box;
}
.tkShow .tk_box {
    margin-top: 10px;
    position: relative;
}
.tk_xybox {
    margin: 10px 0 20px 0;
    position: relative;
}
.tk_ydlx {
    width: 110px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    padding: 4px;
    box-sizing: border-box;
}
.tk_ydlxval,.ydyy_nr {
    width: 77%;
    padding: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.jytkval{
    width: 50%;
    padding: 4px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
}
.tit_text {
    color: #4887e3;
}
/* 错误提示信息 */
.form_xyyd  .error_info {
    position: absolute;
    top: 106px !important;
    left: 100px;
} 
/* 结业管理 */
.jyTable {
    width: 94%;
    margin: 0px 3% 10px 3%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}
.jyTable th{
    background-color: #dce4ee !important;
}
.jyTable th,
.jyTable td{
    border: 1px solid #dcdcdc;
    padding: 9px 8px;
    line-height: 1.2;
    color: #555;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.jyTable th{
    background-color: #f5f9ff;
    font-weight: normal;
    font-size: 14px;
}
.jytd {
    color: #4887e3 !important;
    cursor: pointer;
}
.sfjytd{
    color: #555 !important;
    cursor: default; 
}
/* 结业管理错误信息 */
.form_jygl .error_info {
    position: absolute;
    top: 30px;
    left: 112px;
}
.bjjy {
    margin-top: 20px;
}
.bjjyBtn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    border-color: #246fde;
    background: #246fde;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 auto;
}
/* 弹窗样式 */
.alert_bjjy .alert_bg{
    position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* z-index: 2; */
	z-index: 1000;
	background-color: #505968;
	opacity: 0.9;
	filter: Alpha(opacity=50);
}
.alert_bjjy .alert_con{
    position: absolute;
	top: 50%;
	left: 50%;
    width: 500px;
    height: 300px;
    /* width */
    margin-left: -250px;
    /* height */
    margin-top: -150px; 
	background-color: #fff;
	/* z-index: 3; */
	z-index: 10001;
}
.alert_bjjy .alert_con .con_tit{
    padding:10px;
    border-bottom: 1px solid #c1d8fb;
}
.alert_bjjy .alert_con .con_tit .alert_gb{
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
.jyselect {
    padding:3px 0;
    width:240px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb
}
.jy_xybox {
    margin: 10px 0 20px 0;
    position: relative;
}
.alert_bjjy .alert_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 370px;
    margin-left: -250px;
    margin-top: -155px;
    background-color: #fff;
    z-index: 1000;
}
.alert_bjjy .alert_con_jy .con_tit .alert_gb{
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}
.jy_xybox .tk_ydlx {
    width: 110px;
} 
.form_bjjy  .error_info {
    position: absolute;
    top: 30px !important;
    left: 114px;
} 
.zs_text {
    font-size: 14px;
    color: red;
    padding: 10px;
    box-sizing: border-box;
}
/* 结业管理 人员列表 */
.jyrygl {
    width: 23%;
    text-align: center;
    margin:30px auto;

}
.jydr{
    height: 30px !important; 
    line-height: 30px !important;
    margin: 3px 0px ;
}
.jymbxz{
    height: 30px !important;
    margin: 5px 10px 0 10px !important; 
}

/* 已异动查询 */
.yydcx {
    cursor: pointer;
}

.tabOne,.tabTwo {
    display: none
}
/*  */
.bjlbdc {
    width: 57px;
    text-align: center;
    line-height: 27px;
    margin: 15px 28px;
}

/* 学员注册 */
.xyzcZt{
    width: 127px !important;
}
/* hover */
.btmcen a:hover,.content .checktab a:hover,.indexhref:hover{
    color: #ffffff;
}
.concommon a:hover{
    color: #3d5798;
}
.xz_btn:hover{
    color: #ffffff !important;
}

.all .xz_btn{
    line-height: 32px;
    padding: 0 20px;
    margin-top: 9px;
    color: #fff;
    font-weight: normal;
}
/* 新增计划 */
.xzjh .jl_wrap{
    background: #f5f9ff;
    margin: 20px 13px 0 13px;
    padding: 0 23px 20px;
    font-size: 14px;
    color: #666666;
}
.xzjh .wrap_con li {
    width: 48%;
    margin-right: 8px;
    margin: 20px 8px 10px 0;
}
.xzjh .wrap_con li .inp_title {
    font-weight: bold;
}
/* .xzjh .xzjhli {
    width: 48%;
    margin-right: 8px;
} */
.xzjh .zsinput select, .xzjh .zsinput input{
    margin-right: 0px !important;
}

