/* CSS Document */
@import url(entypo.css?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
.m_menu ul {
  position:absolute;
  left:0;
  right:0;
  margin:50px auto;
  padding:0;
  
  width:200px;
  height:220px;
  list-style:none;
  -webkit-perspective:1000;
  -moz-perspective:1000;
  -o-perspective:1000;
  perspective:1000;
}

.m_menu li {
  margin:2px 0;
  padding:0;
}

.m_menu li a {
  width:154px;
  float:left;
  text-align:center;
  background:rgba(155,155,155,1);
  color:#fff;
  margin:-34px 34px;
  padding:4.5px 6px;
  transform-origin:0%;
  opacity:0.8;
  -webkit-transform:rotateY(0deg);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-animation: flip 2s;
  -moz-animation: flip 2s;
  -o-animation: flip 2s;
  animation: flip 2s;
}

.m_menu li span {
  display:block;
  width:20px;
  background:rgba(155,155,155,1);
  color:#fff;
  padding:4.5px 6px;
  text-decoration:none;
  text-align:center;
  transform-origin:0%;
  opacity:0.8;
  -webkit-transform:rotateY(0deg);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  -webkit-animation: flip 2s;
  -moz-animation: flip 2s;
  -o-animation: flip 2s;
  animation: flip 2s;
}

.m_menu li a:hover {
  opacity:1;
  -webkit-transform:rotateY(0deg);
  -moz-transform:rotateY(0deg);
  -o-transform:rotateY(0deg);
  transform:rotateY(0deg);
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { height: 1%; }
.news_list{ text-align:left;background-color: #fff;
	}
.news_list li{ 
		padding: 5px;
		border-bottom: solid 1px #fff;
		border-top: solid 1px #dcdcdc;
	}
.news_item{
	}
.news_item h2{
		margin: 0;
		font-size: 1em;
		font-weight: normal;
		line-height: 1.25em;
		max-height: 2.5em;
		overflow: hidden;
		color: #2e2e2e;
	}
	.news_item a{
		display: block;
	}
	.img_wrap{
		overflow: hidden;
		height: 4em;
		float: right;
		width: 4em;
		margin-left: 0.5em;
		text-align: center;}
	.img_wrap{
		border:1px solid #EEE;
		/*-moz-box-shadow:1px 1px 1px rgba(179,179,179,0.75);
		-webkit-box-shadow:1px 1px 1px rgba(179,179,179,0.75);*/
		display:block;
		}
	.summary{
		color: #7c7c7c;
		font-size: 0.8em;
		line-height: 1.25em;
		max-height:2.5em;
		overflow: hidden;
	}
img._height{
	height: 100%;
}
img._width{
	width: 100%;
}

	.tabBox .bd ul{}
	.tabBox .hd{ height:20px; overflow:hidden; font-size:0; }
	.tabBox .hd ul{ display:inline-block; padding-top:5px; }	
	.tabBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden; 
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; 
	}
	.tabBox .hd .on{ background:#BA2636;  }
	.tabBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url(images/wyIcons.png) no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
	.tabBox .next{ background-position:-105px 0; }


/*下拉框start*/
#searchwrap{display:none; padding:0;}
.s_search-n{background-color:#FFF;z-index:99999;display:block;box-shadow:0 2px 3px #6D766A;display:none; margin:0; width:100%; }
.s_search-n div{padding:0 10px;}
.s_search-n div input{height:32px;*line-height:32px;font-weight:normal;font-size:16px;color:#333;border-radius:0;-webkit-box-flex:1;width:100%;box-sizing:border-box;border-left:0px;border-top:0px;border-right:0px;padding-right:0px;}

.s_search-b{background-color:#FFF;z-index:99999;display:block;box-shadow:0 2px 3px #6D766A;display:none; margin:0; width:100%; position:relative;}
.s_publicwarp{display:-webkit-box;display:-moz-box;display:box;padding:17px 12px 20px;background-color:#fff;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;}
.s_publicsearch{border:1px solid #a8a8a8;-webkit-box-flex:1;-moz-box-flex:1;}
.s_publicsearch input[type="text"]{height:33px;border:0 none;display:block;box-sizing:border-box;width:100%;padding:0 5px 0 5px;font-size:15px;color:#666;background-color: #fff;}
.s_publicwarp input[type="submit"]{font-size:14px;width:60px;height:35px;display: block;font-size:14px;border:1px solid #06C; background:#06C;border-left:none;}
/*下拉框end*/
