﻿.jl-title img {
    width: 256px;
}

.jl-title {
    margin-bottom: 60px;
}

.content-body {
    font-size: 16px;
    color: #3A3D42;
    line-height: 40px;
}

.bwg-info {
    text-indent: 2em;
}

.bwg-text {
    padding: 0 100px;
}

.content-img img {
    width: 100%;
    max-height: 480px;


    object-fit: cover;
}

.content-img {
    margin-bottom: 50px;
}

.content-body {
    margin-bottom: 100px;
}

.bwg-mb {
    margin-bottom: 30px;
}

@media screen and (max-width:1023px) {
    .jl-title img {
        display: none;
    }

    .bwg-text {
        padding: 0;
    }
}