/**!
 * 梁溪网站
 * author: xuyang;
 */


/* main */

.main {
    background: url(imagesm-bg.png) center 243px no-repeat;
}

.m-hd {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-family: SimSun;
}

.m-hd a {
    color: #333;
}

.m-icon {
    display: inline-block;
    padding: 0 8px 0 10px;
    width: 11px;
}

.m-color {
    color: #aa373e;
}

.left {
    width: 253px;
    min-height: 685px;
    background: url(imagesleft-bg.jpg) left bottom no-repeat #f2e4cc;
    border: 1px solid #aa373e;
}

.left-hd {
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #f2e4cc;
    background-color: #aa373e;
}

.wb-tree-tt {
    color: #aa373e;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #aa373e;
    cursor: pointer;
    border-bottom: 1px dashed #ab3940;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 10px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 10px;
    background: url(imageswblist.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 7px;
    margin-top: 17px;
    margin-right: 12px;
    background: url(imageswblistrh.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
  text-align: center;
    font-size: 16px;
    color: #aa373e;
}

.wb-tree-item>a:hover {
    background-color: #e0ceae;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 17px;
    margin-right: 12px;
    background: url(imageswblistr.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.right {
    width: 72%;
    min-height: 684px;
    background-color: #f2e4cc;
    border: 1px solid #aa383f;
}

.right-hd {
    height: 35px;
    background-color: #aa373e;
}

.right-tt {
    display: inline-block;
    margin-top: 8px;
    margin-left: 9px;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #f2e4cc;
    background: url(imagesright-icon.png) 0 0 no-repeat;
}

.right-bd {
    padding-top: 9px;
    padding-left: 15px;
}

.right-item {
    line-height: 30px;
    vertical-align: top;
    font-size: 14px;
    background: url(imagesr-item-icon.jpg) 0 15px no-repeat;
}

.right-item:hover {
    background: url(imagesr-item-iconh.jpg) 0 15px no-repeat;
}

.right-item > div {
    padding-left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-item > div > a {
    color: #333;
}

.right-item > span {
    margin-right: 13px;
    color: #4e4e4e;
}

.right-item:hover a,
.right-item:hover span {
    color: #aa373e;
}

.right-con {
    margin-top: 13px;
    height: 25px;
}

.num {
    padding-left: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #666;
}

.num span {
    color: #aa373e;
}

.wb-page-items {
   /*  margin-left: 38px; */
}

.wb-page-li {
    background-color: #B28850;
    display: block;
    width: 35px;
    color: white;
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    line-height: 1.8;
}

.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: 25px;
    line-height: 25px;
    color: #ffffff;
    border: 0;
    background-color: #b28850;
}

.wb-page-item.current {
    width: 36px;
    height: 25px;
    line-height: 25px;
    color: #aa373e;
    background-color: transparent;
}

.wb-page-default {
    width: 36px;
    height: 25px;
    line-height: 25px;
    color: #b28850;
}

.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-go {
    width: 28px;
}

.wb-page-li input {
    width: 38px;
    height: 23px;
    border: 1px solid #b28850;
    color: #b28850;
    background-color: transparent;
}