.headerBg {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

.headerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modelName {
    width: 320px;
    height: 182px;
    background: #a4201cbf;
    position: absolute;
    top: 90px;
    left: 214px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    line-height: 182px;
    text-align: center;
}
.wrap {
    width: 100%;
    position: relative;
}

.crumb_box {
    height: 45px;
    width: 100%;
    line-height: 45px;
    background-color: #F9F9F9;
}

.crumb_box .crumb {
    width: 1320px;
    margin: 0 auto;
}

.crumb_box .crumb span {
    font-size: 15px;
    color: #666;
    margin-left: 10px;
}

.main {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.details-box {
    /* border: 1px solid #e6e6e6; */
    width: 100%;
    padding: 0 0 50px 50px;
    overflow: hidden;
    margin-bottom: 140px;
    display: flex;
    justify-content: space-between;
}

.details-main {
    width: 66%;
}

.details-main h1 {
    font-size: 32px;
    font-weight: 700;
    color: #922425;
    line-height: 42px;
    text-align: center;
    margin: 25px auto 0;
    letter-spacing: 0;
}

.hot-news {
    width: 32%;
    background-color: #fff;
    margin: 25px 0 0 100px;
    padding-right: 40px;
}

.hot-news h2 {
    background-color: #A4201D;
    color: #fff;
    padding-left: 28px;
    height: 99px;
    line-height: 99px;
}

.hot-news ul {
    list-style: none;
}

.hot-news li {
    padding: 0 30px;
    height: 99px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #a4201c33;
    background: #F7F5F5;

}
.hot-news li:hover{
    background-color: #a4201c;
}
.hot-news li:hover span,
.hot-news li:hover p {
    color: #FFFFFF;
}

.hot-news li .date-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.news-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    object-fit: contain;
}

.hot-news li span {
    color: #9C2421;
    margin-right: 10px;
}

.hot-news li p {
    color: #000000;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.icon-hover {
    display: none;
}

/* hover æ—¶åˆ‡æ¢ */
.hot-news li:hover .icon-default {
    display: none;
}

.hot-news li:hover .icon-hover {
    display: block;
}

.source {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F7F5F5;
    text-align: center;
    margin-top: 20px;
}

.source span {
    color: #999;
    font-size: 14px;
}

.source span:nth-child(2) {
    margin-left: 45px;
    margin-right: 45px;
}

.share-box {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    position: absolute;
}

.fl {
    float: left;
}

.dhsharebuttonbox a {
    display: inline-block;
    width: 24px;
    height: 100%;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.details-main .content {
    line-height: 36px;
    font-size: 16px;
    color: #000;
    margin-top: 25px !important;
}
.content img{
    max-width: 100%;
    width: auto;
}

.print {
    float: right;
    margin-top: 40px;
}

.source {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.source span:nth-child(2) {
    margin-left: 45px;
    margin-right: 45px;
}

.share-box {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    position: absolute;
}

.dhsharebuttonbox {
    display: inline-block;
    width: 102px;
    height: 40px;
    background: url('https://zzyyzy.dahe.cn/file/4113000050/images/share-group-icon.png') left center no-repeat;
    margin-left: 0 !important;
}

.dhsharebuttonbox a {
    display: inline-block;
    width: 24px;
    height: 100%;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}