#details{
    position: relative;
    min-width: 1366px;
    max-width: 1920px;
    min-height: 747px;
    overflow: hidden;
}
.details_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 747px;
}
.details_bg2{
    position: absolute;
    top: 284px;
    right: 0;
    width: 95%;
    height: 543px;
    background-image: url("../../images/other/second_bg.png");
    background-position: top center;
}
.details_content{
    position: relative;
    min-width: 1200px;
    max-width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}
.details_content_info{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    border-bottom: 1px solid #E1E1E1;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link, .el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover{
    color: #FFFFFF;
}
.second_title{
    color: #FFFFFF;
    font-size: 36px;
    line-height: 51px;
    margin-top: 30px;
    height: 98px;
    font-weight: 600;
}
.details_content_info .icon{
    position: relative;
    margin-top: 31px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
}
.details_content_info .icon span{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 19px;
}
.details_content_info .collection{
    position: absolute;
    right: 0;
    bottom:0;
    width: 64px;
    height: 40px;
    cursor: pointer;
}
.abstract{
    margin: 107px 0 50px;
    color: #060606;
    font-size: 20px;
    line-height: 33px;
    text-indent: 2em;
    /*font-weight: 600;*/
}
.label{
    margin-top: 60px;
}
.label li{
    padding: 11px 10px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 5px 23px 5px 0;
    border-radius: 13px;
}
