body {
    background: #f5f5f6;
}

.main-header {
    border-bottom: 1px solid #086697;
    background:#2696cd;
}

.logo {
    float: left;
    padding: 19px 0;
}

.ver-link {
    text-align: center;
    padding: 16px;
}

.ver-link a {
    color: #fff;
}

.search-box {
    width: 224px;
    background: #fff;
    color: #2893ca;
    padding:0 10px;
    border-radius: 3px;
    margin: 0 auto 10px;
}

.search-box input {
    width: 180px;
    height: 34px;
    line-height: 34px;
    border: 0;
    outline: none;
}

.search-box button{
    width: 20px;
    border: 0;
    padding: 0;
    background: none;
    outline: none;
}

.main-nav {
    font-size: 16px;
    background: #f5f5f6;
    padding: 10px 0;
}

.navbar-mini {
    background: #eee;
    text-align: center;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: #2996cd;
    color: #fff;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #2996cd;
    color: #fff;
}

form {
    height: 34px;
}

.main-pic {
    margin-top: 0;
}

.main-box {
    margin-top: 20px;
}

.column-title {
    height: 44px;
    line-height: 44px;
}

.news-title {
    border-bottom: 2px solid #2996cd;
}

.column-title span {
    font-size: 18px;
    font-weight: normal;
}

.column-title span i {
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    color: #aaa;
}

.more-link {
    display: block;
    float: right;
    color: #999;
}

.bx_wrap {
    margin-top: 0;
}

.main-pic .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.main-pic ul {
    padding: 0;
    margin: 0;
}

.list-box{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
}

.news-list {
    margin-left: 0;
}

.list-box li {
    height: 30px;
    line-height: 30px;
}

.list-box li a {
    display: inline-block;
    color: #555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width: 75%;
}

.list-box li span {
    display: block;
    float: right;
    color: #999;
}

.notice-title {
    overflow: hidden;
}

.notice-list ul{
    list-style: none;
    padding: 0;
}

.notice-list ul li {
    background: #fff;
    box-sizing: border-box;
    border-left: #2a96cc solid 5px;
    padding: 8px 0 8px 20px;
    margin-bottom: 10px;
}

.notice-list ul li span {
    color: #2a96cc;
}

.notice-list ul li a{
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width: 95%;
    color: #555;
}

.tab-box {
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    padding: 2px;
    background: #fff;
    position: relative;
}

.nav-tabs-box {
    border-bottom: 2px solid #2c97cd;
}

.nav-tabs-box li span{
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 18px;
}

.nav-tabs-box .active span {
    background: #2c97cd;
    color: #fff;
}

.tab-content {
    padding: 0 10px;
}

.tab-more {
    display: block;
    padding: 15px 20px;
    position: absolute;
    top: 2px;
    right: 0;
    color: #999;
}

.side-link {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-link li {
    border: 1px solid #d5d5d5;
    padding: 2px;
    margin-bottom: 10px;
}

.side-link li a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}

.work-guide a {
    background: #1670b9 url('../images/link-bg1.jpg') no-repeat left;
}

.some-download a {
    background: #d79953 url('../images/link-bg2.jpg') no-repeat 140px;
}

.get-data a {
    background: #515191 url('../images/link-bg3.jpg') no-repeat left;
}

.contact-us a {
    background: #3277b6 url('../images/link-bg4.jpg') no-repeat 140px;
}

.link-l a {
    padding-left: 20px;
}

.link-r a {
   padding-left: 140px;
}

.link-box {
    margin-top: 20px;
    padding: 30px 0;
    background: #dbdada url('../images/footer-link-bg.jpg') top center no-repeat;
}

.link-box span {
    font-weight: bold;
}

.link-box a {
    display: block;
    margin-top: 6px;
    color: #888;
}

.link-item {
    padding-left: 0;
    padding-right: 0;
}

.footer-box {
    padding: 20px;
    background: #4c4b4c;
    text-align: center;
}

.footer-box p {
    color: #aaa;
}

/* 内页 */

.sec-nav {
    margin-bottom: 20px;
}

.sec-title {
    font-size: 16px;
    background: #2c97cd;
    height: 46px;
    line-height: 46px;
    color: #fff;
    padding-left: 20px;
}

.sec-nav ul{
    list-style: none;
    padding: 0 10px 20px 10px;
    margin: 0;
    background: #fff;
}

.sec-nav ul li{
    padding: 10px 0 10px 30px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    background: url('../images/arrow_right.png') no-repeat 10px center;
}

.sec-nav ul li.sec-open {
    background: url('../images/arrow_right_open.png') no-repeat 10px center;
}

.sec-nav ul li.thr {
    background: #f0f0fa url('../images/arrow2.png') no-repeat 16px center;
    border-bottom: 1px solid #e0e0e0;
}

.content-box {
    background: #fff;
    margin-bottom: 20px;
}

.breadcrumb {
    background: #fff;
    line-height: 44px;
    padding: 0 15px;
    margin: 0;
}

.content-top {
    border-bottom: 2px solid #2996cd;
}

.content-detail{
    padding: 20px;
}

.art-list {
    margin-top: 0;
}

.art-list li{
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #eee;
}

.art-img {
    width: 160px;
    height: 120px;
}

.art-img-text {
    color: #888;
}

.art-img-text h4 a{
    color: #555;
    font-size: 16px;
}

.art-img-text span {
    display: block;
    margin-top: 10px;
}

.media-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.group-title {
    border-bottom: 1px solid #bbb;
}


.art_tit h2{font-size:18px; font-weight:bold; text-align:center; line-height:30px; margin-top:10px;}
			
.art_info{background:#f6f6ef; border-top:#e8e9d8 1px solid; height:22px; line-height:22px;  border-bottom:#e8e9d8 1px solid; text-align:center; font-size:12px; color:#aaa;}
.art_info a{color:#1f87b7;}
				
.font_print{height:16px; line-height:20px; margin:5px 120px; text-align:center;}
.font_print a{color:#1f87b7;}
			
.art_text{padding:20px;}

.file_box{margin:0; color:#06203b; padding:10px; border:1px solid #e5e5e5; background:#f9f9f9; font-size:14px;}
.file_box a{color:#1f87b7;}	
	

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .main-header {
        background:#2696cd url('../images/top-bg.png') no-repeat top center;
    }
    .top-bar {
        float: right;
    }
    .ver-link {
        text-align: right;
    }

    .dropmenu-box{
        padding: 0;
    }
    
    .dropmenu-box>li>a {
        padding: 8px 10px;
    }

    .navbar-collapse-box {
        padding-left: 0;
        padding-right: 0;
    }

    .news-list {
        margin-left: -10px;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}