.teacherlist {}

.teacherlist .top {
    background-size: cover;
    background-image: url(../image/1708679607578.jpg);
    padding: 20px 30px;
    box-sizing: border-box;
}

.teacherlist .top .item {
    padding-top: 20px;
}

.teacherlist .top .pxname {
    color: #17406a;
    font-weight: 600;
    float: left;
    line-height: 20px;
}

.teacherlist .top .pxlist {
    float: right;
    width: calc(100% - 65px);
}

.teacherlist .top .pxitem {
    display: block;
    /* width: 40px; */
    margin-bottom: 20px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-right: 24px;
}
.teacherlist .top .pxitem.style{
     color: #17406a;
    font-weight: 600;
}
.teacherlist .top .item:nth-child(2) {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
}

.teacherlist .bottom {
    padding-top: 19px;
    width: calc(100% + 40px);
}

.teacherlist .bottom .item {
    margin-bottom: 50px;
    width: calc(50% - 40px);
    margin-right: 40px;
    display: block;
    float: left;
}

.teacherlist .bottom .item .img {
    float: left;
    overflow: hidden;
    width: 160px;
}

.teacherlist .bottom .item .img img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.teacherlist .bottom .item .text {
    float: left;
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 30px;
}

.teacherlist .bottom .item .name {
    color: #17406a;
    font-size: 24px;
}
.title308{
    
font-size: 24px;
    
color: #205b99;
    
padding-bottom: 20px;
    
border-bottom: 1px solid #ddd;
    
font-weight: bold;
}
.teacherlist .bottom .item .zwname {
    margin: 10px 0px;
}

.teacherlist1 .bottom .item .zwname {
    margin: 15px 0px;
    margin-bottom:30px
}
.teacherlist .bottom .item .dh {
    font-size: 14px;
    line-height: 24px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.teacherlist .bottom .item .line {
    background-color: #dfe3ec;
    height: 1px;
    margin: 17px 0;
}

.teacherlist .bottom .item .more {
    color: #d8b95a;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    border: 0.01rem solid #d8b95a;
    text-align: center;
    float: right;
}

.teacherlist .bottom .item .more img {
    display: inline;
}

.teacherlist .bottom .item:hover .img img {

    transition: all 0.4s;
    transform: scale(1.05);
}

.teacherlist .bottom .item:hover .more {border: 0.01rem solid #4c1fb5;background: linear-gradient(to right, #17406a, #27609b);}

.jgszlist {
    width: calc(100% + 30px);
}

.jgszlist .block {
    width: calc(25% - 30px);
    margin-right: 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    min-height: 400px;
    margin-bottom: 20px;
}
.jgszlist1 .block
{
   
width: calc(33.33% - 30px);
   
/* min-height: 0px; */
}
.jgszlist .block .title {
    font-size: 22px;
    font-weight: 600;
}

.jgszlist .block .line {
    width: 30px;
    height: 3px;
    background-color: #fcc701;
    margin: 10px 0;
}

.jgszlist .block .namelist {}

.jgszlist .block .namelist .item {
    line-height: 30px;
    display: block;
    font-size: 15px;
}

.jgszlist .block .namelist .item:hover {
    opacity: 0.7;
}

.jscontent {
    /* padding-top: 20px; */
    /* max-width: 1000px;
    margin: auto; */
}

.jscontent .leftimg {
    width: 210px;
    /* height: 280px; */
    float: left;
    /* text-align: center; */
}

.jscontent .leftimg img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    /* float: left; */
    display: block;
}

.jscontent .lefttitle {
    font-size: 24px;
    font-weight: 600;
    color: #17406a;
    margin-top: 20px;
}
.jscontent .leftxb {
    margin: 7px 0;
    margin-top: 10px;
    font-size: 15px;
    color: #666262;
}
.jscontent .leftzw {
    font-size: 15px;
    color: #666262;
}
.jscontent .content {
    /* padding-top: 20px; */
    width: calc((100% - 240px));
    float: right;
}

.jscontent .jsnr p {
    width: 50%;
    display: block;
    overflow: hidden;
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    padding: 5px 0px;
}
@media only screen and (max-width: 1100px) {
    .teacherlist .bottom .item {
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 1000px) {
    .jgszlist .block {
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }

    .jgszlist .block .title {
        font-size: 18px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 600px) {
    .jgszlist .block {
   
    min-height: 400px;
}
        .jgszlist1 .block {
   
    min-height: 0px;
}
 .jscontent {
        padding-top: 0px;
    }
    .jscontent .leftimg {
        float: none;
        margin: auto;
        text-align: center;
    }
    .jscontent .content{
        width: 100%;
        padding-top: 10px;
    }
    .teacherlist .bottom .item .zwname {
    margin: 10px 0px;
}
    .teacherlist .bottom .item .name {
        font-size: 20px;
    }

    .teacherlist .bottom .item {
        width: calc(100% - 40px);
        margin-bottom: 30px;
    }
    .teacherlist .bottom .item .more {
        width: 81px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }

    .teacherlist .bottom .item .line {
        margin: 15px 0;
    }

    .teacherlist .bottom .item .text {
        width: calc(100% - 130px);
        padding: 5px 0;
        padding-left: 20px;
    }

    .teacherlist .bottom .item .img {
        width: 130px;
    }

    .teacherlist .bottom .item .img img {
        height: 170px;
    }
    .teacherlist .top .pxname{
        font-size: 14px;
    }
    .teacherlist .top .pxlist {
        width: calc(100% - 50px);
    }
    .teacherlist .top .pxitem {
        display: block;
        /* width: 40px; */
        margin-bottom: 10px;
        float: left;
        font-size: 12px;
        line-height: 18px;
        margin-right: 15px;
    }
    .teacherlist .top {
        padding: 0px 17px;
        padding-bottom: 10px;
    }
}