.bg1 {
    background-color: #AB1725;
}
.font-30 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.font-20 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.font-16 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.font-15 {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
.font-14{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.font-12{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.logo{
    display: block;
    max-width: 260px;
    height: auto;
}


.row-item {
    position: relative;
}

.row-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    padding: 8px 20px;
}

.model-btn {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.model-img{
    position: absolute;
    z-index: 5;
    right: -130px;
    bottom: -140px;
    width:150px;
    height: 150px;
    transition: all 0.5s ease;
}
.briefs{
    display: flex;
}

.brief1 {
    flex: 3;
    position: relative;
    padding: 30px 20px;
    margin-right: 24px;
}

.brief1>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brief1-title{
    height:360px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:15;
}

.brief2 {
    flex: 9;
    position: relative;
    padding: 48px 76px;
}

.brief2>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brief2-btn {
    display: inline-block;
    border-radius: 10px;
    margin-top: 60px;
    padding: 10px 26px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.brief2-title{
    height:190px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.new {
    display: flex;
}

.new-left {
    width: calc((100% - 24px)/2);
    padding: 30px 20px;
    position: relative;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}

.new-left-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
}

.new-left-icon {
    display: block;
    width: 16px;
    height: 16px;
}

.new-left-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.new-left-footer {
    height: 408px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: none;
}

.left-footer {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-footer-data {
    flex: 1;
    text-align: right;
    margin-left: 45px;
}

.left-footer-title {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-right {
    width: calc((100% - 24px)/2);
    padding: 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.new-right-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}

.new-right-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.new-right-footer {
    flex: 1;
    display: flex;
    align-content: space-evenly;
    justify-content: space-between;
    flex-wrap: wrap;
}

.right-footer-item {
    width: calc((100% - 8px)/2);
    position: relative;
}

.right-footer-item>img {
    display: block;
    width: 100%;
    height: auto;
}

.right-footer-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 9px 4px;
    background: rgba(0, 0, 0, 0.5);
}

.bg1 {
    background-color: #AB1725;
}
.border-top{
    border-top: 1px solid #fff;
}