@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; box-sizing: border-box; }
body, a, div, p, ul, li, img, h3 { margin: 0; padding: 0; }
body { font-family: "微软雅黑" !important; background-color: #f9f6f6; }
a { text-decoration: none; font-family: "微软雅黑"; color: #000; }
ul li { list-style: none; }
.clear { clear: both; }
ul:before, ul:after { content: ""; display: table; clear: both; }
.top_header { background: url(banner_jytabl.jpg) top center; height: 500px; }
.top_side { width: 1200px; margin: 0 auto; }
/*.top_side a { display: block; float: right; background-color: #de8a0c; color: #fff; padding: 2px 10px; margin-top: 10px; font-size: 14px; margin-left: 10px; }
主体内容*/
.container{ width:1200px; margin:30px auto;}
.main_title{ margin-bottom:20px;}
.main_title ul li{ float:left; margin-right:30px; width:380px; height:60px; line-height:60px; text-align:center; font-size:20px; background-color:#ddd;position: relative;}
.main_title ul li:last-child{ margin-right:0;}
.main_title ul li:hover{ background-color:#ab0000; color:#fff;}
.main_title ul li.on{ background:url(jytabl-hover.png) no-repeat top center; height:70px; color:#fff;}
.main_con .main_list{ background-color:#fff; padding:30px 20px 20px 20px;}
.main_list li{ height:45px; border-bottom:1px #ddd dashed;}
.main_list li em{ background:url(jytabl-dian.png) no-repeat top center; display:block; float:left; margin-top:20px; width:5px; height:5px;}
.main_list li a{ line-height:45px; display:block; float:left; margin-left:15px; width: 980px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.main_list li span{ color:#999; display:block; float:right; line-height:45px;}
.more{ width:150px; height:50px; border:1px #ab0000 solid; margin:30px auto;}
.more a{ color:#ab0000; text-align:center; line-height:50px; display:block;}
.more a:hover{ background-color:#ab0000; transition:1s; color:#fff;}
.sub_tabs {
	display: none;
	position: absolute;
}
.main_title ul li:hover .sub_tabs {
	display: block;
}
.sub_tabs li {
	margin-right:0;
	color: #000;
}
@media screen and (max-width: 768px) {
  .top_header {
    height: 150px;
    background-size: cover;
  }
  .main_title ul li,
  .container,
  .lucidity_pgPanel {
    width: 100%;
  }
 .main_title ul li{
margin-bottom: 20px;
}
  .main_list form input {
        width: 110% !important;
    display: block;
    margin-left: 0px;
    margin-right: 0px !important;
  }
  #btn1 {
    margin-top: 10px;
  }
  .main_list form td {
    line-height: 38px;
    text-align:center;
    font-size:16px;
  }
  /* 分页条 */
  .lucidity_pgPanel {
    width: 100%;
  }
  .lucidity-ui-paging-container {
    display: none !important;
  }
  .lucidity_pgPanel td:nth-child(3),
  .lucidity_pgPanel td:nth-child(6),
  .lucidity_pgPanel td:nth-child(8),
  .lucidity_pgPanel td:nth-child(9),
  .lucidity_pgPanel td:nth-child(10) {
    display: none;
  }
  .lucidity_pgToolbar {
    border: none !important;
  }
  .main_list li  {
    font-size:16px;
  }
  .main_list li a {
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
  }
}