.notice-container{
    padding:0 0.4rem;
}
.notice-container .module{
    padding: 0.2rem 0;
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #e5e5e5;
}
.notice-container .module-title{
    font-size: 0.3rem;color: #ff5860;
}
.notice-container .more{
    cursor: pointer;
    color: #333333;
}
.notice-container .more:hover{
    color: #ff5860;
}
.notice-container .title{
    font-size: 0.18rem;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.notice-container .module-title-en{
    font-size: 0.18rem;
    letter-spacing: 2px;
    margin-bottom: 0.41rem;
	color:#D4D4D4;
}
.notice-container .time{
    margin: 0.14rem 0 0.16rem;
    font-size: 0.14rem;
    color: #333333;
}
.notice-container .content{
    color: #7d7d7d;
    font-size: 0.14rem;
    line-height: 0.24rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.notice-container .read-more{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0.1rem;
    width: 1rem;
    background-color: #ff5860;
    color: #fff;
    margin-top: 0.18rem;
}
.notice-container .read-more:hover{
    background-color: #fff;
    color: #ff5860;
}
.notice-list{
    margin-left: 0.3rem;
    padding:0 0.2rem;
    background-color: #F2F2F2;
    color: #525252;
    height: 100%;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}
.notice-list ul{
    padding: 0;
    margin: 0;
}
.notice-list .item{
    margin: 0.1rem 0.1rem 0.1rem 0;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.notice-list .item:hover{
    color: #ff5860;
    font-size: 0.16rem;
}
.news-item{
    width: 31.59%;
    overflow: hidden;
    transition: 0.2s;
    position: relative;
}
.news-item:hover{
    top: -0.3rem;
}
.news-item:hover .news-title{
    color:#ff5860;
}
.news-img{
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
    padding-bottom: 67.57%;
    background: center no-repeat;
    background-size: contain;
}
.news-tag{
    cursor: pointer;
    background-color: #ffd9dc;
    color: #fd6268;
    padding: 0.05rem 0.15rem;
    margin-right: 0.2rem;
}
.news-time{
    color: #9E9E9E;
    font-size: 0.16rem;
}
.news-title{
    margin-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    cursor: pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-read-more{
    cursor: pointer;
    text-align: center;
    padding: 0.1rem;
    width: 1.55rem;
    background-color: #fff;
    color: #ff5860;
    border: 1px solid #ff5860;
    margin: 0.4rem auto 0;
    transition: 0.2s;
}
.news-read-more:hover{
    background-color: #ff5860;
    color: #fff;
}
.about-container{
    padding: 0.4rem 0;
    background-color: #171a3d;
    color: #B5B5B5;
    font-size: 0.14rem;
}
.about-title{
    color: #ff5860;
    font-size: 0.18rem;
}
.about-name{
    font-size: 0.36rem;
    letter-spacing: 3px;
    margin: 0.2rem 0 0.3rem;
}
.about-name-en{
    font-size: 0.16rem;
    margin-bottom: 0.57rem;
}
.about-content{
    margin-bottom: 0.3rem;
    font-size: 0.14rem;
}
.about-img{
    display: block;position: absolute;left: 59.6%;height: 115%;width: 38%;
}
.play-img{
    cursor: pointer;
    position: absolute;
    font-size: 1rem;
    bottom: 0;
    left: 59.6%;
    margin-left: -0.5rem;
    border-radius: 100%;
    display: block;
    color: #FF5860;
    background-color: #fff;
    height: 1rem;
    line-height: 0.5rem;
}

.develop-nav{
    margin: 0.7rem 0 0.4rem;
}
.tab-nav-item{
    cursor: pointer;
    width: 1.44rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.16rem;
    color: #555;
    text-align: center;
    border: 1px solid #E5E5E5;
    margin: 0.2rem;
}
.tab-nav-active{
    color: #fff;
    background-color: #FF5860;
    border: none;
}
.develop-item{
    margin-bottom: 0.4rem;
}
.develop-title{
    font-size: 0.21rem;
    height: 0.21rem;
    line-height: 0.21rem;
    padding-left: 0.17rem;
    padding-right: 0.2rem;
    border-left: 0.03rem solid #FF5860;
    margin-bottom: 0.15rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.develop-content{
    padding: 0.2rem;
    color: #9C9C9C;
    font-size: 0.14rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.develop-detail{
    cursor: pointer;
    font-size: 0.14rem;
    display: inline-block;
    color: #FF5860;
    margin-left: 0.2rem;
    padding: 0;
    margin-top: 0.1rem;
}
@media screen and (min-width:960px) and (max-width:1300px) {
    .about-img{
       height: 100.5%;
        bottom: -1.5rem;
        top: unset;
    }
    .about-content{
        font-size: 0.13rem;
    }
    .play-img{
        font-size: 0.5rem;
        margin-left: -0.25rem;
        height: 0.5rem;
        line-height: 0.25rem;
    }
}
@media screen and (max-width:960px) {
    .notice-list{
        margin-left: 0;
        margin-top: 0.2rem;
    }
    .news-item{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .about-img{
        display: none;
    }
    .play-img{
        bottom: -0.7rem;
        right: 0.1rem;
        left: auto;
        font-size: 0.6rem;
        height: 0.6rem;
        line-height: 0.3rem;
    }
    .develop-nav{
        margin: 1.35rem 0 0.8rem;
    }
    .type-item{
        margin-left: 0.03rem!important;
    }
}