@charset "utf-8";

/* CSS Document */
body,div,p,span,td,tr,table,ul,li,input,form,textarea,a,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	behavior: url("../source/hover.htc");
}

.clearfloat {
	clear: both;
}

.floatleft {
	float: left;
}

.hidden {
	display: none;
}

img {
	border: 0;
	vertical-align: middle;
	margin: 0;
    padding: 0;
}
#img{
	_azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "models/hdlgdx/jjh/source/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #444;
	background: #e7e8e3;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #e95513;
	text-decoration: none;
}
/**全透明样式**/
.alpha{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
/**样式开始**/
.header {
	
}


.div_page{
	height:100%;
	width:1200px;	
	margin:0 auto;
	overflow:hidden;
}

.layout {
	min-height: 100%;
	background-color: #fff;
}

.header {
	position:relative;
	z-index:2;
}

.header_top {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	zoom: 1;
	background-color: #90908e;
}

.header_top_r {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
}

.header_top_r a {
	float: right;
	color: #fcfcfc;
	font-size: 14px;
	margin: 0 15px;
}
.search-panel {
    float: right;
    clear: right;
    width: 14%;
    margin-right: 30px;
    margin-bottom: 12px;
    margin-top: 38px;
    position: relative;
}
.searchbtn{
    width: 40px;
    height: 28px;
    border: 0;
    outline: 0;
    background: url(../images/search_icon.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 120;
    cursor: pointer;
}
.search-window {
    padding-left: 176px;
    background: url(../images/search_word.png) no-repeat 0 5px;
    width: 45px;
    border: 0px solid red;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}
.wp-search {  position: relative;}
.wp-search form { display: block;}
.wp-search .search-input { margin-left:10px; margin-right: 40px; }
.wp-search .search-input input.search-title { width: 100%; height: 18px; line-height: 18px; border:0; outline: 0; background: none; color: #c8c2af; font-size: 14px; padding: 5px 0;}
.wp-search .search-btn { width: 40px; height: 28px; position: absolute; right: 0; top:50%; margin-top: -14px;}
.wp-search .search-btn input.search-submit { width: 100%; height: 28px; border:0; outline: 0; background:url(../images/search_icon.png) no-repeat center; cursor: pointer;}
.header_logo {
	overflow: hidden;
	zoom: 1;
}

.top_msg{
	height:50px;
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background-color:#328cc6;	
}

.top_link{
	float:right;
	margin-right:10px;
	height:50px;
	line-height:50px;
	font-size:14px;	
}

.top_link ul li{
	float:left;	
	color:#ffffff;	
}

.top_link ul li a{
	color:#ffffff;	
}

.top_link ul li a:hover{
	color:#dddddd;	
}

.banner{
	width:1200px;
	height:90px;
	margin:0 auto;
}

.logo {
	width: 400px;
	height: 90px;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	background-size:auto 70%;
	background-position: left;
	float:left;
}

.header_nav {
	height: 90px;
	overflow: hidden;
	width:800px;
	margin:0 auto;
}
.header_nav a,.header_nav a:hover,.header_nav a.on {
	color:#000;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 90px;
    padding:0 5px;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.header_nav .header_menu {
	width: 800px;
	margin: 0 auto;
	height: 55px;
	overflow: hidden;
	margin-top:30px;
}

.header_menu ul#nav{
	width: 800px;
	height: 55px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.header_menu ul li.li_1st a.lv1{
	border-top:4px solid #d4edfa;
}
.header_menu ul li.li_1st a.lv1:hover,.header_menu ul li.li_1st a.lv1.on{
	border-top:4px solid #328cc6;
}

.header_menu ul li { float:left;}
.header_menu ul li ul {
	position:absolute; 
	display:none;
	z-index:999;
	background:url(images/nav_back.png);
	top:120px;
}
.header_menu ul li ul li { float:none;position:relative;}
.header_menu ul li ul li a{
	color:#104179;
}
.header_menu ul li ul li a:hover,.header_menu ul li ul li a.on {
	background:url(images/nav_back.png);
	color:#104179;	
}
.header_menu ul li:hover ul{ display:block; }

.sub_nav {
	background-color: #ffffff;
	padding-top: 15px;
	overflow: hidden;
	box-shadow: 0 4px 4px #333;
	position: absolute;
	z-index: 2
}

.sub_nav br {
	display: none
}

.sub_nav li {
	width: 145px;
	overflow: hidden;
	padding: 10px 30px
}

.sub_nav a.sub_nav_title {
	color: #2498d3;
	font-weight: bold
}

.sub_nav a {
	display: block;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px
}

.footer {
	width: 100%;
	overflow: hidden;
	height: 120px;
	background-color: #f5f5f5;
}

.footer .line {
    margin: 20px auto 10px;
    width: 500px;
    height: 0;
    border-bottom: 1px solid #757575;
}

.footer .memo {
	width: 1024px;
    margin: 20px auto;
    font-family: monospace;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    color:#757575;
}


/**正文样式**/
.contain{
	width: 100%;
	min-height: 500px;
	background-image: url("../source/images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.contain .photonews{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height:446px;
	position: relative;
}
/**左右**/
.contain .photonews .leftScroll{
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("../source/images/curr.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	top: 188px;
	left: 20px;
	cursor: pointer;
	display: none;
}
.contain .photonews .rightScroll{
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("../source/images/curr.png");
	background-repeat: no-repeat;
	background-position: -50px center;
	top: 188px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.contain .photonews .tip{
	width: 1134px;
	overflow: hidden;
	height:105px;
	background-image: url("../source/images/tip.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 24px;
	left: 33px;
    _background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../source/images/tip.png");
}
.contain .photonews .tip .title{
	width: 1052px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 0 4px 12px;
	overflow: hidden;
}
.contain .photonews .tip .ctt{
	width: 1064px;
	float: left;
}
.contain .photonews .tip .cntro{
	width: 1052px;
	color: #ffffff;
	padding: 8px 0 4px 12px;
	text-indent: 24px;
	line-height: 24px;
}
.contain .photonews .tip .count{
	width: 65px;
	height:105px;
	float: right;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}
.contain .photonews ul,.contain .photonews li{
	width: 1200px;
	overflow: hidden;
}
.contain .photonews ul a img{
	border: 0;
	border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
/**我要捐赠**/
.contain .donate{
	width: 1161px;
	height:198px;
	margin:0 auto;
	margin-top:-20px;
	overflow: hidden;
	position: relative;
}
.contain .donate area{
	cursor: pointer;
}
.contain .donate .donateHover{
	width: 165px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	left: 95px;
	top: 0;
	background-image: url("../source/images/donate_red.png");
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
    _background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../source/images/donate_red.png");
}


/***正文样式***/
.contain .content{
	background-color: #f4f7f9;
	height: 100%;
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
}
.contain .content .left{
	width: 572px;
	float: left;
	overflow: hidden;
	margin-right: 26px;
}
.contain .panel{
	width:520px;
	padding: 0 26px;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 20px;
}
.contain .panel .title{
	border-bottom: 1px dotted red;
	width:520px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.contain .panel .title .opt{
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.contain .panel .title span{
	float: left;
	font-size: 14px;
}
.contain .panel .title a{
	float: right;
	color: red;
}
.contain .panel .title a:hover{
	text-decoration: none;
}
.contain .panel .cnt {
	line-height: 30px;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.contain .panel .cnt ul,.contain .panel .cnt li{
	width: 100%;
}
.contain .panel .cnt li{
	background-image: url("../source/images/i.jpg");
	background-position: -12px center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c4d8e7;
	padding-left: 12px;
}
.contain .panel .cnt li a,.contain .panel .cnt li span{
	display: inline-block;
}
.contain .panel .cnt li a{
	width: 430px;
	overflow: hidden;
	float: left;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}
.contain .panel .cnt li span{
	/*float: right;*/
}
.contain .panel .infocnt{
	line-height: 26px;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}
.contain .panel .infocnt p{
	text-indent: 28px;
	margin: 0;
	padding: 0;
}
.contain .content .left .d_a_panel{
	width: 570px;
	overflow: hidden;
	border: 1px solid #c4d8e7;
	overflow: hidden;
	height: 278px;
}
.contain .content .left .d_a_panel img{
}
.contain .content .left .d_a_panel .d_a_cnt{
	background-color: #f4f7f9;
	padding: 10px 20px 20px 40px;
	line-height: 24px;
	height: 230px;
}
.contain .content .left .d_a_panel .d_a_cnt .rmb{
	float: left;
	overflow: hidden;
	padding-left: 48px;
	text-indent: -48px;
	width: 132px;
}
.contain .content .left .d_a_panel .d_a_cnt .dollar{
	width: 259px;
	overflow: hidden;
	float: right;
	padding-left: 48px;
	text-indent: -48px;
}

/***右边***/
.contain .content .right{
	width: 342px;
	overflow: hidden;
	float: left;
}
.contain .content .right .donate_panel{
	width: 342px;
	overflow: hidden;
	margin-bottom: 20px;
}
.contain .content .right .donate_panel .title{
	width: 310px;
	height:35px;
	overflow: hidden;
	background-image: url("../source/images/newist.png");
	color: #ffffff;
	padding: 0px 16px;
    _background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../source/images/newist.png");
}
.contain .content .right .donate_panel .niandu{
	background-image: url("../source/images/niandu.png");
    _background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../source/images/niandu.png");
}
.contain .content .right .donate_panel .title span,.contain .content .right .donate_panel .title a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
}
.contain .content .right .donate_panel .title span{
	font-size: 16px;
	font-weight: bold;
}
.contain .content .right .donate_panel .title a{
	color: #ffffff;
	float: right;
}
.contain .content .right .donate_panel .cnt{
	background-image: url("../source/images/donate_bg.jpg");
	border-bottom: 1px solid #e73828;
	border-left: 1px solid #e73828;
	border-right: 1px solid #e73828;
	height: 260px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 18px;
	width: 304px;
}
.contain .content .right .donate_panel .cnt ul,.contain .content .right .donate_panel .cnt li{
	/*list-style: disc;*/
}
.contain .content .right .donate_panel .cnt li{
	border-bottom: 1px solid #c4d8e7;
	width: 304px;
	height: 36px;
}
.contain .content .right .donate_panel .cnt li span,.contain .content .right .donate_panel .cnt li a{
	display: inline-block;
	/*float: left;*/
}
.contain .content .right .donate_panel .cnt li span.donat_name{
	width: 140px;
	overflow: hidden;
}
.contain .content .right .donate_panel .cnt li span.donate_amount{
	width: 88px;
	overflow: hidden;
}
.contain .content .right .donate_panel .cnt li span.donate_date{
	/*float: right;*/
	width: 66px;
	overflow: hidden;
}
.contain .content .right .donate_panel .cnt .cntpage{
	text-align: center;
	width:304px;
	overflow: hidden;
	position: relative;
}
.contain .content .right .donate_panel .cnt .cntpage ul{
	overflow: hidden;
	width:100%;
    height:100%;
    text-align: center;
}
.contain .content .right .donate_panel .cnt .cntpage li{
	list-style: none;
	width: 6px;
	height:38px;
	border: none;
	background-image: url("../source/images/i.jpg");
	background-repeat: no-repeat;
	background-position: -6px center;
	text-indent: -999em;
	_text-indent:0;
	*text-indent:0;
	margin-right: 6px;
	display:inline-block;
	display: -moz-inline-box;
	*display:inline;
	cursor: pointer;
	float: none;
	overflow: hidden;
	zoom:1;
	font-size:0;
	line-height: 0;
}
.contain .content .right .donate_panel .cnt .cntpage li.on{
	background-position: 0 center;
}
.contain .content .right .panel{
	width: 290px;
	margin: 0;
}
.contain .content .right .panel .title{
	width: 290px;
}
.contain .content .right .panel .cnt{
	padding-bottom: 6px;
}
.contain .content .right .panel .cnt ul,.contain .content .right .panel .cnt li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.contain .content .right .panel .cnt .tui{
	width: 290px;
	overflow: hidden;
	zoom:1;
	float: left;
}
.contain .content .right .panel .cnt .tui ul{
	float: left;
}
.contain .content .right .panel .cnt .tui_tip{
	/*height: 20px;
	padding-top: 6px;
	overflow: hidden;
	zoom:1;
	width: 100%;*/
	position: absolute;
    right: 0;
    top: 235px;
}
.contain .content .right .panel .cnt .tui_tip ul,.contain .content .right .panel .cnt .tui_tip li{
	overflow: hidden;
}
.contain .content .right .panel .cnt .tui_tip ul{
	display: inline-block;
	float: right;
	text-align: left;
}
.contain .content .right .panel .cnt .tui_tip li{
	width:17px;
	height: 17px;
	background-image: url("../source/images/tui_t.png");
	background-repeat: no-repeat;
	background-position: -17px center;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	float: left;
	margin-left: 6px;
}
.contain .content .right .panel .cnt .tui_tip li.on{
	color: #f29600;
	background-position: 0 center;
}

/****友情链接****/
.contain .footLink{
	width: 928px;
	margin: 0 auto;
}
.contain .footLink .title{
	width: 928px;
}
.contain .footLink .cnt{
	text-align: center;
}


/*lytView*/
.lytView{
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	table-layout:fixed;
	border-left:solid 1px #dbdcde;
	border-right:solid 1px #dbdcde;
	border-top:solid 1px #dbdcde;
}
.lytView td{
	padding:4px 10px;
	text-align:left;
	vertical-align:top;
	border:0px;
	border-bottom:solid 1px #dbdcde;
}
.lytView td.lbl{
	font-size:14px;
	line-height:26px;
}
.lytView td.text{
	line-height:26px;
}
.lytView td.field{
	line-height:24px;
}
.lytView td.memo{
	line-height:26px;
}
.lytView td.memo span{
	font-family: "宋体",Arial,sans-serif;
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
}
.lytView .txt{
	display:inline-block;
	width:300px;
	height:22px;
	line-height:22px;
	font-size:12px;
	padding:0px 4px;
	text-align:left;
	vertical-align:middle;
	border-top:solid 1px #789;
	border-bottom:solid 1px #abc;
	border-left:solid 1px #89a;
	border-right:solid 1px #abc;
	overflow:hidden;
}
.lytView textarea{
	width:300px;
	height:50px;
	font-size:12px;
	padding:4px 3px;
	text-align:left;
	border-top:solid 1px #789;
	border-bottom:solid 1px #abc;
	border-left:solid 1px #89a;
	border-right:solid 1px #abc;
}
.lytView .checkbox{
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}
.lytView .checkbox input{
	vertical-align:-2px;
	margin-right:3px;
	*vertical-align:0px;
	*margin-right:0px;
}
.lytView .select{
	display:inline-block;
	width:300px;
	height:22px;
	line-height:22px;
	font-size:12px;
	padding:0px 4px;
	text-align:left;
	vertical-align:middle;
	border-top:solid 1px #789;
	border-bottom:solid 1px #abc;
	border-left:solid 1px #89a;
	border-right:solid 1px #abc;
	background-color:#ffffff;
	background-image:url(images/select.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	overflow:hidden;
}
.lytView .select span{
	display:block;
	width:287px;
	height:14px;
	*height:15px;
	line-height:14px;
	margin-top:4px;
	margin-top:3px\9;
	*margin-top:2px;
	overflow:hidden;
}
.lytView .select select{
	display:block;
	width:310px;
	margin-left:-5px;
	margin-top:-2px;
	text-align:left;
	vertical-align:middle;
	overflow:hidden;
}
.btnRed{
	display:inline-block;
	padding:0px 8px 0px 8px;
	height:24px;
	font-size:12px;
	color:#ffffff;
	letter-spacing:3px;
	text-align:center;
	vertical-align:middle;
	background-color:#bb2634;
	border:solid 1px #a41725;
	border-radius:3px;
	overflow:hidden;
}
.btnRed:hover{
	background-color:#be303e;
	border-color:#a8222f;
}