.item-two {
    width: 80%;
    height: 2.6042rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .0833rem;
    margin-bottom: .2604rem;
}

.i-t-left {
    width: 68%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
}

.i-t-l-item {
    width: calc(50% - .013rem);
    height: .625rem;
    position: relative;
    overflow: hidden;
}

.i-t-l-item a {
    width: 100%;
    height: .625rem;
    position: absolute;
    z-index: 11;
    left: 0;
}

.i-t-l-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    box-shadow: 0 .0104rem .026rem rgba(0, 0, 0, 0.2);
}

.i-t-l-item:hover {
    box-shadow: 0 0 .1042rem rgba(0, 0, 0, 0.4);
}

.i-t-l-item:hover a img {
    transform: scale(1.1);
    box-shadow: 0 .026rem .0781rem rgba(0, 0, 0, 0.3);
}

.i-t-l-item:hover a p {
    background-color: rgba(0, 0, 0, 0.7);
}

.i-t-l-item a p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .1458rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    color: white;
}

.i-t-right {
    width: 30%;
    height: calc(100% - .026rem);
    display: flex;
    flex-direction: column;
    background-color: #f6f2f1;

}

.i-t-r-title {
    width: calc(100% - .1042rem);
    height: .3646rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .1667rem;
    margin: 0 auto;
    color: #8f070a;
}

.i-t-r-title-h1 {
    display: flex;
    align-items: center;

}

.i-t-r-title-h1 i {
    font-size: .1667rem;
    margin-right: .0052rem;
    padding: 5px 5px;
}

.i-t-r-title a {
    color: #8f070a;
    display: flex;
    align-items: center;
    gap: .026rem;
    padding: .026rem;
    border: .0052rem solid #8f070a;
    border-radius: .0521rem;
    font-size: .0938rem;
}

.i-t-r-title a:hover {
    background-color: #8f070a;
    color: white;
}

.i-t-r-container {
    width: calc(100% - .1042rem);
    height: calc(100% - .3385rem);
    display: flex;
    margin: 0 auto;
}

.i-t-r-c-left {
    width: 70%;
    height: 97%;
}

.i-t-r-c-left a {
    width: 100%;
    height: 100%;
}

.i-t-r-c-left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i-t-r-c-right {
    width: 30%;
    height: 97%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #8f070a;

}

.i-t-r-c-r-item {
    width: 100%;
    height: .2552rem;
    border-bottom: .0052rem solid #8f070a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .0938rem;
}

.i-t-r-c-r-item:hover {
    cursor: pointer;
    background-color: #8f070a;
    color: white;
}

.i-t-r-c-r-item-p {
    padding: 0 .026rem;
    font-weight: bold;
}