﻿body {
    background-color: white;
    font-family:"思源宋体";
    /*font-family: SimSun,SimHei;*/
}
.head {
    width: 100%;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white
}

.head_tel {
    font-size: 26px;
    color: #e10601;
    margin-top: 10px
}

    .head_tel img {
        width: 36px;
        margin-right: 10px;
        vertical-align: middle
    }

/* 居中的标题 */
.hui-center-title {
    width: 100%;
    margin-bottom: 10px;
}

    .hui-center-title h1 {
        width: 25%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #E3E3E3;
        height: 50px;
        line-height: 50px;
        font-size: 18pt;
        overflow: hidden;
        font-weight: 400;
    }

/* 文本 */
.hui-content {
    line-height: 2.2em;
    font-size: 18px;
    position: relative;
}

    .hui-content * {
        line-height: 2.2em;
        font-size: 18px;
    }

    .hui-content img {
        width: 100%;
    }

    .hui-content p {
        text-indent: 2.2em;
    }

/*Contact*/
.contact {
    border: 1px solid #009ad9;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    width: 85%;
    height: 135px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}



.contact-span {
    float: left;
    border-left: 3px solid #375BA6;
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-family: "宋体";
}

.contact .contact_list {
    width: 100%;
    margin-top: 15px;
}

    .contact .contact_list li {
        overflow: hidden; /*background: url("../images/dian.jpg") no-repeat 0px 13px;padding-left:12px;*/
        line-height: 25px;
        height: 25px;
        padding-top: 5px;
        margin-bottom: 5px;
        border-bottom: 1px dotted #ddd;
        text-indent: 1em;
        font-size: 18px;
        font-family: "思源宋体";
    }
/*foot*/
.foot {
    background: #1f2a3a;
    padding-bottom: 25px;
    overflow: hidden;
}

    .foot .nav {
        margin-left: auto;
        margin-right: auto;
        height: 52px;
        line-height: 52px;
        text-align: center;
        color: #fff;
        text-align: left;
        padding: 12px 0 0;
        border-bottom: 1px solid #1f222c;
        text-align: center;
        padding-top: 0px;
    }

        .foot .nav a {
            color: #fff;
            font-size: 16px;
            display: inline-block;
            padding: 0 25px;
            text-decoration: none;
        }

.foot-content {
    padding-top: 30px;
    overflow: hidden;
    border-top: 1px solid #595d6e;
}
.foot-content {
    padding-top: 30px;
    overflow: hidden;
    border-top: 1px solid #595d6e;
}

.foot-Txt {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    line-height: 30px;
    position: relative;
    text-align: center;
    font-size: 16px;
}

    .foot-Txt a {
        color: white;
        text-decoration: none;
        font-size: 16px;
    }

        .foot-Txt a:hover {
            color: #b6bac6;
        }

/*友情链接*/
.flink_bg {
    background-color: #151E2A;
    padding: 10px 0;
}

.flink {
    color: #B5B1B1;
    overflow: hidden;
}

    .flink a {
        float: left;
        margin-left: 15px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-decoration: none;
    }

        .flink a:hover {
            color: #fff;
        }

    .flink span {
        float: left;
        color: #68727F;
        height: 30px;
        line-height: 30px;
    }

.content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*NewsList*/
.new_list {
    width: 100%;
    margin-top: 15px;
}
    .new_list li {
        overflow: hidden; /*background: url("../images/dian.jpg") no-repeat 0px 13px;padding-left:12px;*/
        line-height: 30px;
        padding-top: 15px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        text-indent: 1em;
        font-size: 14px;
        text-align:left ;
    }
        .new_list li a {
            color: #000;
            float: left;
            width: 99%;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
            .new_list li a:hover {
                text-decoration: none;
                color: #009ad9;
            }
/*Page*/
.page {
    width: 90%;
    margin: 35px auto 30px;
    text-align: center;
    overflow: hidden;
    clear: both;
}

    .page span {
        display: inline-block;
        margin-left: 5px;
        height: 24px;
        color: #333;
        line-height: 24px;
        padding: 0 10px;
        border: 1px solid #e7e7e7;
        font-size: 14px
    }

    .page a {
        float: left;
        border: 1px solid #ccc;
        padding: 3px 10px;
        margin-right: 20px;
        border-radius: 3px;
    }

        .page a:hover {
            text-decoration: none;
            color: #009ad9;
        }