/* css 重置 */
.iconfont {
	padding-right: 10upx;
	padding-left: 10upx;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.js {
	width: 90%;
	margin: 10px auto 0 auto;
}

.js p {
	padding: 5px 0;
	font-weight: bold;
	overflow: hidden;
}

.js p span {
	float: right;
}

.js p span a {
	color: #f00;
	text-decoration: underline;
}

.js textarea {
	height: 100px;
	width: 98%;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
}

a:link,
a:visited {
	outline: 0;
	/* color: #535353; */
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
	transform: scale(1);
	transition: all .3s linear;
}

/* tab选项切换效果 */
.slideTxtBox .hd ul li.nav-item.on a {
	color: #e60012;
	border-color: #e60012 !important;
}



.bd {
	margin-top: 10px;
}

.bd li {
	height: 32px;
	line-height: 32px;
}

.bd li a:hover {
	padding-left: 5px;
	transition: 0.3s;
}

.bd li .date {
	float: right;
	color: #999;
}

.mt {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
}

.mt a:hover {
	color: #333;
}

.mt span {
	float: left;
	font-size: 16px;
	height: 40px;
	position: relative;
}

.mt span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	height: 1px;
	width: 100%;
	display: block;
	background: #d60000;
}

.mt .more {
	float: right;
	height: 40px;
}

.tab-menu {
	overflow: hidden;
}

.mt .moremenu,
.mt .moremenu1 {
	float: left;
}

.mt .moremenu1 {
	margin-left: 30px;
	margin-bottom: 0rem;
}

.mt .moremenu li,
.mt .moremenu1 li {
	float: left;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0 20px;
	font-size: 15px;
	background: #eaeff5;
	margin-right: 10px;
	margin-top: 5px;

}

.mt .moremenu li.on,
.mt .moremenu1 li.on {
	background: #ff0000;
	color: #ffffff;
}


.mt .moremenu li.cur,
.mt .moremenu1 li.cur {
	background: #ff0000;

}

.mt .moremenu li.on a,
.mt .moremenu1 li.on a {
	color: #fff;
}

/* 本例子css */
.hasMoreTab {
	border: 1px solid #C8D1D5;
}

.hasMoreTab .hd {
	line-height: 24px;
	height: 24px;
	border-bottom: 1px solid #C8D1D5;
	background: url(../images/btn_bg.gif) repeat-x;
	position: relative;
	padding-right: 10px;
}

.hasMoreTab .hd .more {
	float: right;
}

.hasMoreTab .hd ul {
	z-index: 5;
	position: absolute;
	height: 26px;
	overflow: hidden;
	zoom: 1;
}

.hasMoreTab .hd li {
	float: left;
	padding: 0 10px;
	cursor: pointer;
	margin-left: -1px;
}

.hasMoreTab .hd li.on {
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #C8D1D5;
	border-top: 0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #c00;
}

.hasMoreTab .bd {
	padding: 10px;
	clear: both;
	position: relative;
}

.hasMoreTab .bd h2 {
	font-size: 14px;
}

.hasMoreTab .bd p {
	color: #999;
}

.hasMoreTab .bd p a {
	color: #c00;
}

.hasMoreTab .bd ul a {
	color: #3E78B3;
}


.focusBox {
	position: relative;
	height: 255px;
	overflow: hidden;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	height: 255px;
	width: 100%;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	/* background: #333; */
	background-color: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=40);
	opacity: 0.8;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #ff0000;
}



.donate_news_ulist {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #E40300;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



/* 本例子css */
.txtMarquee-top {
	overflow: hidden;
	position: relative;
}

.txtMarquee-top .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.txtMarquee-top .hd .prev,
.txtMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

.txtMarquee-top .hd .next {
	background-position: 0 -140px;
}

.txtMarquee-top .hd .prevStop {
	background-position: -60px -100px;
}

.txtMarquee-top .hd .nextStop {
	background-position: -60px -140px;
}

.txtMarquee-top .bd {
	padding: 5px;
}

.txtMarquee-top .infoList li {
	height: 24px;
	line-height: 24px;
}

.txtMarquee-top .infoList li .date {
	float: right;
	color: #333;
}


ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

img {
	border: 0px;
}

em,
i {
	font-style: normal;
}

input,
textarea,
button,
select {
	outline: none;
}

.red {
	color: #dc2328;
}

.blue {
	color: #005eb8;
}

.green {
	color: #1fad34;
}

.gray {
	color: #666666;
}

.hidediv {
	overflow: hidden;
	height: 100%;
}

.header .top {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #ffffff;
}

.header .top .time {
	float: left;
	color: #666666;
}

.header .top ul {
	float: right;
}

.header .top ul li {
	color: #ff0000;
	font-size: 14px;
	padding-left: 23px;
	float: left;
	margin-right: 20px;
}

.header .top ul li a {
	color: #ff0000;
}

.header .mid {
	background: url("../images/topbgnew.jpg") center top no-repeat;
	height: 150px;
}

.header .logo {
	float: left;
	margin-top: 43px;
}

.header .logo img {
	width: 660px;
}

.header .search {
	float: right;
	width: 440px;
	margin-top: 30px;
	overflow: hidden;
}

.header .search dt {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.header .search dt a {
	margin-right: 13px;
}

.header .search dd input[type=text] {
	float: left;
	border: 1px solid #dddddd;
	border-right: 0;
	height: 40px;
	line-height: 40px;
	width: 360px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 0 20px;
}

.header .search dd input[type=submit] {
	width: 80px;
	height: 40px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 0;
	float: right;
	cursor: pointer;
}

.header .nav {
	background: #ff0000;
	height: 60px;
}

.header .nav ul {
	/* width:1200px; */
	margin: 0 auto;
}

.header .nav li {
	float: left;
	width: 14.28%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
}

.header .nav li.cur,
.header .nav li:hover {
	background: #aa0000;
}

.header .nav li>a {
	display: block;
	line-height: 30px;
	color: #fff;
	height: 30px;
	margin-top: 15px;
	border-right: 1px solid #aa0000;
}

.header .nav li.cur>a,
.header .nav li:hover a {
	border-right-color: #aa0000;
}

.header .nav li>a span {
	padding-left: 30px;
}



.u-list {
	margin-top: 10px;
}

.u-list li {
	position: relative;
	height: 38px;
	line-height: 38px;
}


.u-list li a {
	float: left;
	width: 100%;
	padding-right: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.u-list li a:hover {
	padding-left: 3px;
	transition: 0.3s;
}

.u-list li span {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
	color: #999999;
}

.ad {
	margin-top: 20px;
}

.path {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding-left: 30px;
	margin: 20px 0;
}

.path a:last-child {
	font-weight: bold;
	color: #ff0000;
}



.news {
	float: right;
	width: 600px;
	height: 386px;
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
	overflow: hidden;
}

.news .mt,
.fggz .mt {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #dddddd;
}

.news .mt .tab-menu,
.fggz .mt .tab-menu {
	float: left;
}

.news .mt .more,
.fggz .mt .more {
	padding-top: 28px;
	height: 60px;
}

.news .tab-menu li,
.fggz .tab-menu li {
	float: left;
	margin-right: 25px;
	color: #cccccc;
}

.news .tab-menu li a,
.fggz .tab-menu li a {
	float: left;
	margin-right: 25px;
}

.news .tab-menu li.cur a,
.fggz .tab-menu li.cur a {
	font-weight: bold;
	height: 60px;
	color: #333;
	position: relative;
}

.news .tab-menu li.cur a:before,
.fggz .tab-menu li.cur a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #d60000;
}

.news .tab {
	display: none;
}

.news .tab:nth-child(1) {
	display: block;
}

.news .tab ul {
	margin-top: 10px;
}

.news .tab li {
	padding-left: 23px;
	height: 38px;
	line-height: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/* 本例子css */
.slideBox {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	font-size: 12px;
	border-radius: 50%;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	margin-top: 0px;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 230px;
	display: block;
}


.indexYwL {
	float: left;
	margin-right: 70px;
}

.indexYwTitle {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #c3bebd;
}

.indexYwTitle span {
	margin-right: 34px;
	color: #626262;
	font-size: 16px;
	display: block;
	float: left;
	height: 45px;
	position: relative;
	top: 1px;
	z-index: 10;
	line-height: 38px;
	cursor: pointer;
}

.indexYwTitle span.active {
	color: #cf000a;
	font-size: 20px;
	display: block;
	float: left;
	height: 45px;
	position: relative;
	top: 1px;
	z-index: 10;
	line-height: 38px;
	border-bottom: 1px solid #c96f73;
}

.indexYwTitle .pictitle {
	width: 280px;
	float: left;
}

.indexYwTitle .activesmall12 {

	font-size: 16px;
	font-weight: normal;

}

.indexYwTitle a {
	float: right;
	color: #a5a5a5;
	font-size: 12px;
	transition: .3s;
	-moz-transition: .3s;
	/* Firefox 4 */
	-webkit-transition: .3s;
	/* Safari 氓鈥櫯?Chrome */
	-o-transition: .3s;
	/* Opera */
}

.indexYwTitle a:hover {
	color: #b10004;
}
