﻿@import url(d.css);
/*头部区*/
/*-------------------------------------------------------*/
#h strong{
color:#336;
}


/*左边区*/
/*-------------------------------------------------------*/
#le{
float:right;

}

#l1,#l2,#l3{/*统一左边栏宽度和浮动属性*/
width:225px;


}

#l1 span{/*统一左边栏标题浮动属性和内边距*/
display:block;
padding:5px 10px 0;
background:#cfcdaf;/*深黄色*/
}

#l1 p{
padding:0;


overflow:hidden;

margin-top:3px;
margin-bottom:2px;

background:#E0EFDE;/*浅绿色*/
}

#l1 p a{
color:#333366;
font-size:12px;
display:block;
margin:10px 0;
border-bottom:1px dashed #CCCCCC;
}

#l1 p a:hover{
color:#990000;
}

/*左边区文章调用*/
/*-------------------------------------------------------*/
.l1,.l2{
width:225px;
float:none;
height:auto;/*重写高度*/
background:none;/*重写背景*/
}

.l1 span{/*文章调用标题*/
display:block;
padding:5px 10px 0;
background:#abd3a5;/*深绿色*/
}
.l2 span{/*文章调用标题*/
display:block;
padding:5px 10px 0;
background:#cfcdaf;/*深黄色*/
}

.l1 a,.l2 a{
background:url(http://www.hm3000.cn/image/3.gif) no-repeat;}

.l1 ul{
padding:0 0 5px;
margin-top:3px;
background:#e0efde;/*浅绿色背景*/
}

.l2 ul{
padding:0 0 5px;
margin-top:3px;
background:#ebeadd;/*浅黄色*/
}


.l1 p a:hover,.l2 p a:hover{
height:55px;
}

/*右边区*/
/*-------------------------------------------------------*/
#m{
float:left;
width:652px;
}

#m3,#m3b{/*左边区标题*/
display:block;
background:#CCCCD4;
padding:5px 10px 2px;
}

#m3b{
margin-top:5px;
background:#abd3a5;
color:#333333;
margin-bottom:5px;
}

#m3b a{
color:#333333;
margin:0 2px;
}

#m3b a:hover{
color:#990000;
}

.k{/*文章块*/
margin:3px 0 0 0;
background:#cfcdaf;/*深黄色*/
padding:0px;
float:left;
width:653px;


}

.k img{
width: expression(this.width > 510 ? '510px': true); max-width: 510px;
}

.k a{
color:#336;
}

.k a:hover{
color:#900;
text-decoration:underline;
}

.im{
height:50px;
overflow:hidden;
}

.im img{/*图片大小统一*/
width:150px;
height:50px;
cursor:hand;
clear:right;
}

.k h2,.im,.neirong,.tag,.time{/*文章标题,图片区,内容区,标签,发布时间内边距*/
padding:5px;
}
.k h2{
font-size:20px;
}

.im,.neirong,.tag,.time{/*图片区,内容区,标签区,时间区边框*/

margin:3px 0 0;
}

.neirong{
font-size:12px;
}

.tag,.tag a,.time,.time span{
font-size:13px;
}

.time{/*时间改色*/
color:#000000;
}

/*下面区文章调用*/
/*-------------------------------------------------------*/
.a{
clear:both;
margin-top:0;
}

#le strong{
font-size:12px;
}
