.tea-news-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500PX;
    margin: 20px auto;
    height: 4000px;
    border: red solid 1;
    position: relative;
    bottom: 10px;
    background-color: #f2f2f2;
    font-family: '微软雅黑'
}
.tea-news-left{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70%;
    height: 100%;
    /* border: blue solid 1px; */
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
    padding: 20px 25px;
}


.tea-news-text{
    border-left: #979797 dotted 2px;
    padding-top: 10px;
    height: 300px；
}
.tea-news-text .date{
    position: relative;
}
.tea-news-text .date img{
    position: absolute;
    top: 10px;
    left: -14px;
}
.tea-news-text .date span{
    font-size: 30px;
    margin-left: 15px;
}
.tea-news-text .time{
    margin-top: 30px;
    position: relative;
}
.tea-news-text .time img{
    position: absolute;
    left: -8px;
    top: 4px;
}
.tea-news-text .time span{
    font-size: 16px;
    margin-left: 15px;
    color: #22c55e;
}
.tea-news-text .text{
    padding: 0 15px;
}
.tea-news-text .text h2{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 22px; 
}
.tea-news-text .text p{
    font-size: 16px;
    color: #505050;
    line-height: 30px;
    margin: 15px 0;
}

.text .read-more{
    color: #7a7a7a;
}
.text .read-more:hover{
    color: #22c55e;
}
.tea-news-text .share{
    margin-left: 18px;
    margin-top: 20px; 
    margin-bottom: 20px;
    /* border: red solid 1px; */
    line-height: 20px;
}
.tea-news-text .share span {
    font-size: 18px;
    color: #313231;
    line-height: 20px;
}
.tea-news-text .share{
    overflow: hidden;
}
.tea-news-text .share img{
    margin-right: 6px;
    margin-bottom: 0;  
}
.tea-news-text .share .weibo:hover{
    transform: translateY(-50px);
    filter: drop-shadow(#e05244 0 50px);
}
.tea-news-text .share .wechat:hover{
    transform: translateY(-50px);
    filter: drop-shadow(#44b549 0 50px);
}
.tea-news-text .share .qq:hover{
    transform: translateY(-50px);
    filter: drop-shadow(#22a4ff 0 50px);
}



/* 右侧热门文章 */
.tea-news-right{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25%;
    height: 100%;
    /* border: green solid 1px; */
    border-radius: 5px;
    background-color: #f2f2f2;
}
.tea-news-right .input-box{
    width: 100%;
    height: 60px;
    /* border: #313231 solid 1px; */
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    
}
.tea-news-right .input-box input{
    width: 80%;
    height: 40px;
    border: #b3b3b3 solid 1px;
    border-radius: 5px;
    outline: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.tea-news-right .input-box button{
    width: 40px;
    height: 40px;
    background-color: #22c55e;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.hot-news{
    margin-top: 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5PX;
}
.tea-news-right .hot-news-title{
    position: relative;
    top: 10px;
}
.tea-news-right .hot-news-title img{
    position: absolute;
    left: -10px;

}
.tea-news-right .hot-news-title h3{
    font-size: 18px;
    margin-left: 15px;
    margin-top: 10px;
}
.tea-news-right .hot-news-content {
    margin-top: 20px;
    width: 100%;
    height: 80px;
    
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
}
.tea-news-right .hot-news-content:hover{
    border: #c1c1c1 solid 1px;
}
.tea-news-right .hot-news-content img{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
}
.tea-news-right .hot-news-content .text{
    width: 210px;
    height: 70px;
    position: absolute;
    left: 85px;
    top: 5px;
    /* border: red solid 1px; */
    
    
}
.tea-news-right .hot-news-content .text a{
    color: #121212;
    font-size: 14px;
    line-height: 1px;
    
       
}
.tea-news-right .hot-news-content .text p{
    color: #696969;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}