.clearfix:after {
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.scrollNews-container0908 {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0;
    outline: none;
}

.scrollNews-container0908 .scrollNews-wrap0908 {
    margin: 0 auto;
}

.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 {
    margin-bottom: 40px;
    text-align: center;
}

/*模块头部标题*/

.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 h2 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 40px;
}
/*模块简介*/
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 700px;
    margin: 0 auto 24px auto;
    font-size: 14px;
    color: #494949;
    line-height: 24px;
    padding-top: 10px;
}
/*模块小点点*/
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 .scrollNews-dot0908 div{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #F14A66;
}
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 .scrollNews-dot0908 div:before,
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 .scrollNews-dot0908 div:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    background:#eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 .scrollNews-dot0908 div:before{
    left: auto;
    right: 40px;
}
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 .scrollNews-dot0908 div:after{
    left: 40px;
    right: auto;
}

/*文章轮播区域*/
.scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-content0908{
    position: relative;
    outline: none;
}
.scrollNews-content0908 .scrollNews-list0908{
    list-style-type: none;
    outline: none;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908{
    width: 370px;
    float: left;
    outline: none;
    padding:0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908{
    position: relative;
    
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-thumb0908{
    overflow: hidden;
    height: auto;
    outline: none;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-thumb0908 img{
    width: 100%;
    height: 340px;
    outline: none;
    vertical-align: middle;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    object-fit:cover;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-thumb0908:hover img{
    -webkit-transform: scale(2);
    transform: scale(2);
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-content0908{
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
    outline: none;
}
.scrollNews-item-content0908 .scrollNews-item-title0908{
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    outline: none;
    color: #2c4a6b;
}
.scrollNews-item-content0908 .scrollNews-item-title0908 a{
    display:block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color:#2c4a6b;
}
.scrollNews-item-content0908 .scrollNews-item-title0908 a:hover{
    color:inherit;
}
.scrollNews-item-meta0908{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    color: #494949;
    margin-bottom: 10px;
    font-size: 14px;
}
.scrollNews-item-meta0908 .scrollNews-item-author0908{
    position: relative;
    margin-right: 12px;
}
.scrollNews-item-meta0908 .scrollNews-item-author0908:after{
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.8;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-content0908 .scrollNews-item-text0908{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    height:50px;
    margin-bottom: 20px;
    color: #6f6f6f;
}
.scrollNews-item-btn0908{
    margin-bottom: 10px;
}
.scrollNews-item-btn0908 .scrollNews-item-rd0908{
	 -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F14A66;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-content0908 .scrollNews-item-btn0908 a{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    outline: none;
}
.scrollNews-content0908 .scrollNews-list0908 .scrollNews-item0908 .scrollNews-item-box0908 .scrollNews-item-content0908 .scrollNews-item-btn0908:hover{
    opacity: .7;
}
/*日期*/
.scrollNews-datebox0908{
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #F14A66;
}
.scrollNews-datebox0908 strong{
    position: relative;
    display: block;
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative;
}
.scrollNews-datebox0908 strong:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
    margin: 0 -10px;
    width: 20px;
}
.scrollNews-datebox0908>span{
    display: block;
    font-size: 16px;
    padding: 5px 5px 10px;
}
/*箭头*/
.scrollNews-arrow0908 .scrollNews-arrows{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    background-color: #F14A66;
}
.scrollNews-arrow0908 .scrollNews-prev0908{
    left: 15px;
}
.scrollNews-arrow0908 .scrollNews-next0908{
    right: 15px;
}
/* 响应式设计 */

@media (max-width:767px) {
    .scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 h2 {
        font-size: 30px;
    }
    .scrollNews-container0908 .scrollNews-wrap0908 .scrollNews-head0908 p {
        padding-top: 0;
        -webkit-line-clamp: 5;
        padding: 0 12px
    }
}

@media (min-width:768px) {
    .scrollNews-container0908 .scrollNews-wrap0908 {
        width: 750px;
    }
}

@media (min-width:990px) {
    .scrollNews-container0908 .scrollNews-wrap0908 {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .scrollNews-container0908 .scrollNews-wrap0908 {
        width: 1200px;
    }
}