﻿.bg-grey {
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.tab-block {
    width: 100%;
}

.tjdt .tab-block .tab-buttons {
    width: 100%;
    display: inline-block;
    border-bottom: 0.01rem solid #1e54a9;
}

.tjdt .tab-block .tab-buttons .tab-button {
    float: left;
    text-align: center;
    font-size: 0.3rem;
    color: #3a3c3d;
    position: relative;
    cursor: pointer;
    padding: 0.12rem 0.42rem 0.12rem 0.2rem;
}

.tjdt .tab-block .tab-buttons .tab-button.cur {
    background: url(../img/tjdt.png)no-repeat 100% 100%;
    color: #fff;
}

.tjdt .tab-block .tabs {
    width: 100%;
    margin: 0.24rem auto;
    background: #fff;
}

.tab-block .tabs .tab-item {
    width: 100%;
    display: none
}

.tab-block .tabs .tab-item.active {
    display: block;
}

.information-tab .information-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.2rem;
}

.information-tab .information-pic img {
    width: 100%;
    height: auto;
}

.information-list ul {
    width: 100%;
    list-style: none;
    display: inline-block;
}

.information-list li {
    padding: 0.18rem 0;
    padding-left: 0.24rem;
    background: url(../img/lbd.png)no-repeat center left;
    background-size: 0.06rem 0.06rem;
    font-style: "微软雅黑";
    font-size: 0.26rem;
}
.zzjg img {
    width:100%;
}
.information-list li a {
    color: #393939;
}

.information-list li span {
    float: right;
    color: #959595;
}

div.head > a.tl > p {
display:none;
} 