﻿* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clearfloat:after {
    content: "";
    display: block;
    clear: both;
}

/* -------------正文部分---------- */
.container {
    width: 1200px;
    height: 930px;
    margin: 30px auto;
}

.list {
    width: 1197px;
    border: 1px solid #115db2;
    border-right: 2px solid #115db2;
    height: 728px;
    margin-top: 50px;
}

.list .list-left {
    width: 219px;
    height: 728px;
    display: inline-block;
}

.list .list-left .first-ul {
    width: 219px;
    height: 728px;
    text-align: center;
    overflow-y: auto;
    cursor: pointer;
}

.list .list-left .first-ul::-webkit-scrollbar {
    display: none;
}

.list .first-ul a {
    display: block;
    width: 219px;
    height: 60px;
    background-color: #cdddee;
    font-size: 18px;
    color: #115db2;
    line-height: 60px;
    font-weight: bold;
    position: relative;
}

.list .first-ul .iconfont {
    position: absolute;
    right: 30px;
}

.list .list-left .second-ul {
    background-color: #eef3f9;
    overflow-y: auto;
    height: 600px;
}

.list .list-left .second-ul::-webkit-scrollbar {
    display: none;
}

.list .list-left .second-ul li {
    width: 200px;
    margin: 0 auto;
    height: 46px;
    border-bottom: 1px dotted #579fef;
    line-height: 46px;
    font-family: MicrosoftYaHei;
    color: #404040;
    cursor: pointer;
}

.list .second-ul {
    display: none;
}

.list .active {
    color: #115db2 !important;
    display: block;
}

.list .first-ul .icon-sanjiaoright {
    display: inline-block;
}

.list .first-ul .icon-xiala {
    display: none;
}

.list .active .icon-xiala {
    display: inline-block;
}

.list .active .icon-sanjiaoright {
    display: none;
}

/* -----------正文列表右边部分---------------- */
.list .list-right {
    width: 940px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.list .equal {
    width: 100%;
    margin-top: 38px;
}

.list .equal h4 {
    font-size: 18px;
    width: 912px;
    padding-left: 30px;
    background-image: url("information.png");
    height: 31px;
    background-repeat: no-repeat;
    color: #115db2;
    font-weight: bold;
}

/* ---右边第一个盒子 */
.list-right .one .one-next {
    width: 912px;
    height: 145px;
    margin-top: 17px;
}

.list-right .one .one-next img {
    border: 1px solid red;
    width: 111px;
    height: 145px;
    display: inline-block;
    margin-right: 29px;
}

.list-right .one .one-next ul {
    display: flex;
    float: right;
    width: 765px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 145px;
}

.list-right .one .one-next ul li {
    width: 100%;
    color: #115db2;
    font-weight: normal;
}

.list-right .one .one-next ul span {
    color: #656565;
}

.list-right .one .one-next ul .san {
    width: 255px;
}

.list-right .one .one-next ul .liang {
    width: 255px;
}

/* ----右边第二个盒子---- */
.list .list-right .two h4 {
    background-image: url("position.png");
}

.list .list-right .two div {
    display: flex;
    height: 195px;
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.list .list-right .two div p {
    color: #404040;
    width: 870px;
    padding-left: 20px;
}

/* ----右边第三个盒子---- */
.list .list-right .three h4 {
    background-image: url("labor.png");
}

.list .list-right .three p {
    padding-left: 20px;
    width: 870px;
    color: #404040;
    margin-top: 40px;
}

.miss {
    width: 912px;
    height: 730px;
    float: right;
    display: none;
}

.list-right {
    display: none !important;
}

.select {
    display: block !important;
}

@media screen and (max-width: 1000px) {
    .container {
        width: 100%;
    }

    .container img {
        width: 100%;
    }

    .list {
        width: 100%;
    }

    .list .list-left {
        width: 100%;
    }

    .miss {
        width: 100%;
    }

    .list .list-left .first-ul {
        width: 100%;
    }

    .list .first-ul a {
        width: 100%;
    }

    .list .list-right {
        width: 100%;
    }

    .list-right .one .one-next {
        width: 100%;
    }

    .list .equal h4 {
        width: 100%;
    }

    .list-right .one .one-next ul {
        width: 60%;
    }

    .list .list-right .three p {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .container {
        margin: 0;
    }

    .list {
        margin-top: 0;
    }

    .list .first-ul a {
        height: 35px;
        line-height: 15px;
    }

    .list .list-left .second-ul li {
        height: 35px;
        line-height: 35px;
    }

    .list .list-left {
        height: 300px;
    }

    .list .list-left .first-ul {
        height: 300px;
    }

    .list .equal {
        height: 400px;
    }

    .list-right .one .one-next {
        text-align: center;
    }

    .list-right .one .one-next ul {
        width: 100%;
    }
}
