﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 65px;
    padding-top: 45px;
}

.main-bg {
    width: 100%;
    height: 300px;
    background: url('banner.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-bg .title {
    font-size: 48px;
    font-weight: bold;
    color: #f5f5f5;
    position: relative;
    letter-spacing: 5px;
}

.main-bg .title::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    background-color: #f5f5f5;
    border-radius: 3px;
    bottom: -20px;
    left: 275px;
}

.box-title {
    font-size: 30px;
    font-weight: bold;
    color: #115db2;
    text-align: center;
    margin-bottom: 50px;
    background: url(bt.png) no-repeat center;
}

.all-list {
    width: 100%;
    border: solid 1px #115db2;
    padding: 31px 20px 38px;
    margin-bottom: 50px;
}

.box-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.box-bar li {
    width: 150px;
    height: 50px;
    line-height: 50px;
    /*background-color: #dddddd;*/
    border: 1px dashed #115db2;
    border-radius: 10px;
    color: #115db2;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.box-bar .cur {
    background-color: #115db2;
    color: #FFFFFF;
}

.all-list .middle-content {
    display: none;
}

.all-list .middle-content-show {
    display: block;
}

.middle-content .row {
    display: flex;
    line-height: 60px;
    height: 60px;
    border-bottom: dashed 1px #cdcdcd;
}

.middle-content .row:first-of-type {
    background-color: #f5f5f5;
    line-height: 45px;
    height: 45px;
    border-bottom: 0;
}

.middle-content .row:first-of-type span {
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    display: inline-block;
    text-align: center;
}

.middle-content .row .row-one {
    width: 60%;
    font-size: 16px;
    color: #404040;
    position: relative;
}

.middle-content .row .row-one {
    padding-left: 36px;
}

.middle-content .row:first-of-type .row-one::before {
    display: none;
}

.middle-content .row .row-one::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 28px;
    width: 5px;
    height: 5px;
    background-color: #115db2;
}

.middle-content .row .row-two {
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #404040;
}

.middle-content .row .row-three {
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.ym {
    margin-top: 43px;
}
.newStyle .box-title {
    font-size: 50px;
}
.newStyle .box-bar li {
    font-size: 34px;
    width: 380px;
    height: 75px;
    line-height: 75px;
}
.newStyle .box-bar {
    justify-content: space-between;
}
.newStyle .middle-content .row:first-of-type span {
    font-size: 38px;
}
.newStyle .middle-content .row .row-one {
    font-size: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newStyle .middle-content .row .row-two {
    width: 28%;
    font-size: 34px;
    overflow: hidden;
}
.newStyle .middle-content .row .row-three {
    font-size: 34px;

}
.newStyle .middle-content .row:first-of-type {
    height: 75px;
    line-height: 75px;
}
.newStyle .middle-content .row:first-of-type span {
    line-height: 75px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }

    .main {
        width: 100%;
        padding: 20px;
        overflow: auto;
    }

    .main-bg {
        background-size: 100% 80%;
        height: 200px;
    }

    .main-bg .title {
        font-size: 24px;
    }

    .main-bg .title::after {
        display: none;
    }

    .box {
        margin-top: 10px;
        width: 100%;
        overflow: auto;
    }

    .box-bar,
    .all-list {
        width: 100%;
    }

    .middle-content .row .row-one {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }

    .middle-content .row:first-of-type {
        display: none;
    }

    .box-bar li {
        width: 100%;
        margin-right: 0;
    }

    .middle-content .row .row-two, .middle-content .row .row-three {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .middle-content .row .row-one {
        width: 100%;
    }


}
