
*{
    margin:0;
    padding: 0;
    font-size:0.338rem;
}
a {
    text-decoration : none
}
a:hover {
    cursor: pointer;
}
.main{
    max-width: 18.116rem;
    margin:0 auto;
}
.banner{
    width:100%;
}

/*
这是移动端的样式，后面需要处理桌面端的
*/
.box {
    margin: calc(10rem/41) calc(24rem/41);
}
.summery{
    font-family: PingFangSC-Regular;
    font-size: 0.386rem;
    color: #4B4B4B;
    letter-spacing: 0;
    line-height: 0.58rem;
    font-weight: 400;
}
.title-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}
.icon {
    width: 0.386rem;
    height: 0.386rem;
    margin-left: 0.514rem;
    margin-right: 0.217rem;
}
.title {
    font-family: PingFangSC-Medium;
    font-size: 0.5rem;
    color: #1C1C1C;
    letter-spacing: 0;
    font-weight: 500;
}
.more {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
    margin-top: 0.411rem;
}
.banner-bottom {
    width: 4.324rem;
    height: 1.908rem;
    margin-left: 0.58rem;
}
.banner-bottom1{
    width: 4.324rem;
    height: 1.908rem;
    margin-left: 0.193rem;
}
.more {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
    margin-top: 0.1rem;
}
.banner-bottom2 {
    width: 8.85rem;
    height: 1.908rem;
    margin-left: 0.58rem;
}
.video {
    margin-bottom: 0.628rem;
}
.video-text {
    margin: 0.411rem 0.58rem ;
}
.video-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.video-pre {
    width: 0.821rem;
    height: 0.821rem;
}
.video-next {
    width: 0.821rem;
    height: 0.821rem;
    margin-left: 0.725rem;
}
.news {
    background-color: #F7F7F7;
    padding-bottom: 0.1rem;
    padding-top: 0.242rem;
}
.events {
  background-color: #F7F7F7;
   padding-bottom: 0.725rem;
    padding-top: 0.242rem;
}
.title-content-news {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}
.list {
    background-color: #fff;
    margin-bottom: 0.29rem;
    margin-left: 0.29rem;
    margin-right: 0.29rem;
    border-radius: 0.097rem;
}
.list a {
    display: flex;
    flex:1;
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
}
.list-img {
    width: 1.739rem;
    height: 1.739rem;
    margin-left: 0.242rem;
    margin-right: 0.193rem;
    margin-bottom: 0.193rem;
    margin-top: 0.193rem;
    border-radius: 8%;
}
.list-text {
    font-family: PingFangSC-Regular;
    font-size: 0.386rem;
    color: #1C1C1C;
    letter-spacing: 0;
    line-height: 0.483rem;
    font-weight: 400;
    margin-left: 0.29rem;
    margin-right: 0.29rem;
    margin-top: 0.483rem;
    flex:1;
}


.mask-box {
    width: 10rem;
    height: 5.628rem;
    position: relative;
}
.mask {
    width: 10rem;
    height: 5.628rem;
    background: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    left: 0;
}
.mask-img {
    width: 1.208rem;
    height: 1.208rem;
    position: absolute;
    top: 40%;
    left: 45%;
}
.video-box {
    width: 10rem;
    height: 5.628rem;
    position: absolute;
    top: 0;
    left: 0;
}
.timeout{
    margin-top: 0.459rem;
    margin-bottom: 0.725rem;
    font-family: PingFangSC-Regular;
    font-size: 0.386rem;
    color: #4B4B4B;
    letter-spacing: 0;
    line-height: 0.58rem;
    font-weight: 400;
    text-align: center;
}
.timeout span{
    font-family: PingFangSC-Semibold;
    font-size: 0.628rem;
    color: #A81E2B;
    letter-spacing: 0;
    line-height: 0.58rem;
    font-weight: 600;
}