﻿* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}


img {
    border: 0px;
}

body {
    background-color: #f1f1f1;
}

.clear {
    clear: both;
}

#menu-list {
    height: 50px;
    overflow: hidden;
    background-color: #1487f4;
    min-width: 1200px;
    margin-bottom: 30px;
}

    #menu-list ul {
        width: 1200px;
        margin: 0 auto;
    }

        #menu-list ul li:hover {
            background-color: rgb(9, 118, 220) !important;
        }

        #menu-list ul li {
            float: left;
            padding: 0 25px;
            text-align: center;
            cursor: pointer;
        }

            #menu-list ul li a {
                color: #fff;
                font-size: 16px;
                display: block;
                line-height: 50px;
            }

#wxgz-box {
    width: 1200px;
    margin: 0 auto 30px;
    background-color: #fff;
}

.c_title {
    /*padding: 0 0 10px;*/
    border-bottom: 5px solid #ccc;
}

    .c_title div {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        /*border-left: 5px solid #1487f4;*/
        color: #1487f4;
        font-weight: bold;
        font-size: 18px;
        padding: 0 0 0 15px;
    }

.about_us {
    padding: 20px 10px 30px 10px;
}

    .about_us p {
        padding: 0 0 10px;
        font-size: 14px;
        color: #333;
    }

#wxgz-box .gz, #wxgz-box .wx {
    padding: 0 0 15px 0;
}

    #wxgz-box .gz ul li, #wxgz-box .wx ul li {
        width: 50%;
        float: left;
        position: relative;
        margin: 15px 0 0 0;
        height: 110px;
    }

        #wxgz-box .gz ul li img {
            width: 110px;
            height: 90px;
            border: 0px;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
        }

    #wxgz-box .gz ul li {
        height: 90px;
        overflow: hidden;
    }

        #wxgz-box .gz ul li div {
            margin: 0 0 0 125px;
            padding: 0 10px 0 0;
        }

            #wxgz-box .gz ul li div .t {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                #wxgz-box .gz ul li div .t a {
                    font-size: 14px;
                    color: #000;
                }

            #wxgz-box .gz ul li div .txt {
                font-size: 12px;
                color: #888;
                line-height: 20px;
                height: 60px;
                overflow: hidden;
            }

    #wxgz-box .wx ul li .dt {
        width: 100px;
        background-color: #1487f4;
        color: #fff;
        text-align: center;
        font-size: 14px;
        height: 80px;
        line-height: 80px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

    #wxgz-box .wx ul li {
        height: 80px !important;
        overflow: hidden;
    }

        #wxgz-box .wx ul li .info {
            margin: 0 0 0 110px;
            padding: 0 10px 0 0;
        }

            #wxgz-box .wx ul li .info .a_title {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                #wxgz-box .wx ul li .info .a_title a {
                    color: #000;
                    font-size: 14px;
                }

            #wxgz-box .wx ul li .info .des {
                color: #888;
                font-size: 12px;
                line-height: 20px;
                max-height: 60px;
                overflow: hidden;
            }

#copyright {
    background-color: #727272;
    width: 100%;
    padding: 20px 0 20px;
    margin: 50px 0 0 0;
}

    #copyright div.cr-item, #friend-link {
        min-width: 1200px;
        width: 1200px;
        margin: 0 auto;
    }

        #copyright div, #copyright div a {
            font-size: 14px;
            color: #fff;
        }

            #copyright div span {
                margin: 0 15px 0 0;
            }

    #copyright #friend-link ul li {
        display: inline-block;
        padding: 0 10px 0 0;
    }

        #copyright #friend-link ul li a {
        font-size:14px;
        color:#fff;
        display:block;
        }

        #art-list {
            width: 1170px;
            margin: 0 auto;
            background-color: #fff;
            padding: 15px;
        }


    #art-list .cate-list ul li {
        float: left;
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }

        #art-list .cate-list ul li.selected {
            background-color: #1487f4;
        }

        #art-list .cate-list ul li a {
            color: #000;
            font-size: 14px;
        }

        #art-list .cate-list ul li.selected a {
            color: #fff !important;
        }

    #art-list .arts li {
        border-bottom: 1px solid rgba(0,0,0,.125);
        padding: 15px 15px 15px 0;
    }

        #art-list .arts li .t a {
            font-size: 16px;
            color: #000;
        }

        #art-list .arts li .txt {
            line-height: 20px;
            max-height: 40px;
            overflow: hidden;
            font-size: 14px;
            color: #777;
            padding: 8px 0;
        }

        #art-list .arts li .dt {
            color: #999;
            font-size: 12px;
        }

    #art-list .art-content h1 {
        font-size: 16px;
    }

    #art-list .art-content .dt {
        font-size: 14px;
        padding: 15px 0 20px 0;
        color: #888;
    }

    #art-list .art-content div * {
        font-size: 16px;
        color: #000;
    }

    #art-list .art-content div div, #art-list .art-content div p {
        padding: 0 0 15px 0;
    }

#related-art, #pre-next {
    background-color: #fff;
    width: 1160px;
    margin: 30px auto 0;
    padding: 20px;
}

    #related-art .t {
        position: relative;
    }

        #related-art .t p {
            height: 40px;
            display: block;
            overflow: hidden;
            border-bottom: #e4e3e3 1px solid;
        }

        #related-art .t span {
            line-height: 40px;
            height: 40px;
            border-bottom: 2px solid #0062ff;
            position: absolute;
            top: 0;
            left: 0;
        }

    #related-art ul li a {
        font-size: 14px;
        color: #000;
    }

    #related-art .art-ls {
        padding: 15px 0 0 0;
    }

        #related-art .art-ls ul li:before {
            position: absolute;
            content: "";
            width: 3px;
            height: 3px;
            background: #000;
            border-radius: 10px;
            left: 0px;
            top: 15px;
        }

        #related-art .art-ls ul li {
            line-height: 30px;
            position: relative;
            padding: 0 0 0 15px;
        }

    #pre-next ul li a, #pre-next ul li {
        line-height: 30px;
    }

        #pre-next ul li a, #pre-next ul li {
            font-size: 14px;
            color: #000;
        }

#pager {
    margin: 0 auto;
    clear: both;
    padding: 30px 0px;
    text-align: center;
    font-size: 12px;
}

    #pager ul {
        display: inline;
        margin: 0 auto;
    }

    #pager li {
        display: inline;
        margin: 0 auto;
        border: 0 !important;
        padding: 0 !important
    }

    #pager a {
        padding: 6px 18px;
        border-radius: 2px;
        margin: 2px;
        background-color: #ddd;
        color: #666;
        display: inline-block;
        text-decoration: none;
    }

        #pager a:hover, #pager li.current a {
            background-color: #1487f4;
            color: #FFFFFF;
            text-decoration: none;
        }

#bx-box {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 50px 0 50px;
}

#baoxiu-form {
    padding: 30px 0 0 0;
}

#bx-box h1 {
    text-align: center;
    font-size: 20px;
    color: #333;
    padding: 0 0 15px 0;
    font-weight: bold;
    border-bottom: #e7e7e7 1px dashed;
}

#baoxiu-form table th, #baoxiu-form table td {
    padding: 10px 18px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    text-align: center;
}

#baoxiu-form table tr td, #baoxiu-form table tr th {
    border: 0 !important;
}

#baoxiu-form table input, #baoxiu-form table select {
    line-height: 38px;
    height: 38px;
}

#baoxiu-form table select {
    width: 510px;
}

#baoxiu-form table input {
    padding: 0 5px;
    width: 500px;
}

#baoxiu-form table textarea {
    height: 100px;
    width: 500px;
    resize: none;
    padding: 5px;
}

#baoxiu-form table textarea, #baoxiu-form table input, #baoxiu-form table select {
    font-family: "Microsoft YaHei";
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #fff;
    float: left;
}

#baoxiu-form table .item-title {
    width: 150px;
    text-align: right;
}

#baoxiu-form table .volidateCodeImg img {
    float: left;
    height: 40px;
    margin-left: 10px;
}

#baoxiu-form #btnSubmit {
    line-height: 40px;
    background-color: #1487f4;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    width: auto !important;
    padding: 0 25px;
    float: left;
    font-size: 16px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #1487f4 !important;
    background-color: #1487f4 !important;
}

    .layui-layer-btn .layui-layer-btn0:hover {
        color: #fff !important;
    }
