@import 'header.css';
@import 'footer.css';
li {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.layui-app img {
    position: absolute;
    width: 100px;
    height: 110px;
    z-index: 9999;
    display: none;
}

.layui-app span {
    float: right;
    display: block;
    width: 80px;
    text-align: right;
}

.layui-app span a {
    color: #808080
}

.layui-app #layui-mobile-app {
    right: 70px;
    top: 30px;
}

.layui-app #layui-mobile-szb {
    right: 130px;
    top: 30px;
}


/********覆盖首页部分导航样式*********/

.layui-fluid {
    margin: 0;
    padding: 0;
}

.layui-fluid-navi {
    background-color: #F4F4F4;
}

.layui-navi {
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 14px;
}

.searchebox {
    width: 100%;
}

.layui-maintitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.layui-time {
    margin-top: 20px;
    color: #888888;
}

.layui-subtitle {
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    color: #808080;
}

.layui-content-box {
    border-right: 0px solid #CCC;
    border-left: 0px solid #CCC;
    padding: 50px 50px;
    margin-top: 10px;
    -moz-box-shadow: 0px 0px 20px #CCC;
    -webkit-box-shadow: 0px 0px 20px #CCC;
    box-shadow: 0px 0px 20px #CCC;
}

.layui-title-bg {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 2px solid #F4F4F4;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.layui-title-bg span {
    display: inline-block;
    padding: 0 10px;
    border-bottom: 2px solid #CE4589;
}

#pagenation {
    margin: 0 auto;
}

.layui-title {
    margin-top: 20px;
}

.layui-list {
    padding-right: 20px;
    position: flex;
}

.layui-list li {
    position: relative;
    border-bottom: 1px dashed #EDEDED;
}

.layui-list li div {
    display: inline-block;
}

.layui-list-img {
    width: 200px;
}

.pubtime {
    color: #BEBEBE;
    height: 30px;
    line-height: 50px;
}

.layui-list-txt {
    padding: 30px 0;
    width: 96%;
    border-bottom: 1px solid #F0F0F0;
}

.layui-list-left-img {
    width: 200px;
    height: 130px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.layui-list-left-img img {
    width: 200px;
}

.layui-list-txt a {
    font-size: 18px;
    color: #272727;
}

.layui-image .img-item {
    width: 100%;
    display: inline-block;
    height: 180px;
    margin-bottom: 4px;
    position: relative;
    margin-bottom: 20px;
}

.layui-image .img-item img {
    width: 100%;
    height: 180px;
}

.layui-image .img-item p {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    bottom: 0;
    line-height: 40px;
    text-align: center;
}


/****专题样式****/

.layui-list-thumb img {
    width: 270px;
    height: 160px;
}

#pagenation {
    text-align: center;
}