* {
    margin: 0;
    padding: 0;
}

main {
    color: #343434;
    margin: 0 auto;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #0066D9;
    line-height: 23px;
	 font-weight:400;
	 font-size:15px;
}

.bread {
    width: 1170px;
    margin: 0 auto;
    height: 40px;
    line-height: 23px;
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: #343434;
}

.bread > a {
    color: #343434;
    text-decoration: none;
}

.bread > a:nth-child(5) {
    color: #0066D9;
}

.tibet-weather-temperature {
    margin: 50px 0;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 36px;
    color: #0066D9;
    line-height: 23px;
	 text-align: center;
}
/*.demand*/
p {
    margin: 0 0 30px 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    line-height: 30px;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.wea{
    margin: 0 auto !important;
    line-height: 23px;
    padding: 20px 0 100px 0;
    background: #f2f2f2;
}

.wea h2{
    text-align: center;
	 margin: 0 0 50px;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 24px;
    color: #0066D9;
    line-height: 23px;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
}