﻿*{
	margin: 0;padding: 0;border:0;
}
html,body{
	font-size:12px;color:#333;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	background:#fff;min-width: 1412px;
}
ul li{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;color:#333;
	/*display: block;*/
}
button,
input:focus{
	outline:none;
	box-shadow: none;
}
.wrap{
	width:1200px;margin:0 auto;overflow:hidden;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.clearfix:after{
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.en{
	text-transform: uppercase;
}
.gabeian {
background-image: url("../images/beian.png");
width: 20px;
height: 20px;
}

.page{
	margin:0 auto;
	margin-top:50px;
}
.page .pagination{
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.page .pagination li{
	float: left;

}
.page .pagination li a,
.page .pagination li.active,
.page .pagination li.disabled span{
	float: left;
	padding: 0 15px;
	height: 28px;
    line-height: 28px;
    border:1px solid #d1d4d5;
    color: #666666;
    font-size: 14px;
    margin:0 5px;
}
.page .pagination li.active,
.page .pagination li a:hover{
	background: #3186ff;
	color: #fff;
	border-color: #3186ff;
}
.dataTables_jump{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	width: 125px;
}
.dataTables_jump .changePage{
	width: 35px;
	height: 28px;
	border:1px solid #d1d4d5;
	margin:0 5px;
	text-align: center;
}
.dataTables_jump .am-btn{
	width: 45px;
	height: 28px;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background: #3186ff;
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/font_1456221308_4714649.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/font_1456221308_4714649.woff') format('woff'), /* chrome、firefox */
  url('../fonts/font_1456221308_4714649.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/font_1456221308_4714649.svg#iconfont') format('svg'); /* iOS 4.1- */
}        
.iconfont {
  font-family:"iconfont" !important;	/*优先使用该字体*/
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;	/*抗锯齿*/
  -webkit-text-stroke-width: 0.2px;	/*用长度值指定描边厚度*/
  -moz-osx-font-smoothing: grayscale;
}

.layui-layer-hui{
	top:30%!important;
}


.site-footer .bottom-footer {
    padding: 15px 0;
    background-color: #161616;
    color: #777;
    font-size: 15px;
}
.footer-bottom {
    position: relative;
    padding: 24px 0px;
    line-height: 22px;
    color: #b3b3b3;
    background: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.linkss {
    overflow: hidden;
    line-height: 44px;
    background: #000;
    display: flex;
    flex-wrap: wrap;
}
.linkss p {
    color: #7381a1;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    position: relative;
    line-height: 44px;
}
.linkss p:before, .linkss p:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    background: #fefefe;
    right: -15px;
    top: 12px;
}
.linkss li {
    display: inline-block;
    float: left;
    margin: 0 10px;
    font-size: 14px;
    line-height: 44px;
}
.box1 span {
    float: right;
}
.dibu{
    text-align: center;
}
.site-footer .bottom-footer a {
    color: #fff!important;
}
@media screen and (max-width:767px){
    .linkss li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    font-size: 14px;
    line-height: 44px;
}
}
/* 通用样式（PC+移动端基础） */
.show-time {
    text-align: center; /* 容器内内容整体居中 */
    padding: 0 10px;    /* 左右留白，避免贴边 */
}
.show-time table {
    width: auto;        /* 自适应内容宽度 */
    margin: 0 auto;     /* 表格水平居中 */
    border-collapse: collapse;
}
.show-time td {
    padding: 8px 15px;
    font-size: 14px;
    color: #666;
    vertical-align: middle; /* 垂直居中 */
    text-align: center;     /* 单元格文字水平居中 */
    white-space: nowrap;    /* 防止单单元格文字换行 */
}
.time-cell { width: 20%; }
.cat-cell { width: 20%; }
.tag-cell { width: 60%; }
.show-time a { 
    color: #2d8cf0; 
    text-decoration: none; 
    word-break: break-all; /* 标签名称过长时换行 */
}
.show-time a:hover { text-decoration: underline; }

/* 移动端适配（屏幕宽度≤768px时生效） */
@media (max-width: 768px) {
    .show-time td {
        padding: 6px 8px;   /* 减小移动端内边距，节省空间 */
        font-size: 12px;    /* 缩小字体，适配小屏幕 */
    }
    /* 关键：移动端取消固定宽度，改为自适应，避免内容溢出 */
    .time-cell, .cat-cell, .tag-cell {
        width: auto;
        min-width: 80px;    /* 保证单元格最小宽度，避免挤压 */
    }
    /* 可选：标签过多时允许换行，防止横向溢出 */
    .tag-cell {
        white-space: normal;
    }
}

.container {
    font-size: 32px;
    line-height: 32px;

}
