﻿p {
    line-height: 1.5em;
}

.photoDiv {
    width: 705px;
    height: 500px;
    float: left;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

    .swiper-container .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
    }

    .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
    }

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}


.navigation .content .nav2 .item {
    font-size: 16px;
}
.navigation .content .nav2 a:first-child .item {
    background: var(--main-bg);
    color: #fff;
}
.navigation .content .nav2 a:hover{
    text-decoration:none;
}