/*搜索模块*/
.search-wrapp {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin: 52px 0;
    margin-bottom: 26px;
    border: 1px solid #f1f1f1;
    border-radius: 14px;
    box-shadow: 6px 2px  6px 2px #f1f1f1;
}

.search-wrapp .search-wrapp-input {
    width: 85%;
    text-align: left;
    padding-left: 26px;
    outline:none;
    border: none;
    font-size: 20px;
}

.search-wrapp .el-input,.search-wrapp .el-input input {
    height: 100% !important;
    font-size: 20px;
}

.search-wrapp input:focus {
    border: none;
}

.search-wrapp .search-wrapp-btn {
    width: 10%;
    height: 40px;
    line-height: 40px;
    margin: 8px 22px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: #c90b0d;
    font-weight: 500;
    font-size: 18px;
}

.search-type {
    padding-left: 30px;
    margin-bottom: 26px;
}

.search-type span {
    font-size: 18px;
    cursor: pointer;
    user-select:none;
}

.search-type .active {
    color: #c90b0d;
}

.search-type span:last-child {
    padding-left: 30px;
}

    /*列表形式*/
.listBox img {
    width: 210px;
    height: 118px;
    object-fit: cover;
    border-radius: 3px;
}

.listBox {
    border: 1px solid transparent;
}

.listBox li {
    position: relative;
    height: 200px;
    display: flex;
    border: 1px solid #ededed;
    align-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px !important;
    margin-bottom: 15px;
}

.listBox li:last-child {
    /*border-bottom: none;*/
}

.listBox li > a {
   /* width: 212px;*/
    width: 76%;

    position: relative;
}

.listBox li > div:first-child {
    flex: 3;
}

.listBox li > div:last-child {
    flex: 1;
    text-align: right;
}

.listBox li h2 {
    color: #333;
    width: 100%;
    padding-bottom: 12px;
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 1.2px;
}

.listBox li .card-cloum-text1 {
    margin-left: 4px;
    color: #B4B4B5;
    padding-bottom: 10px;
}

.listBox li .card-cloum-text2 {
    font-size: 14px;
    color: #606068;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listBox li:hover {
    background-color: #F9FCFD;
}

.listBox li:hover .card-cloum-more a {
    color: #b81b22;
    border: 1px solid #b81b22;
}

.listBox li .card-cloum-more {
    position: absolute;
    bottom: -30px;
}

.listBox li .card-cloum-more a {
    border: 1px solid #949494;
    border-radius: 20px;
    line-height: 23px;
    display: inline-block;
    font-size: 13px;
    padding: 0 6px 0 11px;
    color: #949494;
}

.morePage-ul {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.morePage-ul .morePage-li {
    width: 148px;
    height: 36px;
    line-height: 36px;
    color: #7e7e7e;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    user-select: none;
}

.search-wrapper {
    margin: 0 auto;
    padding: 35px;
}

.search-wrapper .el-form-item__label {
    width: 80px !important;
    text-align: left !important;
}

.search-wrapper .el-form-item__content {
    margin-left: 85px !important;
}

.toggle-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}

.toggle-wrapper a {
    font-size: 18px;
}

.toggle-wrapper .line {
    padding: 0 20px;
}

.t-active {
    color: #B81B22;
    border-bottom: 2px solid #B81B22;
    line-height: 30px;
}

.recommend {
    margin-top: 32px;
}

.text-img {
    position: relative;
    width: 384px;
    height: 216px;
    margin-top: 24px;
}

.text-img img {
    width: 100%;
    height: 100%;
}

.bottom-name {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8000) 100%);
}

.bottom-name,.bottom-names {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 40px;
    line-height: 40px;
    padding-left: 19px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.recommend .list {
    width: 100%;
    margin-top: 24px;
}

.recommend .list li {
    padding-top: 16px;
    font-size: 16px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.recommend .list li:nth-child(1) {
    font-size: 18px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #333333;
}

.hotspot {
    padding: 20px 0;
}

.hotspot .list .item {
    padding-top: 24px;
}

.hotspot .list .item .info{
    display: flex;
}

.hotspot .list .item i {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #999999;
    margin-right: 16px;
}

.hotspot .list .item p {
    flex: 1;
    line-height: 22px;
    letter-spacing: 1.5px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}

.hotspot .list .item:nth-child(1) p,.hotspot .list .item:nth-child(2) p,.hotspot .list .item:nth-child(3) p {
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #333333;
}

.hotspot .list .item:nth-child(1) i {
    color: #FF9E37;
}

.hotspot .list .item:nth-child(2) i {
    color: #C3C3C3;
}

.hotspot .list .item:nth-child(3) i {
    color: #C74D00;
}

.one-img {
    position: relative;
    margin: 24px 0;
    width: 384px;
    height: 216px;
}

.one-img img {
    width: 100%;
    height: 100%;
}

.two-img {
    position: relative;
    overflow: hidden;
}

.two-img .item {
    float: left;
    width: 180px;
    height: 102px;
    margin-right: 24px;
    margin-bottom: 54px;
}

.two-img .item:nth-child(even) {
    margin-right: 0;
}

.two-img .item .pic {
    width: 100%;
    height: 100%;
}

.two-img .item .text {
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
