@charset "UTF-8";
.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;
}
.contwycx .wycx-list {
    width: 100%;
}
.contwycx .wycx-list li {
    width: 100%;
    padding: 25px 1%;
}
.contwycx .wycx-list li .lileft {
    width: 90%;
    float: left;
}
.contwycx .wycx-list li .lileft .lititle {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.contwycx .wycx-list li .lileft .lititle h3 {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    float: left;
    margin-right: 20px;
}
.contwycx .wycx-list li .lileft .lititle h3 img {
    margin-right: 10px;
}
.contwycx .wycx-list li .lileft .lititle span {
    display: inline-block;
    float: right;
}
.contwycx .wycx-list 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 .wycx-list li .lileft p a {
    color: #005293;
}
.contwycx .wycx-list li .liright {
    float: right;
    width: 10%;
    text-align: right;
}
.contwycx .wycx-list li .liright button {
    width: 99px;
    height: 33px;
    background: #DEEBFB;
    border-radius: 16px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #396EA0;
}
.contwycx .wycx-list li .jxing {
    margin-top: 40px;
}
.contwycx .wycx-list li .js {
    margin-top: 20px;
}
.contwycx .wycx-list li .js .jgfk {
    background: #6599CB;
    color: white;
}
.contwycx .wycx-list li .js .yjs {
    background: #DCDCDC;
    color: white;
    margin-top: 10px;
    border: none;
}
.contwycx .wycx-list li:nth-child(2n) {
    background: #F8FBFD;
}
@media screen and (max-width: 991px) {
    .lileft {
        width: 100% !important;
    }
    .contwycx .wycx-list li .liright {
        width: auto !important;
    }
}
