.l {
    float: left;
}

.r {
    float: right;
}

.wrap {
    clear: both;
    width: 700px;
    margin: 0 auto;
    text-align: left;
    zoom: 1;
    overflow: hidden;
}
.m_t30 {
    margin-top: 30px;
}
.i_about_l {
    float: left;
    display: inline;
    width: 475px;
    overflow: hidden;
    padding-top: 1px;
    height: 414px;
}

.i_about_l img {
    display: block;
    height: 240px;
    width: 475px;
    margin-bottom: 15px;
}

.i_about_l h2 {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.i_about_l p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}

.i_about_l .i_about_more {
    display: block;
    height: 26px;
    width: 88px;
    background: url(../images/more.jpg) no-repeat;
    margin-top: 13px;
}

.i_about_l .i_about_more:Hover {
    transition: all 0.3s;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.i_about_r {
    float: right;
    display: inline;
    width: 687px;
    overflow: hidden;
    height: 415px;
}

.blog_list li {
    float: left;
    margin: 0 0px 19px 0;
    display: inline;
    position: relative;
    width: 687px;
    height: 112px;
    overflow: hidden;
}

.blog_list li a {
    display: block;
    width: 663px;
    height: 110px;
    padding: 10px 10px 10px 12px;
    overflow: hidden;
    background: url(../images/i_news_bg.png) #f9f9f9 right bottom no-repeat;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.blog_list li a span {
    display: block;
    cursor: pointer;
}

.blog_list li a:hover {
    background: url(../images/i_news_bg2.png) #f9f9f9 right bottom no-repeat;
    border: 1px solid #ff6c00;
}

.blog_list li a:hover .blog_Rtime {
    background-color:#ffaf86b5;
}

.blog_list li a:hover .blog_Rmore b {
    color: #ff6c00;
}

.blog_Rtime {
    width: 88px;
    height: 88px;
    background-color: #ffaf86b5;
    text-align: center;
}

.blog_Rtime em,
.blog_Rtime b {
    display: block;
    font-family: Arial;
    color: #FFF;
}

.blog_Rtime b {
    font-size: 48px;
    height: 62px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: 2px;
}

.blog_Rtime em {
    font-style: normal;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    background-color: #ff800a;
    font-weight: bold;
}

.blog_Rmore {
    width: 540px;
    padding-top: 5px;
}

.blog_Rmore b {
    color: #333;
    display: block;
    width: 230px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog_Rmore span {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    font-size: 14px;
}