﻿.btns_share
{
    
   /* float:left; */
    
   height: 28px;
    
   clear:both;
    
   margin:10px 0;
   position: relative;
}

.btns_share a
{
    float: left;
    margin-right: 5px;
}

.new_image
{
    width: 325px;
    /* height: 231px; */
    float:left;
   
    margin-top: 10px;
}

.new_content
{
   float:left;
    width: 679px;
    margin-right: 20px;
   margin-top: 10px;
}

.new_content h4
{
    height: 48px;
}
.border
{
    color: #7E7E7E;
    border-bottom: 5px solid #1e3f4f;
    padding-bottom: 6px;
}

.new_content p
{
    /* height: 130px; */
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}


