article {
    width: 100%;
    height: 36.18rem;
    background: rgb(253, 251, 251);
}

.content {
    width: 38.78rem;
    margin: 0 auto;
}

.content .left {
    float: left;
    width: 6.06rem;
    height: 7.878rem;
    background: #fff;

}



.content .left P {
    padding: 0.575rem 0 0.575rem 1.03rem;
    font-size: 0.484rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    display: flex;
    align-items: center;

}

.content .left P img {
    margin-right: 0.1rem;
}

.content .left P:nth-child(4) {

    border-left: 2px solid #2983EF;
    background: #F9F9FB;
}

.content .left P:nth-child(4) a {
    color: #2983EF;
}

.content .left P a {
    color: #111111;
}

.right {
    width: 32.12rem;
    float: right;
}

.right .title {
    width: 32.7rem;
    height: 3.03rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right .title h6 {
    font-size: 0.787rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.right .title p {
    font-size: 0.424rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    margin-top: 0.27rem;
}

.right-content {
    width: 32.8rem;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: space-between
}



.right-content div {
    width: 7.575rem;
    height: 5rem;
    background: #FFFFFF;
    border-radius: 3px;
    margin-top: 0.6rem;
    border: 1px solid rgba(41, 131, 239, 0.1);
}

.right-content div:last-child {
    opacity: 0;
}

.right-content div:nth-child(19) {
    opacity: 0;
}

.right-content div p {
    margin-left: 0.6rem;
}

.right-content div p:nth-child(1) {
    font-size: 0.545rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #111111;
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
}

.right-content div p:nth-child(1) img {
    width: 0.848rem;
    height: 0.848rem;
    margin-right: 0.3rem;
}

.right-content div p:nth-child(2) {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    width: 6.39rem;
    margin-top: 0.6rem;
    line-height: 0.8rem;
}

.but-link button {
    width: 4.84rem;
    height: 1.393rem;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 0.66rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #2983EF;
    border: none;
    position: absolute;
    left: 50%;
    margin-left: -2.42rem;
    bottom: 4rem;
}