.bj {
    width: 100%;
    /* height: 1920px; */
    background: #f6f6f6;
	padding-top:40px;
	padding-bottom: 30px;
}

.middle {
    width: 94%;
    margin: 0 auto;
    height: 94px;
    padding-top: 50px;
	border-bottom: 1px solid #D8D8D8;
}

.title {
    width: 100%;
    height: 94px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
}

.title .title-1 {
    float: left;
    font-size: 44px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 44px;
    margin-left: 5%;
}

.title-1::after {
    border: 5px solid #1A6BCF;
}

.title span:hover {
    font-weight: 800;
    color: #1A6BCF;
}

.xian {
    float: left;
    width: 5%;
    height: 10px;
    background: #1A6BCF;
    border-radius: 5px;
    margin-left: 9%;
    margin-top: 22px;
}

.model {
    /* float: left; */
    width: 100%;
    height: 220px;
    /* margin-top: 90px; */
	padding-top:10px;
}

.middle1 {
    height: 190px;
    width: 94%;
    margin: 20px auto;
}

.fl {
    float: left;
    width: 15%;
    height: 190px;
}

.date {
    width: 80%;
    height: 116px;
    margin: 0 auto;
    padding-top: 22px;
    border: 1px solid #979797;
}

.date p {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    /* margin-left: 29%; */
    color: #333333;
    text-align: center;
}

.date span {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
   /* margin-left: 21%; */
    color: #333333;
	display: block;
	text-align: center;
}

.look {
    width: 80%;
    height: 24px;
    margin: 0 auto;
}

.look p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    /*margin-left: 15%;*/
    margin-top: 7%;
    text-align:center;
}

.fr {
    float: right;
    width: 85%;
    height: 190px;
}

.fr img {
    float: right;
    margin-top: 12px;
}

.fr .p1 {
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fr .p2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*-webkit-line-clamp用来限制在一个块元素显示的文本的行数。 为了实现该效果，它需要组合其他的WebKit属性。常见结合属性：
            display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。
            -webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.model:hover {
    background: #1A6BCF;
    color: #fff;
}

.model:hover p {
    background: #1A6BCF;
    color: #fff;
}

.model:hover span {
    background: #1A6BCF;
    color: #fff;
}
.model:hover .date {
  border:1px solid #fff;
}

.model:hover div {
    background: #1A6BCF;
    color: #fff;
}

.number {
    width: 980px;
    height: 48px;
    margin: 60px auto;
}

.number h1 {
    float: left;
    width: 48px;
    height: 44px;
    background: #F2F2F2;
    border-radius: 4px 0px 0px 4px;
    border: 2px solid #CCCCCC;
    line-height: 44px;
    text-align: center;
    color: #CCCCCC;
    display: inline;
}

.number .number1 {
    float: left;
    width: 48px;
    height: 44px;
    /* background: #CCCCCC; */
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 44px;
    border: 2px solid #CCCCCC;
    margin-left: 8px;
    text-align: center;
}

.number1:hover {
    color: #1A6BCF;
    border: 1px solid #1A6BCF;
}

.yeshu {
    float: left;
    width: 196px;
    height: 44px;
    border: 2px solid #CCCCCC;
    margin-left: 32px;
}

.yeshu span {
    width: 111px;
    height: 44px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 44px;
    margin-left: 16px;
    margin-top: 6px;
}

.yeshu img {
    margin-left: 33px;
    margin-top: 12px;
}

.front {
    float: left;
    width: 48px;
    height: 48px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 48px;
    margin-left: 32px;
}

.number input {
    float: left;
    width: 92px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #CCCCCC;
    margin-left: 8px;
}

.ye {
    float: left;
    width: 24px;
    height: 48px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 48px;
    margin-left: 8px;
}

.total {
    float: left;
    width: 95px;
    height: 48px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 48px;
    margin-left: 8px;
}
.tabChange{
    width: 100%;
    display: flex;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    justify-content: space-around;
}
.titlist{
    cursor: pointer;
}
.titlist.active{
   color: #1A6BCF;
   position: relative;
}
.titlist.active a{
   color: #1A6BCF;
   font-weight: 600;
}
.titlist.active::after{
    content: '';
   /* position: absolute;
    top: 130%;
    right: 40%;
    transform: translateY(-50%); */
    width: 50px;
    height: 6px;
    background: #1A6BCF;
    border-radius: 5px;
	display: block;
	margin: 8px auto;
}