.Breadcrumb {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 34px;
    letter-spacing: 1px;
    color: #0a080a;
}

.Breadcrumb a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #0a080a;
}

.contentItem {
    background: #fff;
    padding-top: 44px;
    padding-bottom: 124px;
}

.content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 35px;
}

.wrapper {
    background: #f2f2f2;
}

.contentTitle {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #0a080a;
    width: 90%;
    margin: 0 auto 42px;
    text-align: center;
}

.detail {
    width: 90%;
    max-width: 1068px;
    margin: 42px auto 0;
}

.detail p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    /*text-indent: 2em;*/
    margin-top: 20px;
    letter-spacing: 0px;
    color: #000000;
}

.detail img{
    width:unset;
    max-width:100%;
    height:100% !important;
}

.font,
.laiyuan,
.fabuDate,
.dayin {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #939393;
}

.laiyuan {
    margin-right: 23px;
}

.information div,
.information {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.information {
    width: 90%;
    height: 50px;
    border-radius: 5px;
    background: #f2f2f2;
    max-width: 1120px;
    margin: auto;
}

.informationLeft {
    margin-left: 22px;
}

.font {
    margin-right: 63px;
    letter-spacing: 3px;
}
.font *{
    cursor: pointer;
}
.fenxiang {
    margin-left: 80px;
    margin-right: 22px;
}
.dayin{cursor: pointer;}

.dayin img {
    width: 25px;
    margin-right: 5px;
}

.fenxiang img {
    width: 24px;
    cursor: pointer;
    margin-left: 4px;
}

@media (max-width:800px) {
    .Breadcrumb {
        margin-left: 0;
    }
    .font{
        margin-right: 0;
    }
    .contentTitle {
        font-size: 20px;
    }

    .information,
    .information>div {
        display: block;
        height: unset;
    }

    .information {

        padding-top: 20px;
        padding-bottom: 20px;
    }
    .informationLeft,.informationRight{
        width: 90%;
        margin: auto;
    }
    .laiyuan{
        margin-right: 0;
    }
    .informationRight{
        display: flex 
        !important;
        flex-wrap: wrap;
    }
    
    .information>div>*{
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .detail p{
        line-height: 30px;
        font-size: 16px;
    }
    .fenxiang{
        margin-left: 0;
    }
}