
/*banner*/
.banner {
    width: 100vw;
    height: 50vw;
    position: relative;
}
.banner img {
    width: 100%;
    height: 50vw;
    display: block;
}
/*个人中心按钮*/
.banner .user{
    position: absolute;
    display: block;
    float: left;
    width: 14vw;
    height: 14vw;
    left: 0vw;
    top: 6.2vw;
    overflow: hidden;
    background: url("/home/images/user/3.png") no-repeat 0 center;
    background-size: cover;
}
.banner .user>img{
    width: 10vw;
    height: 10vw;
    display: block;
    margin-top: 2vw;
    float: right;
    margin-right: 3vw;
    border-radius: 50%;
    border: 1px solid #fff;
}
/*model*/
.model{
    padding: 2vw;
}
.model>li{
    float: left;
    width: 16vw;
    margin: 2vw 8vw;
    min-height: 10vw;
    margin-bottom: 0px;
}
.model>li:active{
    background: #eeeeee;
}
.model>li>a{
    width: 100%;
    display: block;
}
.model>li>a>img{
    display: block;
    width: 13.3vw;
    height: 13.3vw;
    margin: 0 auto;
    /*border-radius: 50%;*/
    overflow: hidden;
}
.model>li>a>span{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2vw;
    color: #333;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.notice .list {
    display: block;
    width: 100%;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    border-bottom: 1px solid #f1f1f1;
    color: #666666;
    position: relative;
}
.notice .list .fr .title {
    color: #333333;
    font-size: 1.4rem;
    width: 100%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice .list .fl img {
    width: 25vw;
    height: 19vw;
    margin-top: 2.6vw;
    margin-bottom: 2.6vw;
    border-radius: 2vw;
    overflow: hidden;
}
.notice .list .right {
    width: 65.3vw;
    height: 19vw;
    margin-top: 2.6vw;
    margin-left: 3.2vw;
    position: relative;
}
.notice .list .time {
    width: 65.3vw;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    line-height: 1.2rem;
}
.notice .list .fl .type{
    position: absolute;
    bottom: 15px;
    left: 3.2vw;
    width: 25vw;
    text-align: center;
    /*color: #fff;*/
    font-size: 1.2rem;
    color: #fff;
}
/*分割线*/
.level{
    height: 3vw;
    background-color: #f7f7f7;
}
.tip{
    font-size: 1.4rem;
}
/*swiper覆盖*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: relative!important;
    bottom: 1vw!important;
}
a:active{
    background-color: rgba(10,10,10,0.1);
}