.p16-left-nav-1 {
    /* height: 55px; */
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.p16-left-nav-1 li {
    width: 11.1%;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    border-bottom: 2px solid #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p16-left-nav-1 .noborder {
    border: 0;
}

.p16-left-nav-1 li a {
    color: #a8a8a8;
}

.p16-left-nav-1 li.sidenavcur,
.p16-left-nav-1 li:hover {
    border-bottom: 2px solid #18296e;
}

.p16-left-nav-1 li.sidenavcur a,
.p16-left-nav-1 li:hover a {
    color: #a8a8a8;
}


.g_nyanlst dl {
    float: left;
    width: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.g_nyanlst dl:nth-child(3n) {
    margin-right: 0;
}

.g_nyanlst dt {
    width: 378px;
    height: 190px;
    overflow: hidden;
    position: relative; border: 1px solid #f2f2f2; border-bottom: none;
}

.g_nyanlst dt em {
    position: absolute;
    left: 0;
    top: 0;
    height: 190px;
    width: 380px;
    background: rgba(0, 0, 0, .6);
    opacity: 0
}

.g_nyanlst dt span {
    display: block;
    margin-top: 70px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.g_nyanlst dt span b {
    display: block;
    font-weight: normal;
}

.g_nyanlst dt em:before {
    content: "";
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    height: 1px;
    background: #f2f2f2;
    top: 60px;
    transition: all 0.6s ease 0s;
}

.g_nyanlst dt em:after {
    content: "";
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    height: 1px;
    background: #f2f2f2;
    top: 126px;
    transition: all 0.6s ease 0s;
}

.g_nyanlst dt img {
    width: 380px;
    height: 190px;
    display: block;
}

.g_nyanlst dd {
    border: 1px solid #f2f2f2;
    padding: 18px 24px 10px;
}

.g_nyanlst h3 a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 6px;
}

.g_nyanlst p {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    margin-bottom: 10px;
}

.g_nyanlst span a {
    display: block;
    height: 46px;
    line-height: 46px;
    background: url(images/ico_08.png) no-repeat right 16px;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.g_nyanlst dl:hover dt em:before {
    width: 6px;
    margin-left: -3px;
}

.g_nyanlst dl:hover dt em:after {
    width: 6px;
    margin-left: -3px;
}

.g_nyanlst dl:hover dt em {
    opacity: 1
}

.g_nyanlst dl:hover span a {
    background: url(images/ico_08_h.png) no-repeat right 16px;
    color: #000
}

.g_nyanlst dl:hover h3 a {
    color: #18296e;
    font-weight: bold;
}