ul,li{
    list-style-type:none;
}
.list-container .list li {
    float: left;
    width: 400px;
    height: 150px;
    line-height: normal;
    margin: 10px 40px 20px 40px;
    padding: 0;
    cursor: pointer;
    border-bottom: none;
    font-size: 16px;
    font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif !important;
}

.list-container .list li a {
    color: #003f88;
    cursor: pointer;
}

.list-container .list li a:hover {
    color: #003f88;
    text-decoration: none;
}

.list-container .list li img {
    width: 114px;
    height: 144px;
    margin-right: 10px;
    float: left;
    border: #cccccc 1px solid;
    padding: 2px;
}

.list-container .list li>div:first-of-type {
    float: left;
    width: 240px;
    height: 140px;
    position: relative;
    line-height: 18px;
    /*margin-top: 10px;*/
}

.list-container .list li .h3 {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.list-container .list li>div:first-of-type span {
    text-align: right;
    width: 240px;
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.list-container .list li>div:last-of-type {
    display: none;
    width: 450px;
    /* height: 350px; */
    background-color: #fff;
    position: fixed;
    z-index: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #E9F3FD;
    overflow: hidden;
}

.list-container .list li>div:last-of-type .chengyzl {
    line-height: 20px;
    position: relative;
    border: 1px solid #A6C9E1;
    padding: 10px 0 10px 10px;
    font-size: 12px !important;
        font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif !important;
    overflow: hidden;
}

.list-container .list li>div:last-of-type .chengyzl .changeImage {
    width: 160px;
    height: 340px;
    float: right;
}

.list-container .list li>div:last-of-type .chengyzl img {
    float: right;
    margin-top: 10px;
}

.list-container .list li>div:last-of-type .chengyzl h3 {
    height: 20px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    color: #003f88;
}

.list-container .list li>div:last-of-type .chengyzl p {
    padding: 5px;
    text-indent: 2em;
}
.list-container .list li>div:last-of-type .chengyzl span{
    font-size:12px !important;
}

.bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 400;
    overflow: visible;
}