@charset "utf-8";
/* CSS Document */

/*article_list*/
.url_lists_top{
    height: 70px;
    line-height: 70px;
    color: #999999;
    font-size: 14px;
    display: flex;
    background: url(/www/images/indexv8/home.png) no-repeat left 26px;
    background-size:16px 16px;
    padding-left:18px;
}
.main .url_lists_top .ml10 span{
    font-family: cursive;
}
.url_lists_top a{
    color: #999999;
}
.url_lists_top span.select{
    margin-left: 10px;
}
.url_lists_top_cat {
    line-height: 50px;
}
.url_lists_top_cat .cat a{
    padding:3px 10px;
    line-height: 16px;
    height: 16px;
}
.url_lists_top_cat .cat a.cur{
   background: #d41007;
   color:white;
   border-radius:15px;
}
.filter_name{
  font-size:16px;
  padding:0 5px;
}
.url_lists_top .select-bg-div{
    height: 70px;
    line-height: 70px;
    padding-top: 20px;
    margin-left: 15px;
}
.url_lists_top .select-bg{
    display:block;
    width:95px;
    margin:0 auto;
    height: 30px;
    line-height: 37px;
    font-size: 14px;
    border:1px #999999 solid ;
    box-sizing:border-box;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    padding-left: 20px;
    background: url(/www/images/indexv8/area_mark.png) no-repeat 6px 8px;
}

.url_lists_top .select-bg:after{
    content:' ';
    position: absolute;
    right:6px;
    top:50%;
    margin-top:-5px;
    width:0px;
    height:0px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:6px solid #999999;
    font-size:0px;
    line-height:0px
}

.url_lists_top .select-green {
    line-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline: none;
    border: 0 none;
    position: relative;
    padding: 0 0 0 5px;
    width: 100%;
    color:#d41007;
    background: none;
    background-color: transparent;
    font-size: 13px;
    z-index: 99;
    overflow: hidden;
}
.url_lists_top .select-green option{
    display: none;
}
.article_lists_ul{
    width: 823px;
}
.article_lists_ul li{
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.article_lists_ul li.line{
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}
.article_lists_ul li.line.nb{
    border-top: 0px;
}
.article_lists_ul li.line .date{
    font-weight: normal;
}
.article_lists_ul li a{
    width: 720px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.article_lists_ul li .date{
    width: 120px;
    text-align: center;
    color:#999999;
}
.article_lists_ul li .dot{
    font-size: 18px;
    color: #ccc;
}
.area_title{
    display: flex;
    font-size: 16px;
    font-family: arial,'Microsoft Yahei';
    justify-content: space-between;
    padding:10px;
}
.area_title_tips{
    font-size: 14px;
    padding-left:25px;
    padding-bottom:10px;
    color:#999999;
    border-bottom: 1px solid #CCC;
}
.area_title .area_name{
    padding-left: 30px;
    background: url(/www/images/indexv8/area_mark_g.png) no-repeat 10px 2px;
}
.area_title .area_close{
    color:#999999;
    cursor: pointer;
}
.indexv8_friend_links{
    margin-top: 70px;
}
.article_lists #pagination-flickr{
    margin-top: 50px;
}
.article_lists .pagination-flickr{
    width: 823px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.article_lists .pagination-flickr #pagination-flickr{
    display: flex;
}
.article_lists .pagination-flickr #pagination-flickr li{
    margin-left: 5px;
}

.article_lists .pagination-flickr #pagination-flickr li a{
    padding: 3px 10px;
    border-radius: 7px;
}
.article_lists .pagination-flickr #pagination-flickr li a:hover{
    border: 1px solid #CCC;
    color:red;
    background-color: #E8E8E8;
}

.vlist_content_b{
    display: flex;
    justify-content: space-between;
}
.vlist_content_b .mid_ads_list{
    width: 358px;
}
.vlist_content_b .mid_ads_list .mid_ads_2{
    margin-top: 20px;
}

.vlist_content_b .mid_ads_list img{
    max-width: 100%;
}
