﻿/*banner*/
.newsbanner { position: relative; width: 100%; height: 0px; padding-top: 38%; background: url('../image/service/b7.jpg') no-repeat; background-size: 100% auto; }

    .newsbanner:before { content: ""; display: block; }

.newsbanner-inner { position: absolute; top: 37%; right: 40%; text-align: right; width: 100%; }

    .newsbanner-inner h4 { font-size: 50px; color: #fff; margin-bottom: 26px; }
    .newsbanner-inner p { font-size: 22px; color: #fff; position: absolute; right: -2%; right: 1.2% }
    .newsbanner-inner span { display: inline-block; }

/*新闻中心导航栏：*/
.newClassifyNav { height: 90px; box-shadow: 0px 2px 4px #00000038; position: relative; display: flex; justify-content: center; align-items: center; }

    .newClassifyNav > .newClassifyMain { width: 80%; max-width: 1700px; display: flex; align-items: center; }

        .newClassifyNav > .newClassifyMain > .ClassifyTitle { font-size: 19px; }

.newClassifyMain > .ClassifyBtn { width: 118px; height: 40px; margin-left: 25px; box-shadow: 0px 0px 2px #888; text-align: center; line-height: 39px; color: #999; transition: all .4s; }

    .newClassifyMain > .ClassifyBtn:hover { background-color: #3C80FD; box-shadow: 0px 0px 2px #3C80FD; color: #ffffff; cursor: pointer; transition: all .3s; }

.ClassifyBtnActive { background-color: #3C80FD; color: #fff !important; }
    .ClassifyBtnActive a { color: #fff !important; }
.newClassifyMain > .ClassifyBtn > span { font-size: 18px; font-weight: 500; }

.appoint-link-open { position: absolute; right: 0.9%; right: 1.48%; }

.breadcrumb { padding-left: 10px; }
