@charset "utf-8";
.left {
    float: left;
    width:300px;
    margin-top: 20px;
}
.left .box {
    width: 100%;
    min-height:615px;
    padding-bottom: 20px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.left .box .top {
    width:100%;
    height: 50px;
    background-color: #ececec;
}
.left .box .top a {
    display: block;
    width:160px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color:#fff;
    background-color: #009400;
}
.left .box ul li a {
    display: block;
    width:280px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color:#000;
    background-color: #c6c6c6;
    margin: 15px auto 0 auto;
}
.left .box ul li.on a {
    background-color: #009400;
    color:#fff;
}
.left .box ul li a:hover {
    background-color: #009400;
    color:#fff;
}
.right {
    float:right;
    width:740px;
    min-height:617px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.right .top {
    width:100%;
    height:50px;
    line-height: 50px;
    text-indent: 2em;
    font-size: 15px;
    color:#4d4d4d;
    background-color: #ececec;
}
.right .box {
    width:735px;
    margin:0 auto;

}
.addxx{border-bottom: 1px dashed #ececec;} 
.right .box ul {
    margin-top: 10px;
}
.right .box ul li {
    display: block;
    width:100%;
    height:35px;
}
.right .box ul li a {
    float:left;
    height:35px;
    line-height: 35px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.right .box ul li a:hover {
    padding-left: 8px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.right .box ul li a i {
    float: left;
    width:14px;
    height:14px;
    margin:10px 5px 10px 0;
    background: url(/css/images/icons_z.png) -223px -25px no-repeat;
}
.right .box ul li a:hover i {
    background-position: -252px -25px;
}
.right .box ul li span {
    float: right;
    height:35px;
    line-height: 35px;
}
.right .img-list {
    width:762px;
    min-height:620px;
    margin: 0 auto;
}
.right .img-list li {
    float:left;
    width:178px;
    height:140px;
    margin:10px 0 0 10px;
}
.right .img-list li a {
    position: relative;
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
}
.right .img-list li a img {
    width:178px;
    height:140px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.right .img-list li a:hover img {
    transform: scale(1.05);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.right .img-list li a span {
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:25px;
    line-height:25px;
    text-indent: 1em;
    color:#fff;
    background:#000;
    opacity: 0.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

/*分页*/
.page{width:100%;margin:30px auto; position:relative; left:25%;}
.page ul li{float:left;margin-right:8px; list-style:none;}
.page ul li a{float:left;padding:5px 10px;font-size: 14px; background:#e9e9e9; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d;}
.page ul li a:hover{background:#bfd8ff; border:1px solid #a0c4fc; color:#fff;}
.page ul li a.up{ }
.page ul li a.onhover{background:#bfd8ff; border:1px solid #a0c4fc; color:#fff;}