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

#contVideo{
width:500px;
float:left;
}
.newsTitle {
font-size:17px;
font-weight:bolder;
text-decoration:none;
color:#FFFFFF;
line-height:10px;
}
.newsTitle:hover{ 
color:#A67C07;
}
.bodyNews{
margin-top:10px;
line-height:30px;
}
.result{
border-bottom:1px solid #cccccc;
margin-bottom:20px;
padding-bottom:10px;
}
.result p{
}
.contText{
width:300px;
float:right;
}
.result .pic{
width:153px;
float:left;
height:auto;
border:1px solid #A67C07;
background-color:#333333;
padding:1px;
}
.result .pic img{
width:151px;
margin:1px;
height:auto;
border:0px;
}
#Pagination{
float:right;
margin-bottom:20px;
}
#Searchresult{
}