@charset "utf-8";
.home-content{
    width: 100%;
    margin: 0 auto;
}
.center{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.home-content>div:nth-of-type(1){
    background:url(./public/static/images/home-banner.jpg?1) no-repeat center center;
    background-size: cover;
    height: 456px;
    /*margin-bottom: 48px;*/
}
.home-content>div:nth-of-type(1)>div{
    position: relative;
    height: 456px;
}
.home-content-list>div{
    width: 282px;
    height: 100%;
    padding:64px 24px 20px 24px;
    background:rgba(0,0,0,0.3);
}
.home-content-list>div .home-content-class-list{
    width: 100%;
    height: 100%;
}
.home-content-list>div .home-content-class-list>p{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.home-content-list>div .home-content-class-list>p>span{
    color:rgba(255,255,255,1);
    font-size:16px;
    height: 26px;
    line-height: 26px;
    transition:all .2s linear;
    cursor: pointer;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-content-list>div .home-content-class-list>p>span:hover{
    color:rgba(202,31,61,1);
}
.home-content-list>div .home-content-class-list>p>b{
    height: 16px;
    width: 1px;
    background:rgba(255,255,255,1);
    margin:5px 4px 0;
}
.home-content-list>div .home-content-class-list>p>b:last-child{
    display: none;
}
.look-more-class-btn{
    width: 250px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 16px;
    cursor: pointer;
    padding: 4px 10px 0 8px;
}
.look-more-class-btn span{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
.look-more-class-btn svg{
    /*margin-top: 2px;*/
}
.home-content-list>p:nth-of-type(1){
    font-size:48px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:56px;
    position: absolute;
    top: 132px;
    left: 331px;
}
.home-content-list>p:nth-of-type(2){
    position: absolute;
    top: 198px;
    left: 331px;
    font-size:20px;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.home-white>div:nth-of-type(1){
    width: 1200px;
    margin: 0 auto 24px;
}
.home-white>div:nth-of-type(1)>div{
    width: 384px;
    height: 160px;
    border:1px solid rgba(0,0,0,.4);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.img-curtain, .home-white>div:nth-of-type(1)>div>img{
    width: 384px;
    height: 160px;
}
.img-curtain{
    width: 100%;
    height: 160px;
    position: absolute;
    z-index: 500;
    background:rgba(0,0,0,.4);
    font-size:28px;
    font-weight:500;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 160px;
    cursor: pointer;
}
.home-white>div:nth-of-type(2){
    background:rgba(255,255,255,1);
    width: 1200px;
    margin: 0 auto;
}
.home-white>div:nth-of-type(2)>div{
    width: 384px;
    /*padding: 20px 24px;*/
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1){
    border-radius:4px;
    padding:12px 16px 8px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>p{
    margin-bottom: 18px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>p>span:nth-of-type(1){
    font-size:20px;
    font-weight:500;
    color:rgba(255,255,255,1);
    height:28px ;
    line-height:28px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>p>span:nth-of-type(2){
    font-size:14px;
    color:rgba(255,255,255,0.9);
    height:28px ;
    line-height:28px;
    padding-right:14px;
    background:url(public/static/images/icons/moer-white.svg) no-repeat right center;
    cursor: pointer;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>div{
    font-size: 0;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>div>span,
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>div>div>span{
    height:20px;
    font-size:12px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:20px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(1)>div>div>span:nth-of-type(1){
    margin-right: 19px;
}
.home-white>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){
    background:url('public/static/images/phone-composite.svg') no-repeat center center;
    background-size: cover;
}
.home-white>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1){
    background:url('public/static/images/phone-hot.svg')  no-repeat center center;
    background-size: cover;
}
.home-white>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1){
    background:url('public/static/images/phone-company.svg')  no-repeat center center;
    background-size: cover;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding:0 16px 0 15px;
    border-bottom:1px solid rgba(238,238,238,1);
    cursor: pointer;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div span{
    height: 57px;
    line-height: 57px;
    color:rgba(25,30,50,1);
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div span:nth-of-type(2){
    transition: all .2s linear;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div span:nth-of-type(2):hover{
    color:rgba(202,31,61,1);
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div>div>span:nth-of-type(1){
    width: 24px;
    margin-right: 24px;
    text-align: center;
    font-size: 16px;
    font-weight:500;
    color:rgba(25,30,50,1);
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(1)>div>span:nth-of-type(1){
    background:url(./public/static/images/icons/first.svg) no-repeat center center;
    background-size: 26px 26px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(2)>div>span:nth-of-type(1){
    background:url(./public/static/images/icons/second.svg) no-repeat center center;
    background-size: 26px 26px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(3)>div>span:nth-of-type(1){
    background:url(./public/static/images/icons/third.svg) no-repeat center center;
    background-size: 26px 26px;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(1)>span{
    color:rgba(245,34,44,1);
    font-weight:500;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(2)>span{
    color:rgba(255,141,0,1);
    font-weight:500;
}
.home-white>div:nth-of-type(2)>div>div:nth-of-type(2)>div:nth-of-type(3)>span{
    color:rgba(255,141,0,1);
    font-weight:500;
}
.home-white>div:nth-of-type(2)>div:last-child{
    width: 100%;
    padding:40px 0 36px;
}
.home-white>div:nth-of-type(2)>div:last-child>button{
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,0.4);
    width:216px;
    height:44px;
    line-height: 44px;
    text-align: center;
    background:rgba(216,216,216,0);
    border-radius:4px;
    border:1px solid rgba(25,30,50,0.4);
    transition:all .2s linear;
}
.home-white>div:nth-of-type(2)>div:last-child>button:hover{
    color:rgba(202,31,61,1);
    border:1px solid rgba(202,31,61,1);
}
.home-content>div:nth-of-type(4){
    width: 1200px;
    margin: 0 auto 56px;
}
.home-news-title{
    height:36px;
    font-size:28px;
    color:rgba(25,30,50,1);
    line-height:36px;
    text-align: center;
    margin:48px 0 24px;
}
.home-white{
    background: rgba(255, 255, 255, 1);
    width: 100%;
    padding-top: 48px;
}

.news-box1,
.news-box2,
.news-box3{
    background:rgba(255,255,255,1);
    padding:24px;
}

.news-box1,
.news-box2{
    width:384px;
}
.news-box3{
    width:792px;
}
.news-box1{
    margin-bottom: 24px;
}
.news-box1>p:nth-of-type(1),
.news-box2>p:nth-of-type(1),
.news-box3>p:nth-of-type(1){
    padding-bottom: 11px;
    border-bottom:1px solid rgba(238,238,238,1);
    margin-bottom: 16px;
}
.news-box1>p:nth-of-type(1)>span,
.news-box2>p:nth-of-type(1)>span,
.news-box3>p:nth-of-type(1)>span{
    height:32px;
    line-height:32px;
}
.news-box1>p:nth-of-type(1)>span:nth-of-type(1),
.news-box2>p:nth-of-type(1)>span:nth-of-type(1),
.news-box3>p:nth-of-type(1)>span:nth-of-type(1){
    font-size:24px;
    color:rgba(31,31,31,1);
    padding-left:8px;
    border-left:4px solid rgba(202,31,61,1);
}
.news-box1>p:nth-of-type(1)>span:nth-of-type(2),
.news-box2>p:nth-of-type(1)>span:nth-of-type(2),
.news-box3>p:nth-of-type(1)>span:nth-of-type(2){
    color:rgba(0,0,0,0.4);
    padding-right: 14px;
    background:url(public/static/images/icons/more-gray.svg) no-repeat right center;
    cursor: pointer;
    transition: all .2s linear;
}
.news-box1>p:nth-of-type(1)>span:nth-of-type(2):hover,
.news-box2>p:nth-of-type(1)>span:nth-of-type(2):hover,
.news-box3>p:nth-of-type(1)>span:nth-of-type(2):hover{
    color:rgba(202,31,61,1);
    background:url(public/static/images/icons/more-red.svg) no-repeat right center;
}
.news-box1>div>img{
    display: block;
    width:336px;
    height:188px;
    cursor: pointer;
}
.news-box1>div>p:nth-of-type(1),
.news-box1>div>p:nth-of-type(2){
    width:100%;
    word-wrap: break-word;
    word-break: break-all;
}
.news-box1>div>p:nth-of-type(1){
    height:24px;
    font-size:16px;
    color:rgba(31,31,31,1);
    line-height:24px;
    margin:12px 0 4px;
}
.news-box1>div:hover{
    cursor: pointer;
}
.news-box1>div:hover>p:nth-of-type(1){
    color: rgba(202,31,61,1);
}
.news-box1>div>p:nth-of-type(2){
    font-size:12px;
    color:rgba(133,133,133,1);
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-box2>div:nth-of-type(1)>img{
    width:120px;
    height:90px;
    cursor: pointer;
}
.news-box2>div:nth-of-type(1)>div{
    width: 211px;
}
.news-box2>div:nth-of-type(1)>div>p:nth-of-type(1)
.news-box2>div:nth-of-type(1)>div>p:nth-of-type(2){
    word-wrap: break-word;
    word-break: break-all;
    widows: 100%;
}
.news-box2>div:nth-of-type(1)>div>p:nth-of-type(1){
    font-size:16px;
    color:rgba(31,31,31,1);
    line-height:24px;
}
.news-box2>div:nth-of-type(1):hover{
    cursor: pointer;
}
.news-box2>div:nth-of-type(1):hover>div>p:nth-of-type(1){
 color: rgba(202,31,61,1);
}
.news-box2>div:nth-of-type(1)>div>p:nth-of-type(2){
    font-size:12px;
    color:rgba(0,0,0,0.6);
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-box2>div:nth-of-type(1){
    margin-bottom:20px;
}
.news-box2>div:nth-of-type(2)>p{
    height:24px;
    font-size:16px;
    color:rgba(0,0,0,0.6);
    line-height:24px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s linear;
}
.news-box2>div:nth-of-type(2)>p:last-child{
    margin-bottom: 0;
}
.news-box2>div:nth-of-type(2)>p:hover{
    color:rgba(202,31,61,1);
}
.news-box2>div:nth-of-type(2)>p>span:nth-of-type(1){
    width:6px;
    height:6px;
    border-radius: 50%;
    background:rgba(216,216,216,1);
    margin-right:8px;
    transform: translateY(9px);
    transition: 0.3s;
}
.news-box2>div:nth-of-type(2)>p:hover>span:nth-of-type(1){
    background:rgba(202,31,61,1);
}
.news-box3>div>div{
    position: relative;
    /*overflow: hidden;*/
}
.news-box3>div>div>div>div>img{
    width:160px;
    height:120px;
    cursor: pointer;
    margin-right: 16px;
}
.news-box3>div>div>div>div>div{
    width: 568px;
}
.news-box3>div>div>div>div{
    margin-bottom:16px;
    padding: 8px 0 8px 0;
    cursor: pointer;
}
.news-box3>div>div>div>div:last-child{
    margin:0;
}
.news-box3>div>div>div>div>div>p:nth-of-type(1){
    display: flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    margin-bottom:4px ;
}
.news-box3>div>div>div>div>div>p:nth-of-type(2){
    margin-bottom:24px ;
    color:rgba(0,0,0,0.6);
    line-height:22px;
    height: 44px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-box3>div>div>div>div>div>p:nth-of-type(1)>span{
    height:26px;
    font-size:18px;
    color:rgba(31,31,31,1);
    line-height:26px;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s linear;
}
.news-box3>div>div>div>div:hover>div>p:nth-of-type(1)>span{
    color: rgba(202,31,61,1);
}
.news-box3>div>div>div>div>div>p:nth-of-type(1)>span:hover{
    color:rgba(202,31,61,1);
}
.news-box3>div>div>div>div>div>p:nth-of-type(1)>span:nth-of-type(1){
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 8px;
    font-size: 0;
    overflow: inherit;
    margin-top: 4px;
    text-align: center;
}
.news-box3>div>div>div>div>div>p:nth-of-type(1)>span:nth-of-type(1) span{
    transform: scale(0.83);
    font-size: 12px;
    font-weight: 400;
    color: #CA1F3D;
    line-height: 20px;
    background: no-repeat center center;
    background-size: cover;
}
.other{
    background-image: url(public/static/images/border-black.svg);
}
.other span{
    color: rgba(31, 31, 31, 1)!important;
}
.own{
    background-image: url(public/static/images/border-red.svg);
}
.news-box3>div>div>div>div>div>div,
.news-box3>div>div>div>div>div>div>div:nth-of-type(1),
.news-box3>div>div>div>div>div>div>div:nth-of-type(2){
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.news-box3>div>div>div>div>div>div>div:nth-of-type(1){
    /*width:232px;*/
    justify-content:flex-start;
}
.news-box3>div>div>div>div>div>div>div:nth-of-type(1) span{
    color:rgba(0,0,0,0.4);
    height: 22px;
    line-height: 22px;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-box3>div>div>div>div>div>div>div:nth-of-type(1) span:last-of-type{
    flex:1 0 auto;
    text-align: right;
}
.news-box3>div>div>div>div>div>div>div:nth-of-type(1) b{
    width:1px;
    background:rgba(0,0,0,.4);
    margin:4px 8px;
}
.news-box3>div>div>div>div>div>div>div:nth-of-type(2) span{
    font-size:12px;
    color:rgba(0,0,0,0.6);
    /*width:56px;*/
    height:20px;
    padding: 0 8px;
    line-height: 20px;
    background:rgba(240,240,240,1);
    border-radius:10px;
    text-align: center;
}
.news-box3>div>div>div>div>div>div>div:nth-of-type(2) span:nth-of-type(2){
    margin:0 8px;
}
.newNewsGroup{
    position: relative;
    overflow: hidden;
}
.newNewsGroup_box{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    justify-content: flex-start;
    transition: all .3s linear;
    transform: translateX(0);
}
.news-box3>ul{
    padding:22px 0 12px;
}
.news-box3>ul>li{
    width:8px;
    height:8px;
    background:rgba(240,240,240,1);
    border-radius:4px;
    cursor: pointer;
    transition: 0.3s;
}
.news-box3>ul>.active{
    background:rgba(202,31,61,1);
}
.news-box3>ul>li:nth-of-type(2){
    margin:0 8px;
}
.news-box3>ul>li:hover{
    background:rgba(202,31,61,1);
}












