.on {
    display: block !important;
}

.dzListCon .m_tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.tabCon {
    min-height: 400px;
    margin-bottom: 30px;
    border-top: 2px solid #bc2729;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 30px 25px 0 25px;
    width: 900px;
    margin-left: 290px;
}

.tabTitle {
    height: 50px;
}

.tabTitle > li {
    width: 20%;
    float: left;
    border-right: 2px solid #fff;
    position: relative;
}

.tabTitle > li .imgA,.tabTitle > li .imgB {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.tabTitle > li .imgA {
    display: none;
}

.tabTitle > li > a {
    background: #e6e6e6;
    display: block;
    text-align: center;
    color: #bc2729;
    padding: 9px 0;
    font-size: 18px;
}

.tabTitle > li > a span {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
}

.tabTitle > li > .active,.tabTitle > li > a:hover {
    color: #ffffff;
    background: #bc2729;
}

.tabTitle > li > .active .imgB,.tabTitle > li > a:hover .imgB {
    display: none;
}

.tabTitle > li > .active .imgA,.tabTitle > li > a:hover .imgA {
    display: inline-block;
}

.tabTitle > li ul {
    width: 100%;
    padding: 5px 0;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #ADADAD;
    -webkit-box-shadow: 2px 2px 5px #ADADAD;
    box-shadow: 2px 2px 5px #ADADAD;
    display: none;
    z-index: 10;
}

.tabTitle > li ul a {
    display: block;
    color: #333;
    padding: 10px;
}

.tabTitle > li ul a:hover {
    color: #ffffff;
    background: #f13a3a;
}

.tabContent {
    padding-top: 30px;
    min-height: 200px;
}

.dzList_video {
    overflow: hidden;
    height: auto;
}

.dzList_video .imgCon {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.dzList_video img {
    display: block;
    width: 100%;
}

.dzList_video .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 60px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f000000,0,endColorstr=#5f000000,0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dzList_video a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.dzList_video a:hover {
    opacity: 0.7;
}

.dzList_video .icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}

.dzList_word li {
    position: relative;
    padding-left: 15px;
    padding-right: 100px;
}

.dzList_word a {
    height: 34px;
    line-height: 34px;
}

.dzList_word .link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.dzList_word .link:hover {
    color: #bc2729;
}

.dzList_word .time {
    position: absolute;
    right: 0;
    top: 0;
}

.dzList_word .icon {
    display: block;
    width: 7px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.dzList_software {
    line-height: 34px;
}

.dzList_software li {
    overflow: hidden;
}

.dzList_software .linkCon {
    position: relative;
    float: left;
    padding-left: 15px;
    width: 700px;
}

.dzList_software .icon {
    display: block;
    width: 7px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.dzList_software .link {
    height: 34px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.dzList_software .fun {
    width: 350px;
    float: right;
    overflow: hidden;
}

.dzList_software .fun .dianzan,.dzList_software .fun .shoucang,.dzList_software .fun .fengxiang {
    width: 80px;
    float: left;
    cursor: pointer;
}

.dzList_software .fun .time {
    width: 100px;
    float: right;
}

.dzList_software .fun .txt {
    display: block;
    margin-left: 25px;
}

.dzList_software .fun .imgA,.dzList_software .fun .imgB {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 7px;
}

.dzList_software .fun .red .imgB {
    display: none;
}

.dzList_software .fun .red .imgA {
    display: block;
}

.dzList_software .fun .active .imgB {
    display: block;
}

.dzList_software .fun .active .imgA {
    display: none;
}

.isIE8 .tabTitle > li ul {
    border: 1px solid #ddd;
    border-top: none;
}

@media (max-width: 1200px) and (min-width:768px) {
    .container {
        width:1200px;
    }
}

@media (max-width: 767px) {
    .content {
        padding:0;
        background: #f7f7f7;
    }

    .tabCon {
        background: #fff;
        padding: 0.1rem 0.05rem;
        width: 100%;
        margin-left: 0px;
    }

    .dzListCon .m_tit {
        font-size: 0.14rem;
        color: #bc2729;
        word-wrap: break-word;
        width: 2.9rem;
    }

    .tabContent {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .tabTitle {
        height: 0.5rem;
    }

    .tabTitle > li > a {
        padding: 0.05rem 0;
    }

    .tabTitle > li > a span {
        font-size: 0.14rem;
    }

    .tabTitle > li .imgA,.tabTitle > li .imgB {
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0;
    }

    .tabTitle > li ul {
        width: 1.5rem;
        top: 0.5rem;
    }

    .tabTitle > li > a span {
        display: block;
        height: 0.16rem;
        line-height: 0.16rem;
    }

    .dzList_video .imgCon {
        height: 1.4rem;
        margin-bottom: 0.15rem;
    }

    .dzList_video .text {
        height: 0.24rem;
        line-height: 0.24rem;
        padding-left: 0.05rem;
        padding-right: 0.2rem;
    }

    .dzList_video a {
        font-size: 0.12rem;
    }

    .dzList_video .icon {
        width: 0.12rem;
        height: 0.12rem;
        margin-top: -0.055rem;
        right: 0.05rem;
    }

    .dzList_word .time,.dzList_word .link {
        height: 0.24rem;
        line-height: 0.24rem;
        font-size: 0.12rem;
    }

    .dzList_software {
        line-height: 0.24rem;
        font-size: 0.12rem;
    }

    .dzList_software li {
        padding: 0.05rem 0;
        border-bottom: 1px dashed #ddd;
    }

    .dzList_software .linkCon {
        width: 100%;
        float: none;
        padding-left: 0.15rem;
    }

    .dzList_software .link {
        height: 0.24rem;
        line-height: 0.24rem;
    }

    .dzList_software .icon {
        width: 0.065rem;
        height: 0.075rem;
    }

    .dzList_software .fun {
        float: none;
        width: 100%;
        padding-left: 0.15rem;
    }

    .dzList_software .fun .imgA,.dzList_software .fun .imgB {
        width: 0.1rem;
        height: 0.1rem;
        margin-top: 0.07rem;
    }

    .dzList_software .fun .txt {
        margin-left: 0.15rem;
    }

    .dzList_software .fun .dianzan,.dzList_software .fun .shoucang,.dzList_software .fun .fengxiang {
        width: 0.4rem;
    }
}

@media (max-width: 540px) {
    .dzList_video .col-xs-6 {
        padding-left:0.025rem;
        padding-right: 0.025rem;
    }

    .dzList_video .imgCon {
        height: 1.2rem;
    }
}

@media (max-width: 420px) {
    .dzList_video .imgCon {
        height:1rem;
    }
}
<!--ºÄÊ±1751467239.5554Ãë-->