/*====通用学科组专家=====**/
.xkz {
    width: 93.75%;
    margin: 0 auto 0.3rem;
}

.xkz .tit {
    margin-bottom: 0.2rem;
    width: 100%;
}

.xkz .tit img {
    width: 100%;
    height: auto;
    display: block;
}

.xkz .row1 {
    margin-bottom: 0.1rem;
}

.xkz .row1 li {
    position: relative;
}

.xkz-info {
    position: absolute;
    left: 0;
    right:0;
    bottom: 8%;
    padding: 3%;
    background: rgba(255, 255, 255, 0.8);
}

.xkz-info .title {
    margin: 0;
    padding: 0 0 0.05rem 0;
    font-size: 0.24rem;
    color: #4cbbb4;
    text-align: left;
}

.xkz-info .intro {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.24rem;
}

.xkz .hd {
    margin-bottom: 0.1rem;
}

.xkz .hd ul {
    font-size: 0;
    text-align: center;
}

.xkz .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 3px;
    background: #eee;
}

.xkz .hd ul li.on {
    background: #4cbbb4;
}

.xkz-btn{
    display: flex;
    justify-content: space-between;
}

.xkz-btn li {
    width: 1.6rem;
}

.xkz-btn li a {
    display: block;
    line-height: 0.45rem;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
    background: #717171;
}

.xkz-btn li.xkz-btn2 a {
    background: #fda233;
}

.xkz .zjpq-btn{width: 5.6rem;margin: 0 auto;}
.xkz .zjpq-btn img{display: block;width: 100%;}