.art {
    display: flex;
    align-items: center;
}

.art p {
    color: #292929;
    font-size: 21px;
}

.art span {
    font-size: 14px;
    color: #B1B1B1;
}

.pdf {
    margin: 0 13px 0 15px;
}

.code {
    margin-top: 12px;
}

.code span {
    font-size: 16px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    color: #292929;
}

.city {
    width: 72px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background: #5BC0DE;
    border-radius: 5px;
    margin-left: 13px;
}

.idea {
    display: inline;
    margin-left: 10px;
    background: #5499e9;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.article {
    margin-top: 34px;
    margin-bottom: 50px;
    width: 1144px;
    height: 148px;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 33px;
}

.article p {
    text-indent: 32px;
}

.title {
    display: flex;
    align-items: center;
}

.title span {
    display: block;
    width: 11px;
    height: 24px;
    background-color: #48A0DC;
}

.title p {
    margin-left: 10px;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
}

.rail {
    display: flex;
    margin-left: 75px;
    margin-top: 39px;
    font-size: 16px;
    color: #686868;
}

.rail p:nth-child(2) {
    margin-left: 84px;
}

.rail p:nth-child(3) {
    margin-left: 98px;
}

.rail p:nth-child(4) {
    margin-left: 91px;
}

.rail p:nth-child(5) {
    margin-left: 107px;
}

.rail p:nth-child(6) {
    margin-left: 105px;
}

.stripes {
    display: flex;
    align-items: center;
    margin: 17px 0 64px 91px;
}

.stripes span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #17A1FF;
    border-radius: 50%;
}

.stripes .span-one {
    background-color: #ACACAC;
}

.stripes .p-one {
    width: 131px;
    height: 1px;
    background-color: #17A1FF;
}

.stripes .p-two {
    width: 136px;
    height: 1px;
    background-color: #17A1FF;
}

.stripes .p-three {
    width: 129px;
    height: 1px;
    background-color: #ACACAC;
}

.stripes .p-four {
    width: 134px;
    height: 1px;
    background-color: #ACACAC;
}

.stripes .p-five {
    width: 122px;
    height: 1px;
    background-color: #ACACAC;
}

.solicit-opinions {
    margin: 39px 0 63px 41px;
    display: flex;
    align-items: center;
}

.solicit-one {
    display: flex;
    align-items: center;
    padding-right: 41px;
}

.solicit-one img {
    width: 14px;
    height: 18px;
}

.solicit-one a {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #428BCA;
}

.basic {
    width: 1142px;
    height: 186px;
    background: #F9F9F9;
    border: 1px solid #F0EFEE;
    border-radius: 5px;
    margin-left: 21px;
    margin-top: 14px;
    display: flex;
    margin-bottom: 45px;
}

.basic-one {
    margin-top: 27px;
    margin-left: 26px;
    height: 129px;
    font-size: 16px;
    color: #828181;
    font-family: Microsoft YaHei;
    display: flex;
    flex-direction: column;
}

.basic-one p {
    margin-top: 14px;
}

.basic-one p:first-child {
    margin-top: 0px;
}

.basic-two {
    margin-top: 28px;
    margin-left: 33px;
    height: 129px;
    font-size: 16px;
    color: #454545;
    font-family: Microsoft YaHei;
    display: flex;
    flex-direction: column;
}

.basic-two p {
    margin-top: 14px;
}

.basic-two p:first-child {
    margin-top: 0px;
}

.draft {
    width: 1142px;
    min-height: 55px;
    margin: 21px 0 85px 21px;
    background: #F9F9F9;
    border: 1px solid #F0EFEE;
    border-radius: 5px;
}

.draft p {
    margin-left: 31px;
    line-height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #454545;
}

.consult-btn {
    margin: 0 0 209px 21px;
    width: 174px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background: #17A1FF;
    box-shadow: 0px 3px 7px 0px rgba(63, 63, 63, 0.3500);
    border-radius: 5px;
    cursor: pointer;
}

.consult-btn a {
    font-size: 18px;
    color: #FFFFFF;
    display: block;
}

.divOldPlanNo {
    margin-left: 72px;
    margin-top: -48px;
    margin-bottom: 30px;
    font-size: 15px;
    background-color: #fbece1;
    width: 800px;
    padding: 20px;
    border-radius: 20px;
}
.divOldPlanNo a {
    color: #48a0dc;
    text-decoration: underline;
    margin-right: 8px;
}