﻿.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('banner.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: 95px;
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #d9dee3;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
}

.year-list a:nth-of-type(6n) {
    margin-right: 0;
}

.year-list a:hover {
    background-color: #115db2;
    color: #fff;
}

.last-list a {
    width: 206px;
    height: 74px;
    border: solid 1px #115DB2;
    display: inline-block;
    line-height: 74px;
    text-align: center;
    margin-right: 16px;
    border-radius: 10px;
}

.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: #FFFFFF;
    background: #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 p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
/* 适老化 */
.newStyle .location{
    display: none;
}
.newStyle .content-left-title{
    font-size: 38px;
    padding: 0;
}
.newStyle .content-left-title a{
    font-size:  26px;
}
.newStyle .content-left .list{
    font-size: 34px;
}
.newStyle .content-left{
    width: 100%;
}
.newStyle .content-right{
    width: 97%;
    margin-top: 30px;
}
.newStyle .content-right-top{
    width: 100%;
    font-size: 32px;
}
.newStyle .common-p{
    font-size: 38px;
}
.newStyle .common-p::before{
    display: none;
}
.newStyle .content-right-bottom{
    width: 100%;
}
.newStyle .gbcx div{
    font-size: 40px;
}
.newStyle .input-text{
    height: 50px;
    width: 750px !important;
}
.newStyle .input-text:nth-child(5){
    width: 200px !important;
}
.newStyle .input-text:nth-child(6){
    width: 200px !important;
}
.newStyle .input-text:nth-child(7){
    width: 200px !important;
}
.newStyle .content-right-bottom{
    height: 470px;
}
.newStyle .cx{
    font-size: 36px;
    height: 55px;
}
.newStyle .ct{
    font-size: 36px;
    height: 55px;
}
.newStyle .common-p .more{
    font-size: 36px;
}
.newStyle .year-list a{
    width: 195px;
    height: 55px;
    line-height: 55px;
    font-size: 32px;
}
.newStyle .contentbottom-right-top{
    font-size: 30px;
}
.newStyle .last-list a{
    font-size: 28px;
}
.newStyle .way li p{
    font-size: 34px;
    line-height: 50px;
}
@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;
    }
}
