@charset "utf-8";
/* CSS Document */
body, div, p, table, tr, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, blockquote {
	margin: 0;
	padding: 0;
	text-indent: 0px;
}
body {
	font-family: Microsoft Yahei;
	line-height: 22px;
	color: #555;
	font-size: 14px
}
a {
	text-decoration: none;
	color: #555;
	outline: none
}
a:hover {
	text-decoration: none;
	color: #222;
}
li {
	list-style: none;
}
img {
	border: 0px;
}
.clear {
	clear: both
}
body {
	background: url(../images/bg.gif) repeat top left;
	overflow-x: hidden;
	
}
.con {
	width: 1064px;
	height: auto;
	box-shadow: 0 0 15px rgba(102,102,102,0.5);
	margin: 0 auto 20px;
	background: #fff;
}
/* header */
.header {
	width: 100%;
	height: 100px;
	position: relative;
	background: url(../images/top_bg.jpg) no-repeat center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px 0px 60px;
}
.header .logo {
	width: 459px;
	height: 75px;
	display: block;
	float: left;
	margin-top: 12.5px;
}
.header div {
	float: right;
	margin-top: 12.5px;
}
.header .WeChat {
	position: relative;
	width: 120px;
	height: 19px;
	cursor: pointer;
}
.header i {
	display: inline-block;
	background: url(../images/icon.png) no-repeat left bottom;
	margin-right: 5px;
	float: left;
}
.header .WeChat i {
	width: 24px;
	height: 19px;
	background-position: 0px 0px;
}
.header .WeChat:hover img {
	display: block;
}
.header span {
	display: inline-block;
	line-height: 19px;
	float: left;
	margin-left: 5px;
}
.header .WeChat img {
	width: 99px;
	height: 99px;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 9;
	display: none;
}
.header .tel {
	position: relative;
	width: 276px;
	height: 19px;
}
.header .tel i {
	width: 19px;
	height: 19px;
	background-position: 0px -19px;
	
}
/*首页导航*/
.nav {
	position: relative;
	width: 1089px;
	height: 75px;
	margin-left: -12.5px;
	background: url(../images/nav_bg.png) repeat-x;
	
	z-index: 8;
}
.nav .nav_bg {
	width: 12px;
	height: 7px;
	background: url(../images/icon.png) no-repeat;
}
.nav .left {
	position: absolute;
	background-position: 0px -165px;
	left: 0px;
	bottom: 29px;
}
.nav .right {
	position: absolute;
	background-position: -12px -165px;
	right: 0px;
	bottom: 29px;
}
.nav .nav_ul {
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	height:39px;
	box-shadow: 0px 3px 6px rgba(153,153,153,0.7);
}
.nav .nav_ul li {
	position: relative;
	float: left;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.nav .nav_ul li>a {
	width: 108px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.nav .nav_ul li>a:hover{
	background: #9c2464;
	}
.nav .nav_ul li i {
	background: url(../images/nav_line.png) no-repeat right;
	width: 2px;
	height: 15px;
	display: inline-block;
	position: absolute;
	float: right;
	margin-top: -26px;
	right: 0px;
}
.nav ul .on {
	background: #ad0c0c;
	
}
.nav .nav_ul li:hover .nav .down_bg {
	display: block;
}
.nav .down_bg {
	width: 1064px;
	height: 36px;
	background: url(../images/down_bg.png) repeat-x;
	position: absolute;
	top: 39px;
	margin-left: 12.5px;
	border-bottom: 1px solid #c82306;
	z-index: 4;
	display:block;
}
.nav .down {
	position: absolute;
	width: 500px;
	z-index: 5;
	display: none;
}
.nav .down a {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0px 10px 0px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
}
.nav .down a:hover {
	color: #c82306;
}
/*banner图*/
.banner {
	width: 100%;
	height: 397px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.banner .ban_img {
	position: absolute;
	left: 0px;
	top: 0px;
	list-style: none;
	width: 9999px;
}
.banner ul li {
	float: left;
}
.banner ul li img {
	width: 1064px;
	height: 397px;
}
.banner .icon {
	position: absolute;
	bottom: 20px;
	display: block;
	height: 12px;
	left: 50%;
	text-align: center;
	margin-left:-27px;
}
.banner .icon li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #999;
	margin: 0 3px;
	display: inline;
	float: left;
	cursor: pointer;
}
.banner .icon .tap {
	background: #c82306;
}
.banner .btn {
	position: absolute;
	width: 40px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	font-family: "宋体";
	line-height: 80px;
	color: rgba(255,0,0,0.5);
	font-size: 80px;
	font-weight: bold;
	display: none;
	cursor: pointer;
}
.banner:hover .btn {
	display: block;
}
.banner .btn.btn_r {
	left: 10px;
}
.banner .btn.btn_l {
	right: 10px;
	;
}
/*main公共内容区域*/
.main {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 20px;
	box-sizing: border-box;
}
.main_bar {
	height: 100%;
	border: 1px solid #e5e5e5;
	border-top: 2px solid #7e2e8e;
	box-sizing: border-box;
	z-index: 2;
}
.main .title {
	position: relative;
	height: 30px;
	width: 100%;
	background: url(../images/bg_nav.png) no-repeat top right;
	box-sizing: border-box;
	padding-right: 10px;
}
.main .title i {
	display: inline-block;
	background: url(../images/bg_icon.png) no-repeat;
	width: 119px;
	height: 30px;
}
.main .title b {
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 19px;
	height: 19px;
	background-position: 0px -38px;
	left: 8px;
	top: 5px;
}
.main .title span {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	left: 35px;
}
.main .title a {
	font-size: 13px;
	color: #7e2e8e;
	line-height: 30px;
	float: right;
	text-decoration: none;
}
.main .wrap {
	margin: 10px;
}
.main .wrap.wrap_video {
	margin:0px;}
/*新闻，视频*/
.main_1 {
	position: relative;
	width: 100%;
	height: 273px;
	margin-bottom: 30px;
}
.main_1 .video {
	overflow: hidden;
	width: 321px;
	float: left;
}
.main_1 .news {
	overflow: hidden;
	width: 445px;
	float: left;
	margin-left: 9px;
}
.main_1 .news .wrap ul {
	display: block;
	height: 220px;
}
.main_1 .news .wrap li, .main_2 .dynamic .wrap li, .main_4 .policy ul li {
	list-style: none;
}
.main_1 .news .wrap li a, .main_2 .dynamic .wrap li a, .main_4 .policy ul li a {
	width: 340px;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 31px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main_1 .news .wrap li a:hover, .main_2 .dynamic .wrap li a:hover, .main_4 .policy ul li a:hover {
	color: #cc121d;
	text-decoration: none;
}
.main_1 .news .wrap li span, .main_2 .dynamic .wrap li span, .main_4 .policy .wrap li span {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 31px;
}
.main_1 .entrance {
	overflow: hidden;
	width: 238px;
	float: right;
}
.main_1 .entrance .wrap{
	padding:18px 0px;
	margin:0px 10px;}
.main_1 .entrance .title {
	background: #fff;
	border-bottom: 1px solid #bbbbbb;
}
.main_1 .entrance .title i {
	position: absolute;
	display: block;
	width: 149px;
	height: 30px;
	top: -1px;
	left: 50%;
	margin-left: -74.5px;
	background: url(../images/ent.png) no-repeat center;
	z-index: 5;
}
.main_1 .entrance .title span {
	z-index: 9;
	left: 91px;
}
.main_1 .entrance ul {
	display: block;
	height: 204px;
}
.main_1 .entrance ul li {
	height: 36px;
	width: 216px;
	background: url(../images/ent_bg.png) repeat-x;
	text-align: center;
	line-height: 36px;
	padding-bottom: 20px;
}
.main_1 .entrance ul>li+li+li+li{
	padding-bottom:0px;
	
}
.main_1 .entrance ul li a {
	position: relative;
	display: block;
	height: 36px;
}
.main_1 .entrance ul li a i {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	zoom:1;
	width: 27px;
	height: 27px;
	margin-top: 4.5px;
	position: absolute;
	left: 30px;
}
.main_1 .entrance ul li:nth-child(1) a i {
	background-position: 0px -57px;
}
.main_1 .entrance ul li:nth-child(2) a i {
	background-position: 0px -84px;
}
.main_1 .entrance ul li:nth-child(3) a i {
	background-position: 0px -111px;
}
.main_1 .entrance ul li:nth-child(4) a i {
	background-position: 0px -138px;
}
.main_1 .entrance ul>li a i {
	background-position: 0px -57px;
}
.main_1 .entrance ul>li+li a i {
	background-position: 0px -84px;
}
.main_1 .entrance ul>li+li+li a i {
	background-position: 0px -111px;
}
.main_1 .entrance ul>li+li+li+li a i{
	background-position: 0px -138px;
}
.main_1 .entrance ul li a span {
	line-height: 36px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
/*项目介绍*/	
.main_2 {
	position: relative;
	width: 100%;
	height: 373px;
	margin-bottom: 30px;
}
.main_2 .introduce {
	overflow: hidden;
	width: 366px;
	float: left;
}
.main_2 .introduce img {
	display: block;
	width: 344px;
	height: 157px;
	margin: 15px 0px 20px;
}
.main_2 .introduce p {
	height: 135px;
	width: 344px;
	font-size: 13px;
	line-height: 26px;
	text-indent: 2em;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main_2 .dynamic {
	width: 400px;
	float: left;
	margin-left: 9px;
	overflow: hidden;
}
.main_2 .dynamic img {
	display: block;
	width: 378px;
	height: 157px;
	margin: 15px 0px 20px;
}
.main_2 .dynamic .wrap ul {
	display: block;
	height: 135px;
}
.main_2 .dynamic .wrap li a {
	width: 320px;
	line-height: 26px;
}
.main_2 .dynamic .wrap li span {
	line-height: 26px;
}
.main_2 .activity {
	width: 238px;
	float: right;
	overflow: hidden;
}
.main_2 .activity .act_list {
	width: 216px;
	height: 311px;
	overflow: hidden;
	margin: 15px 10px;
}
.main_2 .activity .wrap {
	margin: 0px;
}
.main_2 .activity .title {
	background: #fff;
	border-bottom: 1px solid #bbbbbb;
}
.main_2 .activity .title i {
	position: absolute;
	display: block;
	width: 149px;
	height: 30px;
	top: -1px;
	left: 50%;
	margin-left: -74.5px;
	background: url(../images/ent.png) no-repeat center;
	z-index: 5;
}
.main_2 .activity .title span {
	z-index: 9;
	left: 91px;
}
.main_2 .activity dl {
	position: relative;
	display: block;
	height: 141px;
	padding: 5px 0px 20px;
}
.main_2 .activity dl dt {
	width: 216px;
	height: 141px;
}
.main_2 .activity dl dd {
	position: absolute;
	left: 0px;
	bottom: 20px;
	height: 30px;
	width: 100%;
	background: rgba(126,46,142,0.7);
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
/*项目流程*/	
.main_3 {
	position: relative;
	width: 100%;
	height: 130px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 2px solid #7e2e8e;
	overflow: hidden;
}
.main_3 .pro {
	height: 126px;
	width: 45px;
	float: left;
	background: url(../images/lc-bg.png) no-repeat;
}
.main_3 .pro span {
	position: absolute;
	left: 15.5px;
	display: block;
	font-size: 14px;
	width: 14px;
	word-break: break-word;
	bottom: 10px;
	color: #fff;
}
.main_3 .pro b {
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 19px;
	height: 19px;
	background-position: 0px -38px;
	left: 13px;
	top: 5px;
}
.main_3 a {
	/*width: 975px;*/
	width: 100%;
	height: 126px;
	display: block;
	float: right;
}
.main_3 a img{
	width: 100%;
	/*width:975px;*/
	height:126px;}
/*政策法规*/	
.main_4 {
	position: relative;
	width: 100%;
	height: 404px;
	margin-bottom: 30px;
}
.main_4 .policy {
	overflow: hidden;
	width: 448px;
	float: left;
}
.main_4 .policy ul {
	display: block;
	height: 352px;
	overflow:hidden;
}
.main_4 .policy ul li a {
	width: 360px;
	line-height: 35px;
}
.main_4 .policy ul li span {
	line-height: 34px;
}
.main_4 .Health {
	width: 566px;
	float: right;
	margin-left: 10px;
	overflow: hidden;
}
.main_4 .Health .wrap {
	display: block;
}
.main_4 .Health dl {
	display: block;
	height: 177px;
	width: 272px;
	float: left;
	padding: 4px;
	box-sizing:border-box;
}
.main_4 .Health dl dt img {
	width: 263px;
	height: 140px;
	border-radius: 11px;
	display: inline-block;
}
.main_4 .Health dl dd {
	text-align: center;
	font-size: 14px;
	line-height: 37px;
	width: 263px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main_4 .Health dl nth-child(4) {
}
.main_4 .activity {
	width: 238px;
	float: right;
}
.main_4 .activity .title {
	background: #fff;
	border-bottom: 1px solid #bbbbbb;
}
/*志愿者*/	
.main_5 {
	position: relative;
	width: 100%;
	height: 274px;
	overflow: hidden;
	margin-bottom: 30px;
}
.main_5 .wrap.wrap_5 {
	overflow: hidden;
	width: 1004px;
	height: 222px;
	position: relative;
}
.main_5 .wrap ul {
	display: block;
	height: 222px;
	float: left;
}
.main_5 .wrap_con {
	width: 9999px;
	display: block;
	height: 222px;
	position: relative;
}
.main_5 .wrap li {
	padding: 33px 13px 0px;
	text-align: center;
	float: left;
}
.main_5 .wrap li img {
	width: 95px;
	height: 135px;
}
.main_5 .wrap li span {
	display: block;
	font-size: 13px;
	line-height: 54px;
}
.main_5 .p_btn {
	position: absolute;
	height: 80px;
	width: 20px;
	background: rgba(204,18,29,1);
	top: 50%;
	margin-top: -40px;
	font-size: 30px;
	color: #fff;
	line-height: 80px;
	font-family: "宋体";
	text-align: center;
	display: none;
	cursor: pointer;
}
.main_5:hover .p_btn {
	display: block;
}
.main_5 .p_btn.btn_r {
	right: 0px;
	color: #fff;
}
.main_5 .p_btn.btn_l {
	left: 0px;
}
/*友情链接*/
.main_6 {
	position: relative;
	width: 100%;
	/*height: 153px;*/
	overflow: hidden;
}
.main_6 .wrap.wrap_6 {
	overflow: hidden;
	width: 1004px;
	/*height: 101px;*/
	line-height:36px;
}
.main_6 .wrap li {
	padding: 5px 10px;
	text-align: center;
	float: left;
}
.main_6 .wrap li img {
	width: 168px;
	height: 39px;
}
/*footer*/
.footer {
	width: 100%;
	height: 134px;
	overflow: hidden;
	border-top: 2px solid #962727;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	background: #d9d9d9;
	bottom:0px;

}

.footer p {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
/*二级页面样式*/
.jmain {
	margin-top: 15px;
	padding-top: 10px;
	min-height: 650px;
}
.jleft {
	width: 258px;
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}
.jleft .main_bar {
	border: none;
}
.jtop, .jbottom, .jtitle {
	border: none;
	box-sizing: border-box;
	border-top: 2px solid #7e2e8e;
}
.wrap.jwrap {
	border: 1px solid #e5e5e5;
	border-top: none;
	margin: 0px;
	padding: 30px 2px 30px 1px;
	margin-bottom: 30px;
	overflow: hidden;
}
.jwrap ul li a {
	display: block;
	width: 200px;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	background: url(../images/jbtn.png) no-repeat left;
	background-position: 30px;
	padding-left: 60px;
	margin: 0 auto;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom:3px;
	font-weight: bold;
}
.jwrap ul li:hover {background: #e7e4e3;}
.jon {
	background: #e7e4e3;
	color:#cc121d;

}
.jbottom pre {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 30px;
	word-wrap:break-word;
	white-space:pre-wrap;
	padding-left:10px;
	box-sizing:border-box;
}
.jright {
	display: block;
	float: right;
	width: 742px;
	overflow: hidden;
	height:auto;
	
}
.jright .jtitle {
	position: relative;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/bg_nav.png) no-repeat;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.jright .jtitle i {
	display: inline-block;
	width: 7px;
	height: 100%;
	background: #7e2e8e;
	float: left;
}
.jright .jtitle span {
	height: 27px;
	line-height: 27px;
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
	color: #7e2e8e;
	width:690px;
	overflow:hidden;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.jright .jtitle span a {
	font-weight: normal;
}
.jright .jcon {
	height:auto;
	position: relative;
	width: 742px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 30px 20px 71px;;
	text-align: center;
	min-height:550px;
	overflow:hidden;
}
.jright .jcon img {
	display: block;
	padding: 0px 0px ;
	margin: 0 auto;
}
.jright .jcon p {
	font-size: 14px;
	line-height: 2em;
	text-indent: 2em;
	text-align: left;
	margin:10px 0px;
}
/*志愿者内容样式*/
.jright .jcon .jcon_p_l{
	width:250px;
	float:left;
	text-align:center;
	height:266px;
	overflow:hidden;
	border-right:1px dashed #CCC;} 
.jright .jcon .jcon_p_r{
	width:428px;
	float:right;
	text-align:left;
	height:auto;
	    line-height: 0em;
    text-indent: 0em;
	overflow:hidden;
	box-sizing:border-box;
	padding-left:20px;} 

.jright .jcon h2{
	font-size:16px;
	padding-bottom:20px;
	border-bottom:1px  dashed #ccc;}
.jright .jcon .source{
	text-align:right;
	color:#666;
	line-height:30px;
	font-size:12px;
	}
.jright .jcon .source a{
	color:#666;
	}
.jright .jcon .content span{
	display:block;}
/*新闻中心*/
.jcon ul{
	margin-bottom:30px;}
.jcon ul li {
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}
.jcon ul li a {
    width::200px;
	display: block;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align:left;
	  
}
.jcon .news_list li a{
	width:580px;}
.jcon ul li span {
	float: right;
	font-size: 12px;
}
.jcon .page{
	display:block;
	position:absolute;
	padding:20px 10px 50px;
	height:30px;
	width:680px;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
	border-top:1px  dashed #ccc;
	bottom:0px;}
.jcon .page.p_sos{
	border:none;}
.jcon .page img{
	display:inline-block;
	padding:0px;}
.jcon .pro_intro{
	padding:0px 0px 30px;
	line-height:30px;
	text-indent:2em;
	font-family:"微软雅黑";
	font-size:14px;}
.jcon .pro_list{
	overflow:hidden;
	width:600px;
	display:block;
	margin:0 auto;}
.jcon .pro_list li{
	float:left;
	padding:8px 15px;
	background:#f1f1f1;
	margin-bottom:20px;}
.jcon .pro_list li a{
	display:block;
	width:120px;
	font-size:16px;
	font-weight:bold;
	font-family:"微软雅黑";
	text-align:center;}
.jcon .vol_list{
	display:block;
	width:682px;
	height:auto !important;
	margin:20px auto 0px;
	}
.jcon .vol_list li.car{
	float:left;
	width:210px;
	height:190px;
	margin:30px 8px;}
.jcon .vol_list li.pic{
	float:left;
	width:95px;
	height:168px;
	margin:30px 20px;
	}
.jcon .vol_list li img{
	padding:0px;}
.jcon .vol_list li span{
	display:block;
	float:none;
	text-align:center;
	line-height:32px;
	background:#e8e8e8;
	font-size:14px;
	color:#010101;
	border-top:1px solid #fff;
	}
.jcon .sos{
	overflow:hidden;
	position:relative;
	width:600px;
	height:35px;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
	text-align:center;
	padding-left:100px;
	}
.jcon .sos input{
	width:380px;
	height:35px;
	box-sizing:border-box;
	border:2px solid #d1add7;
	float:left;
	color:#b0b0b0;
	padding-left:10px;

	}
.jcon .sos  input:focus {
    outline:none;
}
.jcon .sos .sos_btn{
	position:relative;
	display:inline-block;
	width:100px;
	height:35px;
	background:#e8e8e8;
	float:left;
	    font-size: 14px;
    color: #020202;
    word-spacing: 9px;
    letter-spacing: 11px;
	}

.jcon .sos a{
	color:#fff;
	line-height:35px; 
	letter-spacing: 10px;}
.jcon .sos .sos_btn i{
	position:absolute;
	display:block;
	width:25px;
	height:24px;
	top:5px;
	background:url(../images/sos.png) no-repeat center;
	left:37.5px;
	}
.jcon .content .vol_pic{
	float:left;}
.jcon .content .vol_txt span{
	display:block;}	
.jcon .content video{
     width:640px;
	 height:480px;
	 border:2px solid #ccc;
	 margin-left:-5px;
	 box-sizing:border-box;
	}
	
.jcon .age_list li{
	width:340px;
	height:200px;
	float:left;
	box-sizing:border-box;
	padding:0px 20px;
	margin-bottom:30px;

	}
	.jcon .age_list li a{
		text-align:center;
		float:none;}
.jcon .age_list li img{
	width:300px;
	height:170px;
	padding:0px;}
.jcon .age_list li span {
	display:block;
	float:none;
	width:300px;
	height:30px;
	background-color:#EAE9E9;}

	/* 提示信息(后加)
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 border: 1px solid #E4E4E4;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}

/*404*/
.main .false{
	width:100%;
	height:auto;
	margin-bottom:50px;
	text-align:center;}
.main .false i.img{
	display:block;
	width:842px;
	height:402px;	
	background:url(../images/11.jpg) no-repeat 64px;
	margin-bottom:40px;}
.main .false .tit span{
	width:120px;
	height:42px;
	display:inline-block;
	padding:0px 15px;
	text-align:center;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
	border:1px solid #C90;
	line-height:42px;
	margin:0px 5px;
	}
.jright .right a{
	width:645px;
	line-height:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:inline-block;}