/*公共分类*/

.fenlei{
    margin-bottom: 16px;
    margin-top: 10px;
    background: #f8f8f8;
    padding: 16px 0 0;
    width: 100%;
}

.bgwhite{
    padding:5px 16px 5px ;
    background-color: #fff;
}
.fenlei .title-type{
    color: rgba(0,0,0,.45);
    line-height: 40px;
    float: left;
}
.fenlei .leibie{
    width: calc(100% - 80px);
    float: left;
}
.fenlei .leibie div{
    padding: 2px 10px;
    float: left;
    line-height: 25px;
    margin-top:5px;
    cursor: pointer;
}
.active{
    background-color: rgba(25,99,247,.14);;
    color:#0052A2;
    border-radius: 2px;
}

/* 分页 */
.fenye1{
    padding: 12px;
    width: 100%;
}
.fenye1 .pagination{ /*fy1-pagination*/
    width: fit-content;
    margin:12px auto 24px;
    padding-bottom: 40px;
}
.fenye1 .pagination li{
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #fff;
    color: rgb(0,0,0,.65);
    cursor: pointer;
    float: left;
    margin-left: 8px;
}
.fenye1 .pagination li:hover{
    color:#0052A2;
    border: 1px solid #0052A2;
}
.fenye1 .pagination .active{/*liactive*/
    color:#0052A2;
    border: 1px solid #0052A2;
}

/* 教师列表 */
.teacher-team-content{
    width: 100%;
    background-color: #f8f8f8;
}
.teacher-team-content .ttc1-box{
    width: 384px;
    height: 204px;
    background-color: #fff;
    padding:12px;
    position: relative;
    overflow: hidden;
    float: left;
    margin:0px 24px 24px 0px;
}
.teacher-team-content .ttc1-box:nth-child(3n){
    margin-right:0px;
}
.teacher-team-content .ttc1-box:hover{
    transform: translateY(-5px);
    transition: all .3s ease-in-out 0s;
}
.teacher-team-content .ttc1-box .ttc1-right{
    width: 224px;
    height: 180px;
}
.teacher-team-content .ttc1-box .ttc1-left{
    width: 136px;
}
.teacher-team-content .ttc1-box .ttc1-left,
.teacher-team-content .ttc1-box .ttc1-right{
    float: left;
}
.teacher-team-content .ttc1-box .ttc1-left img{
    width: 120px;
    height: 180px;
    object-fit: cover;
}
.teacher-team-content .ttc1-box .ttc1-right .ttcr1{
    border-bottom: 1px dashed #999;
}
.teacher-team-content .ttc1-box .ttc1-right .ttcr1-top{
    width: 100%;

}

/* 背景 */
.ttc1-box .ttc1-right .ttcr1-top .top1-name{
    font-size: 18px;
    font-weight: 700;
    height: 27px;
}
.ttc1-box .ttc1-right .ttcr1-top .top1-detail{
    float: right;
    color:#0052A2;
    cursor: pointer;
}
.ttc1-box .ttc1-right .ttcr1-bottom{
    padding: 8px 0px;
}
.ttc1-box .ttc1-right  .top1-tag{
    padding: 7px;
    margin:2px 4px;
    color: #0052A2;
    background-color: #E6F7FF;
    font-size: 12px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teacher-team-content .ttc1-box .ttc1-right .ttcr2{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(0,0,0,.65);
    display: -webkit-box;
    height: 60px;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}
.teacher-circle-bg{
    background-color: #f6fcfe;
    border-radius: 100px;
    bottom: -40px;
    height: 88px;
    position: absolute;
    right: 32px;
    width: 88px;
}

.tt-main-top{
    width: 100%;
    background: url(../images_1/bg2.png) #f8f8f8 no-repeat center -100px;
}
.tt-main-top .main-top-bg .teacher-team-title{
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding: 32px 0 24px;
    text-align: center;
}
.tt-main-top .bgcolor{
    width: 100%;
    background-color:rgb(246,247,249) !important;
}
.ttmt1-search{
    float: right;
    height: 60px;
    line-height: 60px;
    margin-right: 8px;
}
.ttmt1-search .searchIpt{
    width: 264px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 4px 30px 4px 11px;
}
.ttmt1-search .serachIpt-icon{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: -30px;
}
.ttmt1-search .searchIpt:hover{
    border:1px solid #40a9ff;
}
.ttmt1-search .searchIpt:focus{
    border:1px solid #40a9ff;
    box-shadow: 0 0 0 2px rgba(24,144,255,.2);
}

/* 教师详情 */
.teacher-detail-head{
    width: 100%;
    height:400px;
    background: url(../images_1/teacher-header-bg.png) no-repeat;
    background-size: cover;
}
.teacher-detail-head-main{
    position: relative;
    padding-top: 70px;
}
.teacher-introduce{
    position: absolute;
    top:20px;
    right: 0px;
}
.tdh-people,.tdh-content{
    float:left;
}
.tdh-people img{
    width: 174px;
    height: 260px;
    object-fit: cover;
}
.tdh-content{
    margin-left: 30px;
}
.tdhc-right-item{
    width: 994px;
    padding: 18px 0px;
    border-bottom: 1px dashed #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.white{
    color:#FFF
}
.tdhc-name .tdhc-name-size{
    font-size: 20px;
}
.tdhc-name .tdhc-name-tag{
    margin-left: 8px;
    padding: 0px 8px;
    background-color: #71a0fe;
    opacity: .8;
}
.tdhc-right-item .tdhc-right-item-title{
    font-size: 16px;
    margin-bottom: 4px;
}
.tdhc-right-item .cdhc-tag-blue{
    background: #e6f7ff;
    color: #0052A2;
    margin-right: 8px;
    padding: 0px 8px;
    border-radius: 5px;
}

.teacher-detail-main .tdm-title{
    margin:0 auto;
    background-image: url(../images_1/teacher-course-title.png);
    background-size: cover;
    color: #fff;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    margin: 16px auto 16px;
    text-align: center;
    width: 190px;
}
.teacher-detail-main .tdm-content{
    padding: 12px 0px;
}

/*新闻样式  LJY*/
.news-list-box {
    background: #fff;
    padding: 8px 24px 0;
}

.news-list-box .pages {
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center
}

.news-list-item {
    cursor: pointer;
    padding: 16px 0
}

.news-list-item:hover {
    box-shadow: 0 10px 12px -2px rgba(112,144,176,.1)
}

.news-list-item .news-title {
    color: rgba(0,0,0,.85);
    font-size: 18px;
    margin-bottom: 16px
}

.news-list-item .news-title:hover {
    color: #0052A2
}

.news-list-item .news-main {
    display: flex
}

.news-list-item .news-main .news-img-box {
    height: 74px;
    margin-right: 14px;
    width: 120px
}

.news-list-item .news-main .news-img-box .news-img{
    border-radius: 4px;
    height: 100%;
    width: 100%
}

.news-text {
    flex: 1
}

.news-text .news-text-detail {
    color: rgba(0,0,0,.85);
    font-size: 16px;
    margin-bottom: 16px
}

.news-text .news-text-detail:hover {
    color: #0052A2
}

.news-text .news-text-date .icon{
    font-size: 18px;
    vertical-align: middle
}

.news-text .news-text-date .news-text-date-time {
    color: rgba(0,0,0,.45);
    font-size: 14px
}

