/*
主题名称: 江苏高校网络技术专业委员会
URI: the-theme's-homepage
描述: a-brief-description
作者: 您的姓名
作者 URI: 您的-URI
模板: 在这里可以提示它的父级模板
版本: 版本号

*/


.wrapper-nav {
	min-height: 135px;
	background: url(../img/headerpic.jpg) left top no-repeat;
}
@media (max-width: 767px) {
  .wrapper-nav {
  	min-height: 100%;
  	background: #2671a4;
  }

}
.post-time {
	color: #919da5;
	float: right;
	padding-left: 20px;
}
li.list-group-item {
	padding-left: 35px;
	background: url(../img/point.png) 15px 16px no-repeat;
}
ul.list-group {
	margin-bottom: 0;
}
.main-container .panel .list-group {
	padding-bottom: 10px;
	padding-top: 10px;
}
.slider div.list-group {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
}
.slider .panel .panel-heading h4.panel-title a.collapsed {
	background-image: -moz-linear-gradient(top, #479AD1, #3677C1); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #479AD1), color-stop(1, #3677C1)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #479AD1, #3677C1); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #479AD1, #3677C1); /* Opera 11.1+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#479AD1', endColorstr='#3677C1'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#479AD1', endColorstr='#3677C1')"; /* IE8+ */
	background-repeat: repeat-x;
	background-position: left top;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}
.slider .panel .panel-heading h4.panel-title a.collapsed span {
	float: right;
	background: url(../img/icon-closed.png) center center no-repeat;
	display: block;
	width: 10px;
	height: 15px;
}
.slider .panel .panel-heading h4.panel-title a span {
	float: right;
	background: url(../img/icon-opened.png) center center no-repeat;
	display: block;
	width: 10px;
	height: 15px;
}
.slider a.list-group-item {
	padding-left: 35px;
}
.slider .panel div.panel-heading h4.panel-title a {
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	background-color: #FD8675;
}
.slider a.list-group-item.active, .slider a.list-group-item.active:hover, .slider a.list-group-item.active:focus {
  background-color: #b7eafd;
  border-color: #99d9ef;
	color: #1173a6;
}
.main-container i {
	font-size: 1em;
	line-height: 1.2em;
}
.main-container .panel-body { padding: 20px; }
.main-container .panel-body h3,
.main-container .panel-body h4 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
	color: #00427E;
}
.main-container .panel-body p {
	line-height: 2em;
	text-indent: 2em;
	margin-bottom: 0;
	margin-top: 0;
}
.main-container .panel-body p img {
	margin: 0 auto;
	max-width: 100%;
}
 .article-info {
	color: #8c9294;
	padding-right: 20px;
	padding-left: 20px;
}

.article-info span { float: right; }
.main-container hr { margin-bottom: 20px; }
ul.pager { margin-top: 5px; }
.calendar { margin-bottom: 20px; }
.main-container .panel-body p.zhuti {
	margin-bottom: 7px;
	text-indent: 0;
	padding: 0;
}
.media-list {
	margin: 0;
}
.media-list li {
	padding: 10px 20px;
	border-bottom: 1px solid #e7e7e8;
	margin: 0;
}
.media-list li:hover { background-color: #f1f2f2; }
.media-list li:last-child { border-bottom:none; }
.media-list li p {
	margin-bottom: 5px;
	color: #929da6;
}