* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#app {
    position: relative;
    width: 100%;
    height: 100vh;
}


/* 页头 */
.interview-header {
    position: relative;
    width: 100%;
    height: 300px;
}

.interview-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 页脚 */
.interview-footer {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.interview-footer img {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 中间内容部分 */
.interview-content {
    width: 1200px;
    margin: 0 auto;
}

/* 面包屑 */
.crumbs {
    height: 50px;
    margin-top: 28px;
    border-bottom: 3px solid #0A5F9E;
    margin-bottom: 29px;
}

.crumbs img {
    margin-right: 9px;
}

.crumbs span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.crumbs span a {
    color: #666666;
}

.list-content li {
    margin-bottom: 20px;
}

.list-content li .list-title {
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    margin-bottom: 20px;
}

.list-content li .list-title a {
    color: #0A5F9E;
}

.list-content li .list-img {
    width: 225px;
    height: 150px;
    display: inline-block;
}

.list-content li .list-img img {
    width: 100%;
    height: 100%;
}

.list-content li .list-details {
    width: 950px;
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
}

.list-details .details {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    margin-bottom: 7px;
}

.list-details .details span {
    font-weight: bold;
    color: #0F1207;
    margin-right: 5px;
}

.line {
    width: 1199px;
    height: 1px;
    margin-top: 20px;
    border: 1px solid #F3F3F2;
}

/* 分页 */
.list-page {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.list-page>div {
    display: inline-block;
}

.list-page .page-num {
    width: 183px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
}

.list-page input {
    width: 36px;
    height: 36px;
    border: 1px solid #DFDFE0;
    border-radius: 4px 5px 5px 5px;
    outline: none;
    margin: 0 10px;
    padding-left: 10px;
}

.list-page .left-num,
.list-page .right-num {
    width: 69px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    margin-right: 5px;
    border: 1px solid #DFDFE0;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}

.list-page .num {
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    margin-right: 5px;
    border: 1px solid #DFDFE0;
    border-radius: 4px 5px 5px 5px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}

.list-page .skip {
    margin: 0 10px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}

.list-page .but {
    width: 61px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    background: #E6F4FF;
    vertical-align: top;
    border: 1px solid #A3C1DA;
    border-radius: 4px 5px 5px 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C649F;
    cursor: pointer;
}

.active {
    background: #1C649F;
    color: #FFFFFF !important;
}