.about-template .about-template-banner {
    height: 200px;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(/static/img/about_banner.cbbb90a.png) 50% no-repeat
}

.about-template .about-template-banner .title {
    text-align: center;
    font-size: 30px;
    color: #e2e6ef;
    letter-spacing: 4px;
    padding-top: 68px
}

.about-template .about-template-banner .subtitle {
    text-align: center;
    font-size: 14px;
    color: #e2e6ef;
    letter-spacing: 3px;
    opacity: .8;
    margin-top: 2px
}

.about-template ul.about-template-tabs {
    display: table;
    line-height: 70px;
    border-bottom: 1px solid #e3e4e8
}

.about-template ul.about-template-tabs li {
    display: inline-block;
   /*  width:160px; */
    text-align: center;
    font-size: 16px
}

.about-template ul.about-template-tabs li:first-child, .about-template ul.about-template-tabs li:last-child {
    width: 90px
}

.about-template ul.about-template-tabs li a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 100%;
    color: #2e2e2e
}

.about-template ul.about-template-tabs li a:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    background:rgba(173, 53, 65, 0.85);
    transition: all .2s
}

.about-template ul.about-template-tabs li a.active {
    color: rgba(173, 53, 65, 0.85)
}

.about-template ul.about-template-tabs li a.active:after {
    height: 3px
}

.about-template ul.about-template-tabs li a:hover {
    color: rgba(173, 53, 65, 0.85)
}

.news-page .news-wrapper {
    padding: 54px 80px 50px;
    margin-left: -35px;
    margin-right: -35px;
    overflow: hidden
}

.news-page .news-wrapper .news-item-v {
    float: left;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 80px;
    cursor: pointer
}

.news-page .news-wrapper .news-item-v a {
    color: #2e2e2e
}

.news-page .news-wrapper .news-item-v img {
    width: 485px;
    height: 270px
}

.news-page .news-wrapper .news-item-v .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
    font-size: 18px
}

.news-page .news-wrapper .news-item-v .summary {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    margin-top: 10px;
    overflow: hidden;
    color: #999
}

.news-page .news-wrapper .news-item-v:hover .title {
    color: #00bbe4;
    text-decoration: underline
}

.news-page .news-wrapper .news-item-h {
    float: left;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 50px;
    cursor: pointer
}

.news-page .news-wrapper .news-item-h a {
    color: #2e2e2e
}

.news-page .news-wrapper .news-item-h img {
    float: left;
    width: 225px;
    height: 126px
}

.news-page .news-wrapper .news-item-h .content {
    float: left;
    padding-left: 30px
}

.news-page .news-wrapper .news-item-h .content .title {
    width: 780px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 34px
}

.news-page .news-wrapper .news-item-h .content .summary {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    width: 780px;
    margin-top: 10px;
    overflow: hidden;
    color: #999
}

.news-page .news-wrapper .news-item-h:hover .title {
    color: #00bbe4;
    text-decoration: underline
}

.news-page .news-wrapper .no-img {
    width: 1040px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
    cursor: pointer
}

.news-page .news-wrapper .no-img img {
    display: none
}

.news-page .news-wrapper .no-img .content {
    float: none;
    padding: 0
}

.news-page .news-wrapper .no-img .content .title {
    margin-top: 14px;
    width: 100%
}

.news-page .news-wrapper .no-img .content .summary {
    width: 100%;
    height: auto;
    max-height: 78px
}

.news-page .paginate-wrapper {
    text-align: center;
    padding-bottom: 80px;

}

.news-page .paginate-wrapper .pagination {
    display: inline-block;
    text-align: center;
    line-height: 30px
}

.news-page .paginate-wrapper .pagination li {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px;
    border: 1px solid #e7e7e7;
    color: #000;
}


.news-page .paginate-wrapper .pagination li.active, .news-page .paginate-wrapper .pagination li:hover {
    background: #00bbe4;
    border: 1px solid #00bbe4;
    color: #fff;
}

.news-page .paginate-wrapper .pagination li.disabled {
    color: #e7e7e7;
    cursor: not-allowed
}

.news-page .paginate-wrapper .pagination li a {
    display: block;

}

.news-page .paginate-wrapper .pagination li a:focus {
    outline: none
}