.main-container{
    box-sizing: border-box;
    margin: 20px 0 31px;
}
.breadcrumb{
    width: 100%;
    height: 66px;
    background: url(../images/list_bg.png) no-repeat center center;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.breadcrumb a{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.breadcrumb span{
    margin-left: 5px;
    font-size: 18px;
}

.detail{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: -12px;
    position: relative;
    /* z-index: 999; */
    padding: 0 20px;
}
.detail-box{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(48, 103, 227, 0.15);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.detail-top{
    width: 910px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, .25);
    box-sizing: border-box;
    padding: 20px 0;
}
.detail-tit{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.detail-infor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 849px;
    height: 16px;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    margin-top: 31px;
}
.detail-infor p{
    display: flex;
    align-items: center;
}
.detail-infor img{
    margin-right: 11px;
}
.ftsize{
    display: flex;
    align-items: center;
}
.ftsize span{
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.detail-cont{
    width: 910px;
    height: auto;
    box-sizing: border-box;
    padding-right: 22px;
    margin-top: 8px;
}
.detail-cont p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0;
    text-indent: 2em;
}
.detail-cont img{
    width: 100%;
    height: auto;
}
.band-graph{
    display: flex;
    justify-content: space-between;
}
.band-graph img{
    width: 482px;
    height: 312px;
}
.band-graph p{
    width: 391px;
}

.botom-layout{
    width: 100%;
    height: 50px;
    background-color: rgba(246, 246, 246, 1);
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forum-right{
    display: flex;
    align-items: center;
}
.left-share{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-left: 125px;
}
.right-auxil{
    box-sizing: border-box;
    margin-right: 154px;
}
.share{
    display: flex;
    align-items: center;
}
.share a{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 38px;
    background-color: #fff;
    transition: 1s;
    position: relative;
}
.share a:first-child{
    margin-left: 16px;
}
.qrcode{
    position: absolute;
    display: none;
}
.share i{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.share a:nth-child(1) i{
    background: url(../images/weChart-off.png) no-repeat left center;
}
.share a:nth-child(1):hover i{
    background: url(../images/weChart-on.png) no-repeat left center;
}
.share a:nth-child(2) i{
    background: url(../images/weibo-off.png) no-repeat left center;
}
.share a:nth-child(2):hover i{
    background: url(../images/weibo-on.png) no-repeat left center;
}
.share a:nth-child(3) i{
    background: url(../images/kongjian-off.png) no-repeat left center;
}
.share a:nth-child(3):hover i{
    background: url(../images/kongjian-on.png) no-repeat left center;
}
.right-auxil a{
    display: inline-block;
    color: rgba(48, 103, 227, 1);
    font-size: 14px;
    margin-left: 52px;
}
.right-auxil a:first-child{
    margin-left: 0;
}
.other{
    width: 100%;
    height: 142px;
    background-color: #fff;
    padding-left: 125px;
    box-sizing: border-box;
}
.other li{
    margin-top: 30px;
    font-size: 16px;
    color: rgba(48, 109, 228, 1);
}
.other a{
    color: #333333;
}