.newcd {
    width: 100%;
    height: 82px;
}

.newcds {
    width: 1400px;
    height: 100%;
    margin: auto;
}

.newa {
    width: 160px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #332c2b;
    line-height: 45px;
    margin-top: 36px;
}

.activea {
    border-bottom: 3px solid black;
}

.newcd {
    width: 100%;
    height: 82px;
    border-bottom: 1px solid #d1d0cf;
}

.ntaa {
    display: block;
    width: 100%;
    height: 188px;
    padding-top: 54px;
    padding-bottom: 38px;
    border-bottom: 1px solid #d7d5d5;
}

.newleftimg {
    width: 280px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.newslist {
    width: 1400px;
    margin: auto;
}

.newright {
    width: 1070px;
    height: 100%;
    position: relative;
    float: right;
}

.newbiaoti {
    font-size: 18px;
    color: black;
}

.nixiao {
    font-size: 12px;
    color: #5d5c5c;
    margin-top: 20px;
}

.ntbottomdiv {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.nvimg {
    display: block;
    float: left;
}

.nvspana {
    font-size: 12px;
    color: #5d5c5c;
    line-height: 18px;
    display: inline-block;
    float: left;
    margin-left: 7px;
}

.nvspanb {
    color: #f86162;
    font-size: 12px;
    float: right;
}

.current {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font-size: 15px;
    background: #cdb373;
    line-height: 42px;
    text-align: center;
    margin-right: 4px;
}

.num {
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    position: relative;
    margin-left: 4px;
    text-align: center;
    font-size: 15px;
    margin-right: 4px;
    background: #bbbbbb;
    color: #332c2b;
}

.next {
    width: 94px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 15px;
    background: #332c2b;
    text-align: center;
    color: white;
}

.prev {
    width: 94px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 15px;
    text-align: center;
    color: white;
    background: #332c2b;
}

.pagess {
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0%);
    margin-top: 166px;
    margin-bottom: 231px;
}

.newimgleft {
    display: block;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
}

@media screen and (max-width: 1600px) {
    .newcds {
        width: 87.5%;
    }

    .newslist {
        width: 87.5%;
    }

    .newleftimg {
        width: 20%;
    }

    .newright {
        width: 76.4%;
    }

    .pagess {
        margin-top: 140px;
        margin-bottom: 196px;
    }
}

@media screen and (max-width: 1400px) {
    .pagess {
        margin-top: 120px;
        margin-bottom: 170px;
    }
}

@media screen and (max-width: 1200px) {
    .pagess {
        margin-top: 100px;
        margin-bottom: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .pagess {
        margin-top: 80px;
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 768px) {
    .pagess {
        margin-top: 60px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 450px) {
	.newcds {
	    width: 93%;
	}
	
    .newa {
		font-size: 14px;
		width: 98px;
        margin-top: 16px;
    }

    .newcd {
        height: 62px;
    }

    .newleftimg {
        width: 100%;
    }

    .ntaa {
        height: auto;
        overflow: hidden;
        padding-top: 30px;
    }

    .newright {
        width: 100%;
    }

    .newbiaoti {
        font-size: 16px;
        margin-top: 10px;
    }

    .nixiao {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    .ntbottomdiv {
        bottom: -20px;
    }

    .current {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .num {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .next{
        font-size: 14px;
        height: 30px;
        width: 70px;
        line-height: 30px;
    }

    .prev{
        font-size: 14px;
        height: 30px;
        width: 70px;
        line-height: 30px;
    }

    .pagess {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}