.top {
    background: #B61D22;

    width: 100%;
    height: 100px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #B61D22;
    /* z-index: 99; */
}

.header {
    width: calc(100% - 520px);
    min-width: 1200px;
    /* position: relative; */
}

.top > logo > logo-top, .logo-bottom {
    color: white;
}

.logo-top {
    font-size: 27px;
    color: white;
}

.top-option a {
    color: #fff;
    /* font-weight: bold; */
}

.top-input > input {
    background: rgba(0, 0, 0, 0.1);

}

.top-input > .input-bg {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(.././img/topfind.png);
    background-position: center;
    background-repeat: no-repeat;
}

.option-top {
    border-bottom: 10px solid #fff;
    left: calc(15% + 578px + ((70% - 1008px) / 8) * 5);;
}

.top-option > .option-active:hover .option-info {
    border-top: 2px solid #fff;
}

.dang-main {
    width: 100%;
}

.dang-main-bg {
    background: url(.././img/dang.jpg) center no-repeat;
    /*width: 100%;*/
    /*height: 500px;*/
    /*background-size: 100% 100%;*/
    position: relative;
    top: 0;
    z-index: 1;
    left: 50%;
    width: 1920px;
    height: 500px;
    margin-left: -960px;
}

.dang-main-content {
    box-sizing: border-box;
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.main-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.main-title > p {
    font-size: 24px;
    padding-left: 20px;
    position: relative;
}

.main-title > p::before {
    position: absolute;
    content: '';
    height: 24px;
    width: 4px;
    background: #B61D22;
    left: 0;
    top: calc(50% - 12px);
}

/*.main-title > a {
    font-size: 18px;
    color: #333;
}*/
.main-one {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.main-one-left, .main-one-right {
    width: 50%;
}

.main-one-left {
    /* background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/66adcce9ecd0498d81885ec02c2f3843_mergeImage.png) center no-repeat;
    background-size: 100% 100%; */
    height: 460px;
    /*min-width: 650px;*/
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide p {
    position: absolute;
    /* display: block; */
    height: 44px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    line-height: 44px;
    bottom: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    padding-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-slide p span {

}

.main-one-right {
    box-sizing: border-box;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.main-one-right-item {
    display: flex;
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main-one-right :nth-last-child(1) {
    border: none;
}

.item-time {
    width: 15%;
}

.item-time > p {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.item-time > span {
    font-size: 12px;
    color: #999;
    line-height: 17px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.item-right {
    width: 85%;
}

.item-right > span {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main-two {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.main-two-item {
    width: 48%;
    background: #FBFBFB;
    display: flex;
    padding: 10px 0;
    margin-bottom: 20px;
}

.main-two-item-left {
    width: 30%;
    /* background-size: 100% 100%; */
    height: 120px;
    margin-left: 10px;
}

.main-two-item-right {
    width: 70%;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
}

.main-two-item-right > p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    height: 20%;
}

.main-two-item-right > span {
    font-size: 12px;
    color: #666;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60%;
}

.main-two-item-right > span > span {
    font-size: 12px;
    color: #666;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main-two-item-right > .time {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.main-three {
    width: 100%;
    box-sizing: border-box;
    /*padding: 100px 15%;*/
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 100px 0;*/
}

.main-three-item {
    width: 32%;
    background: #fff;
    margin-bottom: 50px;
}

.main-three-item-bg {
    width: 440px;
    height: 320px;
    /*background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/dfce995b1d2f49f8aa3098903c81137d_mergeImage.png) center no-repeat;*/
}

.main-three-item-title {
    color: #2B2C2D;
    font-size: 18px;
    margin: 20px 0 15px 0;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.main-three-item-info {
    color: #666;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main-three-item-info-span {
    color: #666;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bottom .logo-top {
    color: #B61D22;
}
