.container{
    margin-top: 0;
    display: block;
    position: relative;
}
.breadMenu{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
font-size: 16px;
color: #808080;
height: 56px;
border-bottom: 1px solid #0248B7;
}
.breadMenu a{
    color: #808080;
}
.breadMenu img{
width: 14px;
height: 16px;
margin-right: 11px;
}
.breadMenu>div{
    display: flex;
    align-items: center;
}
.breadMenu>div span{
    margin-right: 5px;
}
.detailInfo{
    padding:3vw 2vw;
    width: 100%;
    box-sizing: border-box;
}
.detailInfo .titleT{
    padding-bottom: 40px;
    border-bottom: 1px solid #E3E5E6;
    margin-bottom: 20px;
}
.detailInfo .info{
    width: 100%;
}
.detailInfo .info p,.detailInfo .info img{
    max-width: 100%;
}
.detailInfo .titleT>span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #0248B7; 
}
.detailInfo .titleT>div{
    margin-top: 20px;
    font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #808080;
}
.detailInfo .titleT>div span{
    margin-right: 20px;
}
.goTop{
    position: fixed;
    right: 5vw;
    bottom: 150px;
    width: 52px;
height: 52px;
background: #0248B7;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
}
.goTop img{
    width: 20px;
height: 20px;
}
@media (max-width: 624px) {
    .container{
       box-sizing: border-box;
       padding-top: 40px;
    }   
   }