/* 列表 */
.backImtCentre{
    margin: 20px 0 0 10px;
    width: 420px;
    font-size: 16px;
    color: #666;
}
.backImtCentre:hover {
    /*color: RGB(76,184,251);*/
    color: RGB(0,56,133);
}

.ListConent {
    padding: 36px 10px;
}

.pageList ul li {
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
}

.pageList ul li:last-child {
    border-bottom: 0;
}

.ListConent-Img {
    width: 306px;
    height: 190px;
    background-color: #ccc;
    margin-right: 33px;
    margin-top: 10px;
}

.ListConent-Img img {
    width: 100%;
    height: 100%;
}

.ListConent-Right h1 {
    width: 710px;
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: 400;
}

.active {
    color: rgba(35, 133, 253, 1);
}

.tiem {
    margin-top: 12px;
    height: 30px;
}

.tiem .tiemLeft {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tiem .tiemLeft img {
    width: 100%;
    height: 100%;
}

.tiem .tiemRigth {
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.ListConent-Right h1 {
    line-height: 44px;
}

.ListConent-Right .contens {
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    width: 810px;
    /*height: 54px;*/
    line-height: 30px;
    text-indent: 2em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ListConent-Right .more {
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
    width: 116px;
    height: 36px;
    cursor: pointer;
    /*border: 1px solid rgba(181, 181, 181, 1);*/
    float: right;
}
.ListConent-Right .more a{
    font-size: 14px;
    color: rgba(35, 133, 253, 1);
    display: block;
    text-align: right;
    line-height: 36px;
}

/* .ListConent-Right {
   
} */

.ListConent-Right .more:hover {
    /*color: RGB(76,184,251);*/
    color: RGB(0,56,133);
    /*background: rgba(35, 133, 253, 1);*/
}
.ListConent-Right .more:hover a{
    /*color: RGB(76,184,251);*/
    color: RGB(0,56,133);
}
.ListConent-Right h1:hover {
    font-weight: 600;
    color: RGB(0,56,133);
}


/* 分页 */
.stock-paging{
    margin: auto;
    text-align: center;
}
