@charset "utf-8";

.news_area{width:100%;display:flex;flex-direction:column;padding:0 10px;margin-bottom:50px;background-color:rgba(160, 220, 255, 1);}
.blog_box{width:100%;height:auto;}
.blog_box:not(:first-child){border-top: solid 1px #555;}

.blogtitle_box{width:100%;height:32px;line-height:32px;}

.blogtime{width:auto;height:32px;float:right;font-size:12px;}
.blogtitle{width:auto;height:32px;float:left;font-size:16px;color:rgba(0, 100, 255, 1);}
.blog_toggle{width:32px;height:32px;text-align:center;float:right;font-size:15px;cursor:pointer;}

.blogcomment{width:100%;border-top: solid 1px #555;padding-top:5px;}
.blogcomment img{max-width:100%;}
.blogcomment p{color:rgba(0, 40, 100, 1);}
.blogflash span{font-weight:bold;font-size:20px;}
