body {
    padding-top: 20px;
    background-color: #eaeaea;
}

@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 966px;
    }
}

.footer {
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 10px;
    /* border-top: 1px solid #eee; */
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
    background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-bottom: 1px solid #d5d5d5;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    color: #ffff00;
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}

.nav-justified > li:last-child > a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }

    .nav-justified > li > a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }

    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }

    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Carousel base class */
.carousel {
    height: 340px;
    margin-bottom: 20px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 340px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 340px;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-top: 30px;
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
}

.nav-sidebar > li {
    border-bottom: 1px solid #e8e8e8;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #FFFF00;
    background-color: #428bca;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #FF8C00;
    font-weight: bold;
    background-color: #337ab7;
}

.nav-sidebar > .header {
    padding: 10px 20px 0px 20px;
    border-bottom: 1px #428bca solid;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #eee;
}

.title {
    /*margin-top: 18px;*/
}

.title span {
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.sub_image {
    /*margin-top: 10px;*/
    margin-bottom: 20px;
    height: 225px;
    background-image: url('../img/sub.jpg');
    /*border: 1px red solid;*/
}

.text_title {
    font-size: 18px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.content {
    margin-top: 40px;
    padding-left: 20px;
}

.text_content p {
    font-size: 14px;
    text-indent: 21.0pt;
    line-height: 2;
}

.breadcrumb {
    float: right;
}

.line {
    border: 1px solid #428bca;
    margin-top: -1px;
}

.home_block {
	border: 1px #eee solid;
	padding-right: 20px;
    min-height: 260px;
    max-height: 260px;
    overflow-y: hidden;

    background-color: #337ab7;
    color: #fff;
}

.home_block > h3 {
	color: #FF8C00;
	margin-top: 10px;
}

.home_block > hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.home_block > li {
    margin-bottom: 8px;
}

.home_block > li > a {
    color: #fff;
    cursor: pointer;
}

.header{
    border-bottom: 1px solid #428bca;
    /*border: 1px solid #428bca;*/
    /*vertical-align: middle;*/
    padding-bottom: 10px;
    /*margin-bottom: 10px;*/
}

.nav-pills > li > a {
    border-radius: 0px;
    padding: 9px 12px 9px 12px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.news_date {
	/* color: #428bca; */
	font-size: 10px;
}

.news_title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.news_content {
    font-size: 14px;
    line-height: 2;
}

.news_images {
	text-align: center;
}

.news_images > img {
	margin-bottom: 10px;
}


.info_list > li {
	margin: 8px 0 8px 0;
	font-size: 18px;
}

.thumbnail > img {
	height: 200px;
}

.lxwm {
}

.rczp {
	margin-top: 30px;
	margin-left: -10px;
	/* border: 1px red solid; */
}

.rczp > p{
	padding-top: 10px;
	font-size: 24px;
    font-family: "Arial", "Microsoft YaHei", "华文行楷", sans-serif;
}

.box{overflow:hidden; height: 190px;} 
.box ul{margin:0; padding:0} 
.box li{list-style-type:circle; margin-top: 5px; margin-bottom: 5px;}


.box_header {
    background-color: #e8e8e8;
}








