/* åˆ›ä¸šåœ°å›¾ å¼€å§‹ */
.mapItem {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
}

.citiesArea .mapItem {
    margin-top: 50px;
}

.mapItem span {
    float: left;
    line-height: 30px;
    margin-right: 15px;
}

.mapShow {
    overflow: hidden;
}

.mapShow .mapSingle {
    margin-top: 40px;
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 30px;
}

.mapShow .mapSingle:nth-child(even){
    padding: 0 0 0 30px;
}

.mapShow .mapSingle img{
    width: 100%;
}

.mapShow .singleItem {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.mapLargeBox {
    margin-top: 30px;
}

.mapLarge {
    margin-top: 30px;
    text-align: center;
    height: 600px;
}

#beijingMap {
    width: 800px;
    height: 800px;
    margin: auto;
}

.park .parkArea {
    width: 48%;
    height: 300px;
    padding: 30px 25px;
    box-sizing: border-box;
    background: #f2f9ff;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 50px;
}

.park .parkLeft {
    float: left;
}

.park .parkRight {
    float: right;
}

.park .garden {
    font-size: 18px;
    font-weight: bold;
    color: #1963eb;
}

.park .gardenList {
    display: block;
    height: 180px;
    overflow-y: auto;
    margin-top: 30px;
}

.park .gardenList a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
}

.park .gardenList::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.park .gardenList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(170, 170, 170, 0.2);
    background: #1963eb;
}

.park .gardenList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #aaa;
}
/* åˆ›ä¸šåœ°å›¾ ç»“æŸ */

/* å›½é™…ç¤¾åŒº å¼€å§‹ */
.iCityListShow {
    overflow: hidden;
    padding-bottom: 50px;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto auto;
    /* grid-gap: 10px; */
}

.iCityListShow .iCityListSingle {
    margin-top: 50px;
    display: inline-block;
    float: left;
    width: 90%;
}

.iCityListShow .iCityListSingle:nth-child(2n) {
    float: right;
}

.iCityImg {
    position: relative;
    font-size: 0;
}

.iCityImg img {
    width: 100%;
    height: 297px;
}

.iCityImg .imgInfo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(51, 51, 51, .8);
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}

.iCityList {
    padding: 40px 0 0 0;
}

.iCityList .list i {
    margin-right: 10px;
    color: #333;
    display: inline-block;
    float: left;
}

.iCityList .list a {
    display: inline-block;
    font-size: 14px;
    color: #222;
    vertical-align: text-top;
    margin-bottom: 25px;
}

.iCityList .list:hover a {
    color: #1963eb;
}

.iCityList .list:hover i {
    color: #1963eb;
}
/* å›½é™…ç¤¾åŒº ç»“æŸ */

/* æ”¿ç­–æ³•è§„ å¼€å§‹ */
.tableList {
    margin-top: 50px;
}

.tableList table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.tableList table tr:first-child {
    background: #eff4ff;
    font-size: 14px;
}

.tableList table th {
    padding: 15px 12px;
    color: #333;
    font-size: 16px;
}

.tableList table th.fileth {
    width: 500px;
}

.tableList table tr td {
    padding: 15px 12px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #666;
}

.tableList table tr td.file {
    color: #222;
}

.tableList .file span {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    color: #666;
}

.tableList .file a {
    display: inherit;
    line-height: 24px;
    color: #222;
}

.tableList table tr:hover td {
    color: #1963eb;
}

.tableList table tr:hover a {
    color: #1963eb;
}

.tableList table tr:hover span {
    color: #1963eb;
}
/* æ”¿ç­–æ³•è§„ ç»“æŸ */

/* åˆ›ä¸šåœ°å›¾è¯¦æƒ…é¡µ å¼€å§‹ */
.sciencemapListBox .scienceitem {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.sciencemapListBox .sciencePic {
    text-align: center;
    margin-bottom: 50px;
}

.sciencemapListBox .sciencePic img {
    max-width: 800px;
}

.sciencemapListBox .sciencearticle {
    line-height: 32px;
    color: #333;
    font-size: 16px;
    text-indent: 35px;
}

.scienceList {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}

.scienceList .list{
    margin-bottom: 15px;
}

.scienceList .list:last-child{
    margin-bottom: 0;
}

.scienceList .list i {
    margin-right: 10px;
    color: #333;
    margin-top: 6px;
    display: inline-block;
    float: left;
}

.scienceList .list a {
    display: inline-block;
    font-size: 16px;
    color: #222;
    width: calc(100% - 200px);
    vertical-align: text-top;
    line-height: 30px;
}

.scienceList .list span {
    float: right;
    color: #666;
}

.scienceList .list:hover i {
    color: #1963eb;
}

.scienceList .list:hover a {
    color: #1963eb;
}
/* åˆ›ä¸šåœ°å›¾è¯¦æƒ…é¡µ ç»“æŸ */
.News_gjsq .scienceList {
    border-bottom: none;
    padding: 20px 0 0;
}
/* .News_gjsq .scienceList .list:last-child,
.News_gjsq .scienceList .list:nth-child(5n){
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
} */
.News_gjsq .scienceList .list:last-child,
.News_gjsq .scienceList .list:nth-child(5n){
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}