
/* 头部logo展示替换 */

.defultLogo {
    display: none;
}

.oneLogo {
    display: block;
}

.wrapper {
    width: 100%;
    padding: 20px calc((100% - 1302px)/2) 50px;
    background: url("./background.png") repeat center center;
    position: relative;
}

.local {
    font-size: 14px;
    margin: 0 20px;
    border-bottom: 1px solid #e6e6e8;
    padding-bottom: 20px;
}

.local .colorBlack{
    color: #000 !important;
}

.menus {
    height: 200px;
    padding: 0 20px 20px;
}

.center-chufang-nav span {
    padding-top: 2%;
    font-size: 14px;
}

.w-95 {
    margin-top: 2%;
    width: 95%;
}

.w-95 li {
    cursor: pointer;
}

.w-5 {
    width: 5%;
}

.pull-left {
    float: left;
}

.center-chufang-nav ul li {
    float: left;
    padding-top: 1.5%;
    margin-right: 20px;
    font-size: 14px;

}

.center-chufang-nav ul .active {
    background: #079bff !important;
    font-size: 14px;
    color: #fff;

}

.center-chufang-nav ul li {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
}

.up-down-box {
    margin-top: 20px;
    margin-bottom: 30px;
}

.txt-cen {
    text-align: center;
}

.dis-ib {
    display: inline-block;
}

.update {
    width: 250px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.mr100 {
    margin-right: 100px;
}

.activity-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.list {
    background: #fff;
    width: 600px;
    height: 176px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-sizing: content-box;
}

.left-new-img {
    width: 240px;
}

.left-new-img img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.text {
    width: 350px;
    height: 30px;
    font-size: 16px;
}

.list-head {
    font-weight: 900;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-text {
    font-size: 14px;
    line-height: 26px;
    padding: 26px 0px 30px;
}

.text-botton {
    color: #005bc9;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}

.date {
    color: #b2b3b4;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.img-date {
    display: inline-block;
    position: relative;
    bottom: -1px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clearfix {
    clear: both;
}

.link {
    padding: 6px 0 17px;
    border-bottom: 1px solid #e8e6e6;
    margin-bottom: 15px;
    font-size: 16px;
    color: #005bc9;
    display: inline-block;
}

.videoList {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.img-link-list {
    float: left;
    width: 400px;
    margin-right: 31px;
    margin-bottom: 30px;
    position: relative;
}

.img-link-list .choose-box {
    bottom: auto;
    top: 170px;
}

.img-link-list .img {
    height: 230px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.img-link-list img {
    width: 100%;
    min-height: 100%;
}

.choose-box {
    width: 60px;
    height: 60px;
    background: url(https://rs.kpcq.org.cn/uploads/images/2019/07/16/1563263927153.png) no-repeat center;
    position: absolute;
    right: -0.4px;
    bottom: -2px;
    z-index: 20;
}

.img-link-list.active .choose-box {
    display: block;
    background: url(https://rs.kpcq.org.cn/uploads/images/2019/07/16/1563263885152.png) no-repeat center;
}

.img-link-list p {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.videoList .img-link-list:nth-child(3n) {
    margin-right: 0px;
}

.txt-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt10 {
    margin-top: 10px;
}

.video-pr {
    position: relative;
}

.subTit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    padding-left: 5%;
    line-height: 30px;
    background: rgba(0, 0, 0, .4);
    color: #FFF;
    font-size: 14px;
    text-align: left !important;
}

.errormsg {
    display: none;
    color:#e60012;
    font-size: 14px;
    text-align: center;
}

/* 下载进度 */
.progress-container {
    margin-top: 20px;
    display: none;
    position: absolute;
    top: 21%;
    left: calc(50% - 125px);
}
.progress-bar {
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}
.progress {
    height: 100%;
    background-color: #079BFF;
    width: 0%;
    transition: width 0.3s;
}
.progress-text {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}


/* 分页开始 */
.pagination {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
   
}

.pagination-center {
    display: inline-block;
    margin: 20px;
    display: flex;
    justify-content: center;
}

.pagination-center a {
    display: block;
    cursor: pointer;
}


.pagination-center .no {
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    color: #000;
    margin: 0 4px;
}

.pagination-center a.no:hover {
    background: #DDD;
}

.pagination-center a.pn:hover {
    background: #DDD;
}

.pagination-center .active {
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 4px;
    color: #FFF;
    background: #1764CE;
}

.pagination-center .pn {
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    color: #000;
}
/* 分页结束 */


.disNone {
    display: none;
}

.maxWidth {
width: 100% !important;
}


@media screen and (max-width: 768px) {
    html {
        transform-origin: top left;
        transform: scale(var(--scale-factor));
        width: 100vw;
        height: 100vh;
        overflow-x: hidden;
        box-sizing: border-box;
    }
}