/*文档中心*/
.DocumentTitle{
	font-size: 36px;
	width: 100%;
	text-align: center;
	margin: 50px auto 70px;
	color: #28b28b;
}
.DocumentMainBg{
	width: 100%;
	display: inline-block;
}
.DocumentMainBg li{
	float: left;
	margin-left: 100px;
	margin-bottom: 50px;
}
.DocumentMainBg li:nth-child(3n+1){
	margin-left: 0;
}
.DocumentMain{
	width: 333px;
	height: 358px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
	-webkit-box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
	box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
}
.DocumentTop{
	height: 84px;
	line-height: 84px;
	padding: 0 26px;
	font-size: 21px;
	background: #28b28b;
	color: #FFFFFF;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.DocumentTop a{
	color: #FFFFFF;
}
.DocumentDown{
	font-size: 14px;
	padding: 26px 26px 0;
}
.DocumentDown a{
	color: #3f3f3f;
}
.DocumentDown p{
	margin-bottom: 8px;
}
.DocumentText,.DocumentDown p.DocumentText{
	color: #7F7F7F;
	margin-bottom: 40px;
}



/*列表*/
.ListBgMain{
	margin:auto;
	display: table;
	position: relative;
}
.ListLeft{
	width: 180px;
	float: left;
	display: block;
    -moz-box-shadow: 0 4px 30px rgba(114,136,159,.19);
    -webkit-box-shadow: 0 4px 30px rgba(114,136,159,.19);
    box-shadow: 0 4px 30px rgba(114,136,159,.19);
}
.ListRight{
	padding-left: 198px;
}
.ListRightMain{
	background: #FFFFFF;
	width: 100%;
	display: inline-block;
    -moz-box-shadow: 0 4px 30px rgba(114,136,159,.19);
    -webkit-box-shadow: 0 4px 30px rgba(114,136,159,.19);
    box-shadow: 0 4px 30px rgba(114,136,159,.19);
	padding-bottom: 30px;
}
.margin-top16{
	margin-top: 16px;
}
.ListLeftTag{
	background: #fff;
	padding: 12px 0;
}
.SearchFor{
	width: 160px;
	margin: auto;
}
.SearchFor input{
	width: 130px;
	float: left;
	outline: none;
	padding: 0 6px;
	margin-right: 6px;
	border-width: 0 0 2px 0 ;
	border-bottom: 1px solid #cccccc;
}
.SearchForBtn{
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	background:url("*"); 
}
.ListKd{
	padding-top: 10px;
}
.ListKd li{
	
}
.ListKd li a{
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 19px;
	font-size: 14px;
	color: #3f3f3f;
	border-left: 2px solid transparent;
}
.ListKd li.ListKdOn a{
	background: #F6F6F6;
	border-left: 2px solid #28b28b;
}

.ListLeftTagTitle{
	font-size: 16px;
	color: #28b28b;
	padding-left: 21px!important;
	margin: 10px 0 20px 0;
}
.ListYe{
	display: inline-block;
	width: 100%;
}
.ListYe li a{
	display: inline-block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-left: 19px;
	font-size: 14px;
	color: #656565;
	border-left: 2px solid transparent;
}
.ListYe li a:hover{
	color: #28b28b;
}
.ListTb{
	display: inline-block;
	width: 100%;
	padding-left: 19px;
}
.ListTb li{
	display: inline-block;
	width: 50%;
	float: left;
	height: 28px;
}
.ListTb li a{
	display: inline-block;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #656565;
}

.ListBanner{
	width: 100%;
	height: 284px;
	background: #D8D8D8;
}
.ListMain{
	width: 100%;
	display: inline-block;
	padding-top: 33px;

}
.ListMain li{
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 35px;
}
.ListMainImg{
	width: 90px;
	height: 90px;
	background: #F6F6F6;
	float: left;
	margin-right: 25px;
}
.ListMainWord{
	padding-left: 115px;
	font-size: 14px;
	color: #656565;
}
.ListMainWord a{
	font-size: 14px;
	color: #656565;
}
.ListMainWord h1{
	color: #28b28b;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
/*文章正文*/
.mainCenter1{
	width:1200px;
}
.PageHeader{
	font-size: 14px;
	line-height: 32px;
	color: #3f3f3f;
}
.PageHeader a{
	font-size: 14px;
	color: #3f3f3f;
}


.ListTextTop{
	margin: 19px auto 11px;
}
.SearchText{
	width: 304px;
	height: 32px;
	position: relative;
}
.SearchText input{
	width: 304px;
	height: 32px;
	background: #FFFFFF;
	float: left;
	outline: none;
	padding: 0 53px 0 17px;
	border: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
    border: 1px solid #28b28b;
}
.SearchTextBtn{
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	border: none;
	cursor: pointer;
    padding: 0 12px;
    color: #FFFFFF;
    background: #28b28b;
	-webkit-border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
	-ms-border-radius: 0 16px 16px 0;
	-o-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;
}
.ListTextTitle{
	font-size: 16px;
	color: #3f3f3f;
	padding-left: 15px!important;
	margin: 12px 0;
}

.ListTextLi{
	padding-bottom: 10px;
}
.ListTextLi li a{
	display: inline-block;
	width: 100%;
	line-height: 24px;
	padding: 0 15px;
	font-size: 14px;
	color: #3f3f3f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ListTextLi li a:hover {
    color: #28b28b;
}
.ListTextLi li.ListTextLiOn a{
	color: #28b28b;
}


.ListTextWordBg{
	font-size: 14px;
	color: #121212;
	padding: 30px 60px;
    -moz-box-shadow: 0 4px 30px rgba(114,136,159,.19);
    -webkit-box-shadow: 0 4px 30px rgba(114,136,159,.19);
    box-shadow: 0 4px 30px rgba(114,136,159,.19);
}
.ListTextWordTitle{
	font-size: 24px;
	color: #121212;
	margin-bottom: 7px;
}
.ListTextWordTime{
	font-size: 15px;
	color: #AEAEAE;
}
.ListTextWordTime h3,h2,h1{
    padding: 0!important;
}
.ListTextWord{
	margin: 20px 0 50px 0;
	letter-spacing:1px;
	color: #121212;
}
.ListTextWord h3{
    font-weight: bold;
	font-size: 1.17em;
    margin-bottom: 10px;
}
.ListTextWord h2{
    font-weight: bold;
	font-size: 1.5em;
    margin-bottom: 10px;
}
.ListTextWord h1{
    font-weight: bold;
	font-size: 2em;
    margin-bottom: 10px;
}
.ListTextWord p{
	margin-bottom:16px;
    line-height: 23px;
}
.ListTextWord p code{
	background: #f1f1f1;
	padding:10px 10px;
	color:#1572e8;
    border-radius: 3px;
}
.ListTextWord b{
	font-weight: bold;
    line-height: 23px;
}
.ListTextWord b font{
	font-weight: bold;
}
.ListTextWord a{
	color:#1572e8;
	font-weight: bold;
	border-bottom: solid 1px #1572e8;
}
.ListTextWord table{
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.ListTextWord table  tr th{
	height: 30px;
	background: #f1f1f1;
	border: 1px solid #D7D7D7;
}
.ListTextWord table tr td{
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #D7D7D7;
	height: 30px;
}
.ListTextWord table tr td span{
	display: block;
    min-height: 32px;
    padding: 8px 0;
}

.ListTextWordPage{
	margin: 20px 0 0 0;
	font-size: 14px;
}
.ListTextWordPage p{
	margin-bottom: 12px;
}
.ListTextWordPage a{
	color: #3f3f3f;
}
.ListTextTb{
	display: inline-block;
	width: 100%;
	padding-left: 19px;
}
.ListTextTb li{
	display: inline-block;
	width: 20%;
	float: left;
	height: 28px;
}
.ListTextTb li a{
	display: inline-block;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
}
.ListTextnew{
	display: inline-block;
	width: 100%;
	padding-left: 19px;
}
.ListTextnew li{
	display: inline-block;
	width: 33%;
	float: left;
	height: 28px;
}
.ListTextnew li a{
	display: inline-block;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
}

.ListDmBtn{
	display: none;
}



@media only screen and (max-width: 1268px){
	.DocumentMainBg li{
		margin-left: 0;
		width: 50%;
	}
	.DocumentMain{
		margin: auto;
	}
}
@media only screen and (max-width: 1023px){
	.DocumentMainBg li{
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.ListDmBtn{
		display: block;
		width: auto;
		padding: 0 5px;
		margin-top: 12px;
		height: 24px;
		line-height: 24px;
	    border: none;
	    color: #FFFFFF;
	    background: #28b28b;
	    cursor: pointer;
	    text-decoration: none;
	    text-indent: 0;
	    text-align: center;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	.ListLeft{
		display: none;
		width: 100%;
		max-height: 100%;
		overflow-y: scroll;
		background: #FFFFFF;
		position: absolute;
		-moz-box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
		-webkit-box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
		box-shadow: 0 2px 10px 0 rgba(139,139,139,.5);
	}
	.ListTextTop{
		display: none!important;
	}
	.ListRight{
		padding-left: 0;
		width: 100%;
		margin-top: 16px;
		float: left;
	}
	.ListMainWord h1{
		margin: 4px 0;
	}
	.SearchText{
		width: 100%;
	}
	.SearchText input{
		width: 100%;
	}
	.ListTextWordBg{
		padding: 38px 18px;
	}
	.DocumentTitle{
	font-size: 36px;
	width: 100%;
	text-align: center;
	margin: 30px auto 30px;
	color: #28b28b;
	}
	.DocumentMainBg li{
		margin-bottom: 20px;
	}
}