﻿/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    max-width: 1920px;
    min-width: 1225px;
    margin: 0 auto;
    min-height: 100%;
}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}

body {
    font-family: "Microsoft Yahei";
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:bolder;}
ul,ol {
    list-style: none;
}


img {
    border: none;
    vertical-align: middle;
}
.dede_pages ul{padding:12px 0px 12px 16px;}
.dede_pages ul li{float:left;line-height:17px;margin-right:6px;padding:2px 4px 2px;}
.dede_pages ul li a{float:left;color:#555;display:block;}
.dede_pages ul li a:hover{color:#d7007f;text-decoration:none;}
.dede_pages ul li.thisclass,.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{color:#d7007f;font-weight:bold;}
.dede_pages .pageinfo{padding:12px 10px 12px 16px;color:#999;}
.dede_pages .pageinfo strong{color:#555;font-weight:normal;margin:0px 2px;}

a {
    text-decoration: none;
    color: #232323;
}


table {
    border-collapse: collapse;
    table-layout: fixed;
}


input, textarea {
    outline: none;
    border: none;
}


textarea {
    resize: none;
    overflow: auto;
}


.clearfix {
    zoom: 1;
}


.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}


.fl {
    float: left
}


.fr {
    float: right
}


.tl {
    text-align: left;
}


.tc {
    text-align: center
}


.tr {
    text-align: right;
}


.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.center{
    width: 30rem;
    margin: 0 auto;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
   font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.dede_pages ul{
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #999;
	list-style: none;
	padding:2px 4px 2px;
}
.dede_pages ul li a{
	float:left;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#cf3734;
	text-decoration:none;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover{
	border-color:#cf3734;
	color:#cf3734;
	font-weight:bold;
}
.dede_pages .pageinfo{
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}