/******** 资讯列表 ********/
.list {
	margin: 0.1em;
	padding: 0.1em;
	list-style-type: none;
}
.list li {
	margin: 0em 0.1em;
	padding: 0.4em 0em 0.3em 0em;
}
.list li .type {
	color: #4D4D4D;
}
.list li .date {
	float: right;
	color: #4D4D4D;
}



/******** 图文资讯列表 ********/
/* 菜单(水平横排) */
.infoglsmenu {
	float: left;
	margin: 0.6em 0.5em;
	
}
/* 列表(垂直竖排) */
.infoglslist {
	margin: 0.6em 0.5em;
}
/* 图片 */
.item .picture {
	float: left;
	margin: 0em 0.1em;
}
.item .picture .image {
	padding: 0.1em;
	border: 1px solid #ccc;
}
.item .picture .title {
	margin: 0.3em 0em 0.1em 0em;
	text-align: center;
}
/* 文字 */
.item .letter {
	float: right;
	margin: 0em 0.1em;
}
.item .letter .title {
	margin: 0.1em 0em;
	text-align: center;
	font-size: 14px;
	color: #FF7300;
	text-decoration: underline;
}
.item .letter .title a {
	margin: 0.1em 0em;
	text-align: center;
	font-size: 14px;
	color: #FF7300;
	text-decoration: underline;
}
.item .letter .detail {
	text-indent: 24px;
	line-height: 1.6;
}



/******** 图片资讯列表 ********/
.imagelist {
	margin: 0.3em 0em;
	padding: 0.1em 0.3em;
}
.imagelist .item {
	float: left;
	width: 18%;
	margin: 0.6em 0.3em 0.4em 0.3em;
	padding: 0.1em 0em;
}
.imagelist .item .border {
	background-image: url("/images/background-1.gif");
	width: 136px;
	height: 155px;
	text-align: center;
}
.imagelist .item .image img {
	width: 128px;
	height: 128px;
	margin: 0.5em 0.1em 0em 0em;
	border: 0;
}
.imagelist .item .title {
	margin: 0.4em 0em 0em 0em;
	text-align: center;
	color: #001C4A;
	font-size: 12px;
}
.imagelist .item .title a {
	color: #001C4A;
	text-decoration: none;
}
.imagelist .item .title a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/******** 漫画列表 ********/
.cartoonlist {
	margin: 0.3em 0em;
	padding: 2em 0.3em 0.4em 0.3em;
}
.cartoonlist .item {
	float: left;
	width: 30%;
	margin: 0.6em 0.3em 0.4em 0.3em;
	padding: 0.1em 0.2em;
}
.cartoonlist .item .border {
	background-image: url("/images/background-3.gif");
	width: 219px;
	height: 187px;
	padding: 0.1em 0em 0em 0em;
	text-align: center;
}
.cartoonlist .item .image img {
	width: 200px;
	height: 150px;
	margin: 0.5em 0.1em 0em 0em;
	border: 0;
}
.cartoonlist .item .title {
	margin: 0.8em 0em 0em 0em;
	text-align: center;
	color: #001C4A;
	font-size: 12px;
}
.cartoonlist .item .title a {
	color: #001C4A;
	text-decoration: none;
}
.cartoonlist .item .title a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/******** QQ秀列表 ********/
.qqlist {
	margin: 0.3em 0em;
	padding: 0.2em 0.3em 0.2em 0.3em;
}
.qqlist .item {
	float: left;
	width: 23%;
	margin: 0.2em 0.3em 0.2em 0.3em;
	padding: 0em 0.2em;
}
.qqlist .item .border {
	background-image: url("/images/background-2.gif");
	width: 146px;
	height: 253px;
	padding: 0.1em 0em 0em 0em;
	text-align: center;
}
.qqlist .item .image img {
	width: 140px;
	height: 225px;
	margin: 0.5em 0em 0em 0em;
}
.qqlist .item .title {
	margin: 0.5em 0em 0em 0em;
	text-align: center;
	color: #001C4A;
	font-size: 12px;
}
.qqlist .item .title a {
	color: #001C4A;
	text-decoration: none;
}
.qqlist .item .title a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/******** 视频列表 ********/
.videolist {
	margin: 0.3em 0em;
	padding: 0.1em 0.3em;
}
.videolist .item {
	float: left;
	width: 23%;
	margin: 0.8em 0.2em 1.2em 0.2em !important;
	margin: 0.8em 0.3em 1.2em 0.3em;
	padding: 0.1em 0.2em;
}
.videolist .item .video img {
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}
.videolist .item .title {
	margin: 0.5em 0em 0em 0em;
	text-align: center;
	color: #001C4A;
	font-size: 14px;
}
.videolist .item .title a {
	color: #001C4A;
	text-decoration: none;
}
.videolist .item .title a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/******** 资讯详细分页列表 ********/
.infolist {
	margin: 0.1em 0.1em 0.1em 1.2em;
	padding: 0.1em;
	/*list-style-type: none;*/
	list-style-image: url("/images/icon.gif");
}
.infolist li {
	margin: 0em 0.1em;
	padding: 0.5em 0em;
}
.infolist li .date {
	float: right;
	color: #4D4D4D;
}


/* 友情链接样式 */
.linklist {
	margin: 0.6em 0em 1em 0em !important;
	margin: 0.4em 0em 1em 0em;
	padding: 0em;
	list-style-type: none;
}
.linklist li {
	float: left;
	padding: 0.4em 0.3em;
}
.linklist li img {
	width: 118px;
	height: 48px;
	border: 0;
}



/******** 分页 ********/
.pagination {
	margin: 0.6em 0em 0.2em 0em;
	padding: 0.5em 0em 0.2em 0em;
	list-style-type: none;
	text-align: center;
}
.pagination li {
	margin: 0em 0.1em;
	padding: 0em 0.1em;
	font-family: "宋体";
	font-size: 14px;
	display: inline;
}
.pagination li span {
	color: #FF0000;
}
.pagination li input {
	width: 40px;
	height: 16px;
	margin: 0em;
	padding: 0.1em 0em 0em 0.1em;
	line-height: 16px;
	color: #000000;
	border: 1px solid #228AD4;
}
.pagination a {
	font-size: 14px;
	color: #003FFF;
	text-decoration: none;
}
.pagination a:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}


/* 位置导航 */
.placenav {
	color: #BD2222;
	padding: 0.5em 0em 0.2em 0em;
}
.placenav a {
	color: #BD2222;
}


/* 菜单容器 */
.menucontainer {
	text-align: left;
	padding: 0.2em 0em 0.2em 0.2em;
}
/* 菜单导航 */
.menunav {
	padding: 0.3em 0em;
	font-weight: bold;
	cursor: pointer;
}
/* 菜单内容 */
.menucontent {
	margin: 0em 0.6em;
}
.menucontent ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
.menucontent ul li {
	padding: 0em 0.1em;
}
.show {
	display: block;
}
.hidden {
	display: none;
}

.leftmenu {
	padding: 0em 0.2em 0em 1.4em;
}