html,body{
	margin: 0;
	padding: 0;
}
.bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
.defTempHead{
    padding: 10px;
    display: flex;
}
.defTempHead .tempAddress{
    flex: 1;
    margin-top:5px;
}
.defTempHead  .province{
    font-size: 27px;
    font-weight: 900;
    text-shadow: 0 0 3px #faf80e; 
    letter-spacing: 0.1em; 
    transform: scale(1,1.5); 
    color: #e60012;
}
.defTempHead .city{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #e60012;
    width: 100%;
}
.defTempHead .city text{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.defTempHead .time{
    flex: 0 1 75px;
    width: 75px;
    height: 85px;
    border: 1px solid #e60012;
    text-align: center;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
}
.defTempHead .year{
    font-size: 12px;
    color: #e60012;
    margin-top: 3px;
}
.defTempHead .date{
    margin: 5px;
    color: #e9303c;
    font-size: 25px;
}
.defTempHead .week{
    font-size: 12px;
    color: #e60012;
}
.defTempTail img{
    width: 100%;
    margin: 40px 0;
}

.center{
    margin: 10px;
    padding:10px;
    box-shadow: 0 0 5px #cccccc;
    background: #ffffff;

}
.center img{
	width: 100%;
}
.center .desc{
    margin: 10px 0;
    font-size: 14px;
    line-height:150%;
    color: #333333;
}
.position{
    font-size: 12px;
    color: #888888;
}
.position img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.position  span{
    vertical-align: middle;
}

