@import './font.css';
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family:'Source Han San CN Medium';
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}
body{
    background-color: #f9f9f9 !important;
}
.details-layout{
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    position: relative; 
}
.details-header{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    background: url(../assets/images/before-header_bg.jpg) no-repeat;
    background-size: cover;
}
.header-container{
    width: 1200px;
    margin: 0 auto;
}
.header-title{
    color: #ffffff;
    font-size: 42px;
    line-height: 80px;
    font-family: 'Source Han Serif CN Bold'
}
.header-title a{
    font-family: 'Source Han Serif CN Bold';
    display: inline-block !important;
}
.header-breadcrumb{
    font-size: 16px;
    color: #ffffff;
}

.header-breadcrumb>span a{
    color: #bfe5ff;
    transition: .3s;
    cursor: pointer;
}
.header-breadcrumb>span:last-child a{
    color: #ffffff;
    cursor: default;
}
.header-breadcrumb .gt{
    color: #ffff; 
    display: inline-block; 
    margin: 0 8px;
}

.header-breadcrumb>span  a:hover{
   opacity: 0.8;
}
.details-content{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 100px auto;
    padding: 0 44px 44px;
    min-height: 600px;
    background: #ffffff;
}
.article-title{
    font-size: 24px;
    color: #2f2f2f;
    line-height: 1.5;
    text-align: center;
    padding: 43px 0 33px 0;
}
.article-info{
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: flex;
    background: #ebebeb;
    color: #8a8a8a;
    font-size: 14px;
    padding: 0 35px;
}
.release-department{
    margin-right: 70px;
    flex-shrink: 0;
}
.release-date{
    flex-shrink: 0;
}
.set-font{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.set-font span{
    cursor: pointer;
    font-size: 14px;
    transition: .3s;
    display: inline-block;
    padding: 0 3px;
}
.set-font span.is-active{
    color: #2f2f2f;
    font-size: 16px;
    font-weight: bold;
}
.set-font span:not(.is-active):hover{
    opacity: 0.6;
}
.article-container{
    width: 100%;
    margin-top: 36px;
    color: #2e2f35;
    font-size: 22px;
}
.article-container *{
    font-size: inherit !important;
    line-height: 1.7em !important;
    font-family: FangSong !important;
}
