.news_item
{
    width:100%;
    height:auto;
    margin:30px auto;
    border-bottom:1px solid #efefef;
}

.news_title
{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    font-size: 26px;
    text-shadow: 0px 0px 1px #cccccc;
}

.news_time
{
    display:flex;
    justify-content: end;
    align-items: center;
    width:100%;
    height:auto;
    color: #868686;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0px 0px 1px #cccccc;
}

.news_img
{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:auto; 
}

.news_img img
{
   width:100%;
   height:auto; 
}

.news_desc
{
    display: -webkit-box;
    font-size: 18px;
    line-height: 1.8em;
    color: #868686;
    height: auto;
    overflow: hidden;
    text-shadow: 0px 0px 1px #cccccc;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    box-sizing: border-box;
    white-space: normal;
    text-indent:2em;
    margin:10px auto;
}

.news_btn
{
    position: relative;
    z-index: 1;
    margin-bottom:10px;
}

.shzrbg
{
    display: -webkit-box;
    font-size: 12px;
    line-height: 1em;
    color: #868686;
    height: auto;
    overflow: hidden;
    text-shadow: 0px 0px 1px #cccccc;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    box-sizing: border-box;
    white-space: normal;
    text-indent:1em;
    margin:10px auto;
    padding-left:0px;
    text-align:left;
}



.shzrbg a:link {
    text-decoration: none !important;
    color:#b8b8b8;
    /* 指正常的未被访问过的链接*/
}

.shzrbg a:visited {
    text-decoration: none !important;
    color:#b8b8b8;
    /*指已经访问过的链接*/
}

.shzrbg a:hover {
    text-decoration: none !important;
    color:#b8b8b8;
    /*指鼠标在链接*/
}

.shzrbg a:active {
    text-decoration: none !important;
    color:#b8b8b8;
    /* 指正在点的链接*/
}

.shzrbg_title{
    font-size: 24px;
    font-weight:700;
    color: #4c4c4c;
    height: auto;
    text-shadow: 0px 0px 1px #cccccc;
    overflow: hidden;
    margin:25px 25px 25px 25px;
    text-align:center;
}


.shzrbg_title1{
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.8em;
    color: #4c4c4c;
    height: auto;
    /* overflow: hidden; */
    text-shadow: 0px 0px 1px #cccccc;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    box-sizing: border-box;
    white-space: normal;
    margin:10px auto;
    padding-left:0px;
    font-weight:700;
}

.shzrbg_content{
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.8em;
    color: #868686;
    height: auto;
    /* overflow: hidden; */
    text-shadow: 0px 0px 1px #cccccc;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    box-sizing: border-box;
    white-space: normal;
    text-indent:2em;
    margin:10px auto;
    padding-left:0px;
    letter-spacing: 0vw;
    text-align: justify;
}

.shzrbg_time
{
    display: flex;
    font-size: 16px;
    line-height: 1.8em;
    color: #868686;
    height: auto;
    /* overflow: hidden; */
    text-shadow: 0px 0px 1px #cccccc;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    box-sizing: border-box;
    white-space: normal;
    text-indent:2em;
    margin:10px auto;
    padding-left:0px;
    justify-content:end;
    letter-spacing: 0vw;
    text-align: justify;
}
