
/*专题-大干100天*/

.hundred{
    background-color: #fffaf0;
    width: 100%;
    height:auto;
    overflow: hidden;
}
/*header*/
.hundred-banner{
    width: 100%;
    height:auto;
}
.hundred-banner img{
    display: block;
    width: 100%;
}
/*footer*/
.hundred-footer{
    width: 100%;
    background-color: #fdd984;
}
.hundred-footer-item{
    padding-top: 10px;
}
.hundred-footer-item p{
    width: 100%;
    padding:20px 15px;
    background-color: #c52e2c;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.hundred-main{
    width: 100%;
    position: relative;
}
.hundred-cont-top{
    position: absolute;
    z-index: 2;
    width: 100%;
    top:20px;

}
.hundred-cont-top img{
    display: block;
    width: 100%;
}
.hundred-cont-main{
    margin:40px 20px 20px 20px;
    background-color: #fff;
    padding:40px 10px 20px 10px;
}
.hundred-item{
    margin-top: 20px;
}
.hundred-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hundred-item-title-news{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hundred-item-title h3, .hundred-item-title-news h3{
    font-size: 24px;
    font-weight:bolder;
    color: #c52e2c;
    text-align: center;
    margin:10px 0;
}
.hundred-item p{
    color: #333;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    line-height: 24px;
}

/*线+图案*/
.hundred-item-img{
    width: calc(50% - 60px);
}
.hundred-item-img img{
    width: 100%;
    display: block;
}


/*功夫*/
.hundred-item-time{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0;
}
.hundred-yuan-img{
    color: #fff;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.hundred-yuan-img .tit{
    margin-top: 45px;
    font-size: 16px;
}
.hundred-yuan-img .tx{
    margin-top: 5px;
    font-size: 14px;
}
.hundred-yuan-start{
    background: url("/app/img/hundred-days/hundred-yuan-start.png");
    background-size: 120px 120px;
}
.hundred-yuan-end{
    background: url("/app/img/hundred-days/hundred-yuan-end.png");
    background-size: 120px 120px;
}
.hundred-yuan-line{
    width: 10%;
    height:1px;
    border-top: dotted 8px #fee3c0;
}

/*内容*/
.hundred-item-con{
    /*margin-top: 10px;*/
}
.hundred-item2{
    padding:20px;
    position: relative;
}

.hundred-item2-title{
    width: 240px;
    height:40px;
    background-color: #c52e2c ;
    position: relative;
    left:50%;
    margin-left: -120px;
}
.hundred-item2-title h4{
    position: absolute;
    width: 240px;
    height:40px;
    margin-left: -2px;
    margin-top: -2px;
    line-height: 40px;
    text-align: center;
    background-color:#fff;
    border:solid 1px #c52e2c;
}
.hundred-item2 p{
    margin-top: 20px;
}

/*新闻*/
.hundred-more{
    text-align: right;
}
.hundred-more a{
    color: #c52e2c;
    font-size: 14px;
}
.hundred-more a:hover, .hundred-more a:visited{
    color: #c52e2c;
}
.hundred-news{
    margin-top: 10px;
}
.hundred-swiper-item{
}
.hundred-swiper-img{
    display: block;
    position: relative;
    overflow: hidden;
    height:110px;
}
.hundred-swiper-img img{
    display: block;
    width: 100%;
    height:110px;
    object-fit: cover;
}
.hundred-swiper-img-txt{
    position: absolute;
    left:0;
    bottom: 0;
    padding:0 10px;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height:28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hundred-news .swiper-button-prev{
    background-color:rgba(0,0,0, .6);
    background-size: 60% 65%;
    left:0
}
.hundred-news .swiper-button-next{
    background-color:rgba(0,0,0, .6);
    background-size: 60% 65%;
    right:0
}


/*专题-大干100天列表*/
.hundred-list{
    width: 100%;
    background-color: #fff;
}
.hundred-list-main{
    margin:20px auto;
    padding:0 20px;
}

.hundred-list-item ul li {
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    padding: 15px 0;
}

.hundred-list-item .title {
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #333;
}
.hundred-list-item .title:after {
    content: '';
    position: absolute;
    top: 35%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
}
.hundred-list-item .date {
    color: #999;
    font-size: 16px;
}<!--耗时1772457717.3967秒-->