﻿/* 自定义的样式，请放在head中的css文件的最后面，以覆盖框架中的样式定义 */

/*调整后台整体左侧和右侧宽度，将右侧从230px减少到200px，左侧主体的marin-left从230px减少到200px*/
.main-header .navbar
{
    margin-left: 200px;
}

.main-sidebar, .left-side
{
    width: 200px;
}

.content-wrapper, .right-side, .main-footer
{
    margin-left: 200px;
}

.main-header .logo
{
    width: 200px;
}
/* 覆盖bootstrap.min.css文件中的 .label 定义 */
.label
{
    font-size: 100%;
}
/* 覆盖AdminLTE.min.css文件中的 .box .overlay 定义 */
.box .overlay, .overlay-wrapper .overlay
{
    background: none;
}
/* 修改DataTables 的默认样式，保持th行与td行内容居中对齐，并更新padding-right:30px 的默认设置 */
table.dataTable thead > tr > th
{
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.table > tbody > tr > td
{
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}


body, button, input, select, textarea
{
    font-family: 'Microsoft YaHei', 微软雅黑;
    font-size: 13px;
    background-color: #f1f1f1;
}

a:focus
{
    outline: none;
    text-decoration: none;
}

a
{
    color: #333b4e;
    text-decoration: none;
}

    a:hover
    {
        color: #333b4e;
        text-decoration: none;
    }


.container
{
    width: 1131px;
}


.footer
{
    height: 150px;
    background-color: #383838;
    color: #7d7d7d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footertable
{
    width: 850px;
}

.header
{
    height: 130px;
    background-color: #ffffff;
}


/*页面顶部(导航以及logo)样式********开始*******/
.xqnav
{
    z-index: 99;
    width: 700px;
    overflow: hidden;
    float: right;
}


    .xqnav li
    {
        width: 110px;
        float: left;
        list-style: none;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
    }

        .xqnav li a
        {
            text-decoration: none;
        }

            .xqnav li a:hover
            {
                text-decoration: none;
                color: #dc4d51;
            }

.firstsel_lifirstlvllink
{
    padding-top: 20px;
}

.firstlvllink
{
    height: 20px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #666666;
    font-weight: bolder;
    float: left;
    font-size: 15px;
    text-decoration: none;
}

.firstlvllinkHome
{
    width: 100px;
    height: 60px;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    padding-top: 20px;
    font-weight: bolder;
    color: #df4c52;
    font-size: 18px;
    border-right: solid 1px #e0e0e0;
}


/*页面顶部(导航以及logo)样式********结束*******/


.div_Content
{
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    /*text-indent: 2em;*/
    word-wrap: break-word;
    word-break: normal;
    padding-top: 10px;
}

    .div_Content img
    {
        max-width: 600px;
        width: expression(document.body.clientWidth>600?"600px":"auto");
        overflow: hidden;
    }



.table-condensed th
{
    text-align: center;
    border: 1px solid #f2f2f2;
}

.table-condensed td
{
    text-align: center;
    border: 1px solid #f2f2f2;
}

.table-condensed .TitleTD
{
    text-align: left;
}

.list_title_page
{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #f8bc00;
    min-height: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
}


/*翻页样式*/
.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

    .pagination > li
    {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span
        {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span
        {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span
        {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus
        {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus
    {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus
    {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span
{
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span
{
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span
{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span
{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}




.home-topic-heading
{
    display: inline-block;
    text-transform: uppercase;
    height: 35px;
    line-height: 30px;
}

    .home-topic-heading h2
    {
        margin: 0;
        float: left;
        color: #555;
        line-height: 35px;
        padding-left: 8px;
        font-size: 16px;
        font-weight: bold;
    }




.home-topic-list
{
    list-style: none;
    width: 340px;
}

    .home-topic-list li
    {
        line-height: 25px;
    }

        .home-topic-list li:before
        {
            display: inline-block;
            content: '.';
            font-size: 30px;
            float: left;
            line-height: 10px;
            padding-right: 10px;
        }


        .home-topic-list li a
        {
            color: #666;
            position: relative;
            display: inline-block;
            clear: left;
            max-width: 70%;
            overflow: hidden;
            text-decoration: none;
        }

            .home-topic-list li a:hover
            {
                text-decoration: none;
            }

            .home-topic-list li a:visited
            {
                text-decoration: none;
            }

        .home-topic-list:after, .home-topic-list li:after
        {
            content: '';
            clear: both;
        }

        .home-topic-list li span
        {
            float: right;
            position: relative;
            color: #888;
        }

.tglist
{
    display: inline-block;
    content: '.';
    font-size: 30px;
    float: left;
    line-height: 10px;
    padding-right: 10px;
}

.tglistli
{
    line-height: 18px;
    font-size: 13px;
    font-family: 'Microsoft YaHei', 微软雅黑;
}

    .tglistli a
    {
        color: #666;
        position: relative;
        font-size: 13px;
        display: inline-block;
        clear: left;
        overflow: hidden;
        text-decoration: none;
        line-height: 18px;
        font-family: 'Microsoft YaHei', 微软雅黑;
    }
