.real_time { position: relative; border: 1px solid #ddd; background: #fff; line-height: normal; border-radius: 5px;overflow: hidden;}
.real_time:after {display:block;visibility:hidden;clear:both;content:""}
.real_time .title {margin:0;width:100%;border-bottom:1px solid #ddd;background:#f4f4f4;}
.real_time .title a {display:inline-block;padding:7px 0 6px 13px;font-size:16px;font-weight:600;color:#222;}
.real_time .list { position: relative; height: 230px; margin: 10px;}
.real_time .list .swiper-slide {width: 96%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; display: block;}
.real_time .list a {font-size:15px;}
.real_time .list a:hover { color: #f07929; }
.real_time .list a::before { content: "· "; color: blue; }
.real_time .button_prev { position: absolute; top:37px; right: 2px; width: 26px; height: 26px; line-height: 26px; text-align: center; background: #fff; border: 1px solid #d1d1d1; z-index:100}
.real_time .button_next { position: absolute; bottom: 2px; right: 2px; width: 26px; height: 26px; line-height: 26px; text-align: center; background: #fff; border: 1px solid #d1d1d1; z-index:100}
.real_time .button_next::after, .real_time .button_prev::after { display: none; }
.real_time .more{position:absolute;top:10px;right:12px;font-size:13px;text-decoration:none !important;color:#222;}
