/**!
 * 丹阳市党校-二级页
 * author: 王凯;
 * date: 2015-12-8;
 * version: v1.1.0;
 */

 /* main */

 .left-module {
 	width: 228px;
 	height: 671px;
 	background: url(../images/lm-pic.jpg) 0px 471px no-repeat;
 }

 .right-module {
 	width: 756px;
 	height: 671px;
 }

 /* 左侧栏目*/

.left-module-hd {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(../images/lm-icon1.png) 18px 10px no-repeat;
	background-color: #e51c23;
}

.left-module-hd span {
	padding-left: 42px;
}

.left-module-bd a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-left: 51px;
	background: url(../images/lm-icon2.png) 20px 13px no-repeat;
	background-color: #eef4f7;
}

.left-module-bd a:hover {
	color: #fff;
	font-weight: bold;
	background: url(../images/lm-icon3.png) 20px 13px no-repeat;
	background-color: #ff9094;
}

.current-position {
	height: 28px;
	line-height: 28px;
}

.current-position p {
	margin-left: 16px;
	color: #666;
}

.current-position-span1 {
	font-weight: bold;
}

.current-position a {
	color: #666;
}

.current-position-span2 {
	color: #e51c23;
}

 /* 栏目内容*/

.menu-content {
	min-height: 630px;
	border-top: 2px solid #e51c23;
}

.menu-content-hd {
	height: 29px;
	line-height: 29px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dbdbdb;
}

.menu-content-title {
	width: 112px;
	border-right: 1px solid #dbdbdb; 
	font-size: 14px;
	color: #333;
	text-align: center;
	background: url(../images/lm-bg.jpg) repeat-x;
}

.menu-content-bd-info {
	width: 726px;
	height: 534px;
	margin-top: 9px;
	margin-left: 15px;
}

.menu-content-bd-info li {
	height: 24px;
	line-height: 24px;
	background: url(../images/dian1.png) 0px 11px no-repeat;
}

.li-info {
	padding-left: 14px;
	width: 536px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-content-bd-info a ,.menu-content-bd-info span {
	color: #646464;
}



/* 分页 */

.paging {
    margin-left: 61px;
    margin-top: 10px;
    width: 635px;
    height: 26px;
}
 
.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}
 
.wb-page-li>a {
    display: block;
    cursor: pointer;
}
 
.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: #ff0000;
    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: 30px;
}
.s-block {
	margin-bottom: 15px;
    margin-left: 15px;
}
    .s-block li {
    height: 24px;
    line-height: 24px;
    background: url(../images/dian1.png) 0px 11px no-repeat;
    }
.s-block-title {
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/title-type1.png) no-repeat 0 center;
}
.block-link {
	color: #e51c23;
}
.s-block .li-info a {
    color: #646464;
}