/*css 定义滚动条开始*/
body::-webkit-scrollbar {/*滚动条整体样式*/
width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}

body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #bbb;
}

body::-webkit-scrollbar-track {/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 10px;
background:#F1F1F1; 
}
/*css 定义滚动条开结束*/


body hr{ height:1px;border:none;border-top:1px solid #F1F1F1; margin-top: 10px; margin-bottom: 10px;}






/*以下为分页样式*/
    p{margin:0}
            #page{
                height:40px;
                padding:20px 0px;
            }
            #page a{
                display:block;
                float:left;
                margin-right:10px;
                padding:2px 12px;
                height:28px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;
                line-height:24px;
                border-radius: 3px;
            }
            #page a:hover{
                color:#555;
                border:1px #888888 solid;
                  border-radius: 3px;
            }
            #page a.cur{
                border:none;
                background: #888888;
                color:#fff;
                 border:1px #666 solid;
            }
            #page p{
               
                padding:2px 12px;
                font-size:12px;
              height:30px;
                line-height: 26px;

                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin:auto 4px;
                  border-radius: 3px;
                

            }
            #page p.pageRemark{
      
                background:none;
                margin-right:0px;
                padding:0px 0px;
                color:#666;
                border: #ccc solid 1px;
                padding: 2px 10px 0px 10px;
                  border-radius: 3px;
                
            }
            #page p.pageRemark b{
                color:red;
				font-weight:200;
				font-size:16px;
            }
            #page p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#808080;
            }
.pageRemark{ display: none;}







#page{ width: 650px; margin-left: auto; margin-right:auto; display: flex;justify-content: center; margin-bottom: 20px; }
.vc_class{ font-size: 16px; font-weight: bold;}
.vc_class a{color:#333;}
.vc_class a:hover{color:red;}



.tuijian{ background:#0099CC; color:#FFF; border-radius:50px; padding: 1px 4px 3px 4px; font-size: 10px; margin-right: 5px; border: #FDFDFD solid 0px;  }


.toutiao{ background:#FF6666; color:#FFF; border-radius:50px; padding: 1px 4px 3px 4px; font-size: 10px; margin-right: 5px; border: #FDFDFD solid 0px; height:30px; width:30px;}



.zhiding{ background:#99CCCC; color:#FFF; border-radius:50px; padding: 1px 4px 3px 4px; font-size: 10px; margin-right: 5px; border: #FDFDFD solid 0px;}



.vcweizhi{ padding-bottom: 10px; margin-top: 10px; } 

#content{ height: 100px;}
.titlez{ padding: 1px 10px 3px 10px; border: #D3D3D3 solid 1px;  border-radius: 30px; margin-left: 5px; margin-right: 5px; display:inline-block; color:#666; }

.tit span{ color: white;}
.anniu{padding: 3px 10px 3px 10px; background:#FFFFFF; border: #000000 solid 1px; color: #0B0101; border-radius: 30px; margin-top: 10px; }

.nav-footer a{display:inline-block;} 

.book input  { width: 100%; border: #ccc solid 1px; padding: 3px 10px; border-radius: 4px; margin-top: 3px; line-height: 28px;}
.book textarea{width: 100%; border: #ccc solid 1px; padding: 3px 10px; border-radius: 4px; margin-top: 3px;}
.book span{ line-height: 30px;}

.book td{  float: left; padding: 10px 10px 10px 0px;}
.book button{  padding: 3px 20px 3px 20px; border-radius: 4px; background:#0066cc; color: white; font-size: 16px; border: #0066cc solid 1px; line-height: 30px;}
.copyright-footer { font-size: 14px;}
.copyright-footer a{ font-size: 14px;}



@media screen and (max-width:640px){
.pages{
    margin-top:-10px!important; 
text-align:center;margin:0 auto;display: flex;justify-content: center;


}
}