﻿
.container {
    max-width: 1000px;
    padding: 0 5px;
}

a:visited {
    color: black;
}

a:link {
    color: black;
}

a:hover {
    text-decoration: none;
    color: red;
}

.testBorder {
    border: solid 1px red;
}

#header {
    height: 200px;
    background-position: 0px;
    background: url(images/2019_qzks_banner2.jpg) no-repeat;
    background-color: #fefefe;
}

.tdRight {
    color: #888888;
}

/*导航栏*/
.oNav {
    /*background-image: url('images/nav_bg.jpg');
    background-repeat: repeat-x;*/
    background-color: #65c3f7 !important;
    min-height: 42px !important;
    border: none !important;
    margin-top: 3px;
}

    .oNav .container-fluid {
        /*background-image: linear-gradient(to bottom,#9EDFFD 0,#34ABF2 100%) !important;*/
        background-image: linear-gradient(to bottom,#f17f7f 0,#DB2D26 100%) !important;
        border-radius: 3px;
        color: white !important;
    }

    .oNav .navbar-header {
        background-image: linear-gradient(to bottom,#fcfdff 0,#eeeeee 100%) !important;
        border-radius: 3px;
        border: solid 1px #e1e1e1 !important;
    }

    .oNav .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 42px;
        color: white !important;
        font-size: 14px;
        font-family: 'Microsoft YaHei';
    }

        .oNav .navbar-nav > li > a:hover {
            color: white !important;
            font-weight: bold;
        }

/*bootstrap panel 头部自定义样式*/
.heading00 {
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%) !important;
    border-bottom: solid 1px #d4d4d4 !important;
    color: #166FD7 !important;
    /*color: #ee3535 !important;*/
    font-size: 16px !important;
}

    .heading00 span {
        
    }

.heading01 {
    /*background-image: linear-gradient(to bottom,#77CFF7 0,#fcfdff 100%) !important;*/
    background-image: linear-gradient(to bottom,#fcfdff 0,#eeeeee 100%) !important;
    border-bottom: solid 1px #d4d4d4 !important;
}


.heading02 {
    background-image: linear-gradient(to bottom,#E6EDF5 0,#FCFDFF 100%) !important;
    border-bottom: solid 1px #DC332D !important;
    color: #166FD7 !important;
    /*color: #ee3535 !important;*/
    font-size: 16px !important;
    padding-bottom: 0px;
    padding-top: 8px;
}

    .heading02 span {
        display: inline-block;
        background-image: linear-gradient(to bottom,#f17f7f 0,#DB2D26 100%) !important;
        color: white;
        padding: 5px 17px 3px 17px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }


/*首页底部链接*/
#bottomLinks {
    clear: left;
    margin: 10px auto;
}

    #bottomLinks .heading {
        height: 36px;
        background-image: url("images/links.gif");
        background-repeat: no-repeat;
    }

    #bottomLinks .content {
        font-size: 12px;
        margin-left: 1px;
        border: solid 1px #ccc;
        min-height: 30px;
    }

        #bottomLinks .content h4 {
            font-size: 12px;
            font-weight: bold;
            color: red;
            float: left;
            width: 100px;
            display: block;
            margin: 10px 0 0 10px;
        }

        #bottomLinks .content ul {
            margin: 10px 0 0px 10px;
            padding: 0;
            float: left;
            width: 800px;
            height: 36px;
            list-style-type: none;
        }

        #bottomLinks .content .one li {
            display: inline-block;
            width: 40px;
            float: left;
        }

        #bottomLinks .content .two li {
            display: inline-block;
            width: 160px;
            float: left;
        }

        #bottomLinks .content ul li a {
            margin: 0px 0px 4px 14px;
            display: inline-block;
        }

        #bottomLinks .content img {
            border: none;
            margin: 8px 0px 4px 16px;
        }

    #bottomLinks .piclinks {
        margin-top: 5px;
        border-top: 1px dashed #ccc;
    }


/*分页*/
.fengy {
    height: 30px;
    background: #eee;
    font-size: 12px;
    color: #555;
    padding: 0 5px;
    overflow: hidden;
}
/*- 分页控件样式---------------------------*/
.pages {
    color: #999;
    vertical-align: middle;
    text-align: right;
}

    .pages a, .pages .cpb {
        padding: 2px 6px;
        border: 1px solid #ddd;
        background: #fff;
        margin: 0px 1px;
        font-size: 12px;
        color: #000;
    }

        .pages a:hover {
            background-color: #e61636;
            color: #fff;
            border: 1px solid #E61636;
            cursor: pointer;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff000;
        background: #E61636;
        border: 1px solid #e61636;
    }


.listULimt300 {
}

    .listULimt300 ul > li > a {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 310px;
    }




/*默认标题列表样式*/
.ul00 {
    line-height: 150%;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

    .ul00 li {
        margin: 4px 2px 0px 15px;
        padding-bottom: 4px;
        border-bottom: dashed 1px #ccc;
        font-family: 'Microsoft YaHei';
    }

        .ul00 li a:visited {
            color: #2b2b2b;
        }

        .ul00 li a:link {
            color: #2b2b2b;
        }

        .ul00 li a:hover {
            color: red;
        }

        .ul00 li span {
            float: right;
            color: #9d9d9d;
            font-size: 12px;
            padding-left: 5px;
        }


.ul01 {
    line-height: 160%;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

    .ul01 li {
        margin: 10px 2px 0px 15px;
        padding-bottom: 10px;
        border-bottom: dashed 1px #ccc;
        font-family: 'Microsoft YaHei';
    }

        .ul01 li a:visited {
            color: #2b2b2b;
        }

        .ul01 li a:link {
            color: #2b2b2b;
        }

        .ul01 li a:hover {
            color: red;
        }

        .ul01 li span {
            float: right;
            color: #9d9d9d;
            font-size: 12px;
            padding-left: 5px;
        }
