.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.detail{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}
.article_cont{
    width: 100%;
    height: auto;
    display: inline-block;
}
.sub_title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dfdfdf;
    line-height: 30px;
}
.articleTit {
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    margin-bottom: .5rem;
}
.sub_info {
    color: #777;
}
.sub_info span {
    margin-right: 10px;
    font-size: 15px;
}
.article{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}
.article p{
    font-size: 16px;
    line-height: 34px;
}
.skip {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px;
    background: #f6f6f6;
    padding: 5px;
}
.skip>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 46%;
    line-height: 30px;
    height: 30px;
    text-indent: 10px;
}
.skip a {
    color: #666;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }
    .articleTit {
        font-size: 19px;
        color: #333;
        text-align: center;
        font-weight: 400;
        line-height: 2;
        margin-bottom: .5rem;
    }
    .sub_info span {
        margin-right: 10px;
        font-size: 13px;
    }
}