
.body-title-border{
    width:52px;
    height:4px;
    background:rgba(255,179,0,1);
    margin-left: 40%;
    padding-top: 4px;
}

.news-message{
    /*height:438px;*/
    background:rgba(255,255,255,1);
    border:1px solid rgba(153,153,153,1);
    border-radius:8px;
    margin-top: 40px;
}
.news-img{
    padding: 5px;
}

.news-img > img{

    width: 100%;
    height:180px;
}

.news-title .col-lg-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}
.news-title .col-lg-8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -40px;
    margin-top: 5%;

}

@media (max-width: 785px) {
    .news-title .col-lg-8{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 3%;
        margin-top: 3%;

    }
}

.news-title-left{
    width:89px;
    height:107px;
    background:rgba(255,184,17,1);
    border-radius:4px;
}
.news-title-left-1{
    font-size:40px;
    /*font-family:MyriadPro-Regular;*/
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
}

.news-title-left-2{
    font-size:16px;
    /*font-family:MyriadPro-Regular;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
}

.news-title-left-3{
    font-size:20px;
    /*font-family:MyriadPro-Regular;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
}

.news-title-right-1{
    font-size:20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:28px;
}

.news-title-right-2{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:28px;
}

.news-border{
    margin-left: 20px;
    margin-top: 11px;
    width:141px;
    height:3px;
    background:rgba(255,179,0,1);
}

.news-detail{
    width: 90%;
    margin-left: 20px;
    margin-top: 14px;
    font-size:14px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(151,158,167,1);
    line-height:18px;
}
.news-more{
    margin-left: 75%;
    font-size:12px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(255,184,17,1);
    line-height:28px;
    cursor: pointer;
}

.kongge{
    height: 200px;
}