﻿/*Contribute*/
.listContribute ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.listContribute ul li {
    padding: 0.8rem 0;
}

.listContribute ul li:first-child {
    flex-grow: 1;
    text-align: left;
}

.listContribute ul li:first-child span {
    background-color: lightskyblue;
    font-size: 1rem;
}

.listContribute ul li:last-child {
    width: 4rem;
    text-align: center;
    font-size: 1rem;
    color: gray;
}

.listContribute a {
    font-size: 1.2rem;
}
/*活动加盟展示*/
.m_ConTitle {
    text-align: center;
    font-size: 1.6rem;
    padding: 1.5rem 0;
    color: orangered;
    font-weight: bold;
}

.m_Basic ul {
    padding: 0.5rem 0;
    background-color: aliceblue;
    border-radius: 0.3rem;
}

.m_Basic ul li {
    padding: 0.7rem;
    font-size: 1.2rem;
    color: #004499;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m_Content {
    line-height: 2.7rem;
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    text-align: justify;
}

.m_Content p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.m_conPic img {
    max-width: 80%;
    margin-top: 0.2rem;
    border-radius: 0.2rem;
}

.m_Pubtime {
    text-align: right;
    color: gainsboro;
    font-size: 1rem;
}
/*Market*/
.smallMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.smallMenu li {
    width: 30%;
    margin: 0.3rem;
    padding: 0.3rem 0;
    text-align: center;
    background-color: lightsalmon;
    border-radius: 0.3rem;
}

.smallMenu li a {
    font-size: 1.2rem;
    color: white;
}

.listMarket {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 96%;
}

.listMarket li {
    line-height: 3rem;
}

.listMarket li:first-child span {
    background-color: lightsalmon;
    color: white;
    display: inline-block;
    line-height: 1.5rem;
    width: 1.6rem;
    text-align: center;
    border-radius: 0.2rem;
    font-size: 1rem;
}

.listMarket li:last-child {
    width: 4.5rem;
    text-align: center;
}
/*Market展示内容图片*/
.tupian {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}

.tupian img {
    width: 80%;
    margin-top: 0.2rem;
}

.marketTitle {
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.5rem 0;
}

.pubTime {
    text-align: center;
    font-size: 1rem;
    border-bottom: 0.1rem solid #f1f1f1;
    line-height: 1.5rem;
}

.content {
    font-size: 1.2rem;
    text-align: justify;
    padding: 0.5rem;
    box-sizing: border-box;
    line-height: 2.5rem;
    color: #333;
    white-space: pre-wrap;
}

.contact {
    width: 80%;
    margin-top: 0.8rem;
}

.contact li {
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #333;
}
.zhiding {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    background-color: red;
    color: white;
    padding: 3px;
    border-radius: 10px;
    margin: 0 3px;
}