.main{
    padding-top: 72px;
    overflow: hidden;
    background-color: #f2f7f6;
}
.bread_crumb {
    width: 100%;
    height: auto;
    margin-top: 36px;
}

.bread_crumb li {
    float: left;
    margin-left: 10px;
    color: #9da7a9;
}

.bread_crumb li:first-child {
    cursor: default;
    margin-left: 0;
}

.bread_crumb li:first-child a {
    cursor: default;
}

.bread_crumb li:first-child + li + li {
    margin-left: 4px;
}

.bread_crumb li a {
    font-size: 14px;
    color: #666;
}

.bread_crumb li i {
    font-size: 7px;
    color: #9da7a9;
    margin-left: 4px;
}

.bread_crumb li .active {
    color: #999;
    cursor: default;
}

.news_wrap {
    margin-top: 32px;
    padding-bottom: 36px;
}

.news_wrap .news_main {
    width: 930px;
    background-color: #ffffff;
    border-radius: 10px;
    height: auto;
    margin-right: 24px;
    overflow: hidden;
    padding: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 36px;
}

.news-title-wrap {
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 120px;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-title {
    width: 930px;
}

.news-title > h2 {
    font-size: 24px;
    color: #ffe13c;
    margin-bottom: 10px;
    line-height: 36px
}
.news-title > .date > i {
    font-size: 12px;
    color: #ffffff;
}

.news-title >  .date ul li {
    float: left;
    font-size: 12px;
    color: #ffffff;
    margin-left: 22px;
}

.news-title >  .date ul li a {
    color: #ffffff;
}

.news-title >  .date ul li i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

.news-title >  span b {
    margin: 0 8px;
}

/*新闻内容样式*/
.news_wrap .news_main .content_background {
    font-size: 16px;
    color: #404040;
    line-height: 32px;
    margin: 20px 0;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.news_wrap .news_main img {
    max-width: 100% !important;
    width: 100%;
    margin: 10px 0;
    border-radius: 0;
}

/*二维码*/
.qr_img_wrap {
    position: relative;
}

.qr_img {
    width: 200px;
    height: 200px;
    display: none;
    box-shadow: 0 0 15px 0px #929292;
    padding: 10px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-color: #fff;
}

.qr_img_wrap:hover .qr_img {
    display: block;
}

/*嵌入页面*/
iframe {
    width: 654px !important;
    height: 368px !important;
    overflow: hidden;
    border: none;
    scrolling: no;
    /*margin: 0 auto;*/
    margin-left: 81px;
}
