.module {
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.08);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 25px
}
.ripro-dark .module {
    background: #000;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.08);
    border: 1px solid #000;
    border-radius: 8px;
    margin-bottom: 25px
}

.module .hd {
    position: relative;
    padding: 18px 0 0 18px;
    border-bottom: 1px solid #e9f1f6;
    overflow: hidden
}

.module .hd .title {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    font-size: 18px
}

.module .hd .title:before {
    position: absolute;
    left: -10px;
    top: 50%;
    display: inline-block;
    width: 4px;
    height: 20px;
    content: "";
    margin: -10px 2px;
    vertical-align: middle;
    background: #2095f2;
    border-radius: 2px
}

.module .hd .title strong {
    font-weight: bold;
    color: #fc9000
}

.module .bd {
    padding: 20px
}

.mod-weather {
    padding: 15px 20px;
    margin-bottom: 15px;
    background: rgba(255,255,255,.15);
    border-radius: 8px
}

.mod-weather img,.mod-weather span {
    vertical-align: middle
}

.mod-weather .hd {
    line-height: 30px;
    color: rgba(255,255,255,.8)
}

.mod-weather .bd {
    position: relative;
    color: #fff
}

.mod-weather .bd span {
    margin-right: 20px
}

.mod-weather .bd .temperature {
    line-height: 48px;
    font-weight: bold;
    font-size: 40px
}

.mod-weather .bd .name {
    line-height: 48px;
    font-size: 22px
}

.mod-weather .bd .icon {
    float: right;
    margin-top: -15px
}

.mod-weather .bd .tag {
    display: inline-block;
    padding: 3px 10px 3px 3px;
    line-height: 18px;
    background: rgba(255,255,255,.15);
    border-radius: 10px
}

.mod-weather .bd .air:before {
    content: "";
    float: left;
    width: 18px;
    height: 18px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px
}

.mod-weather .bd .air-level1 {
    background-color: #a3d765
}

.mod-weather .bd .air-level1:before {
    background-image: url("../images/air-level1.png")
}

.mod-weather .bd .air-level2 {
    background-color: #f0cc35
}

.mod-weather .bd .air-level2:before {
    background-image: url("../images/air-level2.png")
}

.mod-weather .bd .air-level3 {
    background-color: #f1ab62
}

.mod-weather .bd .air-level3:before {
    background-image: url("../images/air-level3.png")
}

.mod-weather .bd .air-level4 {
    background-color: #ef7f77
}

.mod-weather .bd .air-level4:before {
    background-image: url("../images/air-level4.png")
}

.mod-weather .bd .air-level5 {
    background-color: #b28ccb
}

.mod-weather .bd .air-level5:before {
    background-image: url("../images/air-level5.png")
}

.mod-weather .bd .air-level6 {
    background-color: #ad788a
}

.mod-weather .bd .air-level6:before {
    background-image: url("../images/air-level6.png")
}

.mod-weather .bd .warning {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    margin-right: 24px;
    cursor: pointer;
    position: relative
}

.mod-weather .bd .warning-level01 {
    background-color: #86c5f7
}

.mod-weather .bd .warning-level02 {
    background-color: #f5d271
}

.mod-weather .bd .warning-level03 {
    background-color: #ef8c6b
}

.mod-weather .bd .warning-level04 {
    background-color: #ec807c
}

.mod-weather .ft {
    line-height: 30px;
    color: rgba(255,255,255,.8)
}

.mod-weather .ft span {
    margin-right: 20px
}

.mod-map .hd {
    padding: 25px 20px 10px;
    border-bottom: none;
    text-align: center
}

.mod-map .hd h1 {
    line-height: 32px;
    font-weight: bold;
    font-size: 20px
}

.mod-map .hd p {
    line-height: 22px;
    font-size: 14px;
    color: #888
}

.mod-map .bd {
    overflow: hidden
}

.mod-map .bd .map {
    float: left;
    width: 58%;
    padding: 50px 20px 20px;
    background: #e9f4ff
}

.mod-map .bd .list {
    margin-left: 40%;
    padding: 0 0 0 8px;
    overflow: hidden
}

.mod-map .bd dl {
    position: relative;
    bottom: -1px;
    padding: 5px 0;
    border-bottom: 1px dotted #f0f0f0;
    line-height: 24px
}

.mod-map .bd dl dt {
    display: block;
    width: 150px;
    padding: 0 12px;
    margin-bottom: 5px;
    background: #e9f1f6;
    text-align: center;
    font-weight: bold;
	font-size:18px;
    border-radius: 4px
}

.mod-map .bd dl dd {
    display: inline-block
}

.mod-map .bd dl dd a {
	font-size:16px;
    margin: 0 5px
}

.mod-map .bd dl dd a:hover {
    text-decoration: underline;
    color: #2095f2
}

.mod-map .ft {
    margin: 0 20px
}

.mod-map .ft .box {
    margin-bottom: 20px
}

.mod-map .ft .box .c-hd {
    margin-bottom: 20px;
    border-bottom: 1px dotted #e8e8e8
}

.mod-map .ft .box .c-hd .title {
    position: relative;
    bottom: -12px;
    padding-right: 20px;
    padding-left: 5px;
    display: inline-block;
    background: #fff;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px
}

.mod-map .ft .box .c-bd ul {
    overflow: hidden
}

.mod-map .ft .box .c-bd li {
    float: left;
    width: 10%
}

.mod-map .ft .box .c-bd li a {
    display: block;
    margin: 0 1px 2px;
    height: 30px;
    background: #e9f1f6;
	border-radius:6px;
    line-height: 30px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mod-map .ft .box .c-bd li a:hover {
    color: #fff;
	border-radius:6px;
    background: #34495e
}

.mod-city .bd .field-wrapper {
    padding: 3px 0;
    line-height: 32px;
    overflow: hidden
}

.mod-city .bd .field-wrapper .field-title {
    float: left;
    width: 120px;
    height: 32px;
    background: #e9f1f6;
    border-radius: 3px;
    line-height: 32px;
    text-align: center;
    font-weight: bold
}
.ripro-dark .mod-city .bd .field-wrapper .field-title a{
    float: left;
    width: 120px;
    height: 32px;
    background: #e9f1f6;
    color: #484848;
    border-radius: 3px;
    line-height: 32px;
    text-align: center;
    font-weight: bold
}

.mod-city .bd .field-wrapper .field-content {
    margin-left: 135px
}

.mod-city .bd .field-wrapper a {
    display: inline-block;
    padding: 0 10px;
    text-align: center
}

.mod-city .ft {
    background: #e9f1f6;
    border-top: 1px solid #f0f0f0
}

.mod-city .ft a {
    display: block;
    line-height: 40px;
    text-align: center
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-item {
	width: calc(25% - 13px);
	margin-bottom: 26px;
}
.news-cover {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative
}
.news-cover::before {
	content: "";
	display: block;
	padding-top: 56.25%
}
.news-img {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background-color: #eaeffe;
	position: relative;
	transform: rotate(0deg)
}
.news-img img {
	position: absolute;
	width: 100%;
	height: 200px;
	object-fit: cover
}


.news-content img {
	max-width: 100%;
	height: auto!important;
	margin: 0 auto;
	border-radius: 16px
}
.news-title {
	display: inline-block;
	margin-top: 12px;
	align-self: flex-start;
	height: 35px;
}
.news-title>h3 {
	display: inline;
	font-size: 18px;
}
.news-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 8px;
}
.news-meta {
	font-size: 13px;
	color: #9da0b3;
	flex-shrink: 0;
	margin-left: 5px;
}
.mod-world .bd .box {
    margin-bottom: 25px
}

.mod-world .bd .title {
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

.mod-world .bd .title span {
    display: inline-block;
    padding: 0 20px;
    background: #e9f1f6;
    box-shadow: 2px 2px 0 rgba(0,0,0,.075)
}

.mod-world .bd .list {
    overflow: hidden
}

.mod-world .bd .list li {
    float: left;
    width: 20%
}

.mod-world .bd .list li a {
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mod-world .bd .list li a:hover {
    text-decoration: underline;
    color: #2095f2
}

.mod-link .bd {
    line-height: 24px
}

.mod-link .bd a {
    white-space: nowrap;
    margin: 0 5px
}

@media screen and (max-width: 727px) {
    .module .bd {
        padding:15px 10px
    }

    .mod-weather {
        padding: 12px 15px
    }

    .mod-weather .hd {
        line-height: 26px;
        font-size: 13px
    }

    .mod-weather .bd span {
        margin-right: 10px
    }

    .mod-weather .bd .temperature {
        line-height: 36px;
        font-size: 32px
    }

    .mod-weather .bd .name {
        line-height: 36px;
        font-size: 16px
    }

    .mod-weather .bd .tag {
        zoom:.75}

    .mod-weather .bd .icon {
        position: absolute;
        right: -15px;
        top: -20px;
        float: none
    }

    .mod-weather .bd .icon img {
        width: 40px;
        height: 40px
    }

    .mod-weather .ft {
        line-height: 26px;
        white-space: nowrap;
        font-size: 13px
    }

    .mod-weather .ft img {
        width: 16px;
        height: 16px
    }

    .mod-weather .ft span {
        margin-right: 10px;
        white-space: nowrap
    }

    .mod-map .hd {
        padding: 20px 15px 5px
    }

    .mod-map .hd h1 {
        line-height: 24px;
        font-size: 18px
    }

    .mod-map .hd p {
        line-height: 20px;
        font-size: 13px
    }

    .mod-map .bd .map {
        float: none;
        width: auto;
        max-width: 600px;
        padding: 30px 0 10px 15px;
        margin: 0 auto
    }

    .mod-map .bd .list {
        margin-left: 0
    }

    .mod-map .bd dl dt {
        display: block;
        width: auto;
        text-align: center
    }

    .mod-map .ft {
        margin: 0 10px
    }

    .mod-map .ft .box .c-bd li {
        width: 25%
    }

    .mod-city .hd {
        padding: 10px 15px
    }

    .mod-city .bd .field-wrapper {
        line-height: 30px
    }

    .mod-city .bd .field-wrapper .field-title {
        float: none;
        width: auto
    }

    .mod-city .bd .field-wrapper .field-content {
        margin-left: 0
    }

    .mod-world .bd .list li {
        width: 50%
    }
	.news-item {
	width: calc(50% - 13px);
	margin-bottom: 26px;
}
}