.brand-story-box{
    width: 1200px;
    margin: 0 auto;
}
.brandStory{
    background-color: #fff;
    margin-bottom: 10px;
}
.brandStory-head{
    padding: 30px 0 20px 0;
}
.brandStory-head span{
    display: flex;
    align-items: center;
    height:16px;
    font-size:16px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    padding-left: 26px;
    border-left: 4px solid rgba(77,117,255,1);
}
.brandStory-main{
    display: flex;
    padding: 0 30px 14px 30px;
}
.brandStory-main-list:first-child{
    width: 40%;
}
.brandStory-main-list:last-child{
    width: 60%;
}
.brandStory-main-list p{
    display: flex;
    margin-bottom: 19px;
}
.brandStory-main-list p span{
    display: flex;
    align-items: center;
    height:14px;
    line-height: 14px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.brandStory-main-list p span:last-child{
    color:rgba(51,51,51,1);
    padding-left: 15px;
}
.brandStory-synopsis{
    line-height: 24px;
    color: #666;
}
.brandStory-time-ul .brandStory-time-li{
    position: relative;
    padding-bottom: 46px;
}
.brandStory-time-ul .brandStory-utime-li{
    position: relative;
}
.brandStory-time-xian{
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background:rgba(237,237,237,1);
}
.brandStory-time-yuan{
    position: absolute;
    left: -7px;
    width:16px;
    height:16px;
    background:linear-gradient(0deg, rgba(78,120,255,1), rgba(87,152,253,1));
    /* border:4px solid rgba(78,120,255,1); */
    /* border-image:linear-gradient(0deg, rgba(78,120,255,1), rgba(87,152,253,1)) 10 10; */
    border-radius:50%;
}
.brandStory-time-yuan::after{
    position: absolute;
    content: '';
    border-radius:50%;
    background: #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}
.brandStory-time-ul li:last-child .brandStory-time-xian{
    width: 0;
}
.brandStory-time-content{
    padding-left: 26px;
}
.time-content-date{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 16px;
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.time-content-title{
    /* margin-bottom: 46px; */
    /* display: flex; */
    align-items: center;
    font-size:14px;
    line-height: 22px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.brand-news{
    padding-top: 41px;
    border-bottom: 1px solid rgba(245,245,245,1);
    min-height: 860px;
}
.brand-news .brandStory-time-yuan{
    position: absolute;
    left: -7px;
    width:16px;
    height:16px;
    background: linear-gradient(90deg,rgba(89,158,253,1),rgba(77,116,255,1));
    border-radius:50%;
}
.brand-news .brandStory-time-yuan::after{
    display: none;
}
.brandStory-xian{
    position: absolute;
    left: -26px;
    width: 3px;
    height: 100%;
    background:rgba(237,237,237,1);
}
.brand-news .brandStory-ul-content{
    margin-top: 38px;
}
.brandStory-ul-content li{
    position: relative;
}
.brandStory-ultime-yuan{
    position: absolute;
    left: -29px;
    width:9px;
    height:9px;
    /* background:linear-gradient(0deg, rgba(78,121,255,1), rgba(87,149,253,1)); */
    background: #fff;
    border:2px solid rgba(78,120,255,1);
    border-radius:50%;
}
/* .brandStory-ultime-yuan::after{
    position: absolute;
    content: '';
    border-radius:50%;
    background: #fff;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
} */
.ultime-all-data{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 12px;
    font-size:14px;
    color:rgba(51,51,51,1);
    font-weight:bold;
    color:rgba(77,117,255,1);
}
.brandStory-ultime-all .time-content-title{
    margin-bottom: 20px;
}
.brandStory-ultime-allul{
    display: flex;
}
.brandStory-ultime-allul li{
    margin-right: 10px;
}
.brandStory-ultime-img{
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    cursor: pointer;
}
.ultime-user-all{
    padding-bottom: 40px;
}
.brandStory-ultime-user{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:270px;
    height:34px;
    background:rgba(247,247,247,1);
    border-radius:3px 17px 17px 17px;
    cursor: pointer;
}
.brandStory-user-left{
    display: flex;
    align-items: center;
}
.brandStory-user-left img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 8px 0 12px;
}
.brandStory-user-left span{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.brandStory-user-right{
    display: flex;
    align-items: center;
    font-size:14px;
    font-weight:400;
    color:rgba(77,117,255,1);
    margin-right: 10px;
}
.brandStory-ultime-user:hover{
    background:#fff;
    box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.brandStory-time-ul li:last-child .brandStory-ul-content li:last-child .brandStory-xian{
    width: 0;
}
.brandStory .inPage-wrap{
    margin: 0 auto;
    padding: 18px 0;
}
.brand-news .time-content-date{
    font-weight: bold;
}
.js-bigimg{
    display: none;
}
.imgbig-type{
   /* width: 600px; */
}
.imgbig-type img{
    display: block;
    max-width: 100%;
    /* height: 100%; */
}
.pagination{
    padding: 18px 0;
}