.buyListU,.addNewsCo {
    padding-top: 4.8em;
}

.buyListU nav, .buyList li {
    margin-bottom: 1.4em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 2em;
}

.buyListU nav a {
    font-size: 1.4em;
    margin-right: 2em;
    padding: 1em 0;
    display: inline-block;
    color: #494949
}

.buyListU nav a.lisNo {
    color: #0082c6;
    border-bottom: 2px solid #0082c6;
}

.buyList li {
    padding: 1em 2em;
}

.buyList li h3 {
    font-size: 1.6em;
    color: #0082c6;
    font-weight: normal;
}

.buyName {
    color: #686868;
    font-size: 1.4em;
    line-height: 2em;
    padding-top: .2em;
}

.buyTime, .conTime {
    margin-top: .2em;
    padding-top: .6em;
    border-top: 1px dashed #f2f2f2;
    color: #989898;
    font-size: 1.4em;
}

.buyTime:after {
    content: "";
    display: block;
    clear: both;
}

.buyTime time, .conTime time {
    float: right
}

.buyTime span {
    position: relative;
    padding-left: 2em;
}

.buyTime span:before {
    content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -.3em;
}

.buyTime span.playY, .buyTime span.jubaoY {
    color: #3ebb8c;
}

.buyTime span.playN, .buyTime span.jubaoL {
    color: #ff5c43;
}

.buyTime span.jubaoN {
    color: red
}

.buyTime span.playY:before {
    background-image: url(../images/yesPlay.png);
}

.buyTime span.playN:before {
    background-image: url(../images/noPlay.png);
}

.buyTime span.jubaoY:before {
    background-image: url(../images/Jbright.png);
}

.buyTime span.jubaoN:before {
    background-image: url(../images/JbNo.png);
}

.buyTime span.jubaoL:before {
    background-image: url(../images/Jbding.png);
}

/*发布信息*/
/**/
.jcInfo, .addCon, .sxInfo, .upImg {
    margin-bottom: 1.4em;
    padding: 0 2em;
}

.jcInfo li, .sxInfo li {
    position: relative;
    line-height: 3em;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.4em;
}

.jcInfo li:last-child, .sxInfo li:last-child {
    border-bottom: 0
}

.jcInfo li i, .sxInfo li i {
    color: #989898
}

.jcInfo li input, .sxInfo li input {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: 0;
    line-height: 3em;
    padding-left: 75px;
    width: 100%
}

.jcInfo li select {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    float: right;
    margin-left: 75px;
    width: 111%;
    padding: .9em 0;
}

.jcInfo li:nth-child(n+2):after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/back.png) no-repeat;
    background-size: auto 100%;
    opacity: .6;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: .8em;
}

.addCon {
    width: 100%;
    padding: .6em 2em;
    height: 12em;
    position: relative;
    font-size: 1.4em;
}

.addCon textarea {
    border: none;
    resize: none;
    width: 100%;
    height: 10em;
    overflow-y:auto;
    line-height: 1.8em;
    color: #494949;
}

.addCon i {
    display: block;
}

.upImg p {
    font-size: 1.4em;
    line-height: 3em;
    border-bottom: 1px solid #f2f2f2;
}

.upImg ul {
    padding: 1em 0;
}

.ImgAdd, .ImgCon li {
    display: inline-block;
    width: 20%;
    position:relative;
}
.ImgAdd:before, .ImgCon li:before {
    content: "";
    display: inline-block;
    padding-bottom: 100%;
    width: .1px;
    float: left
}
.ImgCon li i{
    position:absolute;
    top:0;
    left:0;
    background-color:red ;
    width:2em;
    height:2em;
    border-radius: 50%;
    z-index: 1000;
    cursor:pointer;
    text-align: center;
    line-height: 2em;
}
.ImgCon li i:before{
    content: "\2716";
    font-size:1.4em;
    color:#fff;
}

.ImgAdd:after, .ImgCon li:after, .ImgCon:after {
    content: "";
    display: block;
    clear: both;
}

.ImgCon li {
    float: left
}

.ImgAdd img, .ImgCon li img {
    width: 85%;
    max-height: 85%;
    cursor: pointer;
}
input[name=YImg]{
    display: none;
}
.addTip {
    display: block;
    height: 1.8em;
    font-size: 1.4em;
    color: red;
}

.addNewsBt {
    padding: 1em 2em 1em 2em
}

.addNewsBt span {
    display: inline-block;
    width: 100%;
    background-color: #00a0e9;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    line-height: 3em;
    border-radius: .2em;
}