#two-level {
    width: 100%;
    height: 33vh;
}
#two-level img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#two-level-wrap {
    padding: 0;
    width: 100%;
    height: 100%;
}
.two-level-content {
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 20px;
    color: #233446;
    /* overflow: hidden; */
}
.level-one {
    display: flex;
    align-items: center;
}
.level-one a {
    color: #233446;
}

/*hot*/
.topWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 46px;
}
.line {
    border-bottom: 2px solid #10CFF5;
}
.alignCenter {
    align-items: center;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.flexTitle {
    height: 64px;
    font-size: 38px;
    font-weight: 600;
    color: #2D2D2D;
    line-height: 64px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
}
.flexTitle::after {
    content: "";
    display: block;
    width: 79px;
    height: 9px;
    background: #10CFF5;
    margin-top: -9px;
}


.topWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 46px;
}

#meet {
    width: 926px;
    height: 500px;
    cursor: pointer;
    margin: 0;
}

.topRight {
    width: 451px;
    height:500px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.topRight .swiper-slide{
height:237px;
}
.topRight>div {
    cursor: pointer;
    width: 100%;
    height: 500px;
    position: relative;
    transition: transform 0.5s ease 0s;
}
.topRight .swiper-wrapper{
 height: 100%;
}
.topRight .imgWrap{
height:100%;
} 
.topRight>div span {
    display: block;
    padding: 13px 27px;
    width: 100%;
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 31px;
    text-shadow: 2px 1px 4px rgba(0, 46, 97, 0.47);
    bottom: 0px;
    left: 0px;
    position: absolute;
    text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
    background: linear-gradient(180deg, rgba(0, 62, 104, 0) 0%, rgba(0, 62, 104, 0.7) 100%);
}

.topRight>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    height: 100%;
}

#meet .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.flexWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
}

.flexWrap .flex {
    width: 450px;
    height: 493px;
    display: block;
    padding: 0;
transition: transform 0.5s ease 0s;
}
.flexWrap .flex:hover {
   transform: scale(1.04);
}
.leftPic {
    width: 100% !important;
}

.rightContent {
    width: 100% !important;
}

.rightContent .contentTitle {
    height: auto;
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #233446;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
font-weight:600;
}



.rightContent .contentTime {
    height: 26px;
    font-size: 16px;
    font-family: Arial;
    color: #8E8E8E;
    line-height: 26px;
    margin: 17px 0 16px;
}

.flexWrap .flex {
    padding-top: 0px;
    border: none;
}

.rightContent .contents {
    height: auto;
    font-size: 16px;
    font-family: Arial;
    color: #3D3D3D;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.leftPic img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#meet .swiper-slide .imgWrap {
    position: relative;
}

.imgWrap .poi {
    width:100%;
    position: absolute;
    padding-left: 30px;
    padding-bottom: 42px;
    left: 0px;
    bottom: 0px;
    text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
    background: linear-gradient(180deg, rgba(0, 62, 104, 0) 0%, rgba(0, 62, 104, 0.7) 100%);
}
.topRight .imgWrap .poi {
    width:100%;
    position: absolute;
    padding-left: 27px;
    padding-bottom: 14px;
    left: 0px;
    bottom: 0px;
    text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
    background: linear-gradient(180deg, rgba(0, 62, 104, 0) 0%, rgba(0, 62, 104, 0.7) 100%);
}
.poi div:nth-of-type(1) {
padding-right:20px;
    width: 100%;
    font-size: 40px;
    font-family: Arial, Arial;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 45px;
    font-weight: 600;
    text-shadow: 2px 1px 4px rgba(0, 46, 97, 0.47);
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.topRight .poi div:nth-of-type(1) {
font-size: 26px;
line-height: 28px;
}
.poi div:nth-of-type(2) {
margin-top:4px;
    width: 100%;
    font-size: 18px;
    font-family: Arial;
    color: #FFFFFF;
    line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#meet .swiper-pagination-bullet {
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
}

#meet .swiper-pagination-bullet-active {
    background: #0069FB;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}
.flexTitle{
font-size:30px;
}

#meet .swiper-slide .imgWrap {
    height: 100%;
}

/*all*/
.flexWrap .flex:last-of-type {
    border-bottom: 0px solid #D8D8D8;
}
.leftPic {
    width: 462px;
    height: 270px;
    display: flex;
    align-items: center;
}
.leftPic {
    width: 100%;
}



/*更多*/
.flexMore {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 65px;
    height: 28px;
    background: linear-gradient(270deg, #2BE8FF 0%, #0086E3 100%);
    border-radius: 4px;
}

.flexMore a {
    color: #fff;
}

/*list*/
.flexWrap1 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 342px;
    padding: 36px 0px;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
}
.leftPic {
    width: 462px;
    height: 270px;
    display: flex;
    align-items: center;
}
.rightContent {
    padding: 10px 0px;
    width: 893px;
    height: 270px;
}
.rightContent {
    padding: 24px;
    border: 1px solid #C9C9C9;
    border-top: 0px solid #C9C9C9;
    height: 240px;
}
.leftPic img {
    width: 100%;
    height: 100%;
}
.rightContent .contentTitle {
    max-height: 56px;
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #233446;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.rightContent .contentTime {
    height: 26px;
    font-size: 16px;
    font-family: Arial;
    color: #8E8E8E;
    line-height: 26px;
    margin: 10px 0;
}
.rightContent .contents {
    height: 143px;
    font-size: 16px;
    font-family: Arial;
    color: #3D3D3D;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.flexWrap1 .rightContent{border:none!important;}




/*Specials开始*/
.specials {
    margin-top: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.specialsPic {
    width: 433px;
    height: 248px;
    margin-right: 33px;
    margin-bottom: 40px;
}
.specialsPic {
    position: relative;
}
.specialsPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.specialsPicTitle {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 26px;
    font-family: Arial;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
    background: linear-gradient(180deg, rgba(0, 62, 104, 0) 0%, rgba(0, 62, 104, 0.7) 100%);
    text-align: center;
    padding-bottom: 10px;
}


/*Specials结束*/