.tabs-underline{
    clear: both;
}

/* The tabs */

.tabs-underline dl{
    list-style: none;
    text-align: left;

    margin: 0;
    padding: 0;
}

.tabs-underline dl dd{
    display: inline-block;
}

.tabs-underline dl dd a{
    display: block;
    width: 98px;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.tabs-underline dl dd a.tab-active {
    color: #184b8a;
    border-bottom: 2px solid #184b8a;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder>div{
    display: none;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-underline .tabs-content-placeholder div.ny_pro_list p{
	text-align: center;
	line-height: 24px;
    padding-top: 10px;
    color: #555;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tabs-underline .tabs-content-placeholder div img{
    max-width: 100%;
}

@media (max-width: 500px) {

    .tabs-underline ul li a{
        font-size: 12px;
    }

}

