
@media only screen and (max-width: 2000px){
    .tianxian_item {
        width: 9.5rem;
    }
    .tianxian_right {
        width: 7.7rem;
    }
    .tian_yi_quan_text {
        width: 6.9rem;
    }
    .tian_ji_quan_text {
        width: 6.9rem;
    }
}
@media only screen and (max-width: 600px) {
    .tianxian_item {
        width: 7.5rem;
    }
    .tianxian_right {
        width: 5.7rem;
    }
    .tian_yi_quan_text {
        width: 4.9rem;
    }
    .tian_ji_quan_text {
        width: 4.9rem;
    }
}







.tianxian_item {
    background: #FFFFFF;
    border: 1px solid #C83C23;
    opacity: 1;
    border-radius: 0.1rem;
    margin: 0 auto 0.2rem auto;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.chakan_xiang {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.44rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background: #FFF9F7;
    border: 1px solid #C83C23;
    opacity: 1;
    border-radius: 0px 0.1rem 0px 0.1rem;
    font-size: 0.24rem;
    color: #C83C23;
    border-top: 0;
    border-right: 0;
}
.tianxian_left {
    float: left;
    margin: 0 0.2rem;
    text-align: center;
}

.tian_date {
    font-size: 0.28rem;
    color: #333333;
    margin-bottom: 0.1rem;
}

.tian_day {
    font-size: 0.56rem;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.1rem;
}

.tian_day img{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.1rem;
}


.tian_week {
    font-size: 0.28rem;
    color: #333333;
}
.tianxian_right {
    float: left;
    line-height: 1.8;
    margin: 0.2rem 0 0.2rem 0rem;
    border-left: 1px solid rgba(230, 230, 230, 1);
    position: relative;
}
.heji_box {
    padding-left: 0.15rem;
}
.nongli_date {
    font-size: 0.28rem;
    color: #333333;
}

.zhishen {
    font-size: 0.28rem;
    color: #999999;
}

.zhishen span {
    margin-right: 0.15rem;
}

.tian_day_yi {
    margin-top: 0.1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.tian_yi_quan {
    float: left;
    width: 0.44rem;
    height: 0.44rem;
    border: 0.02rem solid #C83C23;
    border-radius: 50%;
    line-height: 0.35rem;
    text-align: center;
    background: #FFFFFF;
    font-size: 0.28rem;
    color: rgba(200, 60, 35, 1);
    margin-top: 0.05rem;
}
.tian_yi_quan_text {
    float: left;
    display: inline-block;
}

.tian_verse{
    font-size: 0.2rem;
}
.red{
    color: #bd3737;
}
.tian_yi_quan_text span {
    font-size: 0.2rem;
    color: #333333;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    display: inline-block;
}

.tianxian_item a {
    display: flex;
    align-items: center;
    position: relative;
}

.tian_day_ji {
    margin-top: 0.15rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tian_ji_quan {
    float: left;
    width: 0.44rem;
    height: 0.44rem;
    line-height: 0.35rem;
    text-align: center;
    background: #FFFFFF;
    border: 0.02rem solid rgba(70, 168, 109, 1);
    border-radius: 50%;
    font-size: 0.28rem;
    color: rgba(70, 168, 109, 1);
    margin-top: 0.05rem;
}


.tian_ji_quan_text {
    float: left;
    margin-left: 0.1rem;
    display: inline-block;
    max-height: 1rem;
    overflow: hidden;
}
.tian_ji_quan_text span {
    font-size: 0.28rem;
    color: #333333;
    margin-right: 0.1rem;
    display: inline-block;
}

.tian_yi_quan_text em {
    color: #ef6565;
}

.caititle_huang {
    font-size: 0.32rem;
    font-weight: bold;
    color: #C4814D;
    text-align: center;
    line-height: 0.88rem;
    border-bottom: 1px solid rgba(247, 247, 247, 1);
    background-color: #ffffff;
    margin-top: 0.2rem;
}
