* {
    padding: 0;
    margin: 0;
}
a{ 
    -webkit-tap-highlight-color:rgba(255,255,255,0);
} 
html{
    width: 1000px;
    margin: 0 auto;
}
body{
    width: 1000px;
    margin: 0 auto;
    user-select:none;
}
.main-all {
    position: relative;
    width: 1000px;
    /* height: 1740px; */
    padding-bottom: 100px;
    margin: 0 auto 50px;
}
/* end */
.main-end{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    color: #d31818;
    text-align: center;
}

/* 在窗口宽度大于1000px时应用的样式 */
@media screen and (min-width: 1000px) {
    /* .main-all {
        position: relative;
        width: 1000px;
        height: 1740px;
        margin: 0 auto;
    } */
    /* end */
    /* .main-end{
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
        color: #c0c0c0;
        text-align: center;
    } */
  }
/* 在窗口宽度小于1000px时应用的样式 */
@media screen and (max-width: 1000px) {
    .main-all {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
    /* .main-media .media-con ul li img{
        width: 140px;
        text-align: center;
    }
    .main-media .media-con ul li a p{
        font-size: 1.2em;
        text-align: center;
    } */
    /* end */
    .main-end{
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
        color: #d31818;
        text-align: center;
    }
  }
.main-banner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; 
    text-align: center;
    vertical-align: middle;
    /* background: url(//x0.ifengimg.com/ucms/special/images/616DF2DE67C22A10174855A58EE5625C.jpg) no-repeat center top/100% auto; */
}

/* 在窗口宽度小于768px时应用的样式 */
/* @media (max-width: 1000px) {
    .main-banner {
        position: relative;
        width: 100%;
        min-width: 1000px;
        height: 1800px;
        margin: 0 auto; 
        background: 
                    url(//x0.ifengimg.com/ucms/special/images/616DF2DE67C22A10174855A58EE5625C.jpg) no-repeat center top;
    }
  } */
   
  /* 在窗口宽度在768px和1024px之间时应用的样式 */
  /* @media (min-width: 1001px) and (max-width: 1920px) {
    .main-banner {
        position: relative;
        width: 100%;
        min-width: 1000px;
        height: 1800px;
        margin: 0 auto; 
        background: url(../img/teenager.png) no-repeat center top,
                    url(//x0.ifengimg.com/ucms/special/images/616DF2DE67C22A10174855A58EE5625C.jpg) no-repeat center top;
    }
  } */
.main-con {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* time */
.main-time{
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 6px solid #ccc;
}
.main-time>div:nth-child(1){
    padding-top: 16px;
}
.main-time>div:nth-child(2){
    padding-bottom: 16px;
}
.main-time>div{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2px 0;
}
.main-time>div>p{
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
}
.time-start p{
    color: #626262;
}
.time-msg p{
    color: #910000;
}

/* one */
.main-hot {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 22px 0;
}
.main-hot span{
    display: inline-block;
    height: 40px;
    font-size: 1.2em;
}
.main-hot span:nth-child(1){
    display: inline-block;
    height: 40px;
    position: absolute;
    padding-left: 20px;
}


.main-hot span:nth-child(2){
    width: 80%;
    position: relative;
    white-space: nowrap; /*让文本不自动换行*/
    overflow: hidden; /*隐藏溢出的文本*/
    margin-left: 70px;
}
.main-hot span:nth-child(2) span{
    position: absolute;
    animation: marquee 10s linear infinite;

}

@keyframes marquee {
    0% {left: 100%;} /*文本从右侧进入*/
    100% {left: -50%;} /*文本从左侧出去*/
}

.main-hot span img{
    height: 30px;
    line-height: 40px;
    vertical-align: middle;
}
.main-hot p{
    position: relative;
    width: 90%;
    height: 40px;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 300;
}
/* .main-hot>p>span{
    font-size: 0;
} */

/* media */
.main-media{
    width: 100%;
    height: 440px;
    margin: 30px auto;
    /* pointer-events: none */
}

.main-media .media-con{
    width: 100%;
    padding-top: 50px;
}

.main-media .media-con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-media .media-con ul li{
    /* width: 60px; */
    /* height: 60px; */
    width: 400px;
    height: 324px;
    padding: 30px 0;
    list-style: none;
}
.main-media .media-con ul li:hover{
    background-color: #ebe7e7;
}
.main-media .media-con ul li .icon{
    /* width: 100%; */
    /* height: 80px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.main-media .media-con ul li a{
    color: #000;
    text-decoration: none;
}
.main-media .media-con ul li a:hover{
    color: #d31818;
}
.main-media .media-con ul li a>div{
    padding: 5px 0 2px;
}
.main-media .media-con ul li img{
    width: 55%;
    /* height: 80px; */
    text-align: center;
}
.main-media .media-con ul li a p{
    font-size: 1.4em;
    text-align: center;
}


