*{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: "Microsoft YaHei",serif;
    box-sizing: border-box;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    min-width: 1200px;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top{
    width: 100%;
    height: 268px;
    background: url("../images/bg_index.jpg") no-repeat center top;
    position: relative;
    overflow: hidden;
}

.topNav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/bg_topNav.jpg") no-repeat center top;
    position: absolute;
    top: 0;
    left: 0;
}

.nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #2876ca;
    font-size:0;
}

.nav .itm{
    padding: 0 30px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 60px;
}

.innerCon{
    width: 1200px;
    margin: 0 auto;
}

.topNav .innerCon{
    overflow: unset;
}

.linkWrap{
    color: #ffffff;
    float: right;
}

.linkWrap span{
    font-size: 14px;
    color: #ffffff;
    margin: 0 5px 0 0;
    cursor: pointer;
}

#wxSpan{
    position: relative;
}

.hide{
    display: none;
}

.codePanel{
    position: absolute;
    left: 0;
    top: 19px;
    width: 250px;
}

.codePanel img{
    width: 120px;
    height: 120px;
}


.lm{
    margin-top: 20px;
    overflow: hidden;
}

.lmTil{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #226eb5;
    background: url("../images/bg_til.jpg") no-repeat left bottom;
}

.lmTil .more{
    margin-top: 14px;
    float: right;
}
.lmTil .more a{
    display: block;
}
.lmTil .more img{
    display: block;
    width: 22px;
    height: 22px;
}

.newList{
    width: 100%;
    padding:0 15px;
    margin-top: 14px;
    list-style: none;
}

.newList li{
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    background: url("../images/dot.jpg") no-repeat left center;
    padding-left: 17px;
}

.newList li a{
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.newList li .time {
    float: right;
}

.w573_l{
    width: 573px;
    float: left;
}

.w573_r{
    width: 573px;
    float: right;
}

.zsdw{
    width: 1200px;
    height: 140px;
    margin: 22px auto 0;
    background-color: #F2F8FF;
    overflow: hidden;
}

.zsdw .til{
    width: 60px;
    font-size: 25px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    padding: 18px;
    float: left;
    background-color: #4A88CB;
}

.zsdw .rightCon{
    width: 1140px;
    margin-top: 20px;
    float: right;
}


.zsdw .rightCon .itm{
    width:380px;
    float: left;
    font-size: 19px;
    color: #226eb5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    padding: 0px 10px 0 20px;
}

.foot{
    width: 100%;
    background-color: #eee;
}

.foot p{
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-align: center;
}
.headerHdsw {
    position: relative;
}
.headerHdsw .banners img{
    width:100%;
    display: block;
}
.headerHdsw .nav{
    background: #226eb5;
}
.headerHdsw .logo{
    position: absolute;
    left: 20px;
    top: 20px;
}
.headerHdsw .nav .itm{
    margin-right: 0;
    width: 240px;
    padding: 0;
}