.xs-show {
    display: none;
}

.policy_box_content {
    background-color: #f7f7f7;
    height: 100%;
    padding-bottom: 31px;
}

.conmain {
    width: 1220px;
    margin: 0 auto
}

/* 面包屑导航 start */
.crumbs {
    height: 58px;
    line-height: 58px;
    padding-left: 10px;
    font-size: 14px;
}

.crumbs .link {
    color: #1a56a8;
    vertical-align: middle;
}


.crumbs .txt {
    color: #999999;
}

/* 面包屑导航 end */
.mainbox {
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

/* mainbox_left */

.mainbox_left {
    border-right: 1px solid #e6e6ee;
    width: 800px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}

.policy .floord {
    margin-bottom: 20px;
}

.policy .floord .left .title {
    height: 51px;
    font-size: 22px;
    color: #333;
    border-bottom: none;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    display: inline-block;
}

.policy .floord .left .title.cur {
    color: #1a56a8;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
}

.policy .floord .left .content {
    border-top: 1px solid #ccc;
}

.policy .floord .left .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
}

.policy .floord .left .content ul {
    display: none;
}

.policy .floord .left .content ul:first-child {
    display: block;
}

.policy .floord .left .content ul li {
    margin: 15px 0px;
}

.policy .floord .left .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.policy .floord .left .content a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 537px;
    cursor: pointer;
}


.policy .floord .left .content span {
    color: #999;
    font-size: 16px;
    float: right;
}
.alone_title{
    display: none;}

/* mainbox_left */

/* mainbox_r */
.mainbox_r {
    width: 340px;
    float: left;
    padding-left: 39px;
}

.mainbox_r .form_head {
    height: 60px;
    background-color: #1a56a8;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.mainbox_r .form_box {
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
    padding-bottom: 20px;
}

.mainbox_r .form_box .title {
    border: solid 1px #e0e0e0;
    height: 36px;
    line-height: 36px;
    margin-top: 9px;
    width: 294px;
}

.mainbox_r .form_box .title div {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    cursor: pointer;
}

.mainbox_r .form_box .title div img {
    width: 16px;
    height: 9px;
    padding-left: 18px;
    padding-right: 8px;
}

.mainbox_r .form_box .title input {
    width: 186px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    border-left: solid 1px #e0e0e0;
    padding: 0px 5px;
}

.mainbox_r .form_box .input {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 9px;
}

.mainbox_r .form_box .input em {
    margin-left: 38px;
}

.mainbox_r .form_box .input div {
    display: inline-block;
}

.mainbox_r .form_box .input input {
    width: 187px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #e0e0e0;
    margin-left: 23px;
    padding: 0px 5px;

}

.mainbox_r .form_box .time div,
.mainbox_r .form_box .company div {
    letter-spacing: 1.5px;
}

.mainbox_r .form_box .button {
    text-align: center;
    margin-top: 9px;
}

.mainbox_r .form_box .button button {
    width: 140px;
    height: 36px;
    font-size: 16px;
    border-radius: 2px;
    border: none;
    outline: none;
}

.mainbox_r .form_box .button button.serach {
    background-color: #1a56a8;
    color: white;
}

.mainbox_r .form_box .button button.reset {
    background-color: #f1f1f1;
    margin-left: 14px;
}

.mainbox_r .list {
    border: solid 1px #e0e0e0;
    padding-top: 25px;
    padding-bottom: 4px;
    margin-top: 26px;
}

.mainbox_r .list li {
    text-align: center;
    margin-bottom: 18px;
}
.mainbox_r .list a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/uploads/image/ntimages/liuliang.png);
}
.mainbox_r .list a:hover span{
    background: url(/uploads/image/ntimages/liuliang_hover.png);
}
.mainbox_r .list a{
    color: #333333;}
.mainbox_r .list p {
    display: inline-block;
    font-size: 14px;
    min-width: 8em;;
    text-align: left;
    vertical-align: middle;
    margin-left: 8px;
    cursor: pointer;
}

.input_group{
    margin-left: 23px;
}
.input_group input{
  display: inline-block;
  width: 73px !important;
  margin-left: 0px !important;
}
.mob_serach{
    display: none;
}

@media (max-width: 768px) {
    .xs-hide {
        display: none !important;
    }

    .conmain,
    .news_vide_content {
        width: 100%;
    }

    .crumbs {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        background-color: rgba(26, 86, 168, 0.05);
    }

    .crumbs img {
        width: 10px;
        height: 12px;
        padding-left: 14px;
    }

    .mainbox {
        padding: 14px;
    }

    .policy .floord {
        margin-bottom: 10px;
    }

    .policy .floord .left .content {
        border: none;
    }

    .policy .floord .left .content span {
        display: none;
    }

    .policy .floord .left .content ul {
        display: block;
    }

    .policy .floord .left .group {
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }

    .policy .floord .left .title.cur {
        font-size: 15px;
        line-height: 23px;
        height: 31px;
    }

    .policy .floord .left .content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    .policy .floord .left .content a {
        font-size: 12px;
        line-height: 24px;
    }

    .mainbox_r {
        border: none;
        padding-left: 0;
        width: 100%;
    }

    .mainbox_r_box {
        margin-bottom: 14px;
    }

    .alone_title {
        display: inline-block;
        width: 100%;
        margin-top: 14px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }

    .mainbox_left {
        width: 100%;
        padding: 0;
        border: none;
    }

    .alone_title p {
        border-bottom: 2px solid #1a56a8;
        font-size: 15px;
        line-height: 23px;
        height: 31px;
        color: #1a56a8;
        display: inline-block;
        font-weight: bold;
    }

    .mainbox_r .form_head {
        background: none;
        text-align: left;
        height: 31px;
        line-height: normal;
    }

    .mainbox_r .form_head img {
        display: none;
    }

    .mainbox_r .form_head span {
        font-size: 15px;
        line-height: 23px;
        height: 29px;
        display: inline-block;
        color: #1a56a8;
        font-weight: bold;
        border-bottom: 2px solid #1a56a8;
    }

    .mainbox_r .form_box {
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 0;
        height: 282px;
        position: relative;
    }

    .mainbox_r .form_box .title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mainbox_r .form_box .title div {
        font-size: 12px;
        width: 109px;
        padding: 0;
        text-align: center;
        position: relative;
    }

    .mainbox_r .form_box .title div em {
        margin-left: 28px;
    }

    .mainbox_r .form_box .title div img {
        width: 8px;
        height: 5px;
        padding: 0;
        position: absolute;
        right: 4px;
        top: 15px;

    }

    .mainbox_r .form_box .input div {
        font-size: 12px;
        width: 109px;
        text-align: center;

    }

    .mainbox_r .form_box .title input {
        width: 100%;
    }

    .mainbox_r .form_box .input em {
        margin-left: 24px;
    }

    .mainbox_r .form_box .input {
        border: 1px solid #e0e0e0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .mainbox_r .form_box .input input {
        width: 100% !important;
        border: none;
        height: 36px;
        line-height: 36px;
        margin-left: 0;

        border-left: 1px solid #e0e0e0;
        vertical-align: top;
    }

    .mainbox_r .form_box .time div,
    .mainbox_r .form_box .company div {
        letter-spacing: 0;
    }

    .mainbox_r .form_box .time {
        border: none;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .mainbox_r .form_box .time div {
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .mainbox_r .form_box .time input {
        border: 1px solid #e0e0e0;
        height: 34px;
        padding-left: 5px;
    }

    .mob_serach {
        background-color: #1a56a8;
        border-radius: 4px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        width: 100px;
        color: white;
        border: none;
        outline: none;
        width: 35%;
        margin-left: 5%;
        display: block;
    }

    .mainbox_r .form_box .time input {
        width: 60% !important;
    }

    .input_group {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 103% !important;
        border-left: 1px solid #e0e0e0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
                margin-left: 0;
    }
    .input_group input{
        padding: 0 !important;
        border: none !important;
        text-align: center;
    }

    .list {
        border: none !important;
        margin-top: 0 !important;
    }

    .mainbox_r .list li {
        text-align: left;
    }

    .mainbox_r .list span {
        background: ;
        background-size: 100% 100%;
    }

    .mainbox_r .list p {
        margin-left: 4px;
    }
    .xs-show{display: inline-block}

}

@media (min-width: 768px) {

    .news_video_content li i {
        display: none !important
    }


}