.photo_title {
    text-align: center;
    margin-top: 40px;
}

.photo_title ul {
    width: 665px;
    height: 100%;
    margin: auto;
}

.photo_title ul li {
    padding: 7px 8px;
    display: inline-block;
    border-right: 1px solid #999;
}

.photo_title ul li:last-child {
    border: none;
}

.photo_title ul li a {
    padding: 7px 10px;
    font-size: 14px;
    margin: 0px 5px;
}

.photo_title ul li a:hover {
    background-color: #0858a3;
    color: #fff;
}

.lunbo {
    height: 530px;
    margin-top: 37px;
    background-color: #3e3a39;
    opacity: 0.99;
}

.photo {
    margin-top: 50px;
}

.photo .photo_box {
    width: 385px;
    height: 400px;
    background: #fff;
    margin-left: 8px;
    margin-right: 7px;
    float: left;
    margin-bottom: 30px;
}

.photo .photo_box .box_top {
    width: 100%;
    height: 240px;
}

.photo .photo_box .box_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo .photo_box .box_bot {
    padding: 2rem;
}

.photo .photo_box .box_bot .title {
    font-size: 18px;
    color: #333333;
    opacity: 0.99;
    margin-bottom: 2rem;
}

.photo .photo_box .box_bot .date {
    margin-right: 60px;
}

.photo .photo_box .box_bot .box_div {
    font-size: 16px;
    color: #666666;
}

.fenye {
    width: 1200px;
    text-align: center;
    margin: 50px auto 0;
}

.fenye .dede_pages .pagelist li {
    float: none;
    font-size: 17px;
}

.swiper-container {
    width: 100%;
}

.gallery-top {
    width: 100%;
    height: 380px;
}

.gallery-top .swiper-wrapper .swiper-slide .item_box {
    position: relative;
    width: 100%;
}

.gallery-top .swiper-wrapper .swiper-slide .item_box .item {
    position: absolute;
    bottom: 0px;
    left: 0px;
  	right: 0;
    background-color: #3e3a3950;
    opacity: 0.99;
    color: #fff;
    padding-left: 67px;
    padding-top: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
  	height: 5rem;
    overflow: hidden;
}

.gallery-top .swiper-wrapper .swiper-slide .item_box .item .p1 {
    margin-bottom: 18px;
}

.gallery-thumbs {
    height: 120px;
    width: 100%;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 275px !important;
    margin-right: 0px !important;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-top .swiper-wrapper .swiper-slide img {
    height: 380px;
    width: 100%;
    object-fit: cover;
}

.gallery-thumbs .swiper-wrapper {
    display: flex;
    justify-content: space-around;
}
.lunbo .swiper-container {
	margin: 15px auto;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    width: 60px;
    height: 90px;
    background-color: #3e3a39;
    opacity: 0.99;
    color: #fff;
}

.current {
    background: #0858a3;
    color: #fff;
}