input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}
html {
  height: 100%;
  display: table;
}

body {
  display: table-cell;
  height: 100%;
}
a,
a:visited {
	color: #333;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none
}

.clear {
	clear: both
}

ul {
	margin: 0
}

ul li {
	list-style-type: none
}

img {
	max-width: 100%
}

.logo {
	text-align: center;
	margin-top: 26%
}

.logo img {
	width: 45%
}

.index-nav {
	margin-top: 58%;
}

.index-nav dl {
	float: left
}

.index-nav dl dd {
	text-align: center;
	padding: 10% 15%;
}

.index-nav dl dd img {
	height: 40%;
    width: 60%;
}

.index-nav dl dd a {
	color: #fff;
	font-size: 1.5rem;
}

nav {
	border-bottom: solid #ccc 1px;
	height: 40px
}

nav .nav {
	display: -webkit-flex;
	display: flex;
	width: 100%
}

nav .nav li {
	-webkit-flex: 1;
	flex: 1;
	float: left
}

nav .nav li a {
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

nav .nav li a:focus {
	background: none
}

nav .nav .active {
	height: 40px;
	border-bottom: #898989 solid 3px;
	background-color: #eee
}

#carousel {
	height: 180px
}

#carousel .carousel-caption {
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: left;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background-color: #111;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
	color: #fff
}

.multi-article-list {
	display: none
}

.article-list .item {
	padding-bottom: 18px;
	padding-top: 10px;
	border-bottom: 1px solid #eee
}

.article-list .item .item-img {
	padding-left: 0;
	padding-right: 0;
	height: 60px;
	overflow: hidden;
	float: left
}

.article-list .item .item-img img {
	height: 60px;
	width: auto
}

.article-list .item .item-detail {
	padding-right: 0;
	float: left
}

.article-list .item h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 3px
}

.article-list .item h3 a {
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis
}

.article-list .item p {
	margin-bottom: 0
}

.article-list .item .publish-time {
	font-size: 13px;
	line-height: 20px
}

.article-list .item .summary {
	font-size: 14px
}

.article-header {
	margin-top: 15px
}

.article-header h3 {
	font-size: 16px;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	font-weight: bold
}

.article-header p {
	font-size: 12px;
	padding: 12px 0 0;
	text-align: center
}

.article-content {
	padding-bottom: 15px
}

.article-content .p {
	word-wrap: break-word;
	word-break: break-all
}

.article-content img {
	max-width: 100% !important;
	height: auto !important
}

.single-title {
	background-color: #e4e4e4;
	height: 40px
}

.single-title .title {
	background: url("images/single-title-box.png") no-repeat center;
	background-size: auto 24px;
	text-align: center;
	line-height: 40px
}

.single-title ul {
	display: inline-block;
	line-height: 38px
}

.single-title ul li {
	float: left;
	vertical-align: middle;
	height: 40px;
	padding: 0 15px;
	line-height: 40px
}

.single-title ul .title-box {
	padding-left: 3px;
	padding-right: 3px
}

.single-title ul .active {
	border-bottom: #898989 solid 2px
}

.single-content {
	padding-top: 15px;
	padding-bottom: 15px;
	word-wrap: break-word !important;
	word-break: break-all !important
}

.single-content .p {
	word-wrap: break-word !important;
	word-break: break-all !important
}

.single-content img {
	max-width: 100% !important
}

.single-content-list {
	display: none
}

#loading {
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	display: none
}

#loading img {
	margin: 10px auto 0
}

#loading p {
	height: 30px;
	line-height: 30px;
	font-size: 13px
}

footer {
	background-color: #720808;
	height: 35px;
	line-height: 35px;
	font-size: 12px
}

footer span {
	color: #9d534d
}

footer a,
footer a:focus,
footer a:visited {
	color: #9d534d
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-4 .xwgg{
	padding-top: 0;
}
