.shi-news-view {
    padding-bottom: 80px;
    color: #4d4d4d;
}
.shi-view_hd {
    padding: 20px 0 10px;
    border-bottom: 1px dashed #ececec;
    font-size: 12px;
    line-height: 1.6;
    color: #888;
}
.shi-view-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #4d4d4d;
}
.shi-view_bd {
    padding: 30px 0;
    font-size: 14px;
    line-height: 2.0;
    text-align: justify;
}
.shi-view_ft {
    padding: 20px 0;
    border-top: 1px dashed #ececec;
}
.shi-view-btn {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #888;
}
.shi-view-btn a {
    color: #4d4d4d;
}
.shi-view-btn a:hover {
    text-decoration: underline;
}

.shi-news-box {
    padding: 80px 0;
    height:100%;
}
.shi-news-inner {
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.shi-news-list {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.shi-news-ft {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 25px 0;
}
.shi-news-btn {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    color: #fff;
    background: #3e3a39;
    border-radius: 20px;
}
.shi-news-btn:hover,
.shi-news-btn:focus,
.shi-news-btn:active {
    color: #fff;
}
.shi-news-btn:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 4px;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.shi-news-item {
    display: flex;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    align-items: center;
    padding:15px;
    flex:1;
    border-bottom: 1px dashed #ececec;
}
.shi-news-lg {
    padding: 25px 15px;
}
.shi-news-item:hover {
    background-color: #F6F8F9;
}
.shi-news-img {
    margin-right: 25px;
    height:142px;
    width: 142px;
    overflow: hidden;
}
.shi-news-img img {
    border-radius: 50%;
}





.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}















/*新闻资讯*/
.indexSh7 {
    padding: 20px;
    width: 100%;
    /*height: 800px;*/
}
.indexSh7>.list {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.indexSh7>.list>.item {
    display: flex;
    background-color: #fff;
    vertical-align: middle;
    align-items: center;
    padding: 15px;
    transition: background-color .2s;
    flex: 1;
    border-bottom: 1px dashed #ececec;
}
.indexSh7>.list>.item:hover {
    background-color: #F6F8F9;
}
.indexSh7>.list>.item>.image{
    margin-right: 25px;
    height: 142px;
    width: 142px;
    overflow: hidden;
}
.indexSh7>.list>.item>.image>img{
    border-radius: 50%;
    display: block;
    max-width: 100%;
    height: auto;
}
.indexSh7>.list>.item>.content{
    flex: 1;
    color: #4d4d4d;
}
.indexSh7>.list>.item>.content>.title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.indexSh7>.list>.item>.content>.context{
    font-size: 14px;
    line-height: 2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-height: 768px) {
    .indexSh7>.list>.item>.image{
        height: 100px;
        width: 100px;
    }
    .indexSh7>.list>.item>.content>.title{
        margin-bottom: 8px;
    }
}

/*友情链接*/
.indexSh8 {
    padding: 20px;
    width: 100%;
    height: 120px;
    text-align: center;
    background-color: #231b19;
    color: #fff;
}
