@charset "utf-8";

/* CSS Document */
html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    border: 0;
    font-size: 18px;
    color: #626262;
    margin: 0px;
    text-align: left;
    line-height: 30px;
    font-family: Verdana, Geneva, sans-serif
}

img {
    border: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #626262;
}

a {
    text-decoration: none;
    color: #626262;
}

a:hover {
    color: #00339c;
    text-decoration: underline
}

.main {
    width: 970px;
    margin: 0 auto;
    height: 100%;
    clear: both;
    background-color: #ffffff
}

.logo {
    margin: 10px 0px;
}

.searchb {
    width: 970px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    clear: both;
    overflow: auto
}

.banner {
    background: url(../images/banner.jpg);
    width: 970px;
    height: 267px;
}

.left {
    width: 455px;
    float: left;
    display: block;
}

.right {
    width: 455px;
    float: right;
    display: block;
}

.tit {
    height: 79px;
    background: url(../images/tit.jpg) repeat-x;
    line-height: 80px;
}

.tit p {
    font-size: 24px;
    color: #00339e;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
    width: 85%;
    float: left;
    line-height: 79px;
}

.tit img {
    float: right
}
.left li  {
    display: block;
    color: #626262;
    overflow: hidden;
    padding-left: 25px;
    margin-top: 10px;
    text-overflow: ellipsis;
    width: 430px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.left li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    width: 100%;
}

.key {
    background: url(../images/icon.jpg) no-repeat left;
    padding-left: 15px;
}

.right li {
    display: block;
    color: #626262;
    overflow: hidden;
    padding-left: 25px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.right li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    width: 100%;
}


.foot {
    height: 167px;
    background: url(../images/bottom.jpg) repeat-x;
    padding-top: 40px
}

.foot-upper {
    width: 970px;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px
}

.foot-right {
    text-align: right
}

.header-top {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #CCC
}

.list1 li {
    display: block;
    color: #626262;
    overflow: hidden;
    padding-left: 25px;
    margin-top: 20px;
    text-overflow: ellipsis;
    width: 95%;
    height: 30px;
    white-space: nowrap;
}


.tit01 {
    height: 79px;
    background: url(../images/tit.jpg) repeat-x;
    line-height: 80px;
}

.tit01 p {
    font-size: 28px;
    color: #00339e;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
    width: 100%;
    line-height: 79px;
    text-align: center
}