

/* 列表 */

.innList {
    margin-top: 20px;
}

.innList li {
    border: 1px solid rgba(220, 220, 220, 1);
    margin-top: 40px;
}

.innList li:nth-child(2n-1) {
    /*border-right: 20px solid rgba(35, 133, 253, 1);*/
}

.innList li:nth-child(2n) {
    /*border-left: 20px solid rgba(76, 175, 48, 1);*/
}

.innList li:nth-child(2n-1) .lisLeft {
    float: left;
}

.innList li:nth-child(2n) .lisLeft {
    float: right;
}

.innList li:nth-child(2n-1) .lisRigth {
    float: left;
}

.innList li:nth-child(2n) .lisRigth {
    float: left;
}

.innList li .lisLeft {
    width: 380px;
    height: 240px;
    background-color: #ccc;
}

.innList li .lisLeft img {
    width: 100%;
    height: 100%;
}

.innList li .lisRigth {
    width: 750px;
    height: 169px;
    margin-left: 32px;
}

.innList li .lisRigth h1 {
    margin-top: 33px;
    text-align: center;
    font-size: 22px;
    /*letter-spacing: 2px;*/
    font-family: 微软雅黑;
    /*font-weight: bold;*/
    /*color: rgba(35, 133, 253, 1);*/
    color: #333;
    line-height: 45px;
}
.innList li .lisRigth h1:hover {
    /*color: #4cb8fb;*/
    font-weight: 600;
    color: RGB(0,56,133);
}

.innList li .lisRigth .contens {
    text-align: justify;
    text-justify:inter-ideograph;
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}