.neiye{
    overflow: hidden;
    background: #edeff0;
    padding-bottom: 50px;
}
.neiye .ny-left{
    width: 260px;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #ea8630;
    padding-bottom: 40px;
    float: left;
}
.ny-lan{
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #ea8630;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #e6d7c0;
}
.ny-lan .dazi{
    font-size: 24px;
    font-weight: bold;
    color: #ea8630;
}
.ny-lie{
    width: 260px;
    height: 60px;
}
.ny-left div.hover a{
	padding-left: 25px;
    color: #ea8630;
    border-left:1px solid #ea8630;
}
.ny-lie a{
    box-sizing:border-box;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    background: url(../images/lie.jpg) no-repeat 0 bottom;
    border-left:1px solid #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.ny-lie a:hover{
    padding-left: 25px;
    color: #ea8630;
    border-left:1px solid #ea8630;
}
.ny-lie a.hover{
    padding-left: 25px;
    color: #ea8630;
    border-left:1px solid #ea8630;
}
.ny-right{
    width: 810px;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #ea8630;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    float: right;
}
.ny-right .lanmu{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #d1b58a;
    border-bottom: 1px solid #eceff0;
    margin-bottom: 20px;
}
.ny-right .lannei{
    overflow: hidden;
    text-align: center;
}
.ny-right .lannei a{
    float: left;
    width: 250px;
    margin: 0 10px 20px;
}
.ny-right .lannei a img{
    display: block;
    width: 100%;
}
.ny-right .lannei a dd{
    text-align: center;
	padding:13px 0;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    background: #a8a6a5;
    color: #fff;
}
.ny-right .lannei a:hover dd{
    background: #fb7c29;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}