.top {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #B61D22;
    /* z-index: 99; */
}

.top > .logo {
    box-sizing: border-box;
    height: 100%;
    width: 23%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    background: url(.././img/logotop.png) center no-repeat;
    background-position: 0px;
}

.logo-top {
    font-size: 29px;
    color: #333;
}

.logo-bottom {
    font-size: 12px;
    color: #999;
}

.top-option {
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    justify-content: space-evenly;
    float: left;
}

.top-option a {
    color: #333;
}

.top-input {
    height: 100%;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* box-sizing: border-box; */
    position: relative;
}

.top-input > input {
    border: 1px solid #B61D22;
    height: 40px;
    outline: none;
    padding-right: 20%;
    width: 100%;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}

.input-bg {
    position: absolute;
    height: 40px;
    width: 20%;
    background: #B61D22;
    background-image: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnga77fb190763c0e70113bd7e182ac884698b9a301d9f294461d04a99d182793f3);
    background-position: center;
    background-repeat: no-repeat;
}

.main {
    width: 100%;
}

.main-bg-news {
    background: url(.././img/topnews.jpg) center no-repeat;
    background-size: 100% 100%;
    /*width: 100%;*/
    /*height: 300px;*/
    position: relative;
    top: 0;
    z-index: 1;
    left: 50%;
    width: 1920px;
    height: 300px;
    margin-left: -960px;
}

.main-content {
    box-sizing: border-box;
    /*padding: 0px 15%;*/
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.main-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.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 > span {
    font-size: 18px;
}

.main-one {
    width: 100%;
    display: flex;
}

.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: flex-start;*/
}

.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;
    color: #333;
    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%;
}

.main-two {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.main-two-item {
    width: 48%;
    background: #FBFBFB;
    display: flex;
    padding: 10px 0;
    margin-bottom: 20px;
}

.main-two-item-left {
    width: 30%;
    /*background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/f22956fb5a7c458aacffe2031db57d4f_mergeImage.png) left no-repeat;*/
    /* 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%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.main-three-item {
    width: 48%;
    background: #FBFBFB;
    display: flex;
    padding-top: 10px 0;
    /*margin-bottom: 20px;*/
}

.main-three-item-left {
    width: 50%;
    /*background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/f22956fb5a7c458aacffe2031db57d4f_mergeImage.png) left no-repeat;*/
    /* background-size: 100% 100%; */
    height: 200px;
    margin-left: 10px;
}

.main-three-item-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 10px;
}

.main-three-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-three-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: 30%;
}

.main-three-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-three-item-right > .time {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}


.main-four-right {
    box-sizing: border-box;
    /*padding-left: 2%;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;;
}

.main-four-right-item {
    display: flex;
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 24px;
    margin-bottom: 25px;
    width: 48%;
}

.item-time-four {
    width: 85%;
}

.item-time-four > 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;
    width: 90%;
}

.item-time-four > 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-four-right {
    width: 15%;
}

.bottom {
    width: 100%;
    position: relative;
    /*padding: 40px 15%;*/
    padding-top: 30px;
    box-sizing: border-box;
    background: #F7F7F7;
    border-top: 2px solid red;
}

.bottom-content {
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.bottom-title {
    text-align: center;
    display: flex;
    justify-content: center;
}

.bottom-title > .logo {
    width: 260px;
    padding-left: 40px;
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngc84e81ef9fd952b8b4c0efbfc778864cdacf92e409aca09e6b976b4fcd0289a4) center no-repeat;
    background-position: 0px;
}

.bottom-title > .logo > .logo-bottom {
    color: #333;
}

.bottom-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.bottom-info-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #333;
}

.bottom-info-item > p {
    font-size: 20px;
    height: 28px;
}

.bottom-href {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.bottom-href-item {
    width: 22%;
    background: #d8d8d8;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.bottom-href-item > p {
    font-size: 14px;
}

.bottom-border {
    width: 100%;
    height: 1px;
    background: #979797;
    margin-top: 40px;
}

.bottom-item {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #333;
    margin-top: 40px;
    font-size: 12px;
}

.bottom-item > div {
    display: flex;
    padding: 0 30px;
}

.bottom-item > div > img {
    padding-right: 5px;
}

.main-bg-news2 {
    background: url(.././img/news2.jpg) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
}


