* {
    margin: 0;
    padding: 0;
}

input {
    border: none;
    outline: none;
    background: none;
    height: 100%;
    color: #333;
    width: 77%;
    padding-left: 12px;
    font-size: 14px;
}

div[v-cloak]{
    display: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    cursor: pointer;
    color: #999;
    padding: 20px 0;
    font-size: 14px;
    box-sizing: border-box;
}

.iconarrow_right.iconfont {
    font-size: 14px;
}

.filter {
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 12px 30px;
    position: relative;
}

.filter-title {
    width: 72px;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

.search {
    position: absolute;
    bottom: 10px;
    width: 200px;
    right: 20px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    border: 1px solid #333;
    overflow: hidden;
}

.filter-container:not(:last-child) {
    margin-bottom: 10px;
}

.filter-content {
    width: calc(100% - 72px);
}

.filter-items {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    word-break: break-all;
    font-size: 18px;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 10px 10px;
    display: inline-block;
    font-weight: 600;
    color: #666;
}


.filter-items:first-child {
    margin-left: 0;
}

.filter-items:hover {
    border-radius: 4px;
    background-color:#72838F;
    color: #fff;
}

.current.filter-items{
    color: #fff;
    border-radius: 4px;
    background-color: #72838F;
}

.base-info {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.left-img {
    width: 492px;
    height: 328px;
}

.left-img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.right-intro {
    width: calc(100% - 492px);
    padding-left: 30px;
    box-sizing: border-box;
}
.right-intro .title {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.contact-info {
    margin-top: 90px;
    color: #666;
    font-size: 14px;
}

.contact-info > div {
    margin-bottom: 20px;
}

.contact-info .intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 30px;
    color: #666;
    font-size: 14px;
}

.list-container {
    background-color: #fff;
}

.list-items .items {
    width:25%;
    border:1px solid #f8f8f8;
    padding: 10px 15px 0px 15px;
    box-sizing: border-box;
    height: 300px;
}

.items-img {
    width: 100%;
    height: 180px;
}   

.items-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.content {
    padding: 15px 20px;
    box-sizing: border-box;
}

.list-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.list-title:hover {
    color: #72838F;
}
.list-intro {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
}
.iconsearch {
    color: #333;
    font-size: 16px;
    position: absolute;
    right: 15px;
}

.nav {
    background-color: #fff;
    padding: 0 20px;
    height: 80px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-items {
    height: 100%;
    line-height: 80px;
    /* width: 25%; */
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.current.nav-items,
.contact-info .iconfont  {
    color: #72838F;
}

.no-content {
    text-align: center;
    padding: 60px;
    background-color: #fff;
}
.iconclose.iconfont {
    font-size: 100px;
    color: #999;
    vertical-align: middle;
    margin-right: 30px;
}

.no-content-text{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    color: #999;
}

.no-content-text div:first-child {
    font-size: 26px;
    margin-bottom: 10px;
    color: #72838F;
}