
.list-banner{
    width: 100%;
    padding-top: 60px;
}
.list-banner img{
    width: 100%;
}
/*顶部位置*/
.positions {
    color: #888;
    background-color: #f9f9f9;
    font-size: 12px;
    padding: 12px 0;
    margin-bottom: 30px;
}
.positions .weizhi {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.positions .weizhi a{
    color: #333;
}

/*列表内容*/
.list-div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.list-left{
    width: 840px;
}
.detail-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.detail-title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}
.detail-title p {
    color: #999;
    margin: 10px 0 0;
    font-size: 0;
}
.detail-title p span {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}

.detail-body {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}
.detail-tags a {
    margin-right: 10px;
}
.detail-exp p {
    margin: 0;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}




.panel-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 22px;
    position: relative;
}
.panel-title:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
    position: absolute;
    left: 2em;
    bottom: -6px;
    background-color: #fff;
    z-index: 2;
    margin-left: -5px;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.list-right{
    width: 300px;
}
.panel {
    margin-bottom: 30px;
}
.list-4 li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.list-4 li h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
}

.list-5 li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.list-5 li a {
    display: block;
    overflow: hidden;
}
.list-5 li a {
    display: block;
    overflow: hidden;
}
.list-5 li .m {
    float: left;
    width: 100px;
}
.list-5 li .m img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 60px;
}
.list-5 li .text {
    margin-left: 110px;
    font-size: 16px;
}

@media screen and (max-width: 767px){
    .positions {
        margin-bottom: 20px;
    }
    .list-div {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    .list-left{
        width: 100%;
    }
    .detail-title h1 {
        font-size: 20px;
    }

    .list-right{
        width: 100%;
    }
}