.am-topbar-inverse {
    background: #1d529a;
}

.snav {
    background: #5d5e61;
    min-height: 300px;
    background-color: #eeeeee;
}
.fix2 a {
    color: #333333;
}
.fix2 p {
    color: #ffffff;
    padding: 20px;
    background-color: RGBA(29, 82, 154, 1.00);
    font-size: 26px;

}
.fix2>li>a:focus, .am-nav>li>a:hover {
    background: #2A5395;
    color: #ffffff;
}

.indexNews {
    background-color: #b0c0cf;
    min-height: 400px;
    padding-top: 3rem;
}
.tabNews {
    padding: 10px;
    background-color: #6c7d8e;
    text-align: center
}

.tabNews span {
    color: #fff;
    font-size: 28px;
}
.active {
    background: #00acd4;
}
.newsBigImg { padding-left: 0; }
.newsList a {margin-bottom: 30px; }
.tab2 { display: none; }

.btnMore {
    display: flex
}

.sec2 {
    display: none;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    text-indent: 5px;
    height: 100%;
    line-height: 30px;
    word-wrap: normal;
    height: 60px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
}
.tabNews {
    cursor: pointer;
}
.tabNews:hover {
    background-color: #00acd4;
    border-left: 1px solid #fff;
}
.listNews li {
    padding-left: 6px;
}
.flink ul {
    list-style: none;
}

.flink ul li {
    float: left;
    margin-left: 10px;
    border-left: 2px solid #00acd4;
    padding-left: 10px;
}
.flink {
    clear: both;
}
.goods li:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #00acd4;
}

.goods li:hover .am-gallery-title, .goods li:hover .am-gallery-desc{
    color: #00acd4;
}
