﻿@charset "utf-8";

.el-pagination {
	padding: 15px 0;
	text-align: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #921e25;
    background-color: var(--main-color);
    color: #FFF;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color: #921e25;
    color: var(--main-color);
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: #FFF;
}

.error {
	margin: 60px auto;
	width: 200px;
	padding-left: 200px;
	height: 180px;
	text-align: left;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}

.error .title {
	margin-top: 25px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}

.error .content {
	margin-top: 10px;
	line-height: 20px;
	overflow: hidden;
}

/* header */
.top {
	background-color: #fff;
	border-top: 5px solid #921e25;
	border-color: var(--main-color);
	z-index: 1000;
	position: relative;
}

.top-cnt {
	height: 100px;
	width: 1250px;
	margin: 0 auto;
}

.top-logo {
	float: left;
	padding: 22px 0 22px 45px;
}

.top-func {
	float: right;
	/*padding: 40px 30px 40px 0;*/
	padding: 40px 30px 0 0;
}

.top-func .btn-normal {
	float: left;
	display: block;
	font-size: 14px;
	color: #8c8c8c;
	height: 20px;
	line-height: 20px;
	margin-right: 20px;
}

.btn-normal:hover {
	color: #921e25;
	color: var(--main-color);
}

.btn_mobile {
	position: relative;
}

.btn_mobile:hover .popup-qrCode {
	display: block;
}

.popup-qrCode {
	display: none;
	position: absolute;
	left: -39px;
	top: 20px;
	height: 129px;
	width: 120px;
	background: url(../images/qrcode_bg.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 999;
}

.popup-qrCode img {
	position: absolute;
	left: 16px;
	top: 24px;
}

.top-func .btn_search {
	float: left;
	display: block;
	height: 14px;
	width: 14px;
	margin: 3px 0;
}

.top-func .btn_search i {
	font-size: 14px;
}

.top-search {
	float: right;
	margin-right: 100px;
	position: relative;
}

.search {
	height: 37px;
	width: 293px;
	background-color: #921e25;
	background-color: var(--main-color);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -42px;
}

.search input {
	float: left;
	height: 23px;
	width: 200px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #921e25;
	border-color: var(--main-color);
	outline: 0;
}

.search .search-btn_sub {
	float: right;
	display: block;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	background-color: #921e25;
	background-color: var(--main-color);
	color: #fff;
	padding: 0 18px;
}

@media screen and (max-width:1600px) {
	.menu {
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
	body{
		min-width: 1250px;
	}
	.scroller {
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-bottom: 3px solid #921e25;
		border-color: var(--main-color);
	}
}

@media screen and (min-width:1601px) {
	.menu {
		width: 1600px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
	.scroller {
		width: 1600px;
		margin: 0 auto;
		position: relative;
		border-bottom: 3px solid #921e25;
		border-color: var(--main-color);
	}
}

/*.menu {*/
/*	width: 1600px;*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*	z-index: 100;*/
/*}*/

.menu-cnt {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: url(../images/menu_bg.png) repeat-x center;
	background-size: auto 100%;
	z-index: 99;
}

.menu ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.menu li {
	flex: 1;
	float: left;
	display: block;
	overflow: hidden;
}

.menu a, 
.menu a:link, 
.menu a:visited, 
.menu a:active {
	display: block;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
	position: relative;
}

.menu a.menu-itme_l1:hover, .boxOn {
	background-color: #000;
}

.boxMain {
	display: none;
	padding: 20px;
	background: url(../images/menu_bg.png) repeat center;
	background-size: 100% 100%;
	position: absolute;
}

.boxOn .boxMain {
	display: block;
}

.menu a.menu-itme_l2, 
.menu a.menu-itme_l2:link, 
.menu a.menu-itme_l2:visited,
.menu a.menu-itme_l2:active {
	padding-left: 10px;
	text-align: left;
	font-size: 17px;
}

.menu-itme_l2:hover {
	background-color: #921e25;
	background-color: var(--main-color);
}

/* index */
/*.scroller {*/
/*	width: 1600px;*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*	border-bottom: 3px solid #921e25;*/
/*	border-color: var(--main-color);*/
/*}*/

.scroller .swiper-container {
	height: 500px;
	width: 100%;
}

.scroller .swiper-slide a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	position: relative;
	background-color: #eee;
}

.scroller .pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 40px;
	left: 0;
	z-index: 99;
}

.scroller .swiper-pagination-switch {
	display: inline-block;
	height: 10px;
	width: 10px;
	border: 2px solid #fff;
	margin-right: 14px;
}

.scroller .swiper-active-switch {
	background: #921e25;
	background: var(--main-color);
}

.panel {
	width: 1250px;
	margin: 0 auto;
}

.panel-head {
	padding: 17px 0;
}

.panel-title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	display: block;
}

.panel-btn_more {
	display: block;
	float: right;
}

.panel-btn_more i {
	font-size: 12px;
}

.panel-btn_more span {
	display: inline-block;
	font-size: 14px;
	color: #921e25;
	color: var(--main-color);
	line-height: 1.5;
	font-weight: 600;
}

.panel-btn_more span:hover {
	color: #333;
}

.panel-body {
	font-size: 0;
}

.project-list {
	width: 1250px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 100px;
	text-align: left;
}

.project-item {
	display: inline-block;
}

.project-item a {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	width: 400px;
	background-color: #fff;
	box-shadow: 4px 6px 15px 3px #dedede;
	margin-right: 24px;
	margin-bottom: 24px;
}

.project-item a.no-margin {
	margin-right: 0;
}

.project-image {
	position: relative;
}

.project-image .project-image_box {
	height: 230px;
	background-color: #eee;
	overflow: hidden;
	text-align: center;
}

.project-status {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #921e25;
	background-color: var(--main-color);
	display: block;
	height: 33px;
	width: 110px;
	border-bottom-right-radius: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	text-align: center;
}

.project-info {
	padding: 20px 30px;
}

.project-name {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	width: 100%;
	font-weight: bold; 
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.project-statistic {
	padding: 20px 0;
	height: 47px;
}

.project-statistic-item {
	float: left;
	height: 47px;
	width: 80px;
	text-align: center;
}

.project-statistic-item_split {
	display: block;
	float: left;
	height: 37px;
	width: 0;
	border-right: 1px solid #eee;
	margin: 5px 20px;
}

.project-statistic-item span {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 1.5;
}

.project-statistic-item span.project-statistic-item_num {
	color: #921e25;
	color: var(--main-color);
	margin-top: 5px;
}

.project-progress {
	height: 16px;
}

.project-progress_bg {
	width: 210px;
	float: left;
	height: 6px;
	background-color: #eee;
	border-radius: 6px;
	margin-top: 5px;
	overflow: hidden;
}

.project-progress_fg {
	height: 100%;
	background-color: #921e25;
	background-color: var(--main-color);
}

.project-progress span {
	font-size: 12px;
	color: #333333;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 16px;
}

.project-progress .project-progress_num {
	color: #921e25;
	color: var(--main-color);
	margin-right: 0;
	margin-left: 10px;
}

.items {
	height: 378px;
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: 2px solid #921e25;
	border-color: var(--main-color);
	padding-top: 30px;
	clear: both;
}

.items-cnt {
	width: 1250px;
	margin: 0 auto;
}

.panel-thanks {
	float: left;
	width: 400px;
	background-color: #fff;
}

.panel-thanks .panel-head {
	padding: 17px 30px;
}

.panel-thanks .panel-title {
	text-align: left;
}

.panel-thanks .panel-body {
	height: 270px;
}

.tb-thanks {
	width: 100%;
}

.tb-thanks th {
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	background-color: #f5f5f5;
}

.tb-thanks  td {
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	background-color: #fff;
}

.tb-thanks .thanks-personName {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tb-thanks .thanks-amount {
	
}

.panel-jzMsg {
	float: right;
	width: 825px;
	background: url(../images/index_jzmsg_bg.jpg) no-repeat right center;
	background-color: #fff;
}

.panel-jzMsg .panel-head {
	padding: 17px 30px;
}

.panel-jzMsg .panel-title {
	text-align: left;
}

.panel-jzMsg .panel-body {
	height: 270px;
}

.msg-list {
	padding: 0 30px;
}

.msg-item {
	padding: 19px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 23px;
}

.msg-item span {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
}

.msg-item-header {
	
}

.msg-item-body {
	margin-top: 10px;
}

.msg-item .msg-item-name:before {
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	position: absolute;
	background-color: #921e25;
	background-color: var(--main-color);
	border-radius: 7px;
	top: 26px;
	left: 0;
}

.msg-item .msg-item-time {
	color: #909399;
	margin-left: 10px;
	font-size: 13px;
}

.msg-item .msg-item-cnt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* footer */
.footer {
	background-color: #000000;
}

.footer-main {
	height: 280px;
	margin: 0 auto;
	width: 1200px;
	padding-top: 50px;
}

.footer-logo {
	height: 62px;
	padding-top: 60px;
	padding-bottom: 50px;
	padding-left: 10px;
}

.footer-item {
	float: left;
	padding-left: 20px;
	width: 560px;
}

.footer-item-title {
	font-size: 18px;
	color: #acacac;
	position: relative;
	padding-left: 14px;
	display: block;
}

.footer-item-title:before {
	content: '';
	display: block;
	height: 14px;
	width: 3px;
	background-color: #921e25;
	background-color: var(--main-color);
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 2px;
}

.footer .links {
	padding-top: 20px;
	padding-left: 14px;
}

.footer .links a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.footer .share {
	clear: both;
	padding-left: 14px;
	padding-top: 20px;
}

.footer .share-item {
	width: 90px;
	margin-right: 24px;
	float: left;
}

.footer .share-item span {
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.contact {
	padding-left: 14px;
	padding-top: 20px;
}

.contact-line {
	font-size: 14px;
	line-height: 24px;
	color: #acacac;
	padding-bottom: 20px;
	position: relative;
}

.bottom {
	/*
	height: 50px;
	width: 100%;
	font-size: 14px;
	color: #acacac;
	line-height: 50px;
	text-align: center;
	background-color: #1c1c1c;
	*/
}

/* body */
.body {
	padding-top: 50px;
	min-height: 800px;
	text-align: center;
	overflow: hidden;
	position: relative;
	/*background-color: #EBEEF1;*/
}

.body .cntItem {
	margin: 0 auto;
	width: 1150px;
	text-align: left;
	overflow: hidden;
	padding: 0 25px;
	background: #fff;
	margin-top: 20px;
}

.body .cntItemTitle {
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #E4E4E4;
	overflow: hidden;
}

.body .cntItemCnt {
	padding: 10px 0px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}

.news-list {
	
}

.news-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.news-item a {
	display: block;
}

.news-item_title {
	margin-right: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item_date {
	float: right;
	width: 100px;
}

.myTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.myTable th {
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #eee;
	font-weight: bold;
	background-color: #eee;
}

.myTable td {
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #eee;
}

.myNav {
	width: 1250px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
	background: #fff;
}

.myNav .navTop {
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	margin-left: 12px;
}

.myNav .navTop a, 
.myNav .navTop a:link, 
.myNav .navTop a:visited,
.myNav .navTop a:active {
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.myNav .navTop a:hover {
	color: #921e25;
    color: var(--main-color);
	text-decoration: none;
}

.myNav .navCnt {
	overflow: hidden;
}

.myNav .navItem {
	padding: 12px 12px;
	overflow: hidden;
}

.myNav .navItem .item {
	margin: 0px 10px;
	color: #777777;
}

.myNav .navItem a, 
.myNav .navItem a:link, 
.myNav .navItem a:visited,
.myNav .navItem a:active {
	color: #777777;
	text-decoration: none;
}

.myNav .navItem a:hover {
	color: #921e25;
    color: var(--main-color);
	text-decoration: underline;
}

.myNav .navItem a.on, 
.myNav .navItem a.on:link, 
.myNav .navItem a.on:visited,
.myNav .navItem a.on:active, 
.myNav .navItem a.on:hover {
    color: #921e25;
    color: var(--main-color);
	text-decoration: underline;
}

.donation {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.donationTitle {
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #E4E4E4;
	overflow: hidden;
}

/*.btn-user-name{*/
/*	width: 100px;*/
/*	height: 30px !important;*/
/*	line-height: 30px !important;*/
/*	background: red;*/
/*	position: relative;*/
/*	top: -5.5px;*/
/*	text-align: center;*/
/*}*/
