
.j-banner{
    width: 100%;
    height: 388px;
    background: url("../img/details_banner.png") no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.j-banner-son h3{
    color: #ffffff;
    font-size: 36px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.j-banner-son h3:before{
    content: '';
    position: absolute;
    width: 37px;
    height: 2px;
    background: #fff;
    left: -40px;
    top:50%;
    margin-top: -1px;
    z-index: 4;
}
.j-banner-son h3:after{
    content: '';
    position: absolute;
    width: 37px;
    height: 2px;
    background: #fff;
    right: -40px;
    top:50%;
    margin-top: -1px;
    z-index: 4;
}
.j-banner-son h4{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
.j-link{
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #666666;
}
.j-link a{
    color: #666666;
}
.j-link a:hover{
    color: #28ba0b;
}
.j-details{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    align-items: flex-start;
}
.j-details-left{
    width: 75%;
}
.j-details-left h3{
    color: #333333;
    font-size: 30px;
    text-align: center;
}
.j-details-left h4{
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}
.j-details-text{
    color: #666666;
    font-size: 14px;
    /*line-height: 24px;*/
    margin: 20px 0;
}
.j-details-text img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
    /*margin: 20px auto;*/
}
.j-details-bt{
    border-top: 1px solid #e6e6e6;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.details-pag{
    width: 40%;
    padding: 20px 0;
}
.details-pag a{
    color: #666666;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.details-pag a:hover{
    color: #333333;
}
.back-btn{
    display: block;
    width: 174px;
    height: 60px;
    background: #28ba0b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
.details-bt-right{
    width: 25%;
    height: auto;
    text-align: right;
    color: #333333;
    font-size: 14px;
}
.details-bt-right a{
    display: inline-block;
    vertical-align: middle;
}
.j-details-right{
    width: 20%;
    border:1px solid #e0e0e0;
    padding: 15px;
}
.j-details-right h3{
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.j-details-right h3 a{
    color: #999999;
    float: right;
}
.details-list-item{
    display: block;
    border-bottom: 1px dashed #dadada;
    padding: 10px 0;
}
.details-list-text{
color: #333333;
    font-size: 14px;
}
.details-list-date{
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}
.details-list-item:hover .details-list-text{
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .j-banner{
        margin-top: 83px;
        height: 274px;
    }
    .j-link{
        padding: 0 10px;
    }
    .j-details-left{
        width: 100%;
        padding: 0 10px;
    }
    .j-details-right{
        display: none;
    }
    .j-details-left h3{
        font-size: 18px;
    }
    .details-pag,.details-bt-right
    {
        width: 100%;
        text-align: left;
    }
    .details-bt-right{
        margin-top: 10px;
    }
}