@charset "utf-8";
/* CSS Document */

.news_style{
display:none;
}

.news_show{
color:black;
width:380px;
height:100px;
overflow:hidden;
font: bold 16px "Arial", "Lucida Grande",Verdana,  Sans-Serif;
}

.news_border{
width:380px;
height:100px;
border: 1px solid gray;
padding: 5px 5px 5px 5px;
overflow: hidden;
}

.news_mark{
width:361px;
height:35px;
color:black;
text-align:center;
}

.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
padding: 5px 0px 9px 5px;
color:black;
}

.news_show img{
margin-left: 5px;
margin-right: 5px;
}

.buttondiv{
position: absolute;
float: left;
padding: 5px 5px 5px 5px;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}