.condition-offer .search {
    width: 250px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e7e7e7
}

.condition-offer .search .i-text {
    text-indent: 7px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 225px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.condition-offer .search .btn-search {
    cursor: pointer;
    float: right;
    border: 0;
    padding: 0;
    margin: 3px 3px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat -16px -352px;
}

.offer-list .item {
    padding: 20px;
    height: 220px;
    border-bottom: 1px solid #e7e7e7
}

.offer-list .item .img {
    position: relative;
    float: left;
    display: block;
    height: 220px;
    width: 130px;
}

.offer-list .item .img cite {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: url(http://img2.liuxue360.com/img/2020/03/25/17011362_s.png) no-repeat 0 0;
}

.offer-list .item .img img {
    width: 130px;
    height: 220px;
}

.offer-list .item .text {
    width: 680px;
    float: right;
}

.offer-list .item .text .title {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.offer-list .item .text .title a {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.offer-list .item .text .title a:hover {
    color: var(--Colour)
}

.offer-list .item .text p {
    margin-bottom: 10px;
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden
}

.offer-list .item .ul-tag {
    padding: 10px 0;
}

.offer-list .item .ul-info {
    padding-bottom: 20px;
    color: #999;
}

.offer-list .item .ul-info li {
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.offer-list .item .ul-info b {
    color: #666;
}

.offer-list .item .btn-online {
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--Colour);
    color: var(--Colour);
    display: inline-block;
    height: 30px;
    width: 80px;
    font-size: 14px;
}

.offer-list .item .btn-online:hover {
    background: var(--Colour);
    color: #fff;
}

/**文章页**/
.detail {
    padding: 0px;
}

.detail .title h1 {
    padding: 10px 0 20px 0;
    line-height: 40px;
    font-weight: normal;
    font-size: 30px;
    color: #333;
}

.detail .content,
.detail .content p,
.detail .content td,
.detail .content a {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.detail .content {
    margin-bottom: 0;
    padding: 10px 0
}

.detail .content h2 {
    padding: 8px 0;
    font-size: 16px;
}

.detail .content a:link,
.detail .content a:visited {
    color: #34c699;
    text-decoration: underline
}

.detail .content a:hover {
    color: #2aaf86
}

.detail .content tr {
    color: #666;
    background: #f7f7f7;
}

.detail .content tr td {
    text-indent: 20px;
    line-height: 22px;
    padding: 10px 0;
    font-size: 14px;
}

.detail .content .title {
    text-align: left;
    background: #2c2a2a;
    color: #999;
}

.detail .content .title td {
    line-height: 45px;
    padding: 0;
    font-weight: bold;
    font-size: 13px
}

.detail .content img {
    max-width: 100%;
    margin: 0 auto;
}

.detail .ad {
    display: block;
    margin-bottom: 20px;
}

.detail .tips {
    line-height: 30px;
    padding: 15px;
    background: #f5f5f5;
    color: #999;
    margin-top: 20px
}