.vCon {
    overflow: hidden;
    border: none;
    padding-bottom: 0;
}

.lmTil.gbtj {
    width: 1200px;
    height: 52px;
    margin: 0 auto 27px;
    background: url(../images/til_gbtj.png) no-repeat center top;
}

.lmTil.dntj {
    width: 1200px;
    height: 52px;
    margin: 27px auto;
    background: url(../images/til_dntj.png) no-repeat center top;
}

.lmWrap {
    width: 100%;
    height: 444px;
    overflow: hidden;
}

.lmTilWrap{
    width: 100%;
    height: 54px;
    background-image:url("../images/bg_tilWrap3.png");
    background-repeat: no-repeat;
    background-position: 42px center;
    -webkit-transition: all 0.2s;
    -moz-transition: all  0.2s;
    -ms-transition: all  0.2s;
    -o-transition: all  0.2s;
    transition: all  0.2s;
}

.lmTilWrap.moveRight1{
    background-position: 271px center;
}

.lmTilWrap.moveRight2{
    background-position: 500px center;
}

.lmTilWrap.moveRight3{
    background-position: 729px center;
}

.lmTilWrap.moveRight4{
    background-position: 958px center;
}

.lmTilWrap .itm{
    width: 205px;
    height: 40px;
    line-height: 40px;
    background-color: #e5e5e5;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    text-align: center;
    float: left;
    margin: 6px 0 0 11px;
    -webkit-transition: all 0.2s;
    -moz-transition: all  0.2s;
    -ms-transition: all  0.2s;
    -o-transition: all  0.2s;
    transition: all  0.2s;
}

.lmTilWrap .itm.active{
    color: #ffffff;
    background-color: transparent;
}

.lmTilWrap .itm a{
    color: #888888;
    -webkit-transition: all 0.2s;
    -moz-transition: all  0.2s;
    -ms-transition: all  0.2s;
    -o-transition: all  0.2s;
    transition: all  0.2s;
}

.lmTilWrap .itm.active a{
    color: #ffffff;
}

.lm1{
    margin-left: 52px!important;
}

.lm2,.lm3,.lm4,.lm5{
    margin-left: 24px!important;
}

.newList{
    width: 100%;
    height: 270px;
    margin-top: 12px;
    padding: 0 5px;
    list-style: none;
    overflow: hidden;
    position: relative;
}

.newList li{
    width: 50%;
    height: 48px;
    line-height: 48px;
    padding-left: 18px;
    background: url("../images/dot.jpg") no-repeat left center;
    float: left;
}


.newList li a{
    font-size: 18px;
    color: #333333;
    padding-right:20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.more {
    position: absolute;
    right: 0;
    bottom: 0;
}