
.page{
	margin: 40px 0;
    text-align: center;
}
.page .prev {
    padding-right: 10px;
}
.page .select {
    color: #b11f1f;
}
.page a {
    font-size: 20px;
    padding: 0 10px;
    color: #000;
    vertical-align: middle;
}
.page .prev, .page .next {
    width: 20px;
    max-width: 100%;
    vertical-align: middle;
}

.page .next {
    padding-left: 10px;
}

.news-page{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}

.news-page-left{
    width: 60%;
    display: block;
    float: left;
}

.news-left-box{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.news-page-title{
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.news-page-img{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 20px 0;
}

.news-page-p{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: justify;
    color: #4f4f4f;
}

.back{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 30px;
}

.back a:before{
    content: url('../img/index/back-arrow.png');
    padding-right: 5px;
    display: inline-block;
    transition: all .4s ease;
}

.page-prev{
    font-size: 60px;
    position: absolute;
    bottom: 50%;
    left: -20%;
    color: #da4d4d;
}

.page-next{
    font-size: 60px;
    position: absolute;
    bottom: 50%;
    right: -20%;
    color: #da4d4d;
}

.news-page-box{
    width: 40%;
    float: right;
}

.news-page-box li{
    float: none;
}

.news-page-box li:nth-child(even){
    float: none;
}

