@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*background: transparent;*/
}
body{ 
    overflow-x:hidden;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}
ol,ul,li {
	list-style: none;
	*font-size: 0;
}
* {
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	font-family: "微软雅黑","Myriad Set Pro","Helvetica Neue","Helvetica","Arial","sans-serif"
}
input,textarea {
	background-color: transparent;
	border: none;
	overflow: auto;
	outline: none;
}
/*清除浮动*/
.clearfix::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix { 
    height: 1%;
}
.clearfix {
    display: block;
}
/* 面包屑 */
.location {
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #f0efef;
}
.location p {
  height: 40px;
  padding-left: 0px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #f0efef;
}
.location a {
  font-size: 16px;
  color: #000;
}
.tabs-list a{color:#000}
.tabs-list a:hover{color:blue}

/* 列表 */
.dqjs_list {
  width:1200px;
  margin:0 auto;
}
.dqjs_list_ul {
  width: 1100px;
  margin: 20px auto;
  overflow: hidden;
}
.dqjs_list_ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url(../images/icoli.png) no-repeat;
  background-position: 20px center;
  cursor: pointer;
}
.dqjs_list_ul li:hover {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url(../images/icoli-on.png) no-repeat;
  background-position: 20px center;
  cursor: pointer;
}
.dqjs_list_ul li a {
  padding-left: 40px;
  color: #333;
  display: inline-block;
  max-width: 940px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dqjs_list_ul li a:hover{
  padding-left: 40px;
  color: #1a5284;
}
.dqjs_list_ul li span {
  padding-right: 10px;
  float: right;
  color: #333;
}
/* 分页 */
.page {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  font-size: 14px;
  color: #505050
}
.page a {
  padding: 5px 10px;
  color: #505050;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  margin-left: 5px;
}
.page a:hover {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  background-color: #289de9;
  border-radius: 5px
}
.page .pages-current {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  background-color: #289de9;
  border-radius: 5px;
  margin-left: 5px;
}
.page font input {
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc
}
.page font .inp_submit {
  padding: 0 10px;
  line-height: 29px;
  text-align: center;
  color: #505050;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #eee
}
.pagemore {
  padding-left: 5px;
}
