.header-img img{
    width: 100%;
    height: 400px;
}





.list-main {
    padding: 20px 0 0 45px;
}

.list-ul {}




.list-time {
    /* background: #bfbfbf; */
    position: absolute;
    text-align: center;
    /* padding: 10px 0px; */
    width: 60px;
    border: 1px solid #0058ae;
    transition: all .3s;
    /* margin-top: 3px; */
}

.list-time p {
    color: #fff;
    font-size: 31px;
    background-color: #0058ae;
}

.list-time span {
    color: #0058ae;
    /* width: 60px; */
    font-size: 18px;
    line-height: 30px;
    background-color: #fff;
}

.list-ul li {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}

.list-ul li:hover {
    transform: translateY(-7px);
  /*  box-shadow: 0 5px 5px #ccc; */
}

.list-ul li a {
    max-width: 90%;
    margin-left: 68px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-ul li a p {
    font-size: 17px;
    font-weight: bold;
    color: #494949;
}

.list-ul li:hover a p {
    color: #232323;
}

.list-ul li a span {
    font-size: 14px;
    color: #757575;
    margin-top: 7px;
    display: block;
    line-height: 20px;
    text-indent: 2em;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 师资列表 */
.js_list>p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}
.js_list ul{
    margin-bottom: 20px;
   
}
.js_list ul li{
    float: left;
    margin: 6px 20px;
    width: 18%;
    text-align: left;
padding-left: 23px;
background: url(../img/teacher_ico.png) no-repeat left center;
}
.js_list ul li a{
    font-size: 16px;
    color: #6f6d6d;
}
.js_list ul li:hover a{
    color: #0068b7;
}

/* banner图片列表 */
.review-list{
    width: 105%;
}
.review-list li{
    position: relative;

    width: 462px;
    float: left;
    margin-right: 17px;
    margin-bottom: 18px;
    height: 180px;
}
.review-list li .date{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #1b5da2;
    font-size: 12px;
    background-color: rgba(255,255,255,0.8);
}
.review-list li .date i{
    font-style: normal;
    padding: 0 15px;
}
.review-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 800px) {
   
.list-main {
    padding: 20px 10px;
}
.content-main img {
  display: block;
  margin: 0 auto;
  height: 240px;
 }
    .review-list{
        width:98%
    }
    .review-list li {
    width: 100%;
}
    .review-list li img{
        display: inline-block;
        /* width: 75%; */
}
}


@media screen and (max-width: 800px) {
    .js_list ul li{
    width: 21%;
}
}
