body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html, body {
    font-size: 20px;
    font-family: 'Microsoft YaHei', sans-serif;
}

body {
    background: #FFFFFF;
}

body a:hover {
    text-decoration: none;
}

.industry-list {
    padding: 50px 0 30px;
    min-height: 700px;
}

.industry-item {
    cursor: pointer;
}

.industry-item .title {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 10px 0;
    flex: 1;
    overflow : hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.industry-item .title:hover {
    color:#aebe27;
}

.industry-item .introduction {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;
    color: #999;
    margin: 10px 0 15px;
    height: 2rem;
}

.industry-item-border {
    border-top: 1px solid #f5f5f5;
}
.industry-item-header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.industry-item-date {
    font-size: 0.6rem;
    color: #999;
    margin-left: 1rem;
}

.pagination-container {
    text-align: right;
}

.page-input-container {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.page-input {
    width: 3rem;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    margin: 0 5px;
}

.btn-loop {
    padding: 4px 10px;
    margin-left: 10px;
}
