#content {
	background: #f5f5f5;
	padding-top: 30px;
}
.jumbotron-news {
	padding-bottom: 0;
	margin-bottom: 0;
    padding-top: 0;
}
#content .list-group {
	z-index: 9999;
    letter-spacing: 1px;
}
#content .list-group-item {
	font-size: 15px;
	text-align: center;
	color: #1a3a75;
	/*
	background: #fff url("../images/news6.png") no-repeat 15px center;
	*/
	cursor: pointer;
}
#content .my-active {
    color: #df3e59;
	/*
    background: #fff url("../images/news3.png") no-repeat 15px center
	*/
}
#content .header {
    padding: 0
}
#content .breadcrumb {
	background: #fff;
}
#content .nav .breadcrumb {
	text-indent: 20px;
    background: #fff url("../images/news1.png") no-repeat 10px center;
    padding: 10px 0
}
.content-container {
	padding: 0
}
.info-content {
     background-color:#fff;
    -webkit-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
     transition:all 0.5s ease 0s;
     margin:0 0 15px 0;
    min-height:500px;
 }
.c_titile {
    margin:20px 0;
    text-align:center;
    color:#333;
    font-size:15px;
}
.box_c {
    border:1px dashed #ccc;
    text-align:center;
    padding:5px 0;
    color:#756f71;
    margin:0 5px;
    font-size:12px;
}
.box_c em {
    font-style:normal;
}
.box_c span {
    margin:0 10px;
}
.box_c span a {
    color:#099;
}
div.infos {
    overflow:hidden;
    margin:20px 5px;
}
.keybq {
    background-color: #F8F8F8;
    line-height:30px;
    height:30px;
    padding-left:10px;
    border:1px solid #F0F0F0;
}
.keybq span {
    color:#099
}
.keybq p a {
    color:#337ab7;
}
.keybq p a:hover {
    color:#23527e;
}
.ad {
    width:100%;
    margin:10px auto;
}
.nextinfo {
    line-height:2;
    padding:0 10px;
}
.nextinfo p {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.nextinfo p a:hover {
    color:#23527e;
}
.otherlink {
    width:100%;
    overflow:hidden;
}
.otherlink h4 {
    border-bottom:#099 2px solid;
    line-height:40px;
    font-size:14px;
    font-weight:normal;
    background:url(../images/book.png) 10px center no-repeat;
    padding-left:40px;
}
.otherlink ul {
    width:100%;
    float:left;
}
.otherlink li {
    height:40px;
    line-height:40px;
    display:block;
    float:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 15px;
	border-bottom:1px dashed #e5e5e5;
}
.otherlink li a:hover {
    color:#23527e;
}
.end {
	padding:20px 0;
	text-align:center;
    display: block;      /*设置为块级元素会独占一行形成上下居中的效果*/
	font-size: 12px;
	color: #756f71;
	position: relative;   /*定位横线（当横线的父元素）*/
}

.end:before, .end:after {
	content: '';                 /*CSS伪类用法*/
	position: absolute;         /*定位背景横线的位置*/
	top: 52%;
	background: #e5e5e5;       /*宽和高做出来的背景横线*/
	width: 35%;
	height: 1px;
}
.end:before{
	left: 5%;   
}
.end:after {
	right:5%;
}
.line {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    margin: 20px 0;
    text-indent: -9999px;
}
@media (min-width:768px) {
    .c_titile {
        font-size:18px;
    }
    .box_c span {
        margin:0 8px;
    }
}
@media (min-width:992px) {
    .c_titile {
        font-size:19px;
    }
    .box_c span {
        margin:0 10px;
    }
}
@media (min-width:1200px) {
    .c_titile {
        font-size:20px;
    }
    .box_c span {
        margin:0 10px;
    }
}







