html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
html{
	height:100%;
}
body{
	height: 100%;
	font-size: 14px;
	font-family: Arial,Helvetica,"Microsoft Yahei";
	color:#555;
}
button, input {
    font-family: Arial,Helvetica,"Microsoft Yahei";
}
img{
	vertical-align: middle;
}
a{
	text-decoration: none;
	color: #555;
}
a:hover{
	text-decoration: underline;
}

.wrapper {
	position: relative;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: border-box;
	*height: auto;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom:1px solid #d4d4d4;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	z-index: 99;
	_position:absolute;
}
.footer {

	border-top: 1px solid #d4d4d4;
	position: fixed; /* 固定位置 */
    left: 0; /* 与左边界的距离 */
    bottom: 0; /* 与底部的距离 */
    width: 100%; /* 宽度为100% */
    background-color: #333; /* 背景颜色 */
    color: white; /* 文字颜色 */
    text-align: center; /* 文字居中 */
    padding: 10px 0; /* 上下内边距 */
}
.fit-container {
    position: relative;
    width: 100%;
    min-width: 1024px;
    background: #fdfdfd;
    overflow-y: hidden;
    *zoom: 1;
}
.fit-container .side{
	float: left;
	width:249px;
	border-right: 1px solid #ccc;
	background: #fff;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	overflow: hidden;
	_display: inline;
    _position: absolute;
    _top: 0;
    _left: 0;
}
.fit-container .content{
	position: relative;
	*zoom:1;
	margin-left:250px;
	padding: 30px 30px;
    overflow: hidden;
}
.fit-container .footer{
	/*position: absolute;*/
	width: 100%;
	left:0;
	bottom: 0;
	*zoom:1;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    visibility: hidden;
}
/* Hides from IE-mac \*/
*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
    min-height: 1%;
}
.mod-head{
	height: 60px;
	padding:0 25px;
}
.mod-head ul{
	float: right;
	line-height: 60px;
	overflow: hidden;
}
.mod-head li{
	float: left;
	margin:0 18px;
	_display:inline;
}
.mod-head li span{
	padding-left: 24px;
}
.mod-head .icon-date{
	background: url('../images/icon.png') -5px 1px no-repeat;
	_background-image:url('../images/icon.gif');
}
.mod-head .icon-weather{
	background: url('../images/icon.png') -5px -22px no-repeat;
	_background-image:url('../images/icon.gif');
}
.mod-head .icon-location{
	background: url('../images/icon.png') -5px -46px no-repeat;
	_background-image:url('../images/icon.gif');
}
.mod-head .logo{
	float: left;
	padding: 5px 0;
	_background:url('../../image/public/logo.gif') 0 center no-repeat;
}
.mod-head .logo img{
	_visibility: hidden;
}

.mod-foot{
	margin-left:250px;
	padding: 25px 30px;
	border-top: 1px solid #ccc;
	background: #ebebeb;
	overflow:hidden;
}
.mod-foot span{
	position: relative;
	left: -1px;
	vertical-align: middle;
	padding:0 12px;
	border-left: 1px solid #333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-foot a{
	color: #333;
}
.mod-foot .logo{
	float: left;
	position: relative;
	height: 50px;
}
.mod-foot .logo:after{
	display: block;
	content: '';
	position: absolute;
	height: 24px;
	right: -16px;
	top: 13px;
	border-left: 1px solid #333;
}
.mod-foot .info{
	margin-left: 165px;
}
.mod-foot .info p{
	position: relative;
	overflow:hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	*zoom:1;
}
.mod-foot .contact a{
	margin:0 4px;
	color: #2095f2;
}

.mod-link ul{
	overflow:hidden;
	width: 220px;
	padding: 38px 0 20px;
	margin:0 auto;
}
.mod-link li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.mod-link li.small{
	width: 50%;
}
.mod-link li a{
	display: block;
	height: 32px;
	margin: 0 5px;
	border:1px solid #ccc;
	line-height: 32px;
	text-align: center;
}
.mod-link li a:hover {
    text-decoration: none;
}
.mod-link li.active a,.mod-link li a:hover{
	background: #2095f2;
	border-color: #2095f2;
	color:#fff;
}

.mod-share {
    float: right;
    width: 260px;
    margin-right: 0;
    _display: inline;
}

.mod-breadcrumb{
	margin-top: -5px;
	margin-bottom: 22px;
	height: 24px;
	line-height: 24px;
	color:#666;
}
.mod-breadcrumb a{
	color:#666;
}

.mod-friendlink{
	margin-bottom: 30px;
}
.mod-friendlink li{
	float: left;
	width: 5.88%;
	min-width: 90px;
	box-sizing: border-box;
	_width:90px;
}
.mod-friendlink li a,.mod-friendlink li span{
	display: block;
	line-height: 38px;
	border: 1px solid #ccc;
	margin: -1px 0 0 -1px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    *position: relative;
	*zoom:1;
}
.mod-friendlink li span{
	background: #ebebeb;
}

.mod-goback {
    display: none;
}
.mod-goback a {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background: url('../images/goback.png') 0 -60px no-repeat;
    text-indent: -333em;
    z-index: 99;
    _position: absolute;
}
.mod-goback a:hover {
    background-position: 0 0;
}
.m-r-10 {
    margin-right: 10px;
}
.pager{
    margin-top:20px;
    clear:both;
}
.pager li>a, .pager li>span {
    padding: 5px 14px;
    border-radius: 0;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.pagination-sm .page-link {
    font-size: .8rem
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a, .pagination > li > span {
    color: #263238 !important
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background-color: #f2f4f8;
        text-decoration: none;
    }

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left
}

    .pagination-split li:first-child {
        margin-left: 0
    }

    .pagination-split li a {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #009efb;
    border-color: #009efb;
    text-decoration: none;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.only-mobile{
	display: none;
}
@media screen and (max-width: 11600px) {
	.mod-friendlink li{
		width: 10%;
		font-size: 12px;
	}
}
@media screen and (max-width: 11366px) {
	.mod-friendlink li{
		width: 12.5%;
		font-size: 12px;
	}
}
@media screen and (max-width: 11240px) {
	.mod-friendlink li{
		width: 20%;
		font-size: 12px;
	}
}
@media screen and (max-width: 11023px) {
	.only-pc{
		display: none;
	}
	.only-mobile{
		display: block;
	}
	.wrapper{
		padding-top: 56px;
	}
	.header{
		height: 56px;
		border-top: none;
	}
	.fit-container{
		min-width: inherit;
		background: #fff;
	}
	.fit-container .content{
		margin-left: 0;
		padding:14px 16px 70px;
	}
	.fit-container .side{
		position: fixed;
		top:0;
		left: -360px;
		z-index: 98;
		width: 360px;
		height: 100%;
		border-right: none;
		webkit-transition: all 0.25s ease;
	    -moz-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	    -webkit-transform: translateZ(0);
	}
	.status-show .fit-container .side{
		left: 0;
	}
	.status-show .mod-mask{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 97;
		display: block;
		content:'';
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		-webkit-transform: translateZ(0);
	}

	.mod-head{
		height: 56px;
	}
	.mod-head .logo{
		float: none;
		display: block;
		padding:8px 0;
		/*text-align: center;*/
	}
	.mod-head .logo img{
		width: auto;
		height: 40px;
	}
	.mod-head .menu {
		position: absolute;
		right: 15px;
		top: 5px;
		display: block;
		width: 16px;
		height: 16px;
		padding: 15px 0;
	}
	.mod-head .menu span{
		display: block;
		height: 3px;
		background: #000000;
		-webkit-transition: all;
	    -moz-transition: all;
	    -o-transition: all;
	    transition: all;
	    -webkit-transition-duration: 300ms;
	    transition-duration: 300ms;
	}
	.mod-head .menu span:nth-child(2){
		margin:4px 0;
	}
	.status-show .mod-head .menu span:first-child{
		transform: translateX(-4px) translateY(12px) rotate(45deg);
    	-webkit-transform: translateX(-4px) translateY(12px) rotate(45deg);
	}
	.status-show .mod-head .menu span:last-child{
		transform: translateX(-4px) translateY(-12px) rotate(-45deg);
    	-webkit-transform: translateX(-4px) translateY(-12px) rotate(-45deg);
	}
	.mod-link ul{
		width: 330px;
	}
	.mod-link li.small{
		width: 33.3%;
	}
	.mod-link li.long {
		width: 50%;
	}
	.mod-foot{
		margin-left: 0;
		padding:12px 16px;
	}
	.mod-foot span{
		display: block;
		margin-left: 0;
		padding: 0;
		border-left: none;
	}
	.mod-foot .info{
		margin-left: 0;
		text-align: center;
	}
	.mod-foot .info p{
		height: auto;
		line-height: 22px;
		font-size: 12px;
	}

	.mod-link{
		height: 100%;
		padding: 56px 0 0;
		box-sizing: border-box;
	}
	.mod-link .bd{
		height: 100%;
	}
	.mod-link ul{
		padding:15px 0 0;
	}
	.fit-container .side-toggle .mod-link{
		left: 0;
	}

	.mod-share{
		float: none;
		width: auto;
		height: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.mod-share .bds_more{
		display: none;
	}
	.mod-friendlink .hd{
		line-height: 24px;
		margin-bottom: 9px;
	}
	.mod-friendlink li{
		width: 25%;
		min-width: initial;
		font-size: 12px;
	}

	.mod-goback a{
		right: 16px;
    	bottom: 20px;
		width: 40px;
		height: 40px;
		background: url('../images/m-goback.png') 0 0 no-repeat;
		background-size: 40px 40px;
	}
}