/* 动态详情 */
.status-details .main{box-sizing: border-box;padding: 55px 12.5%;}
.status-details .main .title{font-size: 26px;font-weight: 500;color: #333333;line-height: 34px;letter-spacing: 3px;text-align: center;}
.status-details .main .time{margin: 33px 0 45px 0;font-size: 16px;font-weight: 400;color: #666666;letter-spacing: 1px;display: block;text-align: center;}
.status-details .main .contant{font-size: 16px;font-weight: 400;color: #333333;line-height: 36px;}
.status-details .main .contant img,
.status-details .main .contant video{max-width: 100% !important;object-fit: cover;width:auto;display:inline-block;}
.status-details .main .notice{display: flex;align-items: center;justify-content: space-between;margin-top: 40px;}
.status-details .main .notice-list{display: flex;align-items: center;max-width: 40%;font-size: 16px;font-weight: 400;color: #666666;letter-spacing: 1px;}
.status-details .main .notice-list:last-child{justify-content: flex-end;}
.status-details .main .notice-list span{flex:none;}
.status-details .main .notice-item{width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;color: inherit;}
.status-details .main .notice-item:hover{color: #0559B3;}

/* 动态 */
.status{background: #F8F8F8;}
.status .qua-tab{display: flex;align-items: center;box-sizing: border-box;padding: 0 12.5%;background: rgba(5, 89, 179, 0.08);height: 68px;}
.status .qua-tab .qua-tab-list{letter-spacing: 2px;width: 50%;height: inherit;box-sizing: border-box;position: relative;line-height: 68px;text-align: center;}
.status .qua-tab .tab-line{width: 100%;height: 4px;background: #0062B1;display: none;position: absolute;left: 0;right: 0;bottom: 0;}
.status .qua-tab .qua-tab-listed .tab-line{display: block;}
.status .qua-tab .qua-tab-listed{background: #fff;color: #E60012;}
.status .status-one{background: #fff;box-sizing: border-box;padding: 60px 12.5%;display: flex;align-items: center;}
.status .status-one .one-left{width: 50.38%;flex: none;}
.status .status-one .one-right{margin-left: 30px;flex: 1;overflow: hidden;}
.status .status-one .r-time{height: 85px;box-sizing: border-box;border-bottom: 1px solid #E3E3E3;display: flex;align-items: center;justify-content: space-between;padding-right: 60px;}
.status .status-one .r-day{font-size: 28px;font-weight: bold;color: #333333;}
.status .status-one .r-t-list{display: flex;flex-direction: column;align-items: flex-end;font-size: 14px;font-weight: 500;color: #333333;line-height: 15px;}
.status .status-one .r-name{margin: 36px 0 32px 0;width: 100%;font-size: 22px;font-weight: 500;color: #333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;letter-spacing: 2px;}
.status .status-one .r-info{font-size: 14px;font-weight: 400;color: #999999;line-height: 28px;letter-spacing: 1px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.status .status-one .r-button{margin-top: 53px;display: block;width: 220px;height: 50px;background: #E60012;}
.status .status-one .r-b-item{display: flex;align-items: center;width: 200px;height: 50px;box-sizing: border-box;padding: 0 25px;justify-content: space-between;background: #0559B3;
font-size: 14px; color: #FFFFFF;transition: all 0.4s;}
.status .status-one .r-b-item img{width: 20px;}
.status .status-two{box-sizing: border-box;padding: 48px 12.5%;display: flex;flex-wrap: wrap;align-items: center;}
.status .status-two a{width: 32.43%;margin-right: 1.355%;background: #FFFFFF;display: block;margin-bottom: 20px;}
.status .status-two a:nth-child(3n){margin-right: 0;}
.status .status-two .two-list{width: 100%;}
.status .status-two .t-l-tu{width: 100%;height: 262px;overflow: hidden;}
.status .status-two .t-l-tu img{width: 100%;height: 100%;object-fit: cover;}
.status .status-two .t-l-info{box-sizing: border-box;padding: 20px 21px 15px 21px;width: 100%;overflow: hidden;}
.status .status-two .t-l-name{letter-spacing: 2px;font-size: 20px;font-weight: 600;color: #333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.status .status-two .t-l-text{ margin: 13px 0 12px 0;font-size: 14px;font-weight: 400;color: #666666;line-height: 28px;letter-spacing: 3.5px; word-break: break-all;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 56px;}
.status .status-two .t-l-time{font-size: 14px;font-weight: 400;color: #999999;}