@charset "utf-8";


.pcTalkVideo{
   display: block;
}
.mTalkVideo {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
.pcTalkVideo{
    display: none;
}
.mTalkVideo {
    display: block;
}
/*搜索图标按钮*/
#msubmitBtn{
   position: absolute;
   top: 6px;
}
/*涛涛布觉列表*/
.talkWrap{
   margin-top: 20px;
}
.talkHeader{
   display: flex;
   justify-content: space-between;
   padding: 0 15px;
}
.talkHeader h3{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border-left: 8px solid #3f8dd5;
    padding-left: 10px;
}
.talkList{
    display: flex;
    align-items: center;
}
.talkList li{
    font-size: 14px;
    margin-right: 10px;
}
.talkList li:last-child{
    margin-right: 0;
}
.talkList li a{
    color: #777777;
}

/*列表*/
.talkCont{
    padding:0 15px;
} 
.contList{
    width: 100%;
}
.contList li {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #807e7e;
}
.contList li:last-child{
    border: none;
}   
.talkLeft {
    margin-right: 20px;
}
.talkLeft img {
    width: 100px;
    height: 100px;
}
.talkRight h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.talkRight a {
    height: 45px;
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.talkRight p {
    font-size: 14px;
    color: #807e7e;
    margin-top: 10px;
}
.from {
    margin-right: 10px;
}
/*分页*/
.fany{
    margin-top: 20px;
}
#page div{
    margin-top: 20px;
}
#page-number{
    text-align: center;
    padding-left:0;
    min-width:30px;
}
.talkActive{
    padding-bottom: 4px;
    border-bottom: 2px solid #3f8dd5;
    color: #3f8dd5 !important;
}
    
}