/*首页--------*/
.content-main{
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}
.main-title,.bsdt-title{
    height: 40px;
    width: 100%;
    background: url('../image/xwzx.gif');
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat ;
}
.bsdt-title{
    background: url('../image/bsdt.gif');
}

.swiper-list{
    display: flex;
}
.swiper-content,.list-content{
    width: calc(50% - 60px);
    margin:10px 10px 10px 0;
    height: 320px;
    border: 1px solid #ccc;
}

.top-swiper{
    position: relative;
    width: 100%;
    height: 100%;
}
.ms-vue-awesome-swiper{
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.ms-vue-awesome-swiper-bottom{
    color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-weight: bolder;
    background: rgba(0, 0, 0, 0.6);
}
.ms-vue-awesome-swiper-title{
    display: inline-block;
    width: 55%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.swiper-pagination-bullet{
    background-color: #ccc !important;
    opacity:1 !important;
}
.swiper-pagination-bullet-active {
    background: red !important;
}

.tabs-content{
    display: flex;
    margin-bottom: 5px;
    border-bottom: 2px solid #818181;
}
.tab-item{
    font-weight: bold;
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;

}
.tab-item:hover{
    color: #cc0003;
    border-bottom: 2px solid #cc0003;
}
.tab-active {
    color: #cc0003;
    border-bottom: 2px solid #cc0003;
}
.list-main{
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 1px dashed #ccc;
}
.tab-name{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-time{
    margin-left: 20px;
}

.list-main1{
    display: none;
}
.list-active {
    display: block;
}
.list-main1:nth-child(1){
    display: block;
}


/*height: 320px;*/
/*float: left;*/
/*width: 450px;*/
/*background: #fff;*/

.qr-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
}
.qr-code img{
    height: 86px;
    width: 90px;
}
.qr-title{
     margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
}
.bsdt-content{
    width: 100%;
    height: 550px;
    margin-top:10px;
    background-color: #ccc;
}

/*服务指南*/
.fwzn-content{
    padding: 10px 10px;
    border: 1px solid #ccc;
}
.fwzn-item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-right: 8px;
    line-height: 65px;
    border: 1px solid #d1d3d2;
    background: #f5f5f5;
    cursor: pointer
}
.fwzn-item:last-child{
    margin-right: 0;
}
.fwzn-tltle{
    font-size: 24px;
}
.fwzn-tltle a{
    text-decoration: none;
}
.fwzn-item img{
    width: 85px;
}

.yqlj-content{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d1d3d2;
}
.yqlj-item{
    margin-left:20px;
}
/*通知公告----------*/
.tzgg-main{
    display: flex;

}
.tzgg-left{
    width: 220px;
    margin-right: 20px;
}

.lm-title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    padding-left: 20px;
    background: #275881;
}
.lm-list{
    border: 1px solid #275881;
    padding-bottom:7px
}

.lm-item{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    width: 203px;
    margin-top: 7px;
    margin-left: 7px;
    cursor: pointer;
}
.lm-item img{
    width: 20px;
    height: 20px;
}
.lm-name{
    font-weight: bold;
    width: 170px;
    height: 100%;
    text-align: center;
    line-height: 45px;
    overflow:hidden;/*内容超出后隐藏*/
    text-overflow:ellipsis;/*超出内容显示为省略号*/
    white-space:nowrap;/*文本不进行换行*/
}
.lm-name a{
    text-decoration: none;
}

.jcdt-title{
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 30px;
    color: #555;
    font-weight: bold;
    margin-top: 10px;
    border-top: 4px solid #486577;
    background-color: #dde6eb;
}
.jcdt-list{
    margin-bottom: 10px;
    border: 1px solid #d1d3d2;
}
.jcdt-item{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.jcdt-item img{
    margin-left: 15px
}
.jcdt-name{
    margin-left: 7px;
    width: 180px;
    overflow:hidden;/*内容超出后隐藏*/
    text-overflow:ellipsis;/*超出内容显示为省略号*/
    white-space:nowrap;/*文本不进行换行*/
}
.tzgg-right{
    flex: 1;
}

.tzgg-bread{
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    border-top: 4px solid #486577;
    background-color: #dde6eb;
}
.tzgg-list{
    margin-top: 10px;
}
.art-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    padding-left:30px;
    padding-right: 20px;
    border-bottom: 1px dashed #ccc;
}
.art-title{
    width: 590px;
    overflow:hidden;/*内容超出后隐藏*/
    text-overflow:ellipsis;/*超出内容显示为省略号*/
    white-space:nowrap;/*文本不进行换行*/
}
.art-title a{
    text-decoration: none;

}
.art-time{
    color:#5fa2d0
}

.from-list-page{
    margin-top: 20px;
}
.from-list-page .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #dedede;
    color: #333;
}

.from-list-page .el-pagination.is-background .el-pager li:not(.disabled):hover{
    color: #333;
}

.detail-content{

}
.detail-title{
    color: #555555;
    font-size: 20px;
    text-align: center;

    padding-bottom: 5px;
    margin: 5px 0;
}
.detail-info{
    padding: 10px;
    margin: 5px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.info-value{
    margin-right: 10px;
}

.detail-art{

}
