/*right-menu*/
.public-content .public-right{float:right;width: 260px;min-height:100px;background: url(/Public/default/images/menu-bg.jpg);box-shadow: 5px 5px 10px #8d8d8d;
}

.public-content .public-right .list{width: 220px;margin:auto;height:50px;background: url(/Public/default/images/menu-list-bg.png);}
.public-content .public-right .list-last{width: 220px;margin:auto;height:49px;background: url(/Public/default/images/menu-list-bg.png);}
.public-content .public-right .on{width: 200px;margin:auto;height:36px;background: url(/Public/default/images/menu-on-bg.png);}
.public-content .public-right .list:hover{width: 200px;margin:auto;height:50px;background: url(/Public/default/images/menu-list-bg-30.png);}
.public-content .public-right .list-last:hover{width: 200px;margin:auto;height:49px;background: url(/Public/default/images/menu-list-bg-30.png);}
.public-content .public-right .on:hover{width: 200px;margin:auto;height:36px;background: url(/Public/default/images/menu-on-bg.png);}
.public-content .public-right .list .item{width: 80px;text-align:right;overflow:hidden;margin:auto; height:50px;line-height: 50px;color:#fff;background: url(/Public/default/images/menu-li-style.png) no-repeat 0px 18px; text-indent:18px;}
.public-content .public-right .list-last .item{width: 80px;text-align:right;overflow:hidden;margin:auto; height:49px;line-height: 50px;color:#fff;background: url(/Public/default/images/menu-li-style.png) no-repeat 0px 18px; text-indent:18px;}
.public-content .public-right .on .item{width: 80px;text-align:right;overflow:hidden;margin:auto; height:36px;line-height: 36px;color:#fe0000;background: url(/Public/default/images/menu-on-style.png) no-repeat 0px 12px; text-indent:18px;}

/*left-list*/
.public-content .public-left .list{margin-top: 25px;}
.public-content .public-left .list .item{float:left;width: 243px;}
.public-content .public-left .list .item1{float:left;width: 293px;}
.public-content .public-left .list .item img{display: block;width: 44px;margin: auto;}
.public-content .public-left .list .item .tit{display: block;width: 44px;margin: auto;color:#005bab;font-size: 16px;text-align: center;line-height: 38px;}
.public-content .public-left .list .item .info{display: block;width: 100%;margin: auto;text-align: center;line-height: 18px;}
