
.swiper-title{
    width: auto;
    height:30px;
    margin-top:-30px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 4px 20px;
    color:white;
}

.right-content-jt {
    margin-left: 0px;
    padding: 0px 10px 10px 18px;
    position: relative;
    width: 478px;
    /*margin-right: 60px;*/

}

.newsTop-jt {
    width: 478px;
}

.newsList-jt {
    width: 478px;
    height: 413px;
    background-color: #f9f7f2;
    margin-top: 2px;
    padding-top: 5px;
}

/*style="width: 878px;margin-right: 60px;background-color: #0c85d0"*/
.newsBox-jt {
    width: 98%;
    cursor: pointer;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -4px;
}


.newsD-jt {
    width: 100%;
    height: 100%;
    padding-left: 5px;
    float: left;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
}

.newsD-jt .newsText {
    flex: 1;
}

.newsD-jt .newsText p {
    color: #333333;
    font-size: 15px;
    padding: 13px 26px 11px 18px;
    font-weight: bold;
    background: url(../images/point.png) no-repeat 0px 20px;
}

.newsD-jt .newsText span {
    color: #888888;
    font-size: 13px;
    padding: 0 26px 0 18px;
}

.newsD-jt .newsText .text {
    display: block;
}

.newsD-jt .newsText .time {
    margin-top: 5px;
    display: block;
    font-size: 12px;
}

.newsD-jt img {
    width: 160px;
    height: 93px;
    margin: 14px 14px 0;
    border-radius: 8px;
}