.lm-left{
    height: auto;
}
.lm-right-1{
/*	width: 960px;*/
    margin: auto;
    margin-top: 30px;
}
.pictitle{
    margin-bottom:30px;
    text-align: center;
    color: #333;
}
.pictitle h2 {
    height: 50px;
    font-size: 30px;
    margin: 18px 25px 0;
    font-weight: normal;
}
.picshowtop{
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}
.xyfg-neirong{
    text-align: center;
    margin-top: auto;
    float: none;
}
.picshowtop img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 5;
    background: url(/css/blank) repeat;
}
#preArrow {
    left: 0px;
}
.contextDiv span {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 30px;
    height: 75px;
}
#preArrow_A {
    left: 0px;
    background: url(/images/banner-prev.png) no-repeat;
    display: none;
}
#nextArrow_A {
    right: 0px;
    background: url(/images/banner-next.png) no-repeat;
    display: none;
}
.contextDiv:hover span{
    display: block !important;
}
.piclistshow{
    width: 880px;
    height: 77px;
    overflow: hidden;
padding:0 40px
}
.piclistshow .bd{
   
    overflow: hidden;
}
.piclistshow ul li{
    float: left;
    margin:0 8px;
    width: 110px;
    height: 75px;
    text-align: center;
    position: relative;
}
.piclistshow ul li img{
    max-width: 100%;
    max-height: 100%;
}
.piclistshow ul li.on{
    border: 1px solid #cacaca;
}
.piclistshow ul li.on img{
    height: 69px;
    margin-top: 2px;
}
.picshowtxt {
    min-height: 40px;
    margin: 30px 0;
    clear: both;
    overflow: hidden;
}
.picshowtxt_left {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 30px;
}
.picshowtxt_left span {
    color: #e55656;
    font-size: 30px;
}
.picshowtxt_left i {
    color: #333333;
    font-size: 20px;
    display: inline;
    font-style:inherit;
}
.picshowtxt_right {
    margin-left: 80px;
    line-height: 23px;
    color: #000000;
    font-size: 14px;
}
.preArrow,.nextArrow{
    width: 30px;
    height: 75px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/banner-prev.png) no-repeat;
}
.nextArrow{
    left: auto;
    right: 0;
    background: url(/images/banner-next.png) no-repeat;
}
.local,.iphone_photo,#author{ display: none;}