
/*面包屑样式*/
.bread-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0.54rem;
}

.bread-nav img {
    width: 0.23rem;
    height: 0.29rem;
    vertical-align: middle;
    margin-right: 0.22rem;
}

.bread-nav .posit {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #236FAB;
}

.posit a {
    color: inherit !important;
}

.special_page {
    box-sizing: border-box;
    padding: 0.4rem 0.3rem;
}
.special_list {
    width: 100%;
}
.special_item {
    margin-bottom: 0.4rem;
    display: block;
}
.special_item img{
height: 3.56rem;
width: 100%;
}
.special_item p{
    box-sizing: border-box;
    width: 100%;
    height: 1.4rem;
    color: #333;
    background-color: #f5f8fd;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    padding: 0.2rem 0.3rem;
    font-size: 16px;
}