.google-img{
    display:block;
    width:100%;
    min-height:376px;
    margin-bottom:20px;
}
.google-list1{
    height: 40px;
    line-height: 40px;
    font-family: regular;
    font-size: 15px;
    color: #333;
    margin-top: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    background: #eeeeee;
    padding-left: 14px;
}
.google-list1-content{
    margin-top:14px;
    letter-spacing:1px;
    color:#999999;
    font-weight:600;
    line-height:20px;
}
.google-list2{
    /* height:500px; */
    margin-top:4px;
}
.google-list2-content{
    margin-bottom: 18px;
    height: 270px;
    /* margin-top: 20px; */
    padding-top: 22px;
    background: #eeeeee;
}
.google-list2-content .img{
    display: block;
    width: 188px;
    height: 145px!important;
    margin: 0 auto;
    /* border: 1px solid gray; */
    border-radius: 8px;

}
.google-img-title{
    margin:8px auto;
    margin-bottom:18px;
    width:134px;
    height:30px;
    font-size:16px;
    font-weight:600;
    line-height:30px;
    text-align:center;
    color:#333333;
}
.google-img-content{
    width: 98%;
    height:36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding:0 15px;
    font-size:14px;
    color:#666666;
}
.google-img-content span{
    display: block;
    text-align: center;
    height: 25px;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    color: #999;
    font-size: 13px;
    width: 68px;
    background: #FFFFFF;
    padding: 0 2px;
    overflow: hidden;
    margin:0 auto;
}
.google-list3{
    margin-top: 16px;
    margin-bottom: 30px;
}
.google-list3-left{
    height: 165px;
    background:gray;
    border-radius:8px;
}
.google-list3-right{
    height: 165px;
    /* background:green; */
    padding:8px 0;
}
.google-list3-right-title{
    height:20px;
    font-size:16px;
    font-weight:600;
}
.google-list3-right-content{
    width:100%;
    height:60px;
    margin-top:20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;        
    overflow: hidden;
    font-size:14px;
    color:#666666;
}
.google-list3-right-time{
    width:100%;
    height:30px;
    /* background:red; */
    margin-top: 32px;
}
.google-list3-right-time .time1,.time3{
    color:#999999;
    font-size:12px;
    float:left;
    width:80px;
    height:30px;
    /* text-align:center; */
}
.google-list3-right-time .time2{
    float:left;
    width:5px;
    height:5px;
    margin-right:5px;
    margin-top:5px;
    border-radius:50%;
    background: #999999;
}
.google-btn{
    margin:50px auto;
    width:120px;
    height:32px;
    text-align:center;
    border:1px solid #c7c7c7;
    border-radius:3px;
    line-height:32px;
    font-size:14px;
    font-weight:600;
    color:#999;
    background: #c7c7c7;

}
.google-showBox{
    margin:50px auto;
    width:146px;
    height:38px;
    text-align:center;
    line-height:38px;
    font-size:16px;
    font-weight:600;
    display:none;
}
.hintTitle{
    height:14px;
    display:flex;
    flex-direction: row;
    font-size:12px;
    color:#666;
    margin-bottom: 34px;
    margin-top: 10px;
}
.hintTitle-pOne{
    color:rgb(153,153,153);
}
.hintTitle p{
    margin-left:6px;
}
.hintTitle p a{
    text-decoration: none;
    color:#666;
}