﻿body {
    background-color: whitesmoke;

}
a.bigLink {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}
img {
    max-width:100%;
}
.searchInput {
    vertical-align: middle;
    width: 300px;
    height: 40px;
    padding-left: 10px;
    border: none;
    background: #FBF3EC /*#eff4f5;绿色的*/
}
.searchButton {
    vertical-align: middle;
    width: 80px;
    height: 40px;
    background: #FF5722/*#5eba78;*/
}
.layui-card-header .spanTitle{
    font-weight:bold;
}
.layui-card-header .spanTag{
    width: 3px;
    height: 14px;
    display: inline-block;
    background: #FF5722;
    vertical-align: middle;
}


.searchTags {
    color: #fff;
    background: #FF5722;
    padding: 5px 10px;
    border-radius: 5px;
    margin:0 5px 0 0;
}

.pages {
        color: #999;
        overflow: auto;
    }

.pages a[disabled] {
    cursor: not-allowed;
}

.pages a, .pages .cpb {
    text-decoration: none;
    float: left;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 2px;
    color: #000;
}

    .pages a:hover {
        background-color: #FF5722;
        color: #fff;
        border: 1px solid #FF5722;
        text-decoration: none;
    }

.pages .cpb {
    font-weight: bold;
    color: #fff;
    background: #FF5722;
    border: 1px solid #FF5722;
}
/*列表页*/
.newsList{
    margin-top:10px;
    margin-left:5px;
    margin-bottom:10px;
}
    .newsList a img {
        height: 100%;
        width: 100%;
    }

    .newsList .newsSummary {
        color: #999;
        height: 50px;
        overflow-y: hidden;
    }
    .newsList .newsBottom{
        text-align:right;
    }

.newsListShadow {
    -moz-box-shadow: 2px 2px 15px #B0563F;
    -webkit-box-shadow: 2px 2px 15px #B0563F;
    box-shadow: 2px 2px 15px #B0563F;
}
/*首页视频和照片*/
.mainDiv-VideoPicture {
    display: inline-block;
    margin: 15px 10px;
    height: 150px;
    width: 150px;
}
    .mainDiv-VideoPicture a img {
        height: 100%;
        width: 100%;
    }
