html,body{
    min-width: 1366px;
    font-family:PingFangSC-Light,PingFang SC;
}
.joblist{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.banner{
    min-width: 1366px;
}
.left_list{
    width: 734px;
    height:auto;
    float: left;
    padding-right: 31px;
    border-right: 1px solid rgba(233,233,233,1);
    margin-top: 10px;
    position: relative;
}
.job_left_list{
    width: 100%;
    height: auto;
}
.right_eacharts{
    width:465px;
    float: right;
    padding-left: 25px;
}
.left_item{
    width: 100%;
    font-size:18px;
}
.left_item h2{
    color: #333333;
    margin-top: 10px;
    font-weight: 600;
}
.l_title{
    margin-right: 10px;
}
.l_per{
    color: #0097E6;
}
.left_item>p{
    font-size:14px;
    color: #6A6A6A;
    line-height:20px;
    margin-top: 10px;
}
.job{
    width: 684px;
}
.job li{
    display: inline-block;
    padding: 4px 12px 4px 12px;
    background:rgba(0,151,230,0.06);
    border-radius:2px;
    color: #0097E6;
    margin-right: 22px;
    font-size:12px;
    margin-top: 10px;
}
.left_list hr{
    border: none;
    height: 1px;
    width: 100%;
    background:rgba(233,233,233,1);
}


.body_title{
    width:100%;
    margin: 30px auto;
    overflow: hidden;
}
.body_title h1{
    float: left;
    color: #333333;
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:18px;
    margin-left: 3px;
}
.body_title>span{
    color: #999999;
    font-size: 12px;
    float: right;
    margin-top: -4px;
}
.rand{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}
.rand .rand_item{
    display: inline-block;
    float: left;
    width:136px;
    height:154px;
    border-radius: 10px;
    box-shadow: 0px 1.7px 10.3px -5.5px #5B8AEB;
    overflow: hidden;
}
.rand .rand_1{
    margin-right: 12px;
    margin-left: 5px;
}
.rand .rand_3{
    float: right;
    margin-right: 5px;
}
.ph{
    display: block;
    margin: 14px auto;
    text-align: center;
    background: rgba(251, 165, 128, 0.15);
    color: #fba580;
    font-size:12px;
    padding: 1px 8px 1px 8px;
    width:64px;
}
.rand_2 .ph{
    background: rgba(239, 111, 125, 0.15);
    color: #ef6f7d;
}
.rand_3 .ph{
    background: rgba(117, 131, 193, 0.15);
    color: #7583c1;
}
.rand_item p{
    text-align: center;
}
.ph_name{
    font-size:16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width:80px;
    height:auto;;
    line-height:16px;
    margin: 0px auto;
}
.ph_per{
    color: #4577d4;
    font-weight: 600;
    font-size:24px;
}
.ph_ctx{
    color: #939395;
}
.ph_title{
    font-weight: 600;
    margin: 25px auto;
}
.job li:hover{
    cursor: pointer;
}

.job_info{
    width:100%;
    height: auto;
    background: white;
    display: none;
    margin-top: 20px;
    padding-bottom: 30px;
}
.info_content{
    font-size:14px;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:28px;
    padding: 0 30px 0 0;
}
.job_info>h2{
    font-size:16px;
    font-weight:600;
    color:rgba(51,51,51,1);
    padding: 0 30px 0 0;
}
.job_info>h2>img{
    width: 18px;
    height: 18px;
    -webkit-transform:  rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -5px;

}
.info_content>h2{
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-bottom: 15px;
}