/*
 * @Author: fuy
 * @Date: 2020-06-23 00:08:32
 * @LastEditTime: 2020-06-24 17:04:55
 * @LastEditors: fuy
 * @Description: 新闻列表页样式
 * @FilePath: /lihua/css/news.css
 */ 
/* poster */
.poster {
    width: 100%;
    height: 300px;
    background: url(../images/poster-02.png) no-repeat center;
    background-size: cover;
    /* 此处加上-ms前缀，让IE识别 */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/poster-02.png',sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/poster-02.png',sizingMethod='scale');
    /* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
    background: none\9;
    position: relative;
    z-index: 1;
}
/* poster end */

/* cont */

.cont-r-list ul li {
    list-style: none;
    width: 797px;
    height: 228px;
    margin-left: 9px;
    border: 1px solid #ededed;
    margin-top: 18px;
    box-shadow: 9.193px 7.713px 9.9px 0.1px rgba(224, 226, 228, 0.32);
    position: relative;
}

.cont-r-list ul li img {
    width: 310px;
    height: 100%;
    float: left;
}

.cont-r-item-letter {
    float: left;
    width: 485px;
    height: 100%;
    padding: 25px;
}

.cont-r-item-letter-title {
    width: 100%;
    font-size: 24px;
    color: #333333;
}

.cont-r-item-letter-brief {
    width: 100%;
    margin-top: 20px;
    text-indent: 2em;
    line-height: 35px;
    font-size: 16px;
    color: #595959;
}

.cont-r-item-letter-title:hover, .cont-r-item-letter-brief:hover {
    color: #0082d6;
}

.cont-r-item-letter-date {
    width: 100%;
    font-size: 16px;
    color: #929292;
    margin-top: 20px;
}

.cont-r-item-letter-more {
    width: 116px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background: url(../images/bg-07.png) no-repeat;
    position: absolute;
    bottom: 23px;
    right: 52px;
}

.cont-r-item-letter-more:hover {
    background: url(../images/bg-07-on.png) no-repeat;
    color: #ffffff;
}

.cont-pager {
    width: 100%;
    height: 100px;
    margin-top: 50px;
    text-align: right;
}
/* cont end */
