@CHARSET "UTF-8";
* {
    margin: 0;
    padding: 0
}

html,
body {
    font-family: "Microsoft Yahei", Verdana, sans-serif;
    padding-top: 35px;
    font-size: 16px;
}

ul,
li {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}

a:visited,
a:active,
a:link,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #d27f3d;
}

@media (min-width: 1200px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
    .navbar .container {
        /* width: 90%; */
    }
    .container {
        width: 1400px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.clear {
    clear: both;
}

#backtotop {
    width: 40px;
    height: 40px;
    right: 39px !important;
    line-height: 40px;
    text-align: center;
    background-color: rgba(210, 127, 61, 0.7);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
}

#backtotop .fa {
    font-size: 16px;
}

#backtotop:hover {
    background-color: rgba(210, 127, 61, 1);
}

#backtotop:hover .fa {
    color: #fff;
}


/* 浅浅黄背景色 */

.bghuanghui {
    background-color: #f7f5f3;
    padding-top: 50px;
}

.marBtm50 {
    margin-bottom: 50px;
}

.padBtm50 {
    padding-bottom: 50px;
}

.marTop50 {
    margin-top: 50px;
}


/* 公益动态样式 */

.gydongtai_Item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gydt_img {
    width: 200px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-grow: 0;
}

.gydt_img img {
    max-width: 100%;
}

.gydt_main {
    flex: 1;
    padding-bottom: 5px;
    margin-left: 50px;
    border-bottom: 1px solid #eee;
}

.gydt_main a {
    color: #000;
    display: inline-block;
}

.gydt_main h2 {
    position: relative;
    font-size: 24px;
    margin-top: 10px;
}

.gydt_main h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/banner-dian2.png") no-repeat left center;
    background-size: 30px auto;
    display: none;
}

.gydt_main:hover h2 {
    transition: all 0.6s ease-out;
    padding-left: 50px;
}

.gydt_main a:hover {
    color: #d27f3d;
}

.gydt_main:hover h2::before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.text {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.gydt_indexText {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}


/* 底部样式 */

.footer-upper,
.footer-bottom {
    color: #333;
}

.footer-upper {
    padding: 30px 0px 20px;
    z-index: 1;
}

.contact-info {
    position: relative;
}

.contact-info li {
    position: relative;
    color: #333;
    line-height: 24px;
}

.contact-info li label {
    display: inline-block;
    width: 65px;
    font-weight: normal;
    text-align: justify;
    text-align-last: justify;
    margin-right: 15px;
}

.erweima {
    float: right;
    display: flex;
}

.erweima p {
    margin-left: 10px;
    text-align: center;
}

.erweima img {
    width: 120px;
}

.contact-info {
    padding-left: 0px;
}

.copyright {
    border-top: 1px solid #eee;
    padding: 15px 0px;
    color: #666;
}

.copyright a {
    color: #333;
}

.beianh {
    background: url("../images/ghs.png") no-repeat left center;
    padding-left: 25px;
}


/* 文章头部样式 */

.article_topBg {
    background: url("../images/sub-bg.jpg") no-repeat top right #512a0b;
}

.article_topBg .container {
    margin: 0px auto;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.article_topBg h1 {
    color: #fff;
}

.article_title {
    font-size: 36px;
    text-align: center;
}

.tc-main {
    margin-top: 20px;
    padding: 0 0 30px;
}

.tc-box {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.tc-box p {
    margin-bottom: 15px;
    text-indent: 32px;
}

.tc-box img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.footer_topBorder {
    width: 100%;
    border-top: 4px solid #d27f3d;
}


/* 公益动态列表样式 */

.list_left {
    margin-top: 30px;
}

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

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

.xmdt_more span {
    white-space: nowrap;
}

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

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

.about_qy .xmdt_more {
    float: left;
}

.about_qy .xmdt_more a {
    width: 124px;
    border: 1px solid #d27f3d;
    color: #d27f3d;
}

.about_qy .xmdt_more a:hover {
    width: 144px;
    color: #fff;
}


/* 分页样式 */

.pagination>li>a,
.pagination>li>span {
    padding: 5px 12px;
}


/* 小标题样式 */

.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;
}


/* 搜索结果页样式 */

.search_key {
    margin-bottom: 20px;
}

.search_key span {
    color: #fc1b4a;
    margin-left: 10px;
    margin-right: 10px;
}


/* 导航样式 */

.navbar-brand {
    max-width: 280px;
    float: left;
}

.nav_fr {
    float: right;
    display: flex;
    align-items: center;
}

.search_p {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 500px;
}

.search_btn {
    width: 32px;
    height: 32px;
    border: 0px;
    background: url("../images/san-2.png") no-repeat center;
    background-size: 70% auto;
}

.search_btn:hover {
    background: url("../images/san-2-1.png") no-repeat center;
    background-size: 70% auto;
}

.search_text {
    line-height: 24px;
    padding-left: 10px;
    border: 0px;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    width: 150px;
}

.search_text::-webkit-input-placeholder {
    color: #aaa;
}


/* 公益项目头部导航样式 */

.list_ul {
    color: #fff;
    font-size: 24px;
}

.list_ul li:nth-child(1) {
    display: none;
}

.list_ul h1 {
    margin-top: 10px;
    margin-bottom: 0px;
}

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

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

@media (min-width:769px) and (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_fr {
        margin-right: -15px;
    }
    .navbar-brand {
        max-width: 200px;
        margin-top: 14px !important;
    }
    .article_topBg .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container.tc-main {
        margin-top: 0px;
    }
    .list_left {
        margin-top: 10px;
    }
    .gydt_main {
        text-align: justify;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .col-lg-7,
    .col-lg-5 {
        float: left;
    }
    .col-lg-7 {
        width: 70%;
    }
    .col-lg-5 {
        width: 30%;
    }
    .padBtm50 {
        padding-bottom: 25px;
    }
    .marTop50 {
        margin-top: 25px;
    }
    .xmdt_more {
        margin-bottom: 0px;
    }
    .index-title h2 {
        margin-top: 0px;
    }
    .pagination {
        margin-bottom: 0px;
    }
    .list_left {
        margin-top: 15px;
    }
    .shipin {
        padding-left: 0px;
    }
    .videolist {
        text-align: center;
    }
    .about_qy .xmdt_more {
        float: none;
    }
    .search_p {
        margin-right: 15px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
        margin-right: 15px;
    }
    .nav_fr {
        margin-top: 8px;
    }
    .search_key {
        margin-top: 15px;
    }
}

@media (max-width:550px) {
    .article_topBg .container {
        min-height: 80px;
    }
    .article_topBg {
        background-size: auto 100%;
    }
    .article_topBg h1 {
        font-size: 20px;
    }
    .footer-upper {
        display: none;
    }
    .nav_fr {
        width: 100%;
    }
    .search_p,
    .search_text {
        flex: 1
    }
    .navbar-header {
        margin-top: 0px !important;
    }
    .xmdt_more a {
        height: 36px;
        width: 120px;
        padding-left: 29px;
    }
    .gydongtai {
        margin-top: 10px;
        padding-top: 10px !important;
    }
    .marBtm50 {
        margin-bottom: 10px;
    }
    .marTop50 {
        margin-top: 10px;
    }
    .gydongtai_Item {
        align-items: flex-start;
    }
    .gydt_img {
        width: 100px;
        align-items: flex-start;
    }
    .gydt_main {
        margin-left: 12px;
    }
    .gydt_main h2 {
        font-size: 20px;
        text-align: justify;
    }
    .text {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .gydt_indexText {
        display: none;
    }
    .gydt_img {
        height: auto;
    }
    .gydongtai.padBtm50 {
        padding-bottom: 0px;
    }
    .padBtm50 {
        padding-bottom: 15px;
    }
    .bghuanghui {
        padding-top: 15px;
    }
    .index-title h2 {
        margin-top: 10px;
    }
    .list_left {
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .article_title {
        font-size: 24px;
        margin-top: 0px;
    }
    .article-infobox {
        margin-bottom: 0px;
        font-size: 14px;
    }
}