.content{
    width:100%;
    /*background-color: #f4f4f4;*/
}
.content .top{
    width:100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.content .top .top_rp{
    width:100%;
    height:300px;
    margin-bottom: 40px;
}
.content .top .top_img{
    position: absolute;
    bottom: 15px;
    left: 48.7%;
}
.content .content_job{
    width:1200px;
    margin: 0 auto;
    background-color: #fff;
}
.job_title {
    margin: 0 auto;
    width:260px;
    height:60px;
    background-color: #e7444a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}
.information{
    width:1000px;
    margin:  44px auto;
    border-top: 1px solid #ececec;
    padding-top: 28px;
    padding-bottom: 53px;
}
.information .gwms{
    width:80px;
    height:30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #66cc8a;
    margin-top: 10px;
}
.information  ul li {
    margin-top: 14px;
    color: #666;
}
.information .rzzg{
    width:80px;
    height:30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #66b3cc;
    margin-top: 40px;
}
.information .yxtj{
    width:80px;
    height:30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #e4a33d;
    margin-top: 40px;
}
/*============================*/
.nav_right{
    position: fixed;
    width:180px;
    right: 20px;
    bottom: 50%;
    z-index: 1000;
}
.nav_right ul li:first-child div{
    background-color: #e7444a;
    color: #fff;
}
.nav_right ul li div{
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #636363;
    cursor: pointer;
    background-color: #262626;
}
.nav_right ul li div:hover{
    background-color: #e7444a;
    color: #fff;
}
a{
    color: #272636;
}
.back_top{
    clear: both;
    width:84px;
    height:50px;
    float: right;
    margin-right: -100px;
    margin-top: -110px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}
.back_top i{
    font-size: 30px;
}
/*================================*/
.footer{
    clear: both;
}
div{
    /*border: 1px solid red;*/
}