body,a,ul,li,div,h1,h2,h3,h4,input,form,p,textarea,button{
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei";
    font-size: 16px;
}

a {
      text-decoration: none;
  }
a:link{
    color:#000;
}
a:visited{
    color: #000;
}

img {
    border: none;
    display: block;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

ul,li {
    list-style: none;
}
.public-container {
    position: relative;
    margin: 0 auto;
    width:1100px;
}
.public-container2 {
    position: relative;
    margin: 0 auto;
    width:1096px;
}
.header{
    height: 80px;
    line-height: 80px;
    background: #0B639E;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
}

.panel{
    margin-top: 30px;
}
.sub-panel{
    float: left;
    width: 500px;
    border: solid 1px #cccccc;
    height: 270px;
}
.panel-rt{
    margin-left: 88px;
}
.tittle{
    width: 100%;
    margin: 0 auto;
    line-height: 50px;
    color:#169BD5;
    font-weight: 700;
    border-bottom: solid 1px #cccccc;
    background: #e1f2f9;
}
.tittle p{
    background: #0B639E;
    color:#fff;
   padding-left: 20px;
    width: 280px;
    float: left;
    display: block;
    text-align: center;
}
.fr{
    float: right;
    font-weight: normal;

}
.fr a{
    font-size: 14px;
}
.dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border:solid 1px #cccccc;
    display: block;
    float: left;
    margin-top: 15px;
}
.list-item{
    width: 100%;
    margin: 0 auto;
    border: solid 1px #cccccc;
}
.list-item li{
    line-height: 40px;

    
}
.list-item li a{
    font-size: 14px;
    margin-left: 10px;
}
.list-item li a:hover{
    font-weight: bold;
    color:#169BD5;
    text-decoration: underline;

}
.content{
    height: 700px;
    border: solid 1px #cccccc;
    margin-top: 60px;
}
.con-tittle{
    color:#0B639E;
    font-size: 20px;
    font-weight: 700;
    width: 1050px;
    margin: 0 auto;
    line-height: 60px;
    border-bottom: solid 1px #cccccc;
}
.ul-list{
    width: 1050px;
    margin: 0 auto;
}
.ul-list li{
    line-height: 50px;
    border-bottom: solid 1px #cccccc;
}
.ul-list li img{
    float: left;
    margin-top: 12px;
}
.ul-list li a{
    margin-left: 10px;
}
.ul-list li a:hover{
    text-decoration: underline;
    color:#0099FF;
}
.con-pages{
    margin-top: 30px;
}
.pages-item{
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.pages-item li{
    background-color: rgba(22, 155, 213, 1);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.pages-item li:first-child{
    width: 70px;
}
.pages-item li:last-child{
    width: 70px;
}
.link-list{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 80px;
}
.link-list li{
    width: 330px;
    height: 70px;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-left: 30px;
    margin-bottom: 20px;
}
.link-list li:hover{
    box-shadow: 3px 3px 15px #262626;
}

.link-list li a{
    line-height: 70px;
    font-size: 20px;

    text-align: center;
    width: 330px;
    display: block;
    transition: margin-bottom 1s;
    height: 70px;
    color:#fff;

}
.link-list li a:hover{


}

.link-item{

}
.kc-con{

}
.tr-tittle{
    background: #e1f2f9;
    width: 100%;
}
.tr-tittle th{
    border:none;
    padding: 0;
    margin: 0;
}
.tabclass td{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.tabclass{
    border: solid 1px #cccccc;
}
.icon{
    background: url("../img/bg.png");
    background-position: 2px -172px;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}