.return {
    width: 170px;
    height: 49px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    transition: .5s;
    justify-content: space-between;
    border: 1px solid #E2E2E2;
}
.return .return1{
    display: block;
}
.return .returnHover{
    display: none;
}
.return:hover .return1{
    display: none;
}
table{
	margin:auto
}
.return:hover  .returnHover{
    display: block;
}
.return img {
    margin-left: 27px;
    width: 5px;
}

.return span {
    margin-right: 32px;
    font-size: 16px;
    transition: .5s;
    color: #999999;
}

.f-content,
.f-content a {
    font-size: 16px;
    color: #999999;
    transition: .5s;
}

.detailLeft1 {
    position: fixed;
    top: 120px;
}

.f-content a:hover {
    color: #266EED;
}

.newTop .return:hover {
    border: 1px solid #266EED;
}

.newTop .return:hover span {
    color: #266EED;
}

header {
    background: url(https://www.hebei616.org.cn/doc/headBj.png);
}

.mainItem {
    margin: auto;
    max-width: 1320px;
    width: 90%;
}

.newTop {
    margin-top: 120px;
    padding-bottom: 54px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detailTitle {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}

.detailLeft {
    width: 394px;
    padding-top: 56px;
}

.detailLeft .list-row {
    margin-top: 30px;
}

.detailLeft .list-row .item {
    position: relative;
    display: block;
    color: #333333;
    font-size: 16px;
    padding: 8px 10px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.detailLeft .list-row .item::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0A4CB6;
    transform: translateY(-50%);
}

.detailLeft .list-row .item:hover {
    text-decoration: none;
    color: #0A4CB6;
}

.LeftBottom {
    display: flex;
    margin-top: 107px;
	flex-wrap:wrap;
}

.newDetail {
    display: flex;
}

.LeftBottom p {
    font-size: 16px;
    color: #999999;
    margin-right: 37px;
}

.LeftBottom span {
    font-size: 16px;
    color: #999999
}

.detailTitle {
    margin-right: 42px;
}

.detailRight {
    flex: 1;
    width: calc(100% - 443px);
    padding-bottom: 39px;
    padding-left: 59px;
    padding-top: 57px;
    border-left: 1px solid #E9E9E9;
    min-height: 300px;
}

.detailRight img {
    width: auto;
    height: auto !important;
    max-width: 100%;
    display: inline;
}

.detailRight video {
     width: 100%;
    display: block;
}

.newDetail1 {
    display: block;
}

.detailRight p {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    line-height: 1.8 !important;
    color: #666666;
}
.detailRight table{
    max-width: 100%;
    display: block;
}
.detailRight1 {
    float: right;
}

.detailRight p:last-child {
    margin-bottom: 0;
}

.switchover div {
    height: 85px;
    cursor: pointer;
    transition: .5s;
    display: flex;
    border-bottom: 1px solid #E9E9E9;
    align-items: center;
    flex-wrap: wrap;
}

.switchover div p {
    width: 394px;
    color: #999;
     
}
.switchover div span{
    width: calc(100% - 500px);
    display: block;
	padding-left: 59px;
} 

.switchover a {
    flex: 1;
    transition: .5s;
    font-size: 18px;
    color: #333333;
}

.switchover div:hover a {
    color: #0A4CB6;
}

.switchover {
    border-top: 1px solid #E9E9E9;
    margin-bottom: 90px;
}

.switchover1 {
    float: left;
    width: 100%;
}

@media (max-width:800px) {
    
    .newTop {
        margin-top: 120px;
        padding-bottom: 20px;
        display: block;
    }

    .return {
        width: 40%;
        height: 38px;
    }

    .f-content {
        display: none;
        margin-top: 20px;
    }
    .switchover{
        width: 100%;
    }
    .newDetail>div {
        padding-top: 20px;
        max-width: unset;
    }
    .detailLeft1{
        position: relative;
    }
    .detailRight img{
        height: auto !important;
    }
    .newDetail {
        display: block;
        width: 100%;
    }

    .detailLeft {
        width: 100%;
    }

    .detailTitle {
        font-size: 24px;
        text-align: left;
        margin-right: 0;
    }

    .LeftBottom {
        margin-top: 20px;
        justify-content: center;
    }

    .detailLeft .list-row {
        display: none;
    }

    .detailRight {
        padding-left: 0;
        border-left: none;
        width: 100%;
    } 
    .detailRight p{
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
        float: none !important;
     
    }
    .detailRight {
        padding-bottom: 20px;
    }

    .switchover a {
        font-size: 16px;
    }

    .switchover {
        margin-bottom: 20px;
    }

    .LeftBottom span {
        font-size: 14px;
    }

    .switchover div p {
        width: unset;
        margin-right: 0;
    }

    .switchover span {
        flex: 1;
        margin-left: 20px;
    }

    .LeftBottom p {
        font-size: 14px;
    }

}