/* .news_m {
    width: 96%;
} */
.news_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* justify-content: space-between; */
    padding-top: 15px;
}
.news_left {
    width: 68.9%;
    background: #ffffff;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    padding: 24px;
    margin-bottom: 30px;
}
.bread {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: rgb(65, 86, 165);;
    border-left: rgb(65, 86, 165);
}
.bread h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 52px;
    display: inline-block;
    float: left;
    border-left: 22px rgb(65, 86, 165) solid;
    margin-left: -20px;
    padding-left: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    list-style: none;
    margin-bottom: 0;
}
.bread span {
    color: #ffffff;
    font-size: 12px;
    float: right;
    line-height: 52px;
}
.bread a {
    color: #ffffff;
}
.articleTitle {
    line-height: 26px;
    padding: 0 0 10px 0;
}
.articleTitle h3 {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.articleAuthor span {
    padding: 0 16px;
}
.articleAuthor {
    padding: 4px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    background: #f9f9f9;
    text-align: center;
}
.article {
    font-size: 16px;
    line-height: 26px;
}
.clear {
    clear: both;
}
.Annex-Share {
    overflow: hidden;
    margin: 30px 0;
}
.news_right {
    width: 27%;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.newsColumn {
    padding: 24px 24px 0 24px;
}
.listTitle {
    font-size: 18px;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    background: rgb(65, 86, 165);
    border-left: rgb(65, 86, 165) 4px solid;
}
.listTitle a {
    padding-left: 25px;
    color: #ffffff;
}
.latestNewsList {
    padding: 8px;
}
.latestNewsList li {
    height: 34px;
    line-height: 34px;
    background: url(../images/li2.png) no-repeat left center;
    overflow: hidden;
}
.latestNewsList li a {
    display: block;
    font-size: 14px;
    padding-left: 14px;
}
#bah {
    color: inherit;
  background-color: transparent;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
    .news_left {
        width: 100%;
        background: #ffffff;
        box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
        padding: 24px;
        margin-bottom: 30px;
    }
    .news_right {
        width: 100%;
        margin-bottom: 30px;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

}