@charset "UTF-8";

/**!
* 首页
* date:2021-01-15
* author: heying;
*/

.banner {
    display: block;
    height: 130px;
}

.banner-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.mod-title-txt {
    margin-right: 100px;
}


/* 新闻动态 */

.news-swiperbox {
    width: 580px;
    height: 350px;
}

.news-swiper {
    height: 100%;
}

.swiper-newsimgbox {
    position: relative;
    display: block;
    height: 100%;
}

.swiper-newsimg {
    width: 100%;
    height: 100%;
}

.swiper-newstxt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 150px 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #FEFEFE;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-pagination.swiper-pagination-news {
    bottom: 0;
    height: 40px;
    padding: 0 10px;
    text-align: right;
}

.swiper-pagination.swiper-pagination-news .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 14px 5px 0 5px;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-news .swiper-pagination-bullet-active {
    background: #fff;
}

.inform {
    margin-left: 40px;
}

.inform .listmod-title-txt {
    background-image: url(/img/listtitle-icon1.png);
}

.dynamic .listmod-title-txt {
    background-image: url(/img/listtitle-icon2.png);
}

.placeinfor {
    margin-left: 40px;
}

.placeinfor .listmod-title-txt {
    background-image: url(/img/listtitle-icon3.png);
}

.news .list-group {
    padding-top: 10px;
    max-height: 305px;
}

.news .list-group-item>.badge {
    padding-right: 5px;
}


/* 政策法规 */

.policy .mod-title {
    line-height: 24px;
}

.policy-l {
    width: 70%;
}

.policy-tab {
    height: 326px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.policy-tab .tab-hd li {
    width: 180px;
    height: 60px;
    padding: 15px 10px;
    font-size: 0;
    background: #F5F5F5;
    border-radius: 5px;
    cursor: pointer;
}

.policy-tab .tab-hd li+li {
    margin-top: 15px;
}

.policy-tab .tab-hd li.fg .tab-hd-icon {
    background-image: url(/img/fg-icon.png);
}

.policy-tab .tab-hd li.laws .tab-hd-icon {
    background-image: url(/img/laws-icon.png);
}

.policy-tab .tab-hd li.rules .tab-hd-icon {
    background-image: url(/img/rules-icon.png);
}

.policy-tab .tab-hd li.files .tab-hd-icon {
    background-image: url(/img/files-icon.png);
}

.policy-tab .tab-hd li.active {
    background: url(/img/tab-hd-a.png) no-repeat center;
}

.policy-tab .tab-hd li.active .tab-hd-txt {
    color: #fff;
}


.policy-tab .tab-hd li.active.fg .tab-hd-icon {
    background-image: url(/img/fg-icon-a.png);
}

.policy-tab .tab-hd li.active.laws .tab-hd-icon {
    background-image: url(/img/laws-icon-a.png);
}

.policy-tab .tab-hd li.active.rules .tab-hd-icon {
    background-image: url(/img/rules-icon-a.png);
}

.policy-tab .tab-hd li.active.files .tab-hd-icon {
    background-image: url(/img/files-icon-a.png);
}

.policy-tab .tab-hd-icon {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.policy-tab .tab-hd-txt {
    display: inline-block;
    vertical-align: top;
    max-width: 107px;
    margin-left: 3px;
    font-size: 16px;
    color: #8B91A6;
    line-height: 30px;
}

.policy-tab .tab-bd {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    height: 100%;
}

.policy-links {
    width: 300px;
}

.policy-link {
    display: block;
}

.policy-link+.policy-link {
    margin-top: 10px;
}

.policy-link-img {
    width: 100%;
    height: 85px;
    vertical-align: top;
    border-radius: 5px;
}


/* 列表组tab */

.tab-bd .list-group {
    height: 100%;
}

.tab-bd .list-group-item {
    padding: 0 15px;
}

.tab-bd .list-group-item+.list-group-item {
    margin-top: 11px;
}

.tab-bd .list-group-badge>.list-group-item {
    padding-right: 105px;
}


/* 房屋市政工程生产安全事故情况 */

.accident {
    position: relative;
    height: 550px;
    margin: 24px 0 20px 0;
}

.accident-mapbox {
    width: 70%;
}

.accident-type {
    font-size: 0;
}

.accident-type li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(25% - 12px);
    width: -moz-calc(25% - 12px);
    width: calc(25% - 12px);
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #8B91A6;
    line-height: 40px;
    background: #F5F5F5;
    border-radius: 5px;
    cursor: pointer;
}

.accident-type li+li {
    margin-left: 16px;
}

.accident-type li.active {
    background: -webkit-linear-gradient(left, #006DD2 0%, #5597E8 100%);
    background: -moz-linear-gradient(left, #006DD2 0%, #5597E8 100%);
    background: -o-linear-gradient(left, #006DD2 0%, #5597E8 100%);
    background: linear-gradient(90deg, #006DD2 0%, #5597E8 100%);
    color: #FFF;
}

.accident-map {
    height: 670px;
    background: url(/img/accident-bg.png) no-repeat top left;
}

.accident-tableouter {
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
}

.accident-tablename {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #006DD2 0%, #91BFF9 100%);
    background: -moz-linear-gradient(left, #006DD2 0%, #91BFF9 100%);
    background: -o-linear-gradient(left, #006DD2 0%, #91BFF9 100%);
    background: linear-gradient(90deg, #006DD2 0%, #91BFF9 100%);
}

.accident-tablename .tablename {
    max-width: 180px;
}

.accident-tablename .tablesum {
    padding: 0 2px;
}

.accident-tablebox {
    padding-top: 10px;
    border: 1px solid #DCDCDC;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.accident-tablehd {
    width: 280px;
    table-layout: fixed;
    margin: 0 10px;
    background: -webkit-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
    background: -o-linear-gradient(bottom, #F3F3F3 0%, #FFFFFF 100%);
    background: linear-gradient(0deg, #F3F3F3 0%, #FFFFFF 100%);
    border-radius: 5px;
}

.accident-tablehd th {
    height: 40px;
    padding: 8px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
    font-weight: normal;
}

.accident-tablebd {
    width: 100%;
    table-layout: fixed;
}

.accident-tablebd td {
    height: 52px;
    padding: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333;
}

.accident-tablebd td.num {
    font-weight: bold;
    color: #3088DF;
}

.accident-tablebd td .sort {
    display: inline-block;
    width: 40px;
    height: 20px;
    color: #fff;
    background: -webkit-linear-gradient(left, #026ED3 0%, rgba(2, 110, 211, 0) 100%);
    background: -moz-linear-gradient(left, #026ED3 0%, rgba(2, 110, 211, 0) 100%);
    background: -o-linear-gradient(left, #026ED3 0%, rgba(2, 110, 211, 0) 100%);
    background: linear-gradient(90deg, #026ED3 0%, rgba(2, 110, 211, 0) 100%);
    border-radius: 10px 0px 0px 10px;
}

.accident-tablebd tr {
    cursor: pointer;
}

.accident-tablebd tr.active {
    background: -webkit-linear-gradient(bottom, #FFEFD5 0%, rgba(255, 239, 213, 0) 100%);
    background: -moz-linear-gradient(bottom, #FFEFD5 0%, rgba(255, 239, 213, 0) 100%);
    background: -o-linear-gradient(bottom, #FFEFD5 0%, rgba(255, 239, 213, 0) 100%);
    background: linear-gradient(0deg, #FFEFD5 0%, rgba(255, 239, 213, 0) 100%);
    border-radius: 5px;
}

.accident-tablebd tr.active .sort {
    background: -webkit-linear-gradient(left, #FF8E11 0%, rgba(255, 142, 17, 0) 100%);
    background: -moz-linear-gradient(left, #FF8E11 0%, rgba(255, 142, 17, 0) 100%);
    background: -o-linear-gradient(left, #FF8E11 0%, rgba(255, 142, 17, 0) 100%);
    background: linear-gradient(90deg, #FF8E11 0%, rgba(255, 142, 17, 0) 100%);
}

.accident-tablebd tr.active td.num {
    color: #FF9315;
}

.nicescroll {
    padding: 10px;
    max-height: 590px;
}

.chosenbox {
    position: absolute;
    top: 60px;
    left: 0;
    width: 140px;
    height: 40px;
    z-index: 10;
}

.chosenbox .chosen-container-single .chosen-single {
    border-radius: 20px;
}

/* 事故曝光台 */
.bgt {
    margin-top: 30px;
    position: inherit;
    margin-left: 78.35%;
}
.platform-content{
    margin-top: 19px;
    height: 293px;
    overflow: hidden;
}
.platform .list-group {
    padding-top: 0;
    height: auto;
}
.platform-li {
    position: relative;
    height: 91px;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #dfe7f2;
    box-sizing: border-box;
}
.platform-li + .platform-li{
    margin-top: 10px;
}
.platform-title {
    height: 34px;
    line-height: 34px;
    color: #2e3033;
    font-size: 16px;
}
.platform-item {
    display: flex;
    height: 41px;
    white-space: nowrap;
    line-height: 41px;
}
.platform-text {
    margin-right: 8px;
    width: 670px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 16px;
}
.platform-status {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 81px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    color: #13a73c;
    font-size: 16px;
    font-weight: 700;
     /* background: #dcf8e5; */
}
.platform-date {
    width: 214px;
    color: #888;
    font-size: 16px;
}
.platform-date span {
    color: #666;
    font-size: 16px;
}
.platform-label {
    margin-right: 4px;
    flex: 1;
    padding-left: 20px;
    color: #888;
    font-size: 16px;
    background: url('/img/platform_ico_1.png') left center no-repeat;
}
.platform-label.people {
    margin-right: 0;
    padding-left: 24px;
    background-image: url('/img/platform_ico_2.png');
}
.platform-label span {
    color: #e0100a;
}