
@media screen and (max-width: 2560px) {
    .nav {
        display: flex;
        padding: 40px 0 50px;
        margin: 0 auto;
        width: 1550px;
        border-bottom: solid 1px #9e7b4b;
        font-size: 36px;
        color: #101010;
    }
    .eventReview {
        width: 1550px;
        height: 100%;
        margin: 20px auto 0;
    }

    .max-w {
        width: 1550px;
    }
}
@media screen and (max-width: 1920px) {

    .max-w {
        width: 1550px;
    }
    .nav {
        display: flex;
        padding: 40px 0 50px;
        margin: 0 auto;
        width: 1550px;
        border-bottom: solid 1px #9e7b4b;
        font-size: 36px;
        color: #101010;
    }
    .eventReview {
        width: 1550px;
        height: 100%;
        margin: 20px auto 0;
    }

}
@media screen and (max-width: 1440px) {
    .max-w {
        width: 1250px;
    }
    .nav {
        display: flex;
        padding: 40px 0 50px;
        margin: 0 auto;
        width: 1250px;
        border-bottom: solid 1px #9e7b4b;
        font-size: 36px;
        color: #101010;
    }

    .eventReview {
        width: 1250px;
        height: 100%;
        margin: 20px auto 0;
    }
}




.nav > .nav-item {
    position: relative;
    margin-right: 120px;
    display: flex;
    align-items: center;
    color: #101010;
    outline: none;
    text-decoration: none;
}
.nav > .nav-item.active {
    color:#9e7b4b;
    font-weight: bold;
}
.nav > .nav-item .nav-item-txt {
    flex: 1;
}
.nav > .nav-item .decorate {
    flex: none;
    position: absolute;
    right: -80px;
}
.nav > .nav-item.active::before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -20px;
    border-bottom: solid 4px #9e7b4b;
}


.eventReview > .eventReview-list {
        display: flex;
        flex-wrap: wrap;
    }
.eventReview > .eventReview-list > .eventReview-list-item {
    /*flex: 0 0 32%;*/
	width: calc(33.3% - 20px);
    margin-top: 30px;
  	cursor: pointer;
}

.eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-imgBox {
        overflow: hidden;
    }
    .eventReview > .eventReview-list > .eventReview-list-item:hover .eventReview-list-item-imgBox .eventReview-list-item-imgBox-img {
        transform: scale(1.1);
    }
    .eventReview > .eventReview-list > .eventReview-list-item:hover .eventReview-list-item-info .eventReview-list-item-info-tit {
        color: #9e7b4b;
    }
    .eventReview > .eventReview-list > .eventReview-list-item:hover .eventReview-list-item-info .eventReview-list-item-info-time .eventReview-list-item-info-time-decorateLine {
        transform: translateX(-10px) scale(1.01);
    }

    .eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-imgBox > .eventReview-list-item-imgBox-img {
        display: block;
        width: 100%;
        height: 313px;
        transition: all ease 1s;
    }
.eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-info {
    flex: 1;
    background: #fff;
    padding: 25px 0px 15px;
    border: solid 1px #bbb;
    border-top: none;
    font-size: 20px;
}
.eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-info > .eventReview-list-item-info-tit {
    margin-left: 30px;
  	margin-right: 30px;
   	height: 35px;
    font-size: 26px;
  	color: #101010;
}
.eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-info > .eventReview-list-item-info-text {
    margin: 15px 30px 0;
  	height: 52px;
    font-size: 20px;
    color: #666;
}
.eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-info > .eventReview-list-item-info-time {
    border-top: solid 1px #e0e0e0;
    margin-top: 20px;
  	padding: 20px 30px 0;
  	height: 49px;
  	box-sizing: border-box;
    font-size: 20px;
    color: #666;
}
.eventReview > .eventReview-list > .eventReview-list-item > .eventReview-list-item-info > .eventReview-list-item-info-time > .eventReview-list-item-info-time-decorateLine {
    float: right;
    width: 55px;
    transition: transform .5s;
}


.min-w {
    /*min-width: 1250px;*/
}
.w-full {
    width: 100%;
}
.m-auto {
    margin: auto;
    box-sizing: border-box;
}
.devui-layout {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 2560px) {
  .eventReview > .eventReview-list > .eventReview-list-item:not(:nth-child(3n)) {
    margin-right: 30px;
}
    .nav {
        display: flex;
        padding: 40px 0 50px;
        margin: 0 auto;
        width: 1550px;
        border-bottom: solid 1px #9e7b4b;
        font-size: 36px;
        color: #101010;
    }
    .eventPreview {
        width: 1550px;
        height: 100%;
        margin: 0px auto;
    }

    .max-w {
        width: 1550px;
    }
}
@media screen and (max-width: 1920px) {
  .eventReview > .eventReview-list > .eventReview-list-item:not(:nth-child(3n)) {
    margin-right: 30px;
}

    .max-w {
        width: 1550px;
    }
    .nav {
        display: flex;
        padding: 40px 0 50px;
        margin: 0 auto;
        width: 1550px;
        border-bottom: solid 1px #9e7b4b;
        font-size: 36px;
        color: #101010;
    }
    .eventPreview {
        width: 1550px;
        height: 100%;
        margin: 0 auto;
    }

}
@media screen and (max-width: 1440px) {
  .eventReview > .eventReview-list > .eventReview-list-item:not(:nth-child(3n)) {
    margin-right: 25px;
}
    .max-w {
        width: 1250px;
    }
    .nav {
        display: flex;
        padding: 40px 0 50px;
        margin: 0 auto;
        width: 1250px;
        border-bottom: solid 1px #9e7b4b;
        font-size: 36px;
        color: #101010;
    }

    .eventPreview {
        width: 1250px;
        height: 100%;
        margin: 0 auto;
    }
}

.eventPreview > .eventPreview-item {
    margin-top: 50px;
    display: flex;
    cursor: pointer;
}
.eventPreview > .eventPreview-item > .eventPreview-item-img {
    display: block;
    width: 608px;
    height: 345px;
 	object-fit: cover;
}
.eventPreview > .eventPreview-item > .eventPreview-item-info {
    flex: 1;
    background: #fff;
    padding: 20px 85px;
    border: solid 1px #9e7b4b;
    border-left: none;
    font-size: 20px;
  	color: #101010;
}
.eventPreview > .eventPreview-item > .eventPreview-item-info > .eventPreview-item-info-tit {
    font-size: 30px;
    font-weight: bold;
}
.eventPreview > .eventPreview-item > .eventPreview-item-info > .eventPreview-item-info-li {
    margin-top: 20px;
  	display: flex;
}
 .eventPreview > .eventPreview-item > .eventPreview-item-info > .eventPreview-item-info-li > .eventPreview-item-info-li-label {
        flex: none;
    }
.eventPreview > .eventPreview-item > .eventPreview-item-info > .eventPreview-item-info-li > .eventPreview-item-info-li-val {
    margin-left: 10px;
    color: #9e7b4b;
}
.eventPreview > .eventPreview-item > .eventPreview-item-info > .eventPreview-item-info-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 6px 20px;
    font-size: 18px;
    color: #9e7b4b;
    background: url("../img/btn.png") no-repeat;
    background-size: 100% 100%;
}

.pagination {
    padding: 50px 15px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-total {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    margin-right: 15px;
    font-weight: 400;
    color: #101010;
}
.pagination-btnPrev {
    margin-right: 20px;
    cursor: pointer;
}
.pagination-btnPrev-icon {
    width: 10px;
    height: 10px;
}
.pagination-pager {
}
.pagination-pager-number {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    /*background-color: #e6e6e6;*/
    text-align: center;
    cursor: pointer;
}
.pagination-pager-number.more {
    margin-right: 15px;
}
.pagination-btnNext {
    margin-right: 20px;
    cursor: pointer;
}
.pagination-btnNext-icon {
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
}
.act {
    background-color: #9e7b4b;
    color: #fff;
}
.pagination-jump {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-jump-editor {
    margin: 0 5px;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-jump-editor-inputInner {
    width: 46px;
    height: 30px;
    line-height: 30px;
    background-color: #e8e1d8;
    color: #101010;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    text-align: center;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    outline: 0;
}
@media screen and (max-width: 1500px){  /*屏幕小于1500  越小设置宽度越大*/
    .g-padding-x {
        padding: 0 32px;
    }
}