@charset "UTF-8";
@import "base.css";
.header { background: #fff; position: absolute; overflow: hidden; }

.banner {
    width: 100%;
    height: 8.96rem;
    background: url("../img/news/bg.png") no-repeat top center;
    background-size: cover;
    position: relative;
}
.banner .sw-center {
    padding-top: 2.88rem;
    height: auto;
    display: flex;
    flex-direction: column;
}
.banner .t1 {
    height: 0.9rem;
    font-weight: 600;
    font-size: 0.64rem;
    color: #FFFFFF;
    line-height: 0.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.banner .t2 {
    height: 0.45rem;
    font-weight: 600;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .3rem;
}
.banner .t2 span {
    color: #FF650E;
}
.banner .t3 {
    width: 2.06rem;
    height: 0;
    border-radius: .05rem;
    border: 0.05rem solid #FFFFFF;
    margin-top: .96rem;
}

.slick-banner {
    width: 100%;
    height: 2.46rem;
    margin-top: .39rem;
}
.slick-slide {
    display: flex;
    flex-direction: column;
}
.slick-slide span {
    display: block;
    height: 0.45rem;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;           /* 隐藏溢出的内容 */
  text-overflow: ellipsis;    /* 显示省略符号来代表被修剪的文本 */
  white-space: nowrap;
}
.slick-slide a {
    display: inline-block;
    width: 1.68rem;
    height: 0.51rem;
    line-height: .51rem ;
    background: linear-gradient( 270deg, #FF8C42 0%, #FF650E 100%);
    border-radius: 0.49rem;
    color: #fff;
    font-size: .2rem;
    text-align: center;
    margin-top: .4rem;
}
.slick-dots li {
    width: .9rem;
}
.slick-dots li button {
    width: 0.83rem;
    height: 0.08rem;
    background: #FFFFFF;
    border-radius: 0.27rem;
}
.slick-dots li button::before {
    display: none;
}

.news {
    width: 12.08rem;
    margin: 0.88rem auto;
    display: flex;
    flex-direction: column;
}
.news .title {
    height: 1.22rem;
    font-weight: 600;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.67rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 0.02rem solid rgba(102, 102, 102, .5);
}

.news .content {
    display: flex;
    flex-direction: column;
}
.news .content .item {
    height: 4.9rem;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid rgba(102, 102, 102, .5);
}
.news .content .item .tit {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 0.49rem;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.49rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: .54rem 0;
}
.news .content .item .tit img {
    width: 0.71rem;
    height: 0.7rem;
}
.news .content .item .cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news .content .item .cont .left {
    width: 7.4rem;
    height: 2.48rem;
    overflow: hidden;
}
.news .content .item .cont .left .t1 {
    height: 0.45rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.45rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    white-space: nowrap; /* 禁止换行 */
}
.news .content .item .cont .left .desc {
    width: 7.4rem;
    height: 0.56rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .5rem;
}
.news .content .item .cont .left .detail {
    height: 0.34rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FF650E;
    line-height: 0.34rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: .64rem;
    display: block;
}
.news .content .item .cont .right {
    width: 4.21rem;
    height: 2.48rem;
}
.news .content .item .cont .right img {
    width: 4.21rem;
    height: 2.48rem;
}
.news .more {
    width: 0.64rem;
    height: 0.63rem;
    margin: .6rem auto;
    background: url("../img/1_icon_down.png") no-repeat center center;
    background-size: 100% auto;
    transform: rotate(90deg);
    cursor: pointer;
}
