.cont_list{
    margin-top: 90px;
}
.cont_list li{
    width: 890px;
    cursor: pointer;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #d2d2d2;
}
.cont_list li img{
    width: 141px;
    float: left;
}
.cont_list li .list_info{
    float: right;
    width: 678px;
    margin-right: 21px;
}
.list_info h5{
    font-size: 20px;
    margin-top: 36px;
    margin-bottom: 15px;
}
.list_info p{
    color: #666666;
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
}


.mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.pic_div{
    display: none;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 730px;
    padding-top: 30px;
    background: #fff;
    border-radius: 15px;
    padding-bottom: 15px;
    border: 10px solid #eeeeee;
}
#close{
    position: absolute;
    right: 0;
    top: -62px;
    z-index: 101;
    width: 41px;
    height: 40px;
    background: url('../images/close.png')no-repeat;
    cursor: pointer;
}
.pic_div img{
    display: block;
    max-width: 428px;
    margin: 0 auto;
}
.pic_div h5{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 13px auto 22px;
}
.info_pic{
    width: 650px;
   
    height: 168px;
    border-radius: 8px;
    background: #f4f4f4;
    margin: 0 auto;
    padding:  13px 25px 0;
}
.info_pic p{
    color: #666;
    font-size: 15px;
    line-height: 26px;
}