.clear {
    clear: both;
}

button:hover {
    cursor: pointer;
}

.contwycx {
    width: 100%;
}

.contwycx h2 {
    width: 100%;
    border-bottom: 1px solid #CECECE;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 55px;
    height: 55px;
    position: relative;
}

.contwycx h2 span {
    display: inline-block;
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    height: 55px;
    background: url(/jixi/xhtml/old/images/zmhd/wyly/bottombg.png) no-repeat bottom left;
}

.contwycx .wycxlist {
    width: 100%;
}

.contwycx .wycxlist li {
    width: 100%;
    padding: 25px 1%;
    /* height: auto; */
}

.contwycx .wycxlist li .lileft {
    width: 100%;
    float: left;
    padding: 10px 10px;
    position: relative;
    box-sizing: border-box;
}

.contwycx .wycxlist li .lileft .quanbu {
    position: absolute;
    bottom: 15px;
    right: 320px;
    color: #005293;
}

.contwycx .wycxlist li .lileft .lititle {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.contwycx .wycxlist li .lileft .lititle h3 {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    float: left;
    margin-right: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.contwycx .wycxlist li .lileft .lititle h3 img {
    margin-right: 10px;
}

.contwycx .wycxlist li .lileft .lititle h3 a {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contwycx .wycxlist li .lileft .lititle span {
    display: inline-block;
    float: right;
}

.contwycx .wycxlist li .lileft p {
    width: 100%;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 27px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contwycx .wycxlist li .lileft p a {
    color: #005293;
}

.contwycx .wycxlist li .liright {
    float: right;
    width: 10%;
    text-align: right;
}

.contwycx .wycxlist li .liright button {
    width: 99px;
    height: 33px;
    background: #DEEBFB;
    border-radius: 16px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #396EA0;
    border: none;
}

.contwycx .wycxlist li .jxing {
    margin-top: 40px;
}

.contwycx .wycxlist li .js {
    margin-top: 20px;
}

.contwycx .wycxlist li .js .jgfk {
    background: #6599CB;
    color: white;
}

.contwycx .wycxlist li .js .yjs {
    background: #DCDCDC;
    color: white;
    margin-top: 10px;
}

.contwycx .wycxlist li:nth-child(2n) .lileft {
    background: #F8FBFD;
    margin-top: 10px;
    padding: 10px 14px;
}

@media screen and (max-width: 991px) {
    .lileft {
        width: 100% !important;
    }
    .contwycx .wycxlist li .liright {
        width: auto !important;
    }
}


/* 移动端适配 */

@media (max-width: 689px) and (min-width: 320px) {
    .contwycx .wycxlist li .lileft .lititle h3 a {
        font-size: 14px;
        width: 50%;
    }
    .contwycx .wycxlist li .lileft .lititle span {
        font-size: 12px;
    }
    .contwycx .wycxlist li .lileft p {
        width: 80%;
    }
    .contwycx .wycxlist li .lileft .quanbu {
        right: 0;
    }
}