.xz-container{
    padding-top:40px;
    padding-bottom: 50px;
    width:100%;
    background: #f3f3f3;
}
/* -------------------职位筛选------------------ */
.shaixuan{
    width:100%;
    height:30px;
    margin-top:20px;
}
.shaixuan>li{
    width:20%;
    line-height: 25px;
    float: left;
    margin:0;
}
.shaixuan>li:last-child{
    width:15%;
}
.shaixuan>li:nth-child(1){
    width:25%;
    margin-left:0;
}
.shaixuan>li>p{
    border:1px solid #555;
    text-align: center;
    background:#555;
    color:#fff;
}
.shaixuan>li>select{
    height:27px;
    margin-left:-1px;
    color:#666;
}
.shaixuan>li>.col-xs-4{
    padding:0 14px;
}
.shaixuan>li>p>.fa{
    display: block;
    float: right;
    margin-top:5px;
}
.shaixuan>form{
    height:27px;
}
.shaixuan>form>input{
    border:1px solid #666;
    outline: none;
    height:100%;
}
.shaixuan>form>button{
    width:40px;
    border:none;
    outline: none;
    height:100%;
    color:#fff;
}

.n_left{
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom:40px;
    background:url(../image/sidebar.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.n_left>ul{
    width:100%;
    height:100%;
    position: relative;
    padding-top:130px;
    box-sizing: border-box;
}
.n_left>ul>div{
    width:105%;
    height:60px;
    position: absolute;
    left:0;
    top:30px;
    text-align: center;
    font-size: 22px;
     color:#b9151b;
    line-height: 60px;
    box-shadow: -1px 0px 10px #999;
}

.n_left>ul>div>span{
    position: absolute;
    right: -1px;
    bottom: -15px;
    border-left: 15px solid #8b040a;
    border-bottom: 15px solid transparent;
}
.n_left>ul>li{
    line-height: 60px;
    font-size: 17px;
}
.n_left>ul>li a{
    width:100%;
    height:100%;
    display: block;
    position: relative;
}
.n_left>ul>li span{
    width:4px;
    height:60px;
    display: block;
    background:#b9151b;
    position: absolute;
    top:0;
    left:0;
}
@media screen and (max-width:768px){
    .n_left{
        width:90%;
    }
    .n_left>ul{
        padding-top:110px;
    }
    .shaixuan>li{
        width:100%;
        margin-bottom:10px;
    }
    .shaixuan>li:last-child{
        width:100%;
    }
    .shaixuan>li:nth-child(1){
        width:100%;
        margin-left:0;
    }
}
/* ---------------------详情页right样式----------------------- */
.n_right{
    width:100%;
    background: #fff;
    padding:18px 25px;
    margin: auto;
    min-height:700px;
    position: relative;
}
h4{
    text-align: center;
    line-height: 64px;
}
.n_right img{
    max-width: 100% !important;
}
.n_right>h4{
    padding:10px 0;
}
.n_right>a{
    line-height: 24px;
}

.n_right>.nt_right{
    width:225px;
    position: absolute;
    top:20px;
    right:0;
}
.n_right>.nt_right>p{
    float: left;
    margin:0 8px;
    font-size: 12px;
    cursor: pointer;
}
.n_right>p{
    width:100%;
    font-size: 12px;
    text-align: center;
    line-height: 31px;
    background: #eeeeee;
}
.n_right>p>span{
    padding-right: 58px;
}
.n_right>p>span:last-child{
    padding:0;
}
.n_right>div{
    width:100%;
    padding:0 15px;
}
.n_right>.fen{
    width:auto;
    height:30px;
    line-height: 30px;
    position: absolute;
    top:15px;
    right:28px;
    padding:0;
}
.n_right>.fen>p{
    float: left;
    margin-left:15px;
    cursor: pointer;
}
.nr_top>h5{
    width:100px;
    height:30px;
    text-align: center;
    color:#fff;
    line-height: 30px;
    margin: 20px 0;
}
.nr_top>p{
    width:50%;
    height:25px;
    line-height: 25px;
    float:left;
    color:#000;
}
.nr_top>div>p{
    width:100%;
    height:35px;
    line-height: 35px;
    float:left;
    color:#000;
}
.nr_bottom{
    width:100%;
    margin-top: 30px;
    min-height:370px;
}
.nr_bottom>ul>li{
    width:100px;
    height:30px;
    float: left;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom:10px;
    cursor: pointer;
}
.nr_bottom>ul>li>h5{
    width:100px;
    height:30px;
    line-height: 30px;
    text-align: center;
}
.nr_bottom>div>div{
    display: none;
}
.nr_bottom>div>div:nth-child(1){
    display: block;
}
.nr_bottom>div>div>p{
    line-height: 25px;
    text-align: justify;
    box-sizing: border-box;
    color:#000;
    word-break: break-all;
}
.nr_bottom>div>.zhiweimiaoshu>p{
    float:left;
}
.gongshang{
    width:65px;
	padding:2px;
	font-size:12px;
	display: inline-block;
	color:#fff;
	text-align: center;
	border-radius: 3px;
    cursor: pointer;
    margin-left:20px;
    font-weight: 100;
}
.n_right button{
    width:150px;
    height:35px;
    line-height: 35px;
    text-align: center;
    display: block;
    margin: 30px auto;
    outline: none;
    border:none;
    color:#fff;
    border-radius: 3px;
}
.n_right img{
    max-width:100%;
    display: block;
    margin:20px auto;
}
@media screen and (max-width:768px){
    .n_right>div{
        padding:0;
    }
    .n_right>p>span {
        padding-right: 0px;
        display: inline-block;
    }
    .nr_top>p {
        width: 100%;
        height: auto;
    }
}
/* ----------------------列表页right样式-------------------- */
.n_right ol{
    width:100%;
    height:100%;
    position: relative;
}
.n_right ol>a{
    width:100%;
    height:80px;
    display: block;
    border-bottom:1px solid #d2d2d2;
    padding:16px 0;
    color: #000;
    margin-bottom: 8px;
}
.n_right ol>a>div{
    float: left;
}
.n_right ol>a>.ol_left{
    width:63px;
    height:45px;
    text-align: center;
    border:1px solid #d2d2d2;
    margin-right: 22px;
    float: left;
}
.ol_left>p{
    font-size: 16px;
    line-height: 26px;
}
.ol_left>span{
    display: block;
    font-size: 12px;
    line-height: 17px;
    color:#000;
}
.n_right ol>a:hover>.alert_title{
    display: block;
}
@media screen and (max-width:768px){
    .n_right ol>a>.ol_left{
        margin-right: 10px;
    }
    .n_right ol>a>.ol_right{
        width: 220px;
    }
}
.ol_right{
    width:88%;
    float:right;
}
.ol_title{
    width:100%;
    height:25px;
    font-size: 16px;
}
.ol_title>span{
    width:100%;
    display: block;
    float: left; 
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;   
}
.ol_title>i{
    width:100px;
    display: block;
    float: right;
    text-align: right;    
    font-style: normal;
}
.ol_detial{
    color:#7d7d7d;
    margin-top:5px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;
}
.ol_detial>span{
    margin:0 10px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;
}
.ol_detial>i{
    font-style: normal;
}
.ol_detial>span:first-child{
    margin-left:0;
}
.ol_detial>span>i{
    font-style: normal;
}
@media screen and (max-width:768px){
    .ol_title{
        font-size: 15px;
    }
    .ol_detial{
        font-size:12px;
    }
}
/* ---------------------投诉模态框------------------ */
#tousuModal .modal-content{
    padding:0;
    overflow: hidden;
}
#tousuModal .modal-header{
    border:none;
}
#tousuModal .modal-header>.close {
    position: absolute;
    right: 10px;
    top: 9px;
}
#tousuModal .modal-body{
    padding:30px 50px;
}
#tousuModal .opt{margin-bottom:10px;}
#tousuModal .opt input{display: none;}
#tousuModal .opt label{padding-top:0;}
#tousuModal .magic-radio, .magic-checkbox {
    position: absolute;
    display: none;
}
#tousuModal .magic-radio + label, .magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}
#tousuModal .magic-radio + label::before, .magic-checkbox + label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #c0c0c0;
}
#tousuModal .magic-checkbox:checked + label::before {
    border: #b9151b;
    background: #b9151b;
}
#tousuModal .magic-radio:checked + label::after, .magic-checkbox:checked + label::after {
    display: block;
}
#tousuModal .magic-checkbox + label::after {
    top: 1px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
#tousuModal .magic-radio + label::after, .magic-checkbox + label::after {
    position: absolute;
    display: none;
    content: '';
}
#tousuModal .opt label{font-size:14px;line-height: 17px;font-weight: normal;}
#tousuModal .modal-body button {
    width: 30%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: block;
    margin: 30px auto 0px;
    border: none;
    border-radius: 3px;
}
/* ---------------------暂无数据-------------------- */
.n_right ol>img{
    position: absolute;
    left:50%;
    top:100px; 
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);  /* for Chrome || Safari */
	-moz-transform: translateX(-50%);     /* for Firefox */
	-ms-transform: translateX(-50%);      /* for IE */
	-o-transform: translateX(-50%);       /* for Opera */
}

/* ----------------------右侧固定框--------------------- */

.fixed_01{
    width:52px;
    height:270px;
    position: fixed;
    top:45%;
    right:50px;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); 	/* IE 9 */
    -moz-transform:translateY(-50%); 	/* Firefox */
    -webkit-transform:translateY(-50%); /* Safari 鍜� Chrome */
    -o-transform:translateY(-50%); 	/* Opera */
    z-index: 100000;
}
.close_{
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top:0;
    right:0;
}
.fixed_top{
    width:100%;
    height:165px;
    background: #b9151b; 
    margin-top: 20px;
}
.fixed_top>a{
    width:100%;
    height:55px;
    display: block;
    position: relative;
}
.fixed_top>a:hover{
    background: #0c347a;
}
.fixed_top>a>img{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin: auto;
}
.fixed_bottom{
    width:100%;
    height:85px;
    margin-top: 10px;
    background: #b9151b;
    padding:2px 2px 0 2px;
    box-sizing: border-box;
}
.fixed_bottom>div{
    width:48px;
    height:48px;
    background: #fff;
    position: relative;
}
.fixed_bottom>div>img{
    width:100%;
    height:100%;
}
.fixed_bottom>p{
    line-height: 28px;
    color:#fff;
    text-align: center;
}
.fixed_bottom>div>.big_01{
    display: none;
    width:176px;
    height:162px;
    position: absolute;
    left:-300px;
    top:-50px;
    z-index: 100;
    border:1px solid #000;
}
.fixed_bottom>div>.big_01>img{
    width:100%;
    height:100%;
}
.fixed_bottom>div>.big_01>i{
    width:15px;
    height:15px;
    border-left:1px solid #000;
    border-top:1px solid #000;
    background:#fff;
    transform:rotate(135deg);
    -ms-transform:rotate(135deg); 	/* IE 9 */
    -moz-transform:rotate(135deg); 	/* Firefox */
    -webkit-transform:rotate(135deg); /* Safari 和 Chrome */
    -o-transform:rotate(135deg); 	/* Opera */
    position: absolute;
    top:70px;
    right:-8px;
}
.fixed_01 .sub_span {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 7px 14px;
    position: absolute;
    left: -95px;
    top: 10px;
    font-size: 14px;
    border-radius: 3px;
    display: none;
}
.fixed_01 .sub_span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.6);
    position: absolute;
    right: -6px;
    top: 10px;
}
.deliver_tan {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.deliver_inner {
    position: fixed;
    z-index: 100;
    top: 100px;
    left: 50%;
    width: 530px;
    margin-left: -265px;
}
.deliver_inner .close_01 {
    position: absolute;
    top:8px;
    color: #fff;
    cursor: pointer;
}
.deliver_inner .title {
    font-size: 19px;
    color: #fff;
    background: #b9151b;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 55px;
    padding: 15px 0;
}
.deliver_inner input[type=text] {
    display: block;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #5f5f5f;
    background: #eeeeee;
    padding: 0 15px;
    border-radius: 3px;
    width: 80%;
    outline: none;
    margin: 0 auto;
}
.jianli_title {
    padding: 20px 30px;
    background: #fff;
}
.fujian {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#submits {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #b9151b;
}
#submits:hover{
    background: #065aec;
}
.pop-up,.mymap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    display: none;
}
.big_picture {
    width: 800px;
    height: 422px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -211px;
    display: none;
}
.big_mypic {
    position: relative;
    float: left;
    width: 480px;
    border: 1px solid #eee;
    height: 360px;
    margin: 30px 60px;
}
.big_mypic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.big_mypic img.active {
    opacity: 1;
}
.smallpic {
    width: 190px;
    float: right;
    position: relative;
    margin-top: 20px;
}
.smallpic span {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #666;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 24px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
}
.smallpic span:hover{
    color:#b9151b;
}
.smallpic img {
    width: 110px;
    display: block;
    height: 82px;
    margin-bottom: 15px;
}
.smallpic img.active {
    -webkit-box-shadow: 0 0 0 5px rgba(10, 77, 174, 0.51);
    -moz-box-shadow: 0 0 0 5px rgba(10, 77, 174, 0.51);
    box-shadow: 0 0 0 5px rgba(10, 77, 174, 0.51);
}
.mynavigate {
    width: 820px;
    height: 520px;
    background: #fff;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    z-index: 1000000;
    display: none;
}
/* --------------------------就业管理----------------------------- */
.bohui{line-height: 30px;color:red;font-size:16px;margin-top: 10px;}
.bohui i{line-height: 30px;color:red;font-size:16px;margin-top: 10px;font-weight: bold;font-style: normal}
.btn1,.btn2{width:100%;text-align: center;padding:5px 0;}
.btn1>p,.btn2>p{cursor: pointer;;font-size:16px;width:150px;height:34px;display:inline-block;margin:0 20px;color:#fff;line-height: 34px;border-radius: 4px;letter-spacing: 5px;}
.baocun{background:#05a55a;}
.baocun:hover{background:#047a43;}
.tijiao{background:#0089db;}
.tijiao:hover{background:#02639b;}
.yitijiao{background:#666;margin:auto;}
@media screen and (max-width:768px){
    .big_picture {
        width: 96%;
        height: 422px;
        background: #fff;
        position: inherit;
        left:0;
        top:0;
        display: none;
        margin-left:2%;
        margin-top:100px;
    }
    .big_mypic img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .big_mypic {
        position: relative;
        float: left;
        width: 70%;
        border: 1px solid #eee;
        height: 270px;
        margin: 10px auto;
        float:inherit;
    }
    .smallpic {
        width: 90%;
        height:80px;
        margin:20px auto;
        position:initial;
    }
    .smallpic img {
        width: 20%;
        float:left;
        display:block;
        margin-right:2%;
        margin-bottom:0;
        height: 73px;
    }
    .smallpic span {
        top: 10px;
    }
    .mynavigate {
        width: 94%;
        height: 395px;
        background: #fff;
        padding: 10px;
        position: fixed;
        left: 3%;
        top: 50%;
        margin-left: 0px;
        margin-top: -250px;
    }
}