*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑 !important";
}
/*下载条*/
.downDiv{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,.5);
    padding: 3px 0;
    position: fixed;
    top: 0;
    z-index: 66;
}
.baoContents {
    width: 95%;
    margin: 3px auto;
    overflow: hidden;
}
.tvLogo {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    vertical-align: middle;
}
.tvLogo img {
    width: 80%;
    display: block;
    margin: 3px auto;
}
.floatLefts {
    width: 61%;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: 5px;
}
.showNameTv {
    display: inline-block;
    position: absolute;
    padding-left: 5%;
    line-height: 20px;
    color: #ffffff;
    font-size: 13px !important;
}

.floatRights {
    width: 30%;
    float: right;
    padding-top: 4px;
}
.floatRights a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background: #e46666;
    font-size: 13px !important;
    padding: 8px 0 !important;
}
.deleteSpan {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 20px;
    color: #e46666;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: 11px;
    top: -10px;
}
/*下载条*/
.containerDiv{
    width: 100%;
    margin: auto;
    padding-top: 52px;
}
.topImgs{
    width: 100%;
    margin: auto;
}
.containerDiv img{
    width: 100%;
}
.pTitles{
    width: 95%;
    margin: auto;
    font-size: 22px;
    color: #000000;
    padding: 10px 0;
}
.numPeople{
    width: 95%;
    margin: auto;
    font-size: 13px;
    color: #7E7E7E;
}
.allCons{
    width: 95%;
    margin: auto;
}