.industryInstitute-news {
    height: 300px;
    margin-top: 20px;
}

.industryInstitute-news img {
    vertical-align: top;
    height: 100%;
}

.industryInstitute-news-right {
    height: 100%;
    width: calc(100% - 400px);
    padding: 0 20px;
    vertical-align: top;
}

.industryInstitute-news-right h2 {
    line-height: 50px;
}

.industryInstitute-news-list-item {
    line-height: 30px;
}

.industryInstitute-news-list-item div:first-child {
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.industryInstitute-news-list-item div:last-child {
    margin-left: 5px;
    color: #aaa
}

.display-row-left {
    display: flex;
    justify-content: left;
}

.industryInstitute-notice-item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.industryInstitute-notice-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-weight: bold;
    margin: 5px 0;
    border-top: 1px solid #aaa;
}

.industryInstitute-notice-item div:last-child {
    text-indent: 2em;
    line-height: 25px;
}

.industryInstitute-notice-item:last-child {
    margin-right: 0;
}

.industryInstitute-notice-item div:first-child {
    background-color: orange;
    color: #fff;
    width: 80px;
    text-align: center;
}

.laws-item {
    width: 30%;
    margin-right: 5%;
}

.laws-item:last-child {
    margin-right: 0;
}

.laws-item-subtitle {
    text-align: right;
    color: #aaa;
}

.laws-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-weight: bold;
}

.laws-item div {
    text-indent: 2em;
    line-height: 25px;
}

.common-question {
    display: flex;
}

.common-question img {
    width: 300px;
    margin-left: 10px;
}

.common-question .layui-tab {
    width: calc(100% - 300px)
}

.common-question .layui-tab .layui-tab-title li {
    color: #000
}

.common-question-card {
    display: flex;
    padding: 0 20px;
    height: auto;
}

.common-question-card-top {
    height: 200px;
}

.common-question-item {
    width: 30%;
}

.common-question-item span {
    font-weight: bold;
}

.common-question-card-data span em {
    color: red;
    font-size: 24px;
}

.common-question-card-button {
    min-width: 160px;
}

.common-question-card-button a {
    padding: 10px;
    text-align: center;
    background-color: red;
}