body{
	font-family: "Microsoft Yahei"
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft Yahei";
}
.head{
	height:130px;
	background: url(../images/headerbg.jpg) no-repeat center bottom #2A76AE;
}
.head-right{
	margin-top: 15px;
}
.logo{padding-top: 40px;}
.navbar-default .navbar-nav>li>a{
	padding: 15px 25px;
	font-size: 16px;
	color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #CCC;
}
.navbar{
	margin-bottom: 0px;
	background: #0A75AB;
	border:0;
	border-radius: 0;
}
.rotation .container-fluid{
	position: relative;
}

.show-grid{
	margin-bottom: 15px;
}
#indexmain{
	padding: 25px 0;
}
#indexmain .panel-title span{
	font-size: 12px;
	color: #aaa;
	line-height: 35px;
	cursor: pointer;
}
.indexmain .panel-title span:hover{
	text-decoration: underline;
}
.journalism .panel-heading,.journalism-body,.dynamic .panel-heading{
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.journalism-each:last-child .journalism-body{
	border: 0px;
}
.journalism .panel-title i,.dynamic .panel-title i{
	margin-right: 5px;
	font-size: 24px;
	vertical-align: text-bottom;
}
.journalism .panel-title h3,.dynamic .panel-title h3{
	display: inline-block;
	font-size: 16px;
	margin: 0;
}
.journalism-each:after,.journalism-each:before{
	content: '';
	display: table;
}
.journalism-each:after{
	clear: both;
}
.journalism-each{
	margin-bottom: 15px;
}
.journalism-time{
	padding: 0px;
	text-align: center;
}
.journalism-time h2{
	margin-top: 10px;
	margin-bottom: 0px;
}
.journalism-body h3{
	font-size: 14px;
	margin-top: 10px;
	height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.journalism-body h3:hover{
	text-decoration: underline;
}
.journalism-body p{
	height: 32px;
	overflow: hidden;
	text-indent: 2em;
	font-size: 12px;
}
.dynamic .panel-body ul li{
	margin: 10px 0;
}
.dynamic .panel-body ul li p{
	display: inline-block;
	width: 80%;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.dynamic .panel-body ul li p:hover{
	text-decoration: underline;
}
.dynamic .panel-body ul span{
	width: 15%;
	padding: 0px;
}
.left-list{
}
.left-list .panel-heading a{
	font-size: 15px;
}
.left-list .panel-body{
	font-size: 14px;
}
.right-list h2{
	font-size: 18px;
	text-align: center;
}
.dynamic h2{
	margin-top: 40px;
}
.lists{
  padding: 0;
  margin:0;
}
.lists li{
	padding:10px;
	border-bottom:1px solid #ECECEC;
	list-style: none;
}
.lists li:last-child{
	border:0;
}
.release{
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 10px;
}
.news-content{
	padding: 20px 0;
}
.news-content p{
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
}
.bottom-pager:before,.bottom-pager:after{
	content: '';
	display: table;
}
.bottom-pager{
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.footer{
	padding: 25px 0;
	background: #e7e7e7;
}
.lineheight180{
	line-height: 180%;
}
.lineheight200{
	line-height: 200%;
}