/*广告区*/
.expo-ads{
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.expo-ads-box{
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    border-radius: 4px;
    position: relative;
}
.expo-ads-item{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.expo-ads-box img{
    width: 100%;
    height: auto;
    /*border-radius: 4px;*/
}
.expo-ads-box span {
    display: inline-block;
    padding: 0 3px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.2);
}

.expo-main{
    width: calc(100% - 160px);
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.expo-banner{
    width: 100%;
    height: auto;
    min-height: 200px;
    /*background: red;*/
    margin-top: 20px;
}
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-item {
    flex: 0 0 32%;
    float: left;
    /*box-sizing: border-box;*/
    box-sizing: unset;
    padding-right: 2%;
}
/*.carousel-item:nth-child(2){*/
    /*padding: 0 1.4%;*/
/*}*/
.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: 1px solid #fff;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 50%;
}
.carousel-prev {
    left: 10px;
}
.carousel-next {
    right: 10px;
}
.carousel-prev:hover,
.carousel-next:hover{
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.expo-nav-title{
    width: 100%;
    min-height: 24px;
    height: auto;
    margin-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.expo-nav-title a{
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    color: #333;
}
.expo-nav-title a.font-bold{
    font-weight: bold;
    cursor: default;
}
.expo-nav-title a:hover,
.expo-nav-title a.active{
    font-weight: bold;
}


.expo-box {
    width: 100%;
    margin-top: 10px;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(5, 1fr)
}
.expo-box-empty{
    grid-template-columns: none;
}
.expo-box-list {
    overflow: hidden;
    margin-bottom: 20px;
}
.expo-box-list .box-list-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: unset;
    aspect-ratio: 16 / 9;
    background: #fff;
}
.expo-box-list .box-list-img em.expo-type-label{
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    /* border: 1px solid rgba(255, 255, 255, .2); */
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    min-width: 24px !important;
    width: auto !important;
    padding: 0 8px !important;
}
.expo-box-list .box-list-img img {
    width: 100%;
    height: unset;
}
.box-list-img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));
    display: none;
}
.box-list-img:hover .box-list-img-cover {
    display: block;
}
.box-list-img .honor-button {
    position: absolute;
    height: 20px;
    padding: 2px;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.article-type-label {
    position: absolute;
    left: 10px;
    bottom: 10px;
    /*padding: 3px 8px;*/
    font-size: 12px;
    color: #fff;
    border-radius: 12px;
    background-color: rgba(0,0,0,.5);
    width: auto!important;
    min-width: 24px!important;
    padding: 0 8px;
}
.main-content-list-box img {
    width: 100%;
    height: 100%;
    vertical-align:top;
    margin: 0 0 0 0;
    line-height: unset;
}
.box-list-info {
    width: 100%;
    margin-top: 10px;
    padding: 0;
}
.box-list-info-title {
    display: flex;
    justify-content: space-between;
}
.box-list-info-title-text {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-content-links:hover {
    color: #b40a0a;
    text-decoration: underline;
}
.box-list-info-user {
    margin-top: 10px;
    height: auto;
    line-height: unset;
}
.box-list-info-user a {
    display: flex;
    align-items: center;
}
.box-list-info-user-portrait {
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.box-list-info-user-id {
    color: #666;
    font-size: 12px;
    margin-left: 8px;
    height: unset!important;
    line-height: unset!important;
}
.box-list-info-user .show-info-name{
    display: flex;
    justify-content: space-between;
}
.box-list-info-user .show-info-name a{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
}
.box-list-info-user .show-info-name a .box-list-info-user-portrait{
    float: left;
}
.box-list-info-user .show-info-name a.overflow-unset{
    overflow: unset;
}
.box-list-info-user .show-info-name a span{
    display: inline-block;
    height: 20px!important;
    line-height: 20px!important;
}
.show-info-name img{
    margin: 0;
    width: 20px;
    height: 20px;
    float: left;
}
.box-list-info-user span{
    height: 24px;
    line-height: 24px;
}

.expo-cooperate-title{
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}
.expo-cooperate {
    width: 100%;
    margin-top: 10px;
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(5, 1fr)
}
.expo-cooperate-list {
    overflow: hidden;
    margin-bottom: 20px;
}
.expo-cooperate-list img {
    width: 100%;
    height: auto;
}