@charset 'utf-8';

.nav-box {
    width: 100%;
    height: auto;
    background: #1b90fd;
}

header {
    border-bottom: 1px solid #fff;
}

header .nav ul {
    padding-top: 0;
}

header .nav ul li {
    position: relative;
}

header .nav ul li>a {
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    width: auto;
    margin: 22px 5px;
    border-radius: 21px;
    color: #fff;

}

header .nav ul li:hover>a,
header .nav ul li.selected>a {
    color: #000;
    background: #fff;
}

header .nav ul li div {
    position: absolute;
    left: 0;
    top: 75px;
    margin-left: -15px;
    display: none;
    z-index: 99;
}

.facaret {
    display: block;
    height: 21px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.facaret i {
    font-size: 30px;
    color: #1b90fd;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

header .nav ul li dl {
    margin: 0 0;
    width: 152px;
    padding: 5px 0;
    background: #09f;
    border-radius: 10px;
}

header .nav ul li dl dd {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    float: none;
    margin: 0 15px;
    text-align: center;
}

header .nav ul li dl dd:last-child {
    border-bottom: none;
}

header .nav ul li dl dd a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 6px 0;
    margin: 0;
    text-align: center;
    font-weight: normal;
    background: none;
}

header .nav ul li.selected dl dd a {
    background: none;
}

header .nav ul li dl dd a:hover {
    background: #fff;
    border-radius: 17px;
    color: #333;
}

.hahaha {
    width: 1200px;
    height: 600px;
    background: #ddd;
    margin: 0 auto;
}

.city-path {
    display: none;
}

.center .subtitle {
    display: none;
}

.center .banner {
    background-image: url(../imgs/center/banner-center.jpg);
}

.center .election ul li .selected {
    background-color: #1b90fd;
    color: #fff;
}

.rd-card {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}

.rd-card ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rd-card ul::after {
    display: none;
}

.rd-card ul li {
    width: 285px;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #cecece;
}

.rd-card ul li.active,
.rd-card ul li:hover {
    border-bottom: 3px solid #1b8ffc;
}

.rd-card ul li.active a,
.rd-card ul li:hover a {
    color: #1b8ffc;
}

.rd-card ul li img {
    display: block;
    width: 100%;
}

.rd-card ul li span {
    display: block;
    margin-top: 1rem;
    font-size: 22px;
}

.rd-card ul li span a {
    font-weight: 500;
}

.city-active {
    font-size: 18px;
}

.city-list {
    padding: 1.5rem 0;
    font-size: 20px;
    border-bottom: 1px dashed #b5b5b5;
}

.city-list ul {
    padding-left: 3em;
}

.city-sub-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 0;
    font-size: 20px;
}

.center-about {
    width: 100%;
    padding: 2rem 0 4rem 0;
    background: #fff;
}

.center-about-box {
    margin: 0 auto;
    width: 1200px;
}

.center-about-box h2 {
    font-size: 30px;
    font-weight: 500;
}

.center-about-box h2 span {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333;
}

.center-about-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 0;
}

.center-about-pic {
    width: 656px;
}

.center-about-pic img {
    display: block;
}

.center-about-txt h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.center-about-txt {
    width: 514px;
}

.center-about-int {
    position: relative;
}

.center-about-int p {
    margin: 2rem 1rem;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
    padding: 1rem 1.6rem;
}

.center-about-int p a {
    color: #666;
}

.line2021110901 {
    display: block;
    width: 21px;
    height: 85px;
    background: #0095d8;
    position: absolute;
    left: 0;
    top: 2rem;
}