.pltbrt.min-height {
    min-height: calc(100% - 121px);
}

.pltbrt .banner {
    height: 314px;
    overflow: hidden;
    position: relative;
    color: #47698e;
}

.pltbrt .banner .center {
    position: relative;
    z-index: 2;
    width: 999px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #14476b;

}

.pltbrt .banner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #59add2;

}

.pltbrt .banner .bg > img {
    width: 100%;
    height: 100%;
    filter: blur(36px);
    opacity: 0.9;
    transform: scale(1.2);
}

.pltbrt .text-center {
    text-align: center;
}

.pltbrt .banner .center {
    overflow: hidden;
}

.pltbrt .banner .depimg {
    /*margin-top: 67px;*/
}

.pltbrt .banner .depimg img {
    display: inline-block;
    border-radius: 50%;
    width: 108px;
    height: 108px;
}

.pltbrt .banner .depname {
    font-size: 26px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 8px;
}

.pltbrt .postnum {
    font-size: 16px;
}

.pltbrt .list-box {
    position: relative;
}

.pltbrt .copy-right {
    font-size: 12px;
    line-height: 16px;
    color: #b9b9b9;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 1px;
}
.pltbrt .copy-right a{
    color: #b9b9b9;
    text-decoration: none;
}
.pltbrt .copy-right img{
    display: inherit;
    margin-top: -1px;
    vertical-align: middle;
    border: 0;
}
.pltbrt .copy-right a:hover{
    color: #b9b9b9;
    text-decoration: underline;
}
/*ie9 hack*/
.banner .center {
    display: block \9;
}

.matrix .bottom {
    display: block \9;
    overflow: hidden \9;
    text-align: center \9;
}

.banner .depimg {
    display: block \9;
    overflow: hidden \9;
    margin-top: 67px \9;
}

.img-none {
    position: absolute;
    top: 449px;
    left: 50%;
    margin-left: -172.5px;
}



.list-box {
    width: 999px;
    margin: 0 auto;
    margin-top: 9px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
}

.list-box>div {
    width: 243px;
    height: 240px;
    margin-bottom: 13px;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    margin-right: 9px;
}

.list-box>div:nth-child(4n) {
    margin-right: 0;
}

.copy-right {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #b9b9b9;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 1px;
}
.copy-right a{
    color: #b9b9b9;
    text-decoration: none;
}
.copy-right img{
    display: inherit;
    margin-top: -1px;
    vertical-align: middle;
    border: 0;
}
.copy-right a:hover{
    color: #b9b9b9;
    text-decoration: underline;
}