﻿body {
    min-width:1200px;
}
.header {
    background-image: url(/Content/Images/A00top_banner.gif);
    height: 165px;
    min-width:1000px;
}

.naver {
    height: 40px;
    background-color: #0068b7;
}

    .naver-ul {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        line-height: 38px;
        list-style-type: none;
        padding: 0;
    }
    
    .naver li {
        float: left;
    }

    .naver a {
        display: block;
        width: 133px;
        height: 40px;
        text-align: center;
        text-decoration: none;
    }

        .naver a:hover {
            color: black;
            background-color: white;
        }


.naver-active {
    background-color: #d3d3d3;
    color: black;
}

.naver-unactive {
    color: white;
}
.naver-drop-down:hover .naver-drop-down-content{
    display:block;
}
.naver-drop-down-content {
    position: absolute;
    color: black;
    background-color: #0068b7;
    width: 133px;
    margin-left: auto;
    margin-right: auto;
    line-height: 38px;
    list-style-type: none;
    padding: 0;
    z-index: 500;
    display: none;
}
    .naver-drop-down-content li:hover a{
        background-color:#eeeeee;
    }
    .footer {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
        border-top-color: #448aca;
        border-top-width: 8px;
        border-top-style: solid;
        padding-top: 40px;
    }

    .footer p {
        margin: 0;
        color: #939393;
    }

.main-container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.system-link {
    margin-top: 20px;
    height: 120px;
    position:relative;
}

.system-link-leftarr {
    padding-top: 40px;
    float: left;
}

    .system-link-leftarr img {
        cursor: pointer;
    }

.system-link-rightarr {
    padding-top: 40px;
    float: right;
}

    .system-link-rightarr img {
        cursor: pointer;
    }

.system-link-main {
    overflow: hidden;
    height: 100px;
    width: 1100px;
    float: left;
}

.system-link ul {
    list-style-type: none;
    width: 2600px;
    position: relative;
    padding: 0;
}

.system-link li {
    float: left;
    padding: 10px;
}

.system-link a {
    display: block;
}

    .system-link a:hover {
        border-bottom: 3px solid #767c81;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.news-title {
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.2em;
    padding: 10px;
    margin: 5px 15px;
    cursor: pointer;
    font-family: 微软雅黑;
}
    .news-title a {
        color: #888888;
        text-decoration: none;
    }
        .news-title a:hover {
            color: #0b65cb;
            text-decoration:none;
        }

    .news-title-afterline {
        height: 25px;
        width: 1px;
        background-color: #898989;
        display: inline-block;
    }

.news-title-active {
    border-bottom: 4px solid #0b65cb;
    cursor: default;
}

.news-title-active a {
    color: #0b65cb;
}
    .news-title-Horizontalline {
        width: 95%;
        height: 1px;
        background-color: #87cefa;
        margin-top: -0.3125em;
        margin-left: 0.9375em;
    }

.news-list-div {
    width: 50%;
    float: left;
}

    .news-list-div ul {
        padding-left: 20px;
    }

        .news-list-div ul li {
            padding: 10px 0;
            font-size: 1em;
            list-style: none;
        }

            .news-list-div ul li a {
                color: #434343;
                font-family: 宋体;
            }


            .news-list-div ul li:first-child {
                font-size: 1.3em;
                padding: 20px 0;
            }

                .news-list-div ul li:first-child a {
                    color: black;
                    font-family: 微软雅黑;
                }

.news-block {
    width: 48%;
    overflow: hidden;
}

.news-list-subblock {
    width: 200%;
    position: relative;
}

.news-block-full {
    width: 100%;
    overflow: hidden;
}


.news-list-subblock-full {
    width: 1000%;
    position: relative;
}

.news-list-div-full {
    width: 1170px;
    float: left;
}

    .news-list-div-full ul {
        padding-left: 20px;
    }

        .news-list-div-full ul li {
            padding: 10px 0;
            font-size: 1em;
            list-style: none;
        }

            .news-list-div-full ul li a {
                font-family: 宋体;
                color: #434343;
            }

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.news-margin-top {
    margin-top: 20px;
}

#news-image-Indicators {
    margin-top: 30px;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.5);
}

.image-zhuanti {
    margin: 20px;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
    }

.col-narrow {
    float: left;
    margin-top: 25px;
    width: 170px;
    height: 50px;
    color: #626262
}

.col-wide {
    background-color: #fff;
    margin-top: 25px;
    width: 950px;
    float: right;
    min-height:500px;
}

.content-title {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    border-top: 1px solid #e4dddd;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    font-size: 1.125em;
    font-weight: bold;
    font-style: italic;
    background-color: #1e90ff;
    padding-top: 6%;
}

.col-narrow .sub-nav {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

    .col-narrow .sub-nav a {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 1em;
        padding-top: 6%;
        text-align: center;
        border-top: 1px solid #e4dddd;
        color: #3c3c3c;
        font-family: "Microsoft Yahei";
        text-decoration: none;
    }

        .col-narrow .sub-nav a:hover {
            color: #ffffff;
            background-color: #1e90ff;
            font-size: 1.125em;
        }

.list-title {
    font-size: 1.375em;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    color: #1e90ff;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
}

.list-searchbar {
    width: 50%;
    float: right;
    margin-top: -35px;
}

    .list-searchbar div {
        font-size: 0.85em;
    }
.list-searchbar1 {
    width:78%;
    float: right;
    margin-top: -35px;
}
.list-searchbar1 div {
    /*font-size: 0.85em;*/
    display:inline;
}
.list-searchbar2 {
    width: 78%;
    float: right;
    margin-top:10px;
    margin-bottom:5px;
}

    .list-searchbar2 div {
        /*font-size: 0.85em;*/
        display: inline;
    }
.list-div {
    width: 100%;
    border-top: 1px solid #e4dddd;
    padding-top: 20px;
    min-height: 270px;
}

    .list-div ul {
        padding-left: 10px;
        
    }

        .list-div ul li {
            padding: 10px 0;
            list-style: none;
        }

            .list-div ul li a {
                color: #434343;
                font-family: "Microsoft Yahei";
                font-size: 1em;
            }

.pagination {
    padding-left: 100px;
}

    .pagination li a {
        font-size: 14px;
        color: #535353;
    }

.news-info {
    width:80%;
    margin:0 auto;
}

.breadcrumb-link {
    margin: 20px 0;
}

    .breadcrumb-link a, .breadcrumb-link a:visited {
        color: #717e79;
        text-decoration: none;
        font-family: "Microsoft Yahei";
    }

        .breadcrumb-link a:hover {
            color: steelblue;
        }

.small-title {
    margin: 20px 0;
}

    .small-title span {
        margin: 0 20px;
        color: #717e79;
        font-family: "Microsoft Yahei";
    }
    .small-title ul li a {
        color: #717e79;
        font-family: "Microsoft Yahei";
        font-size:0.95em;
    }
    .text-title {
        font-size: 1.625em;
        font-family: "Microsoft Yahei";
        line-height: 38px;
        /*width: 96%;*/
    }
.news-info-info {
    font-size: 18px;
    font-family: "Microsoft Yahei";
    color:#313131;
    line-height:38px;
    text-align:left;
    margin-top:20px;
}
.spacialcolumn{
    margin: 150px auto;
}
.ServiceNavigationBar div
{
    display:inline;
}
.ServiceNavigationBar-head {
    width: 61px;
    height: 171px;
}
.ServiceNavigationBar-foot {
    width: 34px;
    height: 171px;
}
.ServiceNavigationBar-node {
    width: 171px;
    height: 171px;
}
