
.list-banner{
    width: 100%;
    padding-top: 60px;
}
.list-banner img{
    width: 100%;
}
.submenu-div{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 80px;
}
.submenu-div .submenu-info{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
}
.submenu-div .submenu-info a{
    color: #333;
    height: 100%;
    font-weight: bold;
    line-height: 80px;
    margin-right: 20px;
}
.submenu-div .submenu-info .checked{
    color: #0b8c00;
    border-bottom: 2px solid #0b8c00;
}

    /*顶部位置*/
.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;
}
 .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;
}
.category-three{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.category-three a{
    color: #666;
    border-bottom: 2px solid #ffffff;
    margin: 0 30px 30px 0;
}
.category-three a.checked{
    color: #0b8c00;
    border-bottom: 2px solid #0b8c00;
}


.list-3 li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.list-3 li a {
    display: block;
    overflow: hidden;
}
.list-3 li .m {
    float: left;
    width: 250px;
}
.list-3 li .m img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
}
.list-3 li .text {
    margin-left: 270px;
}
.list-3 li .text h4 {
    margin: 0 0 10px;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.list-3 li .text span {
    display: block;
    color: #999;
    margin-bottom: 10px;
}
.list-3 li .text p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.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){
    .submenu-div .submenu-info {
        width: 100%;
        padding: 0 15px ;
        box-sizing: border-box;
    }
    .positions {
        margin-bottom: 20px;
    }
    .list-div {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    .list-left{
        width: 100%;
    }
    .list-3 li .m {
        width: 110px;
    }
    .list-3 li .text {
        margin-left: 120px;
    }
    .list-3 li .text h4 {
        font-size: 16px;
        white-space: normal;
    }
    .list-3 li .text p{
       display: none;
    }

    .list-right{
        width: 100%;
    }
}