.main {
 	padding-bottom: 20px;
 	background-color: #fff;
 }

.main-hd {
	padding-top: 11px;
	padding-left: 21px;
	height: 25px;
	
}

.main-hd a {
	color: #666;
}

.main-hd span {
	color: #666;
}

.left {
	float: left;
	width: 196px;
	height: 546px;
	background: url(left-bg.jpg) left bottom no-repeat;
	
}

.left-link {
	display: block;
	width: 196px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
}

.l-link1 {
	font-weight: bold;
	color: #fff;
	background: url(l-link1.png) 12px 7px no-repeat #0068b7;
}

.l-link2 {
	color: #0068b7;
	background: url(l-arrow1.png) 31px 8px no-repeat #def0ff;
}

.l-link2:hover {
	color: #f08900;
	background: url(l-arrow2.png) 31px 8px no-repeat #ffe6c4;
}
.LeftMenu a{
	margin-top:10px;
	display: block;
	width: 196px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	color: #0068b7;
	background: url(l-arrow1.png) 31px 8px no-repeat #def0ff;
}
.LeftMenu a:hover{
	color: #f08900;
	background: url(l-arrow2.png) 31px 8px no-repeat #ffe6c4;
}
.right {
	float: left;
	width: 771px;
	height: 544px;
	border: 1px solid #e3e3e3;
}

.r-items {
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 14px;
	height: 476px;
}

.r-item {
	height: 28px;
	line-height: 28px;
	background: url(item-icon.jpg) 0 13px no-repeat;
}

.r-link {
	display: block;
	padding-left: 8px;
	width: 75%;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #666;
}

.r-date {
	font-size: 14px;
	color: #b5b5b5;
}

/*!
* 页码样式
*/

.wb-page-items {
  margin-top: 13px;
  margin-left: 200px;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}
.wb-page-item:hover{
    border:1px solid #0030cc;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #0030cc;
    font-weight: bold;
}
.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}
.moreinfocon a{
	font-size:14px;
	color:#666666;
	
}
.moreinfocon a:hover{
	font-size:14px;
	color:red;
}
.moreinfocon span{
	color:#b5b5b5;
	font-size:14px;
}