* {
    font-size: inherit;
    font-family: inherit;
}
a:hover,a:link,a:active,a:visited{
	color:#444;
	text-decoration:none;
}
body {
    background-color: #f6f6f6;
    font-size: 14px;
    font-family: "微软雅黑";
}
.card,
.box-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.top-bar {
    background-color: white;
}

.top-bar .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.top-bar .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.top-navbar .nav-link {
    font-size: 16px;
}

.top-bar {
    line-height: 4rem;
}

.carousel {
    max-height: 500px !important;
    height: 100%;
    overflow: hidden;
    display: block;
}
.display-5{
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-7{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.fs-12{
    font-size: 12px;
}
.home-page .carousel .carousel-item {
    min-height: 380px;
    background-size: cover;
    background-position: center;
}
.overflow-hidden{
    overflow: hidden;
}
.card .card-title {
    line-height: 2rem;
    font-size: 16px;
    font-weight: 600;
}
.icon-watermark{
    font-size: 30rem;
}
.ellipsis,
.footer .list .item a {
    white-space: nowrap;
    overflow: hidden;
    display:block;
    text-overflow: ellipsis;
}

.home-page .home-service .list-item:hover{
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.home-page .home-news .news-list .card-img-top img ,
.home-page .home-service .list-item,
.home-page .home-cert .cert-list .card-img-top img,
.home-page .home-expert .expert-list img.expert-img
 {
    transition:all 300ms ease-in-out;
}
.home-page .home-service .list-group-flush .list-group-item:hover
 {
   padding-left: 15px !important;
}
.home-page .home-news .news-list .card {
    height: 100%;
}
.home-page .home-news .news-list .card-title {
    font-size: 14px;
}
.home-page .home-cert .cert-list .card-img-top,
.home-page .home-news .news-list .card-img-top {
    overflow: hidden;
}
.home-page .home-cert .cert-list .card-img-top img:hover,
.home-page .home-news .news-list .card-img-top img:hover {
    transform: scale(1.2);
}
.home-page .home-expert .expert-list img.expert-img{
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.home-page .home-expert .expert-list img.expert-img:hover{
    border-radius:5px !important;
}
h2.title{
    display: inline-block;
}
.home-banner .carousel-item a{
	display:block;
	height:340px;
	width:100%;
}
.footer .list .item a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.footer .list .item h5 {
    font-size: 15px;
}

.float-toolbar {
    position: fixed;
    right: 1rem;
    z-index: 300;
    top: 40%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.8);
}
.navbar-light .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-light .navbar-nav .nav-item.active {
    border-radius: .25rem;
    background: #2196F3 linear-gradient(180deg, #42a6f5, #2196F3) repeat-x;
}
.navbar-light .navbar-nav .active .nav-link {
    color: #f4f4f4;
}
.top-bar .logo{
    height: 40px;
}

.article-page .side-header .top-line,
.category-page .side-header .top-line{
    position: absolute;   
    border-top: 1px solid #fff;
    width: 50%;
    left: 10px;
    top:20px;
}
.article-page .side-header .left-line,
.category-page .side-header .left-line{
    position: absolute;
    border-left: 1px solid #fff;
    height: 50%;
    top: 10px;
    left: 20px;
}
.article-page .side-header .bottom-line,
.category-page .side-header .bottom-line{
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 50%;
    right: 10px;
    bottom: 20px;
}
.article-page .side-header .right-line,
.category-page .side-header .right-line{
    position: absolute;
    border-left: 1px solid #fff;
    height: 50%;
    bottom: 10px;
    right: 20px;
}
.article-page .side-header .title,
.category-page .side-header .title{
    text-align: center;
    transition:all 300ms ease-in-out;
}
.article-page .side-header .title:hover,
.category-page .side-header .title:hover{
    margin-left: 3rem;
}
.category-page .category-main .media img.item-img{
    max-width: 12rem;
    max-height: 9rem;
}
.category-page .list-unstyled li.media{
    /* border-bottom: 1px dotted #dee2e6 !important; */
}
.category-page .list-unstyled li.media:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.category-page .art-view,
.article-page .art-view{
    text-indent: 2em;
    font-size: 1.1rem;
    line-height: 1.8rem;
    word-wrap: break-word;
}
.art-view a.site-link{
    display: inline-block;
    margin: auto 3px;
    color: #2196F3;
    text-indent: 0;
}
.ql-align-center{
	text-align:center;
	text-indent: 0em;
}
[data-f-id]{
	display:none;
}
@media (max-width: 576px) {
    .home-page .home-service,
    .home-page .home-news {
        height: auto;
    }
    .home-page .home-news {
        margin-top: 1.5rem;
    }
    .home-page .carousel .carousel-item {
        min-height: 130px;
    }
    .display-5{
        font-size: 1.6rem;
    }
    
    .display-6{
        font-size: 1.4rem;
    }
    
    .display-7{
        font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .display-5{
        font-size: 2.4rem;
    }
    
    .display-6{
        font-size: 2.0rem;
    }
    
    .display-7{
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .display-5{
        font-size: 2rem;
    }
    
    .display-6{
        font-size: 1.6rem;
    }
    
    .display-7{
        font-size: 1.3rem;
    }
}