body{background:#fff;}



.contentBox_rightID{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:40px;}
.contentBox_rightID .contentBox_rightID_li{flex:0 0 48%;max-width:48%;margin-bottom:30px;}

.halfNewsList h2 svg{vertical-align:middle;margin-right:10px;}
.halfNewsList h2{font-size:20px;color:#333;display:flex;flex-wrap:wrap;align-items:center;}
.halfNewsList .ul{margin-top:10px;}

.halfNewsList .ul li{padding:12px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.halfNewsList .ul li a{flex:0 0 72%;max-width:72%;display:block;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.halfNewsList .ul li span{color:#999;display:flex;justify-content:flex-start;}


.halfNewsList .ul li a,
.halfNewsList .ul li span{font-size:16px;color:#333;}


.halfNewsList h2 em{display:flex;justify-content:flex-end;flex: 1;font-style:normal;}
.halfNewsList h2 em a{font-size:14px;color:#999;font-weight:normal;}

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

}

@media only screen and (max-width:1000px){
.contentBox_rightID .contentBox_rightID_li{flex:0 0 100%;max-width:100%;}

.contentBox_rightID{display:block;}
.halfNewsList .ul li{border-bottom:1px solid #ddd;padding:15px 0;}
.halfNewsList .ul li a{max-width:100%;white-space:break-spaces;line-height:26px;}

}