﻿.gyxiangmu_img {
    width: 358px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-grow: 0;
}

.gyxiangmu_indexText {
    height: 72px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.gyxiangmu_btn {
    display: flex;
    justify-content: space-between;
}

.xmList_Btn {
    display: flex;
}

.xmList_Btn a {
    display: flex;
    align-items: center;
    text-align: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: #fff;
    margin-right: 20px;
    border-radius: 50px;
    padding: 12px;
    background-color: #d27f3d;
    transition: all 0.6s;
}

.xmList_Btn img {
    width: 24px;
    height: auto;
}

.xmList_Btn span {
    display: none;
    width: 64px;
    margin-left: 10px;
    white-space: nowrap;
    line-height: 28px;
}

.xmList_Btn a:hover {
    width: 128px;
    color: #fff;
}

.xmList_Btn a:hover span {
    display: inline-block;
    width: 64px;
}

.xmxiangqing img {
    width: 20px;
    height: auto;
    margin-left: 10px;
    display: none;
}

.xmxiangqing a {
    border: 1px solid #ddd;
    padding: 12px 20px;
    width: 106px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    color: #999;
    transition: all 0.6s;
}

.xmxiangqing span {
    white-space: nowrap;
}

.xmxiangqing a:hover {
    width: 136px;
    background-color: #d27f3d;
    border: 1px solid #d27f3d;
    color: #fff;
}

.xmxiangqing a:hover img {
    display: inline-block;
}


/* 公益项目详情样式 */

.act_xmTitle {
    color: #d27f3d;
    font-size: 40px;
}

.xmjieshao {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: url("../images/xmjs.png") no-repeat left center;
    background-size: 30px;
    padding: 15px;
}

.index_maisui {
    background: url("../images/maisui.png") no-repeat top center #f7f5f3;
}