@charset "UTF-8";
@import url('../lib/iconfont/iconfont.css');

.realTime{margin-top: 30px;}
.realTime .num1{font-size: 30px;font-weight: bold;}
.realTime .right{width: 560px;}
.realTime .flowerNews{width: 500px;height: 40px;position: relative;overflow: hidden;}
.realTime .flowerNews ul{width:100%;position:absolute;left:0;top:0;}
.realTime .flowerNews li{height:40px;line-height:40px;text-align: center;}

.list{min-height:600px;}
.list .item{width: 200px;height: 330px;background: #0d0d0d;margin-top: 30px;position: relative;float: left;margin-right: 25px;}
.list .item:nth-child(5n){margin-right: 0;}
.list .item .teacher{display: block;text-align: center;padding-top: 40px;padding-bottom: 10px;}
.list .item .headerPic{display: inline-block;width: 126px;height: 161px;}
.list .item .num{position: absolute;left: 0;top: 0;z-index: 20;text-align: center;}
.list .item .num1{width: 30px;height: 30px;line-height: 30px;background: #333;color: #fff;}
.list .item .num img{display: block;}
.list .item .btn_share{width:80%;margin:10px auto 0;padding:5px 0;background:#1b1b1b;color:#ae9263;text-align:center;cursor:pointer;}
.list .item .btn_share:hover{background:#ae9263;color:#1b1b1b;}

.innerNav .tabs .item{flex-basis:100px;flex-grow:1;margin:5px;text-align:center;cursor:pointer;background:#1b1b1b;color:#ae9263;padding:10px 0;}
.innerNav .tabs .item.active{background:#ae9263;color:#1b1b1b;}

.share_pop{color:#ae9263;}
.pop_share_qrCode{margin-top:30px;}