.wheather_block {
    margin-top: 20px;
}
.wheather_block > div:first-child {

}
.wheather_block > div:first-child > div:first-child {
    background-image: url(../img/wheather.png);
    background-repeat: no-repeat;
    background-color: #151d24;
    color: #fff;
    padding: 15px 10px;
    background-position: 12px 17px;
    float: left;
    border-radius: 5px 0px 0px 0px;
    width: 140px;
    height: 95.5px;
}
.wheather_block > div:first-child > div:first-child > div > span {
    font-size: 9px;
}
.wheather_block > div:first-child > div:first-child > div:first-child {
    margin-left: 50px;
    font-size: 12px;
    float: none;
}
.wheather_block > div:first-child > div:first-child > div:last-child {
    font-size: 40px;
    margin-top: 10px;
    float: none;
}
.wheather_block > div:first-child > div:nth-child(2) {
    float: right;
    background-color: #232a31;
    color: #fff;
    border-radius: 0px 5px 0px 0px;
    width: 162px;
    padding: 15px;
    height: 95.5px;
}
.wheather_block > div:first-child > div:nth-child(2) >div:first-child {
    font-size: 33px;
    float: none;
}

.wheather_block > div:first-child > div:nth-child(2) >div:last-child {
    float: none;
}
.wheather_block > div:first-child > div:nth-child(2) >div:first-child > span {
    font-size: 12px;
}
.wheather_block > div:first-child > div:nth-child(2) >div:last-child > ul > a:first-child > li {
    margin: 0px;
}
.wheather_block > div:first-child > div:nth-child(2) >div:last-child > ul li {
    float: left;
    margin-left: 12px;
}
.wheather_block > div:first-child > div:nth-child(2) >div:last-child > ul {
    margin: 13px 0px;
}
.wheather_block > div:nth-child(2) {
    background-color: #b9e00f;
    
    /*height: 88px;*/
}
.wheather_block > div:last-child {
    background-color: #b9e00f;
    height: 50px;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 25px 15px 25px;
}
.wheather_block > div:nth-child(2) > div:first-child {
    /*border-right: 1px #a9cc13 solid;*/
    padding: 15px;
    /*padding-top: 5px;*/
    /*margin-right: 20px;*/
    /*float: left;*/
/*    width: 129px;*/
    /*height: 30px;*/
    /*margin-top: 20px;*/
}
.wheather_block > div:nth-child(2) > div:first-child > span:first-child {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: -10px;
    /* display: inline-block; */
}

.wheather_block > div:nth-child(2) > div:first-child > span:first-child > div {
    white-space: nowrap;
display: inline-block;
width: 52%;
overflow: hidden;
text-overflow: ellipsis;

    margin-bottom: -4px;
}

.wheather_block a {
    color: inherit;
}
.wheather_block > div:nth-child(2) > div:first-child > span:last-child {
    font-size: 14px;
    color: #758e06;
    /* line-height: 13px; */
    display: inline-block;
    /* margin-top: 7px; */
}
.wheather_block > div:nth-child(2) > div:last-child {
    /*float: right;*/
/*    width: 162px;
    font-size: 23px;
    padding: 30px 15px;*/
}
.wheather_block > div:nth-child(2) > div:last-child ul li {
    float: left;
    margin-left: 5px;
}