#myUL li {
    border: 1px solid #ddd; /* 链接添加边框 */
    margin-top: -1px; 
    background-color: #fff; 
    padding: 6px; 
    text-decoration: none;
    font-size: 14px; 
    color: black; 
    display: block; 
    cursor: pointer; 
}


#myUL li:hover:not(.header) {
    background-color: #eee;
}
#web_bg{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
button{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 5px 2px 4px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #00adee, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#00678e');
} button:hover{
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#00678e), to(#0095cc));
    background: -moz-linear-gradient(top, #00678e, #0095cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00678e', endColorstr='#0095cc');
}

.searchWIND {
	width: 700px;
	height: 177px;
	padding: 40px 0 0 40px;
	color: #fff;
	text-align: left;
	/* background: url(__IMG__/searchbj.png) no-repeat !important; */
	transition: width 1s ease-in-out, height 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
	/* Safari */
	position:absolute;
	left:50%;
	margin-left:-370px;
	top:172px;
}

.search-view{
	position:absolute;
	left:50%;
	width:660px;
	top:260px;
	margin-left:-330px;
	height:170px;
	transition: transform 0.35s;

}
#searchbox{
	width:600px;
	margin-left:30px;
	}
#message{
	margin-left:30px;
	width:580px;
	}
#title-view{
	
	left:120px;
	text-align:center;
	}
.search-view-after{
	position:fixed;
	transform: translate(0px,-190px);
	height:43px;
	z-index:10000;
}
.text-content{
	margin-top:-450px;
	width:100%;
	min-height:658px;
}
/* 阴影层 */
.shadeStrain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 20000;
}

/* CONTENT */
		.name-block{
			
			margin-left:68px; 
		}


		.main-title{
			margin: 0 10px 0 0;
		    display: inline;
		    font-size: 34px;
		    line-height: 1.15;
		    font-weight: 400;
		    vertical-align: sub;
		    width:700px!important;
		}
		.sub-title{
			color: #999;
			margin: 20px 10px 0 0;
			
		}
		.sub-text{
		width:160px!important;
			
		}
		.main-text{
			position: relative;
    		width: 1159px;
    		margin: 0 auto;
    		overflow: hidden;
    		border: 1px solid #e5e5e5;
    		clear: both;
    		background-color:white;
    		top:0px;
    		z-index: 20001;
		}
		.main-content{
			padding: 29px 29px 0;
		    position: relative;
		}
		.title.level2{
			display: block;
		    clear: both;
		    zoom: 1;
		    overflow: hidden;
		    font-size: 20px;
		    border-left: 12px solid #4F9CEE;
		    line-height: 24px;
		    font-size: 22px;
		    font-weight: 400;
		    font-family: Microsoft YaHei,SimHei,Verdana;
		    margin: 35px 0 15px -30px;
		    background: url(https://bkssl.bdimg.com/static/wiki-lemma/normal/resource/img/paraTitle-line_c5e6d61.png);
		    position: relative;
		}
		.title-text{
			float: left;
		    display: block;
		    padding: 0 8px 0 18px;
		    line-height: 24px;
		    font-size: 22px;
		    font-weight: 400;
		    color: #000;
		    background: #fff;
		    width: auto;important!
		}
		.lineStyle{
			
		}
		label{
			line-height: 31px;
			float: left;
			position: relative;
			text-align: right;
			width: 135px;
		}
		textarea{

			width: 800px;
			height: 60px;
			margin-left:10px;
			border-color:white;
			 outline-color: invert ;
			outline-style: none ;
			outline-width: 0px ;
			border-style: none ;
			text-shadow: none ;
			-webkit-user-select: text ;
			box-shadow: none;
			padding-left:6px;
			padding-top:7px;
			/* appearance: none; */

			border-bottom:1px solid #ccc !important;
		}
		.tarea{
			
			
		}
		.input-text{
			margin-left: 10px;
			padding:7px 10px;
			border:1px solid #ccc;
			border-bottom:1px solid #ccc !important;
			margin-right:10px;
			border-color:white;
			outline:medium;
			top:2px;
			width:500px;
			
		}

		input,textarea{
		  -webkit-box-shadow: 0 0 0px 1000px white  inset !important;
		}