﻿@charset "utf-8";
/* CSS Document */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	outline: none;
}

	a:active
	{
		star: expression(this.onFocus=this.blur());
	}

:focus
{
	outline: 0;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
	transition: all 0s ease 0s;
}

ul
{
	list-style: none;
}

li
{
	list-style: none;
}

img
{
	border: none;
	vertical-align: middle;
}

.clearfix:before, .clearfix:after
{
	content: " ";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	*zoom: 1;
	clear: both;
	height: 0px;
}

.clear
{
	clear: both;
}




body
{
	font-size: 13px;
	font-family: "Microsoft YaHei";
	color: #333;
	margin: auto;
	background-attachment: fixed;
}

.webkit
{
	font-size: 7px;
	-webkit-transform: scale(0.7);
	-webkit-text-size-adjust: none;
}

table
{
	background: #bbb;
}




	table tr
	{
		background: #FFF;
	}



/*********************内页样式***********************/

/******左侧导航******/

.main-left
{
	overflow: hidden;
	width: 250px;
	float: left;
}

/******右侧样式******/
.main-right
{
	overflow: hidden;
	width: 873px;
	float: right;
	min-height: 655px;
	background: #fff;
}

.right-nr
{
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 25px;
}

/******单篇文章******/
.view-title
{
	color: #333;
	padding-top: 2px;
	font-size: 22px;
	line-height: 33px;
	text-align: center;
}

	.view-title h1
	{
		font-size: 18px;
	}

.view-info
{
	padding: 7px 0;
	color: #999;
	text-align: center;
}

	.view-info span
	{
		font-size: 12px;
		font-weight: normal;
		padding-right: 8px;
		text-align: center;
	}

.view-cnt
{
	line-height: 26px;
}


	.view-cnt ul li
	{
		/*list-style-type: disc;
    margin-left: 12px;
    line-height: 28px;
    height: auto;*/
	}

	.view-cnt a
	{
		color: #333;
		text-decoration: none;
	}

	.view-cnt a:hover
	{
		color: #1758AE;
		text-decoration: underline;
	}
	
	.view-cnt table tr td span a
	{
		background: #fff none repeat scroll 0 0;
		color: #666;
		cursor: pointer;
		display: block;
		float: left;
		font-size: 14px;
		height: 26px;
		line-height: 26px;
		margin: 6px 10px;
		text-align: center;
		text-decoration: none;
		width: 73px;
	}

		.view-cnt table tr td span a:hover
		{
			background: #1758ae;
			color: #fff;
			text-decoration: none;
		}

	.view-cnt ol
	{
		padding-left: 17px;
		margin-left: 10px;
	}

		.view-cnt ol li
		{
			list-style: inherit;
		}

/******news,down,title样式******/
.data-list li
{
	line-height: 35px;
	font-size: 14px;
}

.data-list a
{
	color: #666;
	background: url(../images/blues.png) no-repeat left center;
	padding-left: 16px;
	font-size: 14px;
	float: left;
}

	.data-list a:hover
	{
		color: #1758AE;
	}

.data-list li span
{
	float: right;
	font-size: 14px;
	color: #666;
}

.data-list img
{
	vertical-align: middle;
	width: 18px;
}

/******pictrue,videolist样式******/

ul.pic-list li
{
	float: left;
	padding: 2px 5px;
}

	ul.pic-list li a
	{
		color: #6e6e70;
	}

	ul.pic-list li div
	{
		line-height: 24px;
		margin-bottom: 10px;
		text-align: center;
	}

ul.pic-list a img
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}


/******pictrueleft pictrueright样式******/
ul.pic-bothside li
{
	padding: 5px;
}

ul.pic-bothside a img
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
	margin: 3px 13px 3px 0px;
}

a.pic-a
{
	color: #333;
}

span.pic-span
{
	color: #999;
}

.wp_paging{
      height: 27px !important;
    margin: 10px 0 0 0;
}
