body,
h1,
article,
aside,
h4,
p,
h3,
.row,
select,
ul,
li,option {
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 25px;
}

img {
	border: 0;
}

button:focus {
	outline: 0!important;
}


/****公用****/

.index {
	width: 100%;
	margin: auto;
}

.index .banner img {
	width: 100%;
}
.box {
	width: 1200px;
	margin: auto;
}
.reading {
	background: #EAF1F8;
	padding: 30px 0;
	padding-right: 30px;
	margin: 15px 0;
}

.reading div {
	text-align: center;
}

.news_title {
	
	float:left}


.news_more {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



h4 {
	background: #EAF1F8;
}

h4 span {
	padding: 15px 0;
	background: #3079C6;
	color: #fff;
	display: block;
	width: 170px;
	padding-left: 15px;
	letter-spacing: 2px;
}

.content aside {
	padding: 0;
	margin: 10px 0;
}

.index .content ul {
	padding: 20px 15px 0 20px;
}

.index .content ul li {
	margin-bottom: 10px;
	list-style-type: square;
	color: #808080;
	font-size: 12px;
}

.index article ul li a {
	color: #454545;
	font-size: 14px;
}

.index article ul li span {
	color: #999;
	font-size: 12px;
}

.index article ul a:hover {
	cursor: pointer;
	color: #23527C;
}

.index article ul li .pull-left {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.content .col-lg-6 {
	width: 49%;
}


/*目录*/

.catalog h4 span {
	width: 335px;
}

.catalog ul {
	overflow: hidden;
	padding: 15px 0;
	width: 100%;
}

.catalog ul li {
	float: left;
	width: 13.5%;
	list-style-type: none !important;
	background: #EAF3F8;
	margin: 5px 0 5px 8px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}


@media only screen and (max-width: 780px) {
	.catalog ul li {
		width: 18.7%;
	}
}

@media only screen and (max-width: 500px) {
	.reading {
		padding-right: 0;
	}
	.index article ul li .pull-left {
		width: 70%;
	}
	.content .col-lg-6 {
		width: 100%;
	}
	.catalog ul li {
		width: 31.6%;
		margin: 5px 0 5px 5px;
	}
}
