* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0 none;
    display: block;
}

.banner,
.active-js,
.tp-gz,
.wj-hg,
.footer {
    display: none;
}

img {
    max-width: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft yahei";
    color: #333333;
    background: url(../images/yx2016/bg.jpg) no-repeat center top;
    background-size: cover;
}

.banner-m {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tit {
    width: 100%;
    height: 2rem;
    margin: 8px 0;
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid #e20808;
    border-top: 2px solid #e20808;
    text-align: center;
    color: #e20808;
}

.main-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.px-td {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.px-td ul li {
    font-size: 1rem;
    float: left;
    width: 50%;
    height: 6rem;
    padding: 20px 40px;
    margin-bottom: 10px;
    line-height: 1.5rem;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/yx2016/td-bg.png) no-repeat center center;
    background-size: contain;
}

.px-td ul li a {
    display: block;
    color: #ffffff;
}

.px-td ul li.on a {
    color: #feff71;
}

.px-td ul li.first {
    display: none;
}

.footer-m {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 1.75rem;
}

.footer-m a {
    color: #999999;
}


/*十大新闻评选*/

.banner-m-pages {
    display: none;
}

.news-m {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}

.news-tdm {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-tdm ul li {
    width: 46%;
    float: left;
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #ffffff;
    margin: 0 2% 10px 2%;
    background: none;
    background-color: #ed2331;
    padding: 0;
}

.news-tdm ul li a {
    display: block;
}

.news-top10 {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 10px 2% 0 2%;
}

.news-tit {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background: url(../images/yx2016/news-tit.png) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.news-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.news-left {
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #e3e3e3;
    margin-right: 2%;
    margin-bottom: 10px;
}

.news-right {
    float: right;
    margin-left: 2%;
    margin-right: 0;
}

h2.news-name {
    width: 100%;
    height: 3.75rem;
    overflow: hidden;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
}

.news-left img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.news-left p a {
    color: #666666;
}

.news-left p a span {
    color: #f14117;
}

.news-left p {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.news-btn {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-top: 10px;
}

.news-btn a {
    font-family: "Microsoft yahei";
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 2rem;
    line-height: 2rem;
    background-color: #ff3838;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0 none;
    border-radius: 5px;
}

.news-btn button {
    font-family: "Microsoft yahei";
    width: 50%;
    margin: 0 auto;
    display: block;
    height: 2rem;
    line-height: 2rem;
    background-color: #ff3838;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0 none;
    border-radius: 5px;
}

.tp-tips {
    display: none;
    width: 80%;
    height: 8rem;
    background: #ffffff;
    border: 1px solid #ff3838;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -2.5rem;
    text-align: center;
}

.tp-tips p {
    width: 100%;
    font-size: 1.25px;
    font-weight: bold;
    color: #ff3838;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.tp-tips span {
    position: absolute;
    display: block;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/yx2016/close.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.know-btn {
    width: 50%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #ff3838;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}


/*最佳雇主*/

.page-px {
    display: none;
}

.zjgz-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.zjgz-box ul li {
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #e3e3e3;
    margin-right: 2%;
    margin-bottom: 10px;
}

.zjgz-box ul li:nth-child(2n+0) {
    float: right;
    margin-right: 0;
}

.zjgz-box ul li a p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    color: #333333;
    text-align: center;
}


/*最佳雇主详情页*/

.gz-xq {
    display: block;
}

.px-left {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 2%;
    box-sizing: border-box;
}

.left-tit {
    display: none;
}

.left-tit-m {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: url(../images/yx2016/gz-titm.png) no-repeat center left;
    background-size: cover;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    box-sizing: border-box;
}

.compay-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #fdedcf;
    padding: 5px;
    background: rgba(255, 255, 255, .3);
}

.com-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.com-img img {
    float: left;
    width: 40%;
    border: 1px solid #e3e3e3;
}

.com-name {
    float: right;
    width: 55%;
    height: auto;
    overflow: hidden;
}

.com-name p {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
}

.conm-js {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.conm-js li {
    width: 22%;
    height: 2rem;
    line-height: 2rem;
    float: left;
    text-align: center;
    border: 1px solid #f12533;
    color: #f12533;
    margin-right: 2%;
}

.conm-js li a {
    color: #f12533;
}

.con-nr {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding: 10px 5px;
    box-sizing: border-box;
}

.con-nr span {
    display: block;
    font-weight: bold;
    color: #f12533;
}

.px-right,
.gz-ly,
.cj-gz {
    display: none;
}

.top {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../images/yx2016/top-btn.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    right: 10px;
    bottom: 8rem;
}


/*影响力之星评选*/

.yxl-tit {
    background: url(../images/yx2016/yxl-tit.png) no-repeat center top;
    background-size: cover;
    color: #e02610;
}

.yxl-lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.yxl-lists ul li {
    width: 48%;
    float: left;
    height: 2rem;
    border-radius: 10px;
    text-align: center;
    line-height: 2rem;
    border: 1px solid #f12533;
    margin-bottom: 10px;
}

.yxl-lists ul li:nth-child(2n+0) {
    float: right;
}

.yxl-lists ul li a {
    color: #e02610;
}

.yxl-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.yxl-box ul li {
    width: 49%;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
}

.yxl-box li img {
    margin: 0 auto;
}

.yxl-box ul li:nth-child(2n+0) {
    float: right;
}

.yxl-box ul li a p {
    width: 100%;
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    color: #666666;
}

.cp-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

h2.cp-tit {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    text-align: center;
    font-size: 1rem;
}

.cp-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp-list ul li {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 2rem;
    background-color: #f12533;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
}

.cp-list ul li a {
    color: #ffffff;
}

.cp-list ul li:last-child {
    border-right: 0 none;
}

.cp-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.cp-bigimg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp-simg {
    display: none;
}

.cspz {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.cpcs-tit {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    border-bottom: 1px solid #999999;
    color: #f12533;
    font-size: 1rem;
}

.cp-cstable {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.cp-cstable div {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    line-height: 2rem;
}

.cp-cstable label {
    width: 35%;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    display: block;
    float: left;
    text-align: right;
}

.cp-cspz {
    line-height: 2rem;
}

.cp-cspz p {
    line-height: 2rem;
}

.cp-bjzx {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bjzx-pc {
    display: none;
}

.cp-bjzx table {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.cp-bjzx table tr {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp-bjzx table td.name {
    width: 25%;
    text-align: right;
    padding-right: 10px;
    height: 2rem;
    overflow: hidden;
}

.cp-bjzx table input {
    font-family: "Microsoft yahei";
    outline: none;
    width: 80%;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #e3e3e3;
    padding: 0 5px;
    box-sizing: border-box;
}

.cp-bjzx table span {
    color: #ff3838;
}

.cp-bjzx table textarea {
    font-family: "Microsoft yahei";
    outline: none;
    width: 80%;
    margin: 0 10%;
    height: 6rem;
    line-height: 1.5rem;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
}

.cp-bjzx table input.yzm {
    width: 40%;
}

.cp-bjzx table img {
    display: inline-block;
    vertical-align: middle;
}

.cp-bjzx input.fk_tj {
    width: 40%;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background-color: #288FF8;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 10px;
}

.cp-bjzx input.fk_cz {
    width: 40%;
    height: 2rem;
    line-height: 2rem;
    background-color: #dddddd;
    color: #444444;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.main-box-m {
    margin: 10px auto;
}

.yxl-top {
    display: none;
}

.yxlzx-box {
    display: none;
}

.yxl-tiopc {
    display: none;
}

.compay-box h1.new-titles {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    line-height: 1.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-align: left;
}


/*评选悬浮*/

.gottop {
    position: fixed;
    left: 0;
    bottom: 2rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 100;
}

.gottop a {
    display: block;
    float: left;
    width: 30%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.25rem;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background-color: #ff0000;
}

.gottop a.fanhui {
    background-color: #999999;
    color: #ffffff;
}

.gottop a.ajax-post {
    margin-left: 15%;
    margin-right: 5%;
}

.exter-outer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.exter-imgs,
.exterimg-btn {
    display: none;
}

.first-gz {
    display: block;
}

.tit-3 {
    width: 100%;
    height: 2rem;
    margin: 8px 0;
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid #e20808;
    border-top: 2px solid #e20808;
    text-align: center;
    color: #e20808;
}

.gz-js {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 0 2%;
    box-sizing: border-box;
}

.gz-js img {
    margin: 0 auto;
}

.first-gz .cjgz-tit {
    width: 100%;
    height: 2rem;
    margin: 8px 0;
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid #e20808;
    border-top: 2px solid #e20808;
    text-align: center;
    color: #e20808;
}

.first-gz p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 0 2%;
    box-sizing: border-box;
}

.first-gz p img {
    margin: 0 auto;
}
