@charset "utf-8";

.iframelist>div{height: 40px;}
.iframelist a.title{ display: inline-block;;font-size: 18px;color: #333;line-height: 40px;vertical-align: middle;text-indent: 15px;transition:none;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;width: 85%;}
.iframelist>div::before{display: inline-block;content:'';vertical-align: middle;width: 4px;height: 4px;border-radius: 50%;background: #ccc;}
.iframelist a.title:hover{ color: #1b6396;font-weight: 700;transition: none;}
.iframelist p.time{ float: right;line-height: 40px;font-size: 14px;color: #969696}
.iframelist:nth-child(5n)::after{display: block;content:'';border-bottom: 1px dashed #ccc;padding-top: 15px;margin-bottom: 15px;}
.iframelist>div:hover::before{background:#1b6396 ;}
@media screen and (max-width:768px){
 .iframelist{  padding: 15px 10px 0 10px }
 .iframelist a.title{  font-size: 14px;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;width: 85%;text-indent: 5px;}
 .iframelist p.time{width: 15%;text-align: right;}
 #page_div{height: auto;}
}
@media screen and (max-width:480px){
    .iframelist a.title{width: calc(100% - 10px);}
    .iframelist p.time{display: none;}
}


/*  */
.page_num{margin-top: 20px;}
#page_div{height: 40px;text-align: center;}
#page_div li{display: inline-block;height: 36px;line-height: 36px;margin: 0 5px;}
#page_div li a{display: block;}
#page_div .home_page,#page_div .prev_page,#page_div .end_page{background: #f0f0f0;border: 1px solid #e6e6e6;width: 86px;}
#page_div .page_index{width: 36px;text-align: center;background: #f0f0f0;border: 1px solid #e6e6e6;}
#page_div .page_index a:hover{background: #1b6396; color: #FFF;}
#page_div .page_index a.current{background: #1b6396; color: #FFF;}
#page_div .page_jump{display: none;}

@media screen and (max-width:640px){
    #page_div{height: auto;}
}