/* zjtd */
.div1{
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #0a3e80;
    color: #0a3e80;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.circle{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.circle-list{
    width: 19%;
    margin: 10px;
}
.div-c{
    text-indent: 2em;
    line-height: 25px;
    font-size: 15px;
}
.div{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    margin: 5px auto;
    line-height: 0;
}
.div p{
    font-size: 15px;
    color: #fff;
}
.Bule{
    background-color: #4b9efe;
}
.green{
    background-color: #05bfb1;
}
.orange{
    background-color: #e6a702;
}
.lightBule{
    background-color: #6caad3;
}
.lighrGreen{
    background-color: #68ce7a;
}
.ddd{
    padding-top: 40px;
}

.expert{
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.expert-top{
    width: 100%;
    height: 50px;
    text-align: left;
    border-bottom: 2px #ddd solid;
    font-size: 20px;
    color: #0a3e80;
    font-weight: bold;
    line-height: 70px;
}
.expert-top span{
    font-size: 15px;
    color: #ddd;
}
.expert-contents{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.teacher-img{
    width: 240px;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}
.teacher-img img{
    width: 100%;
    height: 100%;
}
.teacher-resume{
    width: 75%;
    padding: 0 10px;
    position: relative;
}
.resume-top{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}
.resume-top span{
    font-size: 20px;
    color: #888;
    margin-left: 20px;
}
.resume-button{
    position: absolute;
    bottom: 0;
    display: flex;
    right: 0;
}
.resume-button div{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0a3e80;
    border-radius: 10px;
}
.resume-button div a{
    color: #fff;
}
.doctor{
    display: none;
}
.zjtd-li img{
    width: 96%;
    margin: 2% 2%;
}
.lis img{
    width: 96%;
    height: 96%;
}
.xinli{
    display: none;
}
.zjtd-tabs{
    width: 60%;
    margin: 50px auto;
    position: relative;
}
/* .zjtd-tabs-top{
    display: flex;
    height: 50px;
    width: 100%;
    border-bottom: #aaa 1px solid;
} */
.span{
    color: #0a3e80;
    font-size: 20px;
    margin-left: 30%;
    margin-top: 10px;
}
.zjtd-tabs-list{
    margin: 50px auto;
    width: 100%;
}
.zjtd-tap-title{
    width: 100%;
    display: flex;
    justify-content: center;
}
.zjtd-tap-title .zjtd-li{
    float: left;
    width: 14.6%;
    height: auto;
    margin-left:2%;
    text-align: center;
    border: #ddd 1px solid;
    box-sizing: border-box;
}
.bigLi{
    transform: scale(1.1);
    border: #0a3e80 1px solid !important;
}
.con1{
    width: 100%;
    display: flex;
    height: 300px;
    margin-top: 50px;
}
.con1 .title{
    width: 100px;
    border-bottom: 2px solid #0a3e80;
    font-size: 25px;
    font-weight: bold;
    color: #0a3e80;
    text-align: center;
}

.xiangxi{
    text-indent: 2em;
    font-size: 15px;
    line-height: 25px;
}

.expert .spanss{
    font-size: 18px;margin: -2px 5px;
}
@media  (min-width:1460px) and (max-width:1760px) {
    .div1,.expert,.zjtd-tabs{
        width: 70%;
    }
}
@media  (max-width:1460px) {
    .div1,.expert,.zjtd-tabs{
        width: 80%;
    }
}