/* 左侧 Begin*/

.breadcrumb {
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.breadcrumb a {
    color: #666;
}

.sidebar {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-top {
    line-height: 50px;
}

.sidebar-top strong,
.sidebar-top span {
    display: inline-block;
    font-weight: normal;
}

.sidebar-top strong {
    font-size: 18px;
    color: #333;
}

.sidebar-top span {
    font-size: 12px;
    color: #597aac;
}

.sidebar-menu dt,
.sidebar-menu dd {
    padding: 13px;
}

.sidebar-menu dt {
    background-color: #275293;
}

.sidebar-menu dt a {
    color: #fff;
}

.sidebar-menu dd {
    margin-left: 0;
}

.sidebar-menu dd a {
    color: #666;
}


/* 左侧 End */


/* 内容 Begin */

.con-wrap {
    background-color: #f4f4f4;
}

.con {
    background-color: #fff;
}

.product-list {
    list-style: none;
}

.product {
    padding: 10px;
    border: 1px solid #f9f9f9;
    overflow: hidden;
    text-align: center;
    transition: border-color .1s, box-shadow .15s ease-in-out;
}

.product:hover {
    border-color: transparent;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.product-thumbnail img {
    display: block;
    width: 100%;
    height: 140px;
}

.product-title {
    color: #666;
}


/* 内容 End */


/* 分页按钮 Begin */

.page {
    text-align: center;
    padding: 20px;
}

.page a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #275293;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #275293;
    vertical-align: middle;
}

.page a:hover {
    color: #fff;
    background-color: #275293;
}

.page .page-num-curren{
    color: #fff;
    background-color: #275293;
}


/* 分页按钮 End */


/* 新闻等列表页 Begin */

.news {
    list-style: none;
}

.news li {
    line-height: 50px;
}

.news li+li {
    border-top: 1px solid #cccccc;
}

.news li a {
    color: #666;
}

.news li span {
    color: #999;
}


/* 新闻等列表页 End */


/* 单篇 Begin */

.article-title {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.article-con p {
    line-height: 30px;
    margin-bottom: 15px;
    color: #666;
}


/* 单篇 End */