@charset "gb2312";
/* css document */
body{font-size:14px; font-family:"微软雅黑"; background-color:#f0e6cd;}
a{text-decoration: none;}
*{margin:0px; padding:0px;}
ul li{list-style:none;}
.banner{width:1170px; height:250px;margin:0px auto;}
.nav{width:1170px; height:50px; margin:0px auto; line-height:50px; background:#900d05;}
.nav a{color:#fff;font-size:18px;text-decoration: none;}
.nav a:hover {text-decoration: underline;}
.nav li{padding:0px 47px; float:left;}
.seach{width:1170px; height:42px; margin:0px auto; line-height:42px; background-color:#f3f3f3; text-indent:40px;}
.seach li{float:left;padding:0px 10px;}
.main{width:1170px; margin:0px auto; margin-top:10px;}
.f_l{float:left;}
.mar_10{margin-right:10px;}
.mar_12{margin-right:12px;}
.mar_top{margin-top:10px;}
.clear{clear:both;}
.mar_t{margin:10px;}
.hdp{width:585px; height:390px;}
.new{width:555px; padding:0px 10px; height:390px; background-color:#fff;}
.new li{width:100%; line-height:38px; border-bottom:1px solid #ddd; text-indent:5px;}
.new li span{width:90px; float:right;}
.new .title{width:555px;height:32px; border-bottom:2px solid #900d05;}
.new .title .t{width:100px; height:32px; text-align:center; font-size:18px; font-weight:bold;line-height:32px; background-color:#900d05; color:#fff; float:left;}
.new .title .gd{width:50px; line-height:32px;float:right;}
.center{width:1170px; height:117px; margin:10px auto;}
.main_left{ width:964px; float:left;}
.left{width:964px; float:left; border:2px solid #900d05;}
.new_div{width:475px; height:198px; background:#fff;}
.new_div .title{width:475px;height:28px; background-image:url(29891835.png);}
.new_div .title .t{padding:0px 20px;width:auto; line-height:28px; background:#900d05; float:left;font-size:16px;color:#fff;}
.new_div .title .r{float:right; padding-right:5px;}
.new_div .title .r a{color:#900d05;}
.new_div li{width:100%; line-height:30px;text-indent:5px;}
.new_div li span{width:90px; float:right; text-align:center;}
.left .center{width:964px; height:120px; margin:10px auto;}
.main_right{width:200px; float:right;}
.main_right .title{width:200px; height:32px; line-height:32px; color:#fff; font-size:16px; background-image:url(29891959.png); text-indent:10px;}
.main_right .title span{float:right;width:60px;}
.main_right .title a{color:#fff; font-size:14px;}
.main_right .div_b{width:200px; height:206px; background:#fff; text-align:center;}
.main_right .div_c{width:200px; height:165px; background:#fff; text-align:center;}
.main_right .div_c li{width:100%; line-height:30px;}
.bgd{width:1170px;height:170px; margin:10px auto; background-image:url(29891836.jpg);}
.bgd .div{width:1110px; height:120px; float:right; margin:25px 15px 25px 55px; background:#fff;} 
.link{width:1170px; height:40px; margin:0px auto; border:2px solid #900d05; font-size:18px; color:#333; text-indent:15px;padding-top:8px;}
select {
  /*chrome和firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #ccc;
  color:#666;
  font-size:16px;
  font-family:"微软雅黑";
  text-indent:15px;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background:#fff;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  width:320px;
  height:35px;
  line-height:35px;
  margin-left:20px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.bottom{width:1170px; height:220px; line-height:30px; text-align:center; margin:0px auto;}
.list_nr{min-height:600px; background:#fff;}

