.publisher{
margin-top:10px;
background-color:#fef8f8;
padding:6px;
width:auto;
height:76px;
}
.publisher .p_img{
width:36%;
float:left;
height:76px;
display:block;
overflow:hidden;
}
.publisher .p_img img{
width:120px;
max-height:76px
}
.publisher .p_tit{
width:63%;
float:right;
font-size:15px;
}
.publisher .p_tit a{
color:#000;
text-decoration:none;
-moz-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s
}
.publisher .p_tit a:hover{
color:#078177;
text-decoration:underline
}


.blogs{
margin-top:10px;
background-color:#fef8f8;
padding:6px;
width:30%;
height:93px;
float:left;
margin-right:3%;
margin-bottom:12px
}
.blogright{margin-right:0}
.blogs .p_img{width:115px;float:right;height:76px;display:block;overflow:hidden}
.blogs .p_img img{width:115px;height:auto;overflow:hidden}
.blogs .p_tit{
width:60%;
float:left;
font-size:14px;
line-height:20px;
padding-left:2%;
padding-right:1%
}
.blogs .p_tit a{
color:#000;
text-decoration:none;
-moz-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;

}
.blogs .p_tit a:hover{
color:#078177;
text-decoration:underline
}
.blogs .p_tit img.pi{width:30px;float:left;margin-right:10px;margin-top:6px}
span.date{text-align:left;font-size:11px;color:#078177;padding-top:11px;display:block}