a {
    text-decoration: none;
    background-color: transparent;
}

.textEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*==for IE6/7 Maxthon2 asa==*/

.clearFloat:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.clearFloat {
    zoom: 1;
}

.wrap {
    min-width: 1366px;
    max-width: 100%;
    overflow-x: hidden;
    background-size: 100% auto;
}

.wap_container {
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* .center img.fl {
    width: 880px
} */

section {
    position: relative;
    min-width: 1200px;
}

.banner_d {
    position: relative;
}

.share-code .share-box img {
    display: block
}

.img_bg {
    min-width: 1366px;
}

img {
    font-size: 0;
    vertical-align: top;
}

section {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.sec_content4 {
    width: 1200px;
    display: table;
    margin-top: 35px;
}

.job_list:nth-child(3n-1) {
    margin: 15px 15px 0;
}

.job_list {
    text-align: left;
    background-color: white;
    float: left;
    width: 390px;
    border: 1px solid #eaeeed;
    padding: 17px 15px 10px;
    position: relative;
    box-sizing: border-box;
    margin-top: 15px;
}

.job_list:hover,
.sec_list:hover {
    box-shadow: 0 0 10px #eeeeee;
}

.intern-title,
.intern-info {
    width: 100%;
    clear: both;
}

.intern-title a {
    display: inline-block;
    width: 200px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.intern-title span {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #ff2b00;
    width: calc(100% - 200px);
}

.intern-info {
    padding-top: 5px;
}

.intern-info span {
    line-height: 20px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding-right: 10px;
}

.intern-info span:nth-of-type(2) {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cut_line {
    border-top: 1px dashed #e8e8e8;
    margin: 17px 0 10px;
}

.job_list a,
.job_list span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intern-logo-img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.bgs {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.com_info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #333;
    font-size: 16px;
    width: 250px;
}

.com_info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fy {
    width: 100%;
    height: 60px;
    background-color: white;
    margin-top: 30px;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeInOut {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeInOut {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeInOut {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.scroll-btn {
    width: 10%;
    height: 80px;
    position: absolute;
    left: 45.5%;
    bottom: 20%;
    opacity: 1;
    z-index: 99;
}

.scroll-btn i {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(scroll-btn-arrow.png) no-repeat bottom;
    background-size: contain;
    display: block;
    opacity: 0;
    -webkit-animation: fadeInOut .6s ease 1.2s infinite alternate;
    -moz-animation: fadeInOut .6s ease 1.2s infinite alternate;
    -ms-animation: fadeInOut .6s ease 1.2s infinite alternate;
    animation: fadeInOut .6s ease 1.2s infinite alternate
}

@media screen and (max-device-width: 640px) and (min-device-width: 320px) {
    .sec_content4,
    .job_list,
    .wap_container {
        width: 100%!important;
    }
    .wrap {
        min-width: auto!important;
    }
    #intern_content {
        margin-left: 0px!important;
    }
    .job_list {
        float: none!important;
        display: inherit;
    }
    .job_list:nth-child(3n-1) {
        margin: 15px 0 0!important;
    }
    .imgTitle img {
        text-align: left!important;
        padding: 0 15px!important;
        width: 100%!important;
    }
    .img_bg {
        min-width: auto!important;
    }
    .sec_content4 {
        margin-top: 15px!important;
    }
    .imgTitle {
        padding: 0!important;
    }
    section {
        min-width: auto!important;
    }
}