* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgba(244, 246, 247, 1) !important;
}

.backgroundBox {
    background-color: white;
}

.center {
    /* width: 1300px; */
    height: auto;
    margin: 0 auto;
    padding: 0 !important;
}

.header {
    width: 100%;
    height: auto;
}

/* 轮播开始 */
.slideIntroduce {
    padding: 15px 15px;
    margin-top: 10px;
    box-sizing: border-box;

    height: auto;
}

.slideIntroduce div {
    padding: 0;
    float: left;
}

.IntroductionOfLive {
    text-indent: 2rem;
}

.slideIntroduce span {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: rgba(0, 95, 201, 1);
    color: #ffffff;
    font-weight: 500;
}

.slideIntroduce> :nth-child(2) {
    padding: 5px 15px;
}

.IndentCharacter {
    text-indent: 1rem;
}

/* 轮播结束 */
.liveContent {
    /* padding-top: 20px; */
    /* padding-left: 20px; */
    /* overflow: hidden; */
    /* position: relative; */
    /* float: left; */
    width: 92%;
    margin: 0px auto;
    margin-top: 35px;
    border-left: solid 1px rgba(0, 95, 201, 1);
    ;
}

.liveContent img {
    width: 45px;
    height: auto;
}

.titleBlock {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: rgba(0, 95, 201, 1);
    color: #ffffff;
    font-weight: 500;
    margin-left: 3px;
}

.graphicDisplayModule {
    width: 100%;
    /* border-left:solid 1px rgba(0, 95, 201, 1); */
    /* padding-top: 40px; */
    /* margin-left: 20px; */
    transform: translateX(-20px);
    /* position: relative; */
    /* left: 20px; */
    z-index: -1;
    height: auto;
}

.liveContentText {
    /* width: 95%; */
    /* float: right; */
    /* margin: 0 auto; */
    padding-left:5% ;
}

.graphicDisplayTitle {
    /* float: left; */
    background-color: #ffffff;
    /* position: absolute;
    top: 0px; */
    z-index: 900;
}
/* .liveContent >:nth-child(1){
    margin-bottom: 40px;
} */
.liveContent >:not(:first-child){
    margin-top: 50px;
}
.liveContent .graphicDisplayTitle img{
    width: 40px;
    height: auto;
}
.liveContent .graphicDisplayTitle >p{
   display: inline-block;
   color: rgba(0, 95, 201, 1);
   font-weight: 500;
   font-size: 18px;
}
.liveContent .graphicDisplayTitle p span{
    margin-left: 30px;
 }
 .liveContentText img{
    width: 80%;
    height: auto;
    margin: 20px 0px;
 }
 /* 移动端 */
 @media only screen and (max-width:576px) {
    .liveContent{
        width: 80%;
    }
    .liveContentText{
        transform: translateX(20px);
        font-size: 12px;
    }
}