@charset "utf-8";

.user_main {
    /* background-image: url(../images/main_02.jpg); */
    background-repeat: no-repeat;
    background-position: right;
    padding: 0;
}

.userbox1 {
    padding: 35px 50px 55px;
    background: url(../images/userbox1bg.png) no-repeat;
    background-size: 100% 100%;
}

.userbox1 h1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ff8a8a;
    font-size: 26px;
    font-family: "Adobe Heiti Std";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-weight: normal;
    font-family: SourceHanSerifSCBold;
}

.userbox1 h1 span {
    font-size: 17px;
    font-family: "Microsoft YaHei";
}

.userbox1 h1 .ip {
    margin-left: 30px;
}

.userbox1 h1 .time {
    margin-left: 20px;
}

.userbox1-link {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userbox1-link li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.3%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
}

.userbox1-link li a {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #1d3246;
}

.userbox1-link li i {
    margin-right: 20px;
    display: block;
    width: 28px;
    height: 28px;
}

.userbox1-link li .userlink1 {
    background: url(../images/userlink1.png) center no-repeat;
}

.userbox1-link li .userlink2 {
    background: url(../images/userlink2.png) center no-repeat;
}

.userbox1-link li .userlink3 {
    background: url(../images/userlink3.png) center no-repeat;
}

.userbox1-link li .userlink4 {
    background: url(../images/userlink4.png) center no-repeat;
}

.userbox1-link li .userlink5 {
    background: url(../images/userlink5.png) center no-repeat;
}

.userbox2,
.userbox3,
.userbox4 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.listbox {
    position: relative;
    padding: 80px 20px 20px;
    width: 48.4%;
    background: url(../images/userlistbg_03.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 6px 20px 0px rgba(0, 60, 112, 0.1);
}

.listbox h1,
.userbox4 h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: normal;
    color: #cf1b1b;
    line-height: 1;
    position: absolute;
    top: -27.5px;
    left: 0;
    font-family: SourceHanSerifSCBold;
}

.listbox i,
.userbox4 h1 i {
    margin-right: 10px;
    display: block;
    width: 28px;
    height: 28px;
}

.listbox .listicon1 {
    /* margin-top: 5px; */
    background: url(../images/userlink1.png) center no-repeat;
}

.listbox .listicon2 {
    /* margin-top: 5px; */
    background: url(../images/userlink2.png) center no-repeat;
}

.listbox .listicon3 {
    background: url(../images/userlink3.png) center no-repeat;
}

.listbox .listicon4 {
    /* margin-top: 3px; */
    background: url(../images/userlink4.png) center no-repeat;
}

.userbox4 .listicon5 {
    /* margin-top: 3px; */
    background: url(../images/userlink5.png) center no-repeat;
}

.userbox4 {
    position: relative;
    padding: 80px 20px 20px;
    margin-top: 50px;
    box-shadow: 0px 6px 20px 0px rgba(0, 60, 112, 0.1);
    background: url(../images/userlistbg2_03.jpg) left top no-repeat #fff;
    background-size: 100%;
}

.userbox4 .news_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.userbox4 .news_list li{
    width: 48.5%;
}

.listbox ul li{position: relative;padding-right: 0;background: none;padding-left: 0;line-height: auto;margin-bottom: 0;}
 * {
            margin: 0px;
            padding: 0px;
            list-style: none;
            box-sizing: border-box;}

        a {
            text-decoration: none;}

        .w1260 {
            width: 1260px;
            margin: 0px auto;}

        .w1400 {
            width: 1400px;
            margin: 0px auto;}

        .w1440 {
            width: 1440px;
            margin: 0px auto;}

        .line-1 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;}

        .line-2 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;}

        .news_list {
            margin-top: 12px;}
            
             .news_list li {
           margin:0;
           padding:0;}

        .news_list li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 50px;}

        .news_list li a p {
            color: rgb(51, 51, 51);
            font-size: 17px;
            padding-left: 38px;
            position: relative;}

        .news_list li a p::before {
            position: absolute;
            content: "";
            width: 25px;
            height: 15px;
            background-image: url(../images/news_list_tu.png);
            left: 0px;
            top: calc(50% - 7.5px);}

        .news_list li a span {
            font-size: 15px;
            color: rgb(102, 102, 102);
            line-height: 50px;
            white-space: nowrap;}

@media screen and (max-width:1000px) {
    .w1260 {
        width: 95%;
    }




    /* 用户空间 */
    .listbox h1,
    .userbox4 h1 {
        font-size: 20px;
    }

    .listbox .listicon1,
    .listbox .listicon2,
    .listbox .listicon4,
    .userbox4 .listicon5 {
        margin-top: 0;
    }
}

@media screen and (max-width:850px) {



    /* 用户空间 */
    .userbox1 {
        padding: 20px;
    }

    .userbox1-link {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .userbox1-link li {
        width: 48%;
        margin-bottom: 20px;
    }

    .userbox2,
    .userbox3,
    .userbox4 {
        display: block;
    }

    .listbox {
        padding: 40px 20px 20px;
        width: 100%;
        margin-bottom: 40px;
    }

    .listbox h1,
    .userbox4 h1 {
        top: -30px;
    }

    .userbox2,
    .userbox3,
    .userbox4 {
        margin-top: 40px;
    }

    .userbox4 {
        padding: 40px 20px 20px;
        background: url(../images/userlistbg_03.jpg) left top no-repeat #fff;
        background-size: 100%;
    }

    .news_list {
        margin-top: 0px;
    }

    .userbox4 .news_list {
        width: 100%;
        margin-top: 0;
    }
    .userbox4 .news_list li{
    width: 100%;
}
}



@media screen and (max-width:560px) {





    /* 用户空间 */
    .userbox1-link {
        margin-top: 0px;
    }

    .userbox1 h1 {
        font-size: 20px;
    }

    .userbox1 h1 .ip {
        margin-left: 5px;
    }

    .userbox1 h1 span {
        font-size: 14px;
    }

    .userbox1-link li a {
        font-size: 16px;
    }

    .userbox1-link li i {
        margin-right: 10px;
    }
}

@media screen and (max-width:430px) {

    /* 用户空间 */
    .listbox i,
    .userbox4 h1 i {
        margin-right: 2px;
    }
}