.index {
    background-color: #f5f5f5;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 20px 100px 100px;
}
.location {
    font-size: 14px;
    color: #333333;
    margin-bottom: 50px;
}
.location img {
    vertical-align: middle;
    margin-right: 10px;
}
.location a {
    font-size: 14px;
    color: #333333;
}
.icon {
    width: 100%;
    background: url(zygb.png) no-repeat center;
    height: 171px;
    border-bottom: 4px solid #b8cfe8;
    margin-bottom: 35px;
}
.content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.content-left {
    margin-right: 30px;
    width: 650px;
    background-color: #f2f6f9;
    padding: 36px 30px 10px;
}
.content-left-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.content-left-title a {
    font-size: 16px;
    color: #115db2;
}
.content-left .list {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.content-left .list::before {
    position: absolute;
    left: 0;
    bottom: 14px;
    content: "";
    width: 221px;
    height: 1px;
    border-bottom: 4px double #208edf;
}
.content-left .list::after {
    position: absolute;
    right: 0;
    bottom: 14px;
    content: "";
    width: 221px;
    height: 1px;
    border-bottom: 4px double #208edf;
}
.list-ul {
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-ul li {
    position: relative;
    width: 560px;
    padding: 10px 0;
    border-bottom: dashed 1px #b8cfe8;
    padding-left: 10px;
    line-height: 30px;
}
.list-ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 20px;
    left: -5px;
}
.list-ul li a .title {
    color: #404040;
    font-size: 16px;
}
.content-right {
    width: 320px;
}
.list-ul li a .worker {
    float: right;
    color: #999999;
    font-size: 16px;
}
.content-left .image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.content-left .image::before {
    content: "";
    left: 0;
    top: 43px;
    position: absolute;
    width: 161px;
    height: 1px;
    border-bottom: 1px solid #208edf;
}
.content-left .image::after {
    content: "";
    right: 0;
    top: 43px;
    position: absolute;
    width: 161px;
    height: 1px;
    border-bottom: 1px solid #208edf;
}
.content-left .image .image-box {
    width: 125px;
    text-align: center;
}
.content-left .image .image-box p {
    text-align: center;
    font-size: 18px;
    color: #115db2;
}
.content-right-top {
    background-color: #f2f6f9;
    padding: 23px 0;
    margin-bottom: 28px;
}
.common-p {
    font-size: 18px;
    font-weight: bold;
    color: #115db2;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
}
.common-p .more {
    font-size: 16px;
    color: rgb(153, 153, 153);
    float: right;
}
.common-p::before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 20px;
    background-color: #115db2;
    bottom: 0;
}
.content-right-top .word {
    padding: 0 26px;
    line-height: 30px;
    color: #404040;
    font-size: 16px;
    height: 256px;
    overflow: auto;
}
.content-right-top .word::-webkit-scrollbar {
    width: 5px;
    height: 100px;
    background-color: #b8cfe8;
    border-radius: 3px;
}
.content-right-bottom {
    width: 320px;
    height: 370px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}
.contentbottom {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.contentbottom-left {
    width: 650px;
    margin-right: 30px;
}
.year-list,
.last-list {
    display: flex;
    flex-wrap: wrap;
}
.year-list a {
    width: 150px;
    height: 93px;
    background-color: #ffffff;
    border: solid 1px #d9dee3;
    display: inline-block;
    line-height: 93px;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
}
.year-list a:nth-of-type(4n) {
    margin-right: 0;
}
.year-list a:hover {
    background-color: #115db2;
    color: #fff;
}
.last-list a {
    width: 206px;
    height: 94px;
    border: solid 1px #d9dee3;
    display: inline-block;
    line-height: 94px;
    text-align: center;
    margin-right: 16px;
}
.last-list a:nth-of-type(3n) {
    margin-right: 0;
}
.last-list a img {
    vertical-align: middle;
    margin-right: 10px;
}
.last-list a:hover {
    text-decoration: underline;
    color: #115db2;
}
.contentbottom-right {
    background-color: #f2f6f9;
    padding: 23px 0;
    width: 320px;
}
.contentbottom-right-top .word {
    padding: 0 26px;
    line-height: 30px;
    color: #404040;
    font-size: 16px;
    height: 180px;
    overflow: auto;
}
.contentbottom-right-top .word::-webkit-scrollbar {
    width: 5px;
    height: 50px;
    background-color: #b8cfe8;
    border-radius: 3px;
}
.last-list {
    margin-top: 22px;
}
.all-line {
    padding: 11px;
}
.line {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    display: flex;
}
.line .bt {
    font-size: 16px;
    color: #404040;
    width: 90px;
    display: inline-block;
}
.line .myinput {
    width: 210px;
    background-color: #f5f5f5;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.all-line .button {
    display: flex;
    justify-content: space-between;
}
.all-line .button .onebutton {
    width: 140px;
    height: 40px;
    background-color: #115db2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 14px;
}
.all-line .button .twobutton {
    width: 140px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #040404;
    font-size: 16px;
}
.waycontent {
    background: #eff4f8;
    padding: 20px 0;
}
.way {
    display: flex;
    width: 999px;
    flex-wrap: wrap;
}
.way li {
    display: inline-block;
    width: 300px;
    margin-left: 33px;
}
.way li .title {
    position: relative;
    margin-bottom: 25px;
}
.way li .title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #115db2;
    left: 0;
    bottom: -10px;
}
.way li p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 20px;
    }
    .location {
        margin-bottom: 30px;
    }
    .content,
    .contentbottom {
        display: block;
    }
    .icon {
        background-size: contain;
        height: 100px;
    }
    .content-left {
        width: 100%;
        padding: 10px;
    }
    .content-left-title {
        padding: 0;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .content-left .list {
        font-size: 16px;
    }
    .content-left .list::after,
    .content-left .list::before,
    .content-left .image::before,
    .content-left .image::after {
        display: none;
    }
    .list-ul li {
        width: 100%;
    }
    .content-right,
    .content-right-bottom,
    .contentbottom-left,
    .contentbottom-right,
    .way ,.way li{
        width: 100%;
    }
    .year-list,
    .last-list {
        display: block;
        text-align: center;
    }
    .year-list a:nth-of-type(6n) {
        margin-right: 16px;
    }
    .year-list a:nth-of-type(4n) {
        margin-right: 0;
    }
    .year-list a {
        width: 20%;
    }
    .last-list a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .line .bt {
        width: 28%;
    }
    .way li{
        margin-left: 0;
        padding: 0 26px;
    }
}
@media only screen and (min-width: 996px) and (max-width: 996px) {
  .index {
    min-width: 1px;
  }
  .main {
    width: 100%;
  }
  .location {
    display: none;
  }
  .content {
    width: 100%;
  }
  .icon {
    width: 100%;
    height: 128px;
    background-size: 100% 100%;
  }
  .content-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content-right {
    width: 100%;
  }
  .content-right-bottom {
    display: none;
  }
  .contentbottom-left {
    width: 100%;
    margin-right: 0;
  }
  .content-right-top .word {
    height: 200px;
  }
  .year-list {
    justify-content: space-between;
  }
  .year-list a {
    width: 22%;
    margin: 0;
  }
  .last-list {
    justify-content: space-between;
  }
  .last-list a {
    width: 31%;
    margin: 0;
  }
  .contentbottom-right {
    margin-top: 18px;
    width: 100%;
  }
  .contentbottom-right-top .word {
    height: 78px;
  }
  .way li {
    width: 100%;
    margin-bottom: 18px;
  }
}

