@import url("./base.css");
.mt20{margin-top: 20px;}
.view-container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 1em;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 2px #ececec;
}

.view-sidebar {
    width: 240px;
}

.view-container .card{
    border:none;
}
.view-container .card-header h3{
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1em;
}
.view-container .card-header ul > *{
    font-size: 13px;
    color: #999;
    line-height: 1em;
    position: relative;
}
.view-container .card-header ul > li::after{
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f112";
    padding: 0 .3em;
    color: #999;
}
.view-container .card-header ul > li:last-child::after{
    display: none;
}
.view-container .card-body{
    padding: 0;
    min-height:30em;
}

.view-sidebar .card{
    border-color: #039BE5;
    box-shadow: 0 2px 2px #ececec;
}
.view-sidebar .card-header{
    font-size: 1em;
    line-height: 1em;
    background-color: #039BE5;
    border-bottom-color: #039BE5;
    color:#fff;
}
.view-sidebar .card-body ul li{
    padding:.5em 0 .5em .5em;
    border-bottom: 1px dashed #e8e8e8;
}
.view-sidebar .card-body ul li.level_2{
    padding-left: 2.5em;
}
.view-sidebar .card-body ul li i{
    padding-right: .5em;
    color:#ccc;
    width: 24px;
}
.view-sidebar .card-body ul li.active a,
.view-sidebar .card-body ul li.active a i,
.view-sidebar .card-body ul li a:hover i{
    color: #e83e8c;
}

/* 文章列表 */
.news{
    padding: 4em;
}
.news li{
    padding:.6em;
    /* border-bottom: 1px dashed #e8e8e8; */
}
.news li > p{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
    width: 0;
}
.news li > span{
    font-size: 13px;
    color: #999;
    margin-left: 1em;
}
.news hr{
    border-top: 1px dashed #e8e8e8;
    margin: 2em 0;
}
.news hr:last-child{
    display: none;
}

/* 文章内容 */
.news-show {
    padding: 2em
}

.news-show .title {
    font-size: 22px;
    margin-bottom: 1em
}

.news-show .links {
    border-top: 1px dashed #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    line-height: 38px;
    color: #999;
    margin-bottom: 30px;
    padding: 0 .75em
}

.news-show .links .add-share {
    min-width: 135px
}

.news-show .links .add-share a:last-child {
    margin-right: 0
}

.news-show .content {
    line-height: 2
}

/* 图片集列表 */
.pics{
    padding:3em;
}
.pics > [class*=col-]{
    /* padding-left: .5em;
    padding-right: .5em; */
    margin-top: 1em;
}

.pics > [class*=col-] .img{
    width:100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}
.pics > [class*=col-] img{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
.pics > [class*=col-] .img:hover img{
    transform: scale(1.1);
}
.pics > [class*=col-] .title{
    font-size: 14px;
    text-align: center;
}

/* 部门管理 */
.bumen{
    padding:3em;
}
.bumen .nav{
    padding-left:1em;
}
.bumen .nav-item{
    margin-right:1em;
}
.bumen .nav-item .active{
    color: #007bff;
}
.bumen-show{
    padding:2em;
}
.bumen-show .content {
    line-height: 2
}
.bumen .news{
    padding:2em;
}
.bumen .news-show a{
    color: #007bff;
    text-decoration: underline;
}
.bumen .news-show a:hover{
    color: #e83e8c;
    text-decoration: none;
}
#gbookForm{
    padding: 3em;
}
#gbookForm label {
    position: relative;
}
#gbookForm .required::after{
position: absolute;
top: 12px;
right: 0;
width: 1em;
height: 1em;
line-height: 1em;
color: #e83e8c;
content: "*";
}

.product > [class*=col-] .img {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}
