﻿@charset "utf-8";
/* CSS Document */
/*重置*/
* {
    font-family: "宋体";
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(/content/common/images/body_bg.png);
}

a {
    text-decoration: none;
}

img {
    border: none;
    display: block;
}

h1 {
    font-weight: normal;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

input {
    padding: 0;
    margin: 0;
    border: none;
}

p, h1 {
    margin: 0;
}

table {
    margin: 0;
    padding: 0;
}
/*logo*/

.topBox {
    overflow: hidden;
    background-color: #55a5f6;
}

.topleft {
    float: left;
    margin-left: 5px;
}

.topright {
    float: left;
    /*margin-left: 10px;*/
    margin-top: 15px;
}

    .topright li {
        color: white;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        padding-left: 30px;
        background-image: url(/content/common/images/yuandian_1.png);
        background-repeat: no-repeat;
    }

    .topright .col {
        color: #fa4747;
        padding-left: 30px;
        background-image: url(/content/common/images/yuandian_1.png);
        background-repeat: no-repeat;
    }
      .topright a {
        color: white;
    }
/*搜索栏*/
.navBox {
    overflow: hidden;
    border-bottom: solid 4px #55a5f6;
    background-color: white;
}

    .navBox span {
        line-height: 26px;
        color: #585858;
        margin-left: 53px;
    }

/*主要内容（表格之类的）*/


/*页脚***************/
.footerBox {
    background-color: #55a5f6;
}

.footer {
    margin: 0 auto;
    height: 100px;
    width: 1200px;
    margin-top: 5px;
}

    .footer p {
        color: #FFF;
        line-height: 24px;
        margin-left: 260px;
        padding-top: 30px;
    }

.liBackMenu {
    background: url(/content/common/images/yuandian.png) no-repeat 40px 0px;
    list-style-type: none;
    text-decoration: none;
    padding: 0px 0px 0px 38px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    background-color: #f3f3f3;
    text-indent: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.liClickBackMenu {
    background: url(/content/common/images/guanggao.png) no-repeat 40px 0px;
    list-style-type: none;
    text-decoration: none;
    padding: 0px 0px 0px 38px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    background: #55a5f6;
    text-indent: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.divPageContain {
    height: 526px;
    width: 100%;
}