/*
    Copyright (C) 2009 ColorCyberWay
    All rights reserved
    styles for Ì½Ë÷Ò³Ãæ
*/

/***** Content *****/

.research-img {
    width: 765px;
    height:210px;
    margin-top: 20px;
    position: relative;
    top: 0;
    left: -29px;
    background: url(../image/research-img.jpg) no-repeat 0 0;
}

ul.blog-list {
    margin-top: 20px;
}

ul.blog-list li {
    padding:10px 0;
}

a.blog-img {
    float: left;
    background: url(../image/pic-research-bg.png) no-repeat 0 0;
    padding: 5px 0 0 7px;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

a.blog-img:hover {
    background-color: none;
    background-image: url(../image/pic-research-bg-hover.png);
    background-repeat: no-repeat;
}

.blog-name {
    float: left;
    font-size: 18px;
    line-height: 20px;
}

.blog-author {
    float: left;
    line-height: 20px;
    margin-left: 20px;
    color: #777777;
}

.blog-view {
    float: right;
    line-height: 20px;
    margin-right: 10px;
    color: #777777;
}

.blog-desc {
    clear: right;
    margin-top: 5px;
    line-height: 1.6;
}

.blog-control {
    float: right;
}

    