.direct-connection-banner{
    padding-top: 272px;
    width: 100%;
    height: 460px;
    background: url(../images/direct-connection-banner.png) no-repeat center;
    background-size: 100% 100%;
}

.direct-connection-banner a{
    display: block;
    width: 231px;
    height: 58px;
    margin: 0 auto ;
}
.direct-connection-ycbt {
    margin: 0 auto ;
    cursor: pointer;
    width: 231px;
    height: 58px;
    background-image: url(../images/direct-connection-ycbtdy.png);
}

.nav-direct-connection {
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.nav-direct-connection .enterprise-related-policies,
.policy-text,
.enterprise-related-declaration,
.policy-interpretation {
    width: 280px;
    height: 120px;
    transform: translateY(-50%);
    background-color: white;
}

.nav-direct-connection p {
    width: 140px;
    height: 120px;
    text-align: center;
    float: left;
    position: relative;
}

.nav-direct-connection img {
    width: 66px;
    position: absolute;
    /* 这种居中方式只适用于元素大小确定的时候 */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.nav-direct-connection ul {
    margin-top: 25px;
}

.nav-direct-connection ul .li-style {
    font-size: 16px;
    margin-bottom: 5px;
}

.nav-direct-connection ul .li-number {
    font-size: 30px;
    color: rgb(53, 113, 255);
}

.nav-direct-connection ul .li-p {
    font-size: 18px;
    color: rgb(53, 113, 255);
}

.access-connection-box{
    height: 540px;
}

.access-connection-box-left{
    width: 740px;
    height: 100%;
    border-radius: 10px;
}
.access-connection-box-right{
    width: 430px;
    height: 100%;
}

.access-connection-box-left-title a{
    display: block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border: 1px rgb(65, 65, 65) solid;
    border-radius: 20px;
    text-align: center;
    color: rgb(102, 102, 102);
}

/* .access-connection-box-left a:hover{
    border-color: #3b82ff;
    color: #3b82ff;
} */

.access-connection-box-left .left-content{
    width: 680px;
    height: 420px;
}

.left-content-list li{
    height: 43px;
    line-height: 43px;
}


a.li-xjxd{
    display: block;
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-content-top{
    width: 100%;
    height: 275px;
    border-radius: 10px;
}

.right-content-top li{
    height: 43px;
    line-height: 43px;
}

a.li-cjwt{
    display: block;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-content-bottom{
    width: 100%;
    height: 240px;
    border-radius: 10px;
}

.right-content-bottom-top{
    width: 100%;
    height: 50%;
    /* background-color: red; */
}

.right-content-bottom-top img{
    width: 50px;
    height: 50px;
}

.right-content-bottom-bottom{
    width: 100%;
    height: 50%;
}

.right-content-bottom-bottom img{
    width: 45px;
    height: 45px;
}
