/*样式初始化*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
  color: #000!important;
}
li {
  list-style: none;
}
.title {
	  text-align: center;
	  height: 40px;
	  line-height: 40px;
	  color: #000;
	  font-size: 20px;
	  background-color: #fff;
	  position: relative;
	  padding:0 40px;
	  border-bottom: #bebebe 1px solid;
	}
	.title-name {
	  text-align: center;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
	.title-left,.title-right {
		width:40px;
		height:40px;
	  position: absolute;
	  top: 0px;
	  color: white;
	}
	.title-left{
		left:0;
	}
	.title-right{
		right:0px;
	}
	.title-left a,.title-right a {
	  color: white;
	  font-size: 25px;
	  font-weight: bold;
	}
	.title-left a  img,.title-right a  img{
		height: 24px;
	  margin-top:10px;
	}
	.item-bottom-news{
		text-align:right;
		margin-right:20px;
		padding-top: 0!important;
	}
	/*菜单列表的样式  通用样式*/
.menuul{
	border-top:#bebebe 1px solid;
	border-bottom:#F4F4F4 1px solid;
	background: #fff;

}
.menuul a{
	display: block;
	overflow: hidden;
	padding-left:40px;
	border-bottom: 1px solid #dfdfdf;
  margin: 0 10px;
}
.menuul a li{
	height:45px;
	padding-right:20px;
	position: relative;
}
.menuul a .content1{
	height:105px;
}
.menuul a:last-child li{
	border-bottom: none;
}
.menuul a .menuitemimg{
	width: 25px;
	position: absolute;
	left: -35px;
	top:9px;
}
.menuul a .content1 .menuitemimg{
	top:12px;
}
.menuul a .menuitemimg1{
	  width: 105px;
    height: 80px;
    left:-46px;
}
.menuul a .infoactImg{
	width: 17px;
	position: absolute;
	right: 3px;
	top: 11px;
}
.menuul a .menuitemname,.menuul a .menupackagename{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height:45px;
  line-height: 45px;
  font-size: 18px;
  float:left;
}

.menuul a .menuitemname{
	width: 65%;
	font-family: '黑体';
}
.menuul a .content1 .menuitemname1{
	margin-left: 25%;
	width: 80%;
	display: inline-block;
	height: 45px;
	font-size: 16px;
	padding-top: 15px;
	float: left;
}
.menuul a .menupackagename{
	width:34%;
	color: #bebebe;
  text-align: right;
  font-size: 16px;
  padding-right: 1%;
}
	.timeicon{
	  vertical-align: middle;
      width: 25px;
    }