.container {
    margin-top: 0vw !important;
}

.box {
    height: 82px;
}
.detailImg{
    height: 600px;
    overflow: hidden;
}

.detailImg img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.detailCon {
    background-image: url(/img/index/detailBac.png);
    background-repeat: no-repeat;
    padding-bottom: 0.7rem;
}
.detailLine{
    /* display: flex; */
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(246, 246, 246, 1);
}
.publishArtic{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(246, 246, 246, 1);
}
.articleDetailText{
font-size: 14px;
font-weight: 400;
color: #2C3E5C;
line-height: 20px;
}
.marginDetailText{
    margin-top: 10px;
}

.detailPart {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    padding: 0.7rem 0rem 0.5rem 0rem;
    text-align: center;
}

.detailImg {}

.detailTit {
    font-size: 36px;
    font-weight: 600;
    color: rgba(44, 62, 92, 1);
    line-height: 42px;
    margin-top: 0.3rem;
    /* text-align: center; */
}

.detailTime {
    font-size: 14px;
    font-weight: 500;
    color: rgba(44, 62, 92, 1);
    line-height: 20px;
    margin-top: 0.3rem;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(246, 246, 246, 1);
    ;
    text-align: center;
}

.detaiCon {
    font-size: 16px;
    font-weight: 500;
    color: rgba(108, 134, 173, 1);
    line-height: 32px;
    margin-top: 0.3rem;
    text-align: justify;
    min-height: 26vw;

}

.container p img {
    /* margin-left: -2em; */
    text-indent: -1px !important;
    height: auto !important;
    max-width: 100%;
}

.container img {
    height: auto !important;
    /* text-indent: 0px !important; */
}

.detaiCon img {
    height: auto !important;
    /* text-indent: 0px !important; */

}
.personDetail{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
}
.personLeft{
width: 48%;
}
.personName{
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 18px;

}
.personCon{
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 26px;

}
.personImg{
width: 584px;
height: auto;
overflow: hidden;
margin-left: 30px;
}
.personImg{
    height: auto;
}


.detaiCon img {
    width: 100% !important;
    height: auto !important;
}

@media(max-width:768px) {
    .box {
        height: 39px !important;
    }

    .detailTit {
        font-size: 24px;
    }
}
