* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

ul,
li {
    list-style: none
}

img {
    width: 100%;
    display: block;
}

body {
    font-family: "Noto Sans SC";
    font-size: 16px;

}


.cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg1.jpg) repeat-y center top;
    background-size: 100% auto;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.wrap {
    padding: 15px;
    box-sizing: border-box;
}

.img-box {
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    position: relative;

}

.img-box span.span-h {
    position: absolute;
    right: 20px;
    top: -15px;
    z-index: 99;
}

.img-box span.span-s {
    position: absolute;
    left: -15px;
    top: 30px;
    z-index: 99;
}


.swiper-pagination {
    text-align: right !important;
}


.news-intro {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}


.news-intro h2 {
    width: 100%;
    height: 70px;
    line-height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    background: url("../images/tit.png") no-repeat center center;
    background-size: 100% 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.news-intro p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.news-intro  p a span{
    color: #ff32be;
}

.one {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.tit {
    width: 70%;
    margin: 20px auto;
}

.user-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.user-des {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/introbg.png") no-repeat center center;
    background-size: 95% auto;
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    line-height: 1.8;
    padding: 0 20px;
    box-sizing: border-box;
}

.user-desleft {
    text-align: left;
}


.user-des span {
    font-size: 20px;
    font-weight: bold;
    color: #ff32be;
}

.user-des p:nth-child(2) {
    text-align: left;
}

.video-cont,
.video-cont-left {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 45px 15px 15px;
    box-sizing: border-box;
    position: relative;
}




.video-cont a>img,
.video-cont-left a>img {
    border: 1px solid #ffffff;
    z-index: 3;
    position: relative;
}

.video-cont span.vicon,
.video-cont-left span.vicon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -30px;
    z-index: 99;
}

.video-cont-left span.bg {
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 2;
    text-align: right;
}

.video-cont-left span.bg img {
    width: 80%;
    float: left;
}

.video-cont span.bg {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    text-align: right;
}

.video-cont span.bg img {
    width: 80%;
    float: right;
}

.user .news-intro {
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 0;
}

.user .news-intro h2 {
    background: url(../images/tit-user.png) no-repeat center center;
    background-size: 100% 100%;
}

.xy {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    margin-top: 10px;
    box-sizing: border-box;
}


.long-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.long-img img {
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.user-imgswiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.nav-bot {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    background: #ff32be;
    justify-content: center;
    z-index: 999;
}

.nav-bot a {
    display: block;
    flex: 1;
    text-align: center;
    position: relative;
}

.nav-bot a:last-child::before {
    display: none;
}

.nav-bot a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 2px;
    height: 40px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1.0) 50%, rgba(255, 255, 255, 0));
}

.pages_fk{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.tit-fk{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

.tit-fk::before{
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 24px;
    background: #ff32be;
    content: "";
}

.pages_fk_con{
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
}

.user-des a h2{
    font-size: 16px;
    width: 100%;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.user{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    background: url("../images/jg.png") no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 20px;
}

.one .user:last-child{
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.news{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.news ul li{
   width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px auto;
    margin-bottom: 10px;
}

.news ul li a{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}


.news ul li img{
    width: 120px;
    height: 80px;
    margin-right: 10px;
}


.news ul li  .text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.news ul li  .text p{
    font-size: 16px;
    line-height: 1.6;
    height: auto;
    overflow: hidden;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news ul li  .text p:nth-child(2){
    text-align: right;
    font-size: 14px;
}

.pro{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.pro ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro ul li{
    width: 48%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.pro ul li a{
    display: block;
}


.pro ul li a p{
    font-size: 16px;
    line-height: 1.6;
    height: auto;
    overflow: hidden;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-intro h2 p{
    margin-top: 0;
}


@media (min-width: 750px) {
    body {
        width: 750px;
        margin: 0 auto!important;
        font-size: 16px;

    }

    .tit {
        width: 70%;
        margin: 20px auto;
    }

    .nav-bot {
        width: 750px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        position: fixed;
        left: 50%;
        margin-left: -375px;
        bottom: 0;
        display: flex;
        background: #ff32be;
        justify-content: center;
        z-index: 999;
    }

    .user-des{
        font-size: 20px;
        font-weight: bold;
    }

    .user{
        padding-bottom: 60px;
        margin-bottom: 40px;
    }

    .news-intro h2{
        padding-left: 50px;
        box-sizing: border-box;
        line-height: 60px;
    }

    .news-intro h2 p{
        display: inline-block;
        text-indent: -30px;
    }
}







