.industry_detail {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 25px 24px 24px 24px;
    background: #f2f5fa;
}
.img {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}
.go_back {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.go_icon {
    display: flex;
    align-items: center;
    width: 16px;
    margin: 0 4px 0 4px;
}
.go_home_link {
    color: #252931;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.go_home_link:nth-child(1) {
    color: #565960;
}
.go_home_link:nth-child(1):hover {
    color: #4A9BFF;
}
.go_home_link:nth-child(1):active {
    color: #115ED9;
}

.banner {
    max-width: 1392px;
    height: auto;
    margin-bottom: 24px;
}

.detail_content {
    display: flex;
}
.detail_content_left {
    width: 944px;
    border-radius: 8px;
    margin-right: 16px;
    padding: 32px 24px 32px 24px;
    background: #FFFFFF;
}
.detail_content_left_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #262626;
    margin: 0 0 12px 0;
}
.detail_content_left_subtitle {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #8C8C8C;
    margin-bottom: 32px;
}
.detail_content_left_subtitle span:nth-child(1) {
    margin-right: 24px;
}

.detail_hot_articles,
.detail_new_publish,
.besimilar_articles {
    border-radius: 8px;
    padding: 24px;
    background: #FFFFFF;
}
.detail_hot_articles_title,
.detail_new_publish_title,
.besimilar_articles_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
    margin-bottom: 12px;
}
.hot_articles {
    display: flex;
    flex-flow: column;
    margin-top: 12px;
}
.hot_article {
    display: flex;
}
.hot_article:hover {
    text-decoration: none;
}
.hot_article:nth-child(n+2) {
    margin-top: 24px;
}
.hot_article_left {
    width: 132px;
    height: 88px;
    line-height: 88px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 0 12px 0 12px;
    border-radius: 4px;
    background: #326CF9;
}
.hot_article:nth-child(2) .hot_article_left {
    background: #3C3B5B;
}
.hot_article:nth-child(3) .hot_article_left {
    background: #34A781;
}
.hot_article:nth-child(4) .hot_article_left {
    background: #424151;
}
.hot_article:nth-child(5) .hot_article_left {
    background: #ED645C;
}
.hot_article_right_title {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #262626;
    width: 244px;
    word-wrap: break-word
}
.hot_article:hover .hot_article_right_title {
    color: #4A9BFF;
}
.hot_article:active .hot_article_right_title  {
    color: #115ED9;
}
.hot_article_right_time {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #8C8C8C;
}
.hot_article_right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 8px;
}
.detail_new_publish {
    margin: 16px 0 16px 0;
}
.new_publish_articles {
    display: flex;
    flex-flow: column;
    align-items: start;
}
.new_publish_article {
    width: 100%;
    display: flex;
    align-items: center;
}
.new_publish_article_title {
    display: flex;
    align-items: center;
    width: 326px;
    cursor: pointer;
}
.new_publish_article_title:hover {
    text-decoration: none;
}
.new_publish_article_title:hover .new_publish_article_subtitle {
    color: #4A9BFF;
}
.new_publish_article_title:active .new_publish_article_subtitle {
    color: #115ED9;
}
.new_publish_article_cicle {
    width: 6px;
    height: 6px;
    margin-left: 5px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.new_publish_article_subtitle {
    width: 278px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #262626;
    padding: 6px 0;
    margin-left: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_publish_article_time {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #8C8C8C;
    margin-left: 26px;
}
.detail_advert_img {
    width: 432px;
    cursor: pointer;
}

.besimilar_articles {
    max-width: 944px;
    margin-top: 16px;
}
.besimilar_articles_item {
    display: flex;
}
.besimilar_articles_item:nth-child(n+2) {
    margin-top: 24px;
}
.besimilar_articles_item:hover {
    text-decoration: none;
}
.besimilar_articles_item_left {
    width: 132px;
    height: 88px;
    border-radius: 4px;
    overflow: hidden;
}
.besimilar_articles_item_right {
    margin-left: 12px;
}
.besimilar_articles_item_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #262626;
    cursor: pointer;
}
.besimilar_articles_item:hover .besimilar_articles_item_title {
    color: #217EFF;
}
.besimilar_articles_item:active .besimilar_articles_item_title {
    color: #115ED9;
}
.besimilar_articles_item_subtitle {
    width: 752px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #8C8C8C;
    margin-top: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.besimilar_articles_item_time {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #8C8C8C;
}
