.outer {
    position: relative;
    margin: 0 auto;
    max-width: 80rem;
    height: 507px;
    overflow: hidden;
}
.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 5000px;
}
.inner li {
    float: left;
    width: 307px;
    height: 409px;
    margin-right: 13px;
}
.anniu {
    height: 43px;
    margin: 34px 0px 21px 0px;
}
.anniu a {
    float: left;
    display: block;
    width: 41px;
    height: 43px;
    opacity: 0.78;
    filter: alpha(opacity=78);
}
.anniu a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.anniu a.btnLeft {
    background: #154194 url("/static/images/left.png") no-repeat 16px center;
}
.anniu a.btnRight {
    background: #154194 url("/static/images/right.png") no-repeat 16px center;
}
.box {
    width: 100%;
    overflow: hidden;
    height: 409px;
}
.bg-news {
    background-color: #d0d0d0;
    padding-bottom: 1.5rem;
}
.new-title {
    height: 101px;
}
.new-title span {
    width: 141px;
    height: 72px;
    color: #000;
    font-size: 28px;
    border-bottom: 4px solid #154194;
    display: block;
    text-align: center;
    padding-top: 28px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 22px 19px 25px;
}
.card-title {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #929292;
}
.card-text {
    font-size: 14px;
    color: #4a4a49;
    padding-top: 7px;
    overflow: hidden;
}
.card-text p {
    line-height: 24px;
}
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
@media only screen and (min-width: 576px) {
    .card-img-190 {
        height: 190px;
        overflow: hidden;
    }
    .card-img-190 img {
        height: 190px;
        width: 100%;
    }
}
.card-body a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 105px;
    text-align: center;
    margin-top: 12px;
    color: #fff;
    font-size: 11px;
    background-color: #154194;
}
.content-border {
    border: 3px solid #154194;
}
.news-list .item {
    width: 22.1875%;
    /*max-width: 355px;*/
    margin-right: 1.75%;
    margin-bottom: 20px;
}
.news-list .item.l4 {
    margin-right: 0;
}
.news-list .item .img .url {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.news-list .item .img .date {
    width: 60px;
    height: 60px;
    line-height: 20px;
    font-family: 'AvantBk';
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    right: 20px;
    top: 20px;
}
.news-list .item .img .date .day {
    font-family: 'AvantBk';
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.news-list .item .main {
    background-color: #fff;
    padding: 15px 20px;
}
.news-list .item .main .title {
    font-size: 18px;
    color: #353535;
}
.news-list .item .main .title:hover {
    color: #f26e5c;
}
.news-list .item .main .brief {
    height: 96px;
    line-height: 24px;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}
.news-list .item .main .see-more {
    font-size: 14px;
    color: #777;
}
.news-list .item .main .see-more:hover {
    color: #f26e5c;
}
#products .opt {
    width: 80%;
    max-width: 250px;
    height: 50px;
    line-height: 50px;
    /*width: 15.625%;*/
    background-color: #fff;
    border-radius: 50px;
    margin: 60px auto 0;
}
#products .opt .arrow {
    width: 38%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 21px auto;
}
#products .opt .arrow::after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 21px auto;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    content: '';
}
#products .opt .arrow-left {
    background-image: url(../img/arrow-left-0.png);
    background-position: 21% center;
    border-radius: 50px 0 0 50px;
}
#products .opt .arrow-left::after {
    background-image: url(../img/arrow-left-1.png);
    background-position: 21% center;
}
#products .opt .arrow-right {
    background-image: url(../img/arrow-right-0.png);
    background-position: 79% center;
    border-radius: 0 50px 50px 0;
}
#products .opt .arrow-right::after {
    background-image: url(../img/arrow-right-1.png);
    background-position: 79% center;
}
#products .opt .arrow:hover {
    background-color: #f26e5c;
}
#products .opt .arrow:hover::after {
    opacity: 1;
}
#products .opt .more {
    width: 24%;
    height: 100%;
    line-height: inherit;
    font-size: 20px;
    color: #f26e5c;
}
#products .opt .more:hover {
    color: #fff;
    background-color: #f26e5c;
}