.SH-News_C{
    background-color: white;
    width: 1300px;
    padding: 12px;
    border-radius: 23px;
    box-sizing: border-box;
    margin: auto;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    font-size: 0px;
    margin-top: 15px;
}

.SH-newsPhoto{
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

.SH-newsPhoto ~ .SH-NewsCntt{
    width: calc(100% - 200px);
}

.SH-NewsCntt{
    display: inline-block;
    font-size: 14px;
    height: 200px;
    width: 100%;
    vertical-align: top;
    padding: 23px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    padding-top: 12px;
}
.SH-catogoryName:hover{
    opacity: 0.6;
}

.SH-catogoryName *{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #3d3d3d;
    font-weight: 300;
}

.SH-catogoryName i{
    font-size: 14px;
    margin-left: 5px;
}

.SH-newTitel{
    font-size: 16px;
    margin: 8px 0px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.SH-newTitel a{
    color: #363a40;
}

.SH-newText a{
    color: #363a40;
}

.SH-newTitel a:hover{
    opacity: 0.7;
}

.SH-newText a:hover{
    opacity: 0.7;
}


.SH-newText{
    color: #8D9093;
    line-height: 1.8;
    margin: 8px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.SH-SeconderyInfo{
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    right: 20px;
    color: #91A4B7;
}
.SH-SeconderyInfo i{
    color: #189d5d;
    margin: 0px 3px;
    
}

@media only screen and (max-width: 1630px){
    .SH-News_C{
        width: 100%;
    }
}


@media only screen and (max-width: 900px){
    .SH-NewsCntt{
        padding-left: 12px;
    }
}


@media only screen and (max-width: 470px){
    
    .SH-News_C{
        padding: 17px;
    }
    .SH-newsPhoto{
        display: block;
        width: 100%;
        height: 250px;
    }
    
    .SH-newsPhoto ~  .SH-NewsCntt {
        width: 100%;
        padding-bottom: 6px;
    }
    
    .SH-NewsCntt{
        height: auto;
        padding: 12px 0px;
    }
    
    .SH-newsPhoto ~ .SH-NewsCntt .SH-newText{
        display: none;
    }
    
    .SH-SeconderyInfo {
        bottom: -4px;
        right: -2px;
    }
    .SH-newsPhoto ~ .SH-NewsCntt .SH-SeconderyInfo{
        top: 10px;
        bottom: auto;
        right: auto;
        left: 0px;
    }
}

@media only screen and (max-width: 400px){

    .SH-newsPhoto {
        height: 225px;
    }
    
}


@media only screen and (max-width: 360px){

.SH-newsPhoto {
        height: 200px;
    }
}

.SH-BlackStyle .SH-catogoryName *{
    color: #3d3d3d;
}

.SH-BlackStyle .SH-SeconderyInfo{
    color: #3d3d3d;
}

.SH-BlackStyle .SH-SeconderyInfo i{
    color: #3d3d3d;
}


