.cha_cen
{
    width: 1200px;
    margin: 50px auto;
}

.charitable_box
{
    display: inline-block;
}

.charitable_news
{
    width: 550px;
    display: inline-block;
    padding-top: 50px;
}

h2.m_title
{
    font-weight: normal;
    line-height: 28px;
    background: url(../images/lit_bg.gif) left bottom repeat-x;
}

h2.m_title span
{
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 3px solid #e3303c;
}

h2.m_title strong
{
    padding-left: 15px;
    color: #d9d9d9;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "times new roman",serif;
}

h2.m_title em
{
    font-size: 10px;
    text-transform: uppercase;
    float: right;
    font-family: "times new roman",serif;
}

h2.m_title em a
{
    color: #808080;
}

h2.m_title em a:hover
{
    color: #e3303c;
}

.pic_news
{
    overflow: hidden;
    padding: 25px 0 20px;
    border-bottom: 1px dotted #e5e5e5;
}

.pic_news img
{
    width: 140px;
    height: 140px;
    padding-right: 15px;
    float: left;
}

.p_title
{
    width: 300px;
    float: left;
}

.p_title h4
{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.p_title p
{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
}

.text_news
{
    padding-top: 10px;
}

.text_news ul li a
{
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
    color: #4c4c4c;
    background: url("../images/list_icon.gif") left center no-repeat;
}

.text_news ul li a:hover
{
    color: #e3303c;
}

.text_news ul li em
{
    float: right;
    font-size: 12px;
    color: #ccc;
    font-family: "SimSun",serif;
}

.char_fund
{
    float: right;
    width: 550px;
}

.fund_text
{
    padding: 50px 0 20px;
}

.fund_text h3
{
    font-size: 16px;
    text-align: center;
}

.fund_text p
{
    padding: 30px 0;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.fund_text span
{
    display: inline-block;
    width: 550px;
    text-align: center;
    padding-top: 40px;
}

.fund_text span a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 30px 0 20px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background: url(../images/gz_icon.png) 85px center no-repeat #e95963;
}

.fund_text span a:hover
{
    text-decoration: none;
    background: url(../images/gz_icon.png) 85px center no-repeat #e3303c
}


/*project style---------------------------------------------------------------------------------------------------------*/

.project_box
{
    width: 1200px;
    margin: 0 auto;
}

.view
{
    width: 1200px;
    height: 500px;
    padding: 50px 0;
}

.project_list
{
    width: 1200px;
    overflow: hidden;
    display: inline-block;
}

.project_list ul
{
    width: 1400px;
}

.project_list ul li
{
    float: left;
    width: 380px;
    height: 380px;
    padding: 0 30px 30px 0;

}

.project_list ul li a
{
    width: 380px;
    height: 380px;
    display: inline-block;
    position: relative;
}

.project_list ul li a img
{
    width: 380px;
    height: 380px;
}


.project_list ul li a div.img_text
{
    display: none;
    width: 380px;
    height: 380px;
    background-color: #000;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    behavior: url(ie-css3.htc);
}

.project_list ul li a div.img_text span
{
    width: 380px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 380px;
    padding-bottom: 80px;
    background: url("../images/jt_icon.png") center center no-repeat;
}

.project_list ul li a:hover div.img_text
{
    display: block;
}
