﻿@charset "utf-8";
/*清除样式*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,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,hr,button,article,aside,details,figcaption,figure,footer,header,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;font-weight: normal;}
li{list-style:none;}
body{text-align:left;font-family:"Microsoft YaHei";font-size:15px;color:#333333;}
a,ins{text-decoration:none;}
a{color:#333333;}
a:hover,a:focus{color:#21528A;}
/* 清除浮动 */
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.w{
  width: 1200px;
  margin: 0 auto;
}

.con{
  margin-top: 30px;
}

/* tit样式 */
.tit{
  border-bottom: 1px solid #DCDCDC;
  height: 34px;
}
.tit li{
  float: left;
  font-size: 19px;
  font-weight: bold;
  color: #878787;
  height: 34px;
  padding: 0 10px;
}
.tit li.hover{
  color: #4a6f9c;
  border-bottom: 3px solid #4a6f9c;
}
.tit .more{
  float: right;
  font-weight: normal;
  font-size: 15px;
}
.more a{
  color: #999999;
}

/* list样式 */
.list{
  margin-top: 14px;
}
.list li{
  line-height: 230%;
}
.list li img{
  margin-right: 10px;
}
.list li span{
  float: right;
}


/* 当前位置 */
.dqwz{
  height: 40px;
  line-height: 40px;
  background-color: #EDEDED;
}
.wz{
  float: left;
}