0
<style>
.flex_text {
display: flex;
height: 40px;
align-items: center;
margin: 20px 0;
}
.flex_text div:first-child {
width: 50%;
height: 100%;
text-align: center;
background-color: #ED7D31;
line-height: 40px;
color: white;
font-size: 18px;
font-weight: 600;
}
.flex_text div:last-child {
width: 50%;
height: 100%;
text-align: center;
background-color: #7F7F7F;
line-height: 40px;
color: white;
font-size: 18px;
font-weight: 600;
}
.content_items p {
display: grid;
grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
gap: 10px;
}
.content_items img {
width: 100%;
height: 150px;
object-fit: cover;
}
</style>
<h2>会议概况</h2>
<p>
<b>官网:</b> <a href="http://www.icbibe.org/2016/" target="_blank">http://www.icbibe.org/2016/ </a><br />
<b>新闻:</b> BIBE2016会议录用文章已被SCI检索。
</p>
<h2>委员会成员</h2>
<img src="images/ConferenceImg/BIBE_history/feng.png" style="width:800px;max-width:100%;" />
<script>
</script>