header{
    position: relative;
}
header.active{
    position: fixed;
}
.content {
    background: #f5f5f5;
}

.content .crumbs {
    height: 80px;
    line-height: 80px;
}

.content .crumbs img {
    margin-right: 10px;
    vertical-align: middle;
}

.content .crumbs a {
    font-size: 14px;
    color: #333;
}

.content .crumbs a:hover {
    color: #d7000f;
}

.content .crumbs span {
    font-size: 14px;
    color: #d7000f;
}

.content .crumbs i {
    margin: 0px 8px;
}

.content .news_detail{
    padding: 60px 0px;
}
.content .news_con {
    width: 100%;
    background: #fff;
    padding: 30px 0px 60px;
}

.content .news_con .news_top {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.content .news_con .news_top .news_tit {
    padding-left: 60px;
    font-size: 34px;
    color: #333;
    font-family: "PuHuiTi";
    line-height: 2;
}

.content .news_con .news_top .news_time {
    padding-left: 60px;
    font-size: 16px;
    color: #999;
    font-family: "PuHuiTi";
}
.content .news_con .main_con div,
.content .news_con .main_con p{
    padding: 0px 60px;
}
.content .news_con .main_con p{
    text-align: justify;
    text-justify:inter-ideograph;
}
.content .news_con .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: justify;
    text-justify:inter-ideograph;
}

.content .news_con .img {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.content .news_con .img img {
    max-width: 100%;
}

.content .news_con .img p {
    color: #999;
    font-size: 16px;
    margin-top: 20px;
}

.content .link_btn {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    margin-bottom: 120px;
    text-align: center;
}

.content .link_btn a .arrow_h {
    display: none;
}

.content .link_btn span {
    color: #e5e5e5;
    margin: 0px 100px;
}

.content .link_btn a:hover .arrow {
    display: none;
}

.content .link_btn a:hover .arrow_h {
    display: inline-block;
}

@media only all and (max-width:1024px) {
    .content .crumbs {
        margin-top: 60px;
    }

    .content .news_con .news_top .news_tit {
        font-size: 28px;
    }

    .content .news_con .text {
        font-size: 14px;
    }
}

@media only all and (max-width:550px) {
    .content .news_con .news_top .news_tit {
        padding: 0px 20px;
    }

    .content .news_con .news_top .news_time {
        padding: 0px 20px;
    }
    .content .news_con .main_con div {
        padding: 0px 20px;
    }

    .content .news_con .news_top .news_tit {
        font-size: 22px;
    }

    .content .link_btn span {
        color: #e5e5e5;
        margin: 0px 60px;
    }
}