.center-title {
    width: 19.2rem;
    height: 2rem;
    background-image: url(/jsjxy/xb2022/img/info-title.png);
    background-size: cover;
}

.center-title>span {
    font-size: 0.48rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0.68rem 0rem 0.68rem 2.18rem;
    display: inline-block;
}

.center-body {
    width: 19.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.center-body-left {
    width: 3.5rem;
    height: 5rem;
    background: #4185F4;
    margin-left: 1.39rem;
}

.left-list {
    width: 100%;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.58rem;
}

.left-item,
.flag {
    text-align: center;
    position: relative;
}

.left-item-hover {
    width: 0px;
    height: 0px;
    border-left: 0.37rem solid #305BCE;
    border-top: 0.35rem solid transparent;
    border-bottom: 0.35rem solid transparent;
    position: absolute;
    left: 3.20rem;
    top: 0;
    display: none;
}

.center-body-right {
    width: 13.65rem;
    margin: 0.53rem 1.38rem 0rem 0.68rem
}




.right-info {
    width: 12.25rem;
    margin-top: 0.39rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-top {
    width: 12.25rem;
    height: 0.85rem;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-top>span {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4185F4;
    line-height: 0.72rem;
    margin-left: 0.29rem;
}

.right-nav {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #949494;
    margin-right: 0.32rem;
}

.right-nav>span:hover {
    cursor: pointer;
    color: #1D4E91;
}

.info-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3C7EE3;
    margin-bottom: 0.49rem;
    text-align: center;
}

.info-subtitle {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
    text-align: center;
}

.info-text {
    width: 10.3rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.45rem;
    text-indent: 0.3rem;
    margin-top: 0.53rem;
}

.info-text>img {
    width: 6.86rem;
    height: 4.65rem;
    margin-left: 1.8rem;
}

.info-text>span {
    display: block;
}

.info-bottom {
    width: 10.3rem;
    margin-top: 1.8rem;
    margin-bottom: 0.53rem;
}

.bottom-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    padding: 0.2rem 0;
}

.bottom-text>span {
    color: #508BE6;
}

.bottom-text:hover {
    color: #508BE6;
    cursor: pointer
}
.marginR {
    margin-right: 0.2rem;
  }