* {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none;
}


/*定义隐藏站点统计*/

#cnzz_stat_icon_1256455632 {
	display: none;
}


/*定义图片100%宽度*/

img.img-fluid {
	width: 100%;
}


/*定义内边距*/

.no-padding {
	padding: 0 !important;
}

.padding-left {
	margin-right: -15px !important;
}

.padding-right {
	margin-left: -15px !important;
}


/*手机上清除单边外内边距,以保证元素居中*/

@media only screen and (max-width: 767px) {
	.padding-left {
		margin-right: 0 !important;
	}
	.padding-right {
		margin-left: 0 !important;
	}
}


/*定义溢出隐藏*/

.overflow-hidden {
	overflow: hidden;
}


/*定义无下划线*/

.noline a:hover {
	text-decoration: none;
}


/*大标题栏通用样式*/

h2.title {
	font-size: 24px;
	color: #235c92;
	font-style: italic;
	line-height: 53px;
	background-image: url(bg-title.png);
	background-position: 120px center;
	background-repeat: no-repeat;
	border-bottom: 2px #ccc solid;
	margin-bottom: 15px;
	font-weight: bold;
}

h2.title span {
	color: #d80000;
}

h2.title-1 {
	border-top: 4px #1d5691 solid;
	border-bottom: 2px #ccc solid;
	line-height: 55px;
}


/*顶部*/

#header {
	overflow: hidden;
	background: url(bg-header.jpg) center top no-repeat;
	background-size: 100% 100%;
}


/*头部手机调用背景图*/

@media only screen and (min-width: 320px) and (max-width: 414px) {
	#header {
		background: url(bg-header-xs.jpg) center top no-repeat;
		background-size: 100% 100%;
	}
}


/*天气插件*/

.weather {
	margin-top: 90px;
	position: relative;
	left: 75px;
}


/*定义logo*/

.logo {
	padding: 70px 0;
}

@media (max-width:992px) {
	.logo {
		padding: 50px 30px;
	}
}

@media (max-width:768px) {
	.logo {
		padding: 30px 10px;
	}
	.menu {
		width: 94%;
		margin: 10px auto;
	}
}


/*导航条*/

.menu {
	background: url(bg-menu.jpg) repeat-x;
	border: 1px #cacaca solid;
	border-radius: 5px;
	height: 45px;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
}

.navbar {
	margin-top: 20px;
}

.navbar-toggle {
	border-color: #ccc;
}

.navbar-nav>li>a {
	display: block;
	line-height: 45px;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
}

.navbar-nav>li:first-child>a {
	font-weight: bold;
	font-size: 18px;
	color: #355a7f;
	padding: 0 30px;
}

.navbar-nav>li>a:hover {
	background: #fff;
	color: #767676;
}

@media only screen and (max-width:1024px) {
	.menu {
		height: auto;
	}
	.navbar-nav>li:first-child>a {
		font-weight: normal;
		padding: 0 20px;
		font-size: 16px;
	}
	.navbar-nav>li>a {
		color: #444 !important;
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.menu {
		width: 94%;
		margin: 10px auto;
	}
}


/*搜索框*/

.search {
	padding: 0;
	border: 1px solid #cacaca;
	line-height: 24px;
	background: #fff;
	text-indent: 10px;
	font-size: 12px;
	color: #a9a9a9;
	margin-top: 8px;
	margin-right: -6px;
}

.search input {
	background: none;
	border: none;
	border-radius: 0;
}


/*顶部*/


/*第一板块*/

.content_1 {
	background-color: #fafbfb;
	padding: 20px 0;
}

.content_1 .row {
	margin: 0;
}

@media only screen and (max-width:991px) {
	.news-1 {
		margin-bottom: 20px;
	}
	.content_1 {
		padding-top: 0;
	}
}


/*第一板块*/


/*第一板块新闻*/

.news-1 {
	padding-right: 0;
	
	overflow: hidden;
}

.news-1 ul a {
	display: block;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-1 ul span {
	display: block;
	width: 30%;
	text-align: right;
}
@media (max-width:348px) {
	.news-1 ul span{
		display: none;
	}
}

.news-1 li {
	line-height: 40px;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
	.news-1 {
		padding-right: 15px;
		padding-left: 0px;
	}
}


/*第一板块轮播*/

.left_pevt {
    background: url(prev.png) no-repeat;
   
}
.index_left .left{ left: 14px;}
.index_left .right{right: 14px;}
.right_next {
    background: url(next.png) no-repeat;
}
.left_pevt, .right_next {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    
    background: rgba(0, 0, 0, 0.47);
}
.carousel-caption p {
    margin-bottom: 0;
}
.carousel-caption h4, .carousel-caption p {
    color: #ffffff;
    line-height: 20px;
}

/*第一板块右侧按钮*/
.aboutus li{
	background-image: url(bg-aboutus.png);
	background-repeat: no-repeat;margin-bottom: 10px;
}

.aboutus a {
	
	display: block;
	width: 98%;
	line-height: 45px;
	
	padding-left: 40px;
	font-weight: bold;
	color: #5b606a;
	text-shadow: 0 1px #fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aboutus ul li:nth-child(n+6){
	display: none;
}

@media (min-width:1200px) {
	.aboutus {
		padding: 15px 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.aboutus {
		text-align: center;
	}
	.aboutus li {
		display: inline-block;
		padding: 10px 0;
		width: 19%;
		background-size: 100%;
		background-position: center;
	}
	.aboutus {
		padding: 15px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.aboutus {
		text-align: center;
	}
	.aboutus li {
		display: inline-block;
		padding: 10px 0;
		width: 32.5%;
		background-size: 100%;
		background-position: center;
	}
	.aboutus li:nth-child(n+5) {
		display: none;
	}
}

@media (max-width: 767px) {
	.aboutus {
		text-align: center;
	}
	.aboutus li {
		display: inline-block;
		padding: 0;
		width: 49%;
		background-size: 100%;
		background-position: center;
	}
	.aboutus li:nth-child(n+5) {
		display: none;
	}
}


/*第二板块*/

.content_2 {
	margin: 10px auto 20px;
	height: 105px;
	overflow: hidden;
}

.special-topic {
	background-color: #fafbfb;
	height: 105px;
}

.special-topic .title {
	font-size: 16px;
	color: #235c92;
	border-right: 2px #fff solid;
	padding-top: 15px;
	height: 105px;
	font-weight: bold;
}

.special-topic .title span {
	color: #D80000;
}

.special-topic li {
	float: left;
	margin: 15px 5px;
}

.special-topic li a {
	color: #D80000;
	font-weight: bold;
}

.campaign {
	padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.content_2,
	.special-topic,
	.special-topic .title {
		height: 75px;
	}
	.special-topic .title {
		font-size: 14px;
		padding-right: 10px;
		padding-top: 6px;
	}
	.special-topic li {
		margin: 7px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.special-topic .title {
		padding: 0;
		line-height: 105px;
		text-align: center;
		text-indent: -8px;
		font-size: 24px;
	}
}

@media (max-width:767px) {
	.special-topic .title {
		border: none;
		height: auto;
		margin-bottom: 15px;
	}
	.special-topic {
		height: 50px;
	}
	.content_2 {
		height: auto;
	}
}


/*第三板块*/

.content_3 {
	margin: 15px auto;
}

.newsclass ul {
	float: right;
}

.newsclass li {
	float: right;
	font-size: 14px;
	font-style: italic;
	margin: 0 10px;
}

.newsclass li a {
	color: #959595;
	font-weight: normal;
}

.newsclass ul li:nth-child(n+10) {
	display: none;
}

.news-2 {
	margin-bottom: 20px;
	overflow: hidden;
}

.news-2 li {
	padding-left: 15px;
	background: url(bg-li.png)left center no-repeat;
	line-height: 30px;
	overflow: hidden;
	width: 47%;
	margin-right: 3%;
	float: left;
}

.news-2 li a {
	width: 74%;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}

.news-2 li span {
	width: 26%;
	text-align: right;
}
@media (max-width:420px) {
	.news-2 li span{
		display: none;
	}
}

.second-menu ul li:nth-child(n+6){display: none;}
@media (min-width:768px) and (max-width: 1199px) {
	.newsclass ul {
		float: left;
	}
	.newsclass li {
		float: left;
	}
	.newsclass ul a {
		padding: 5px 10px;
		background: #efefef;
		border-radius: 5px;
		border: 1px #ccc solid;
		font-style: normal;
	}
	.news-2 li a {
		width: 70%;
	}
	.news-2 li span {
		width: 30%;
	}
	.news-2 li:nth-child(2n) {
		margin-right: 0;
		float: right;
	}
}

@media (max-width:767px) {
	.news-2 li {
		width: 100%;
		margin: 0;
	}
	.news-2 {
		height: 207px;
		overflow: hidden
	}
	.content_3 h2 {
		padding-left: 15px;
	}
	.content_4 h2 {
		padding-left: 15px;
	}
}


/*右侧按钮*/

.second-menu li {
	line-height: 33px;
	border-radius: 5px;
	border: #cdcdcd 1px solid;
	text-indent: 30px;
	margin-bottom: 6px;
}

.second-menu li:nth-child(1) {
	background-color: #fdfdfd;
}

.second-menu li:nth-child(2) {
	background-color: #f6f7f8;
}

.second-menu li:nth-child(3) {
	background-color: #eff1f3;
}

.second-menu li:nth-child(4) {
	background-color: #e9ecef;
}

.second-menu li:nth-child(5) {
	background-color: #e5e8ec;
}

.second-menu li a {
	color: #6b6b6b;
	font-weight: bold;
}

@media (max-width:1199px) {
	.second-menu {
		text-align: center;
	}
	.second-menu li {
		display: inline-block;
		width: 19%;
		text-indent: 0;
	}
}

@media (max-width:767px) {
	.second-menu {
		padding: 0 15px;
	}
	.second-menu li {
		width: 49%;
	}
	.second-menu li a {
		font-size: 14px;
		font-weight: normal;
	}
	.second-menu li:nth-child(n+5) {
		display: none;
	}
}

@media (max-width:321px) {
	.second-menu li {
		width: 49%;
	}
	.second-menu li a {
		font-size: 14px;
		font-weight: normal;
	}
	.second-menu li:nth-child(n+5) {
		display: none;
	}
}


/*第三板块*/


/*第四板块*/

.work-online a {
	display: inline-block;
	background: url(bg-work.png);
	line-height: 29px;
	border-radius: 4px;
	border: #d3d3d3 1px solid;
	width: 142px;
	margin: 7px 8px;
	text-align: center;
	white-space: nowrap;
}

.people-search {
	border-top: 2px #eaeaea dashed;
	margin-top: 20px;
	padding-top: 10px;
}

.people-search h3,
#products h3 {
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

.people-search h3 span,
#products h3 span {
	color: #1D5691;
	line-height: 26px;
	font-size: 18px;
	float: left;
	display: block;
	border-bottom: 2px #1D5691 solid;
}

.people-search .detail>a {
	display: block;
	width: 66px;
	height: 55px;
	background: url(bg-search-3.jpg);
	margin: 5px;
}

.people-search .detail>a:nth-child(1) {
	background: url(bg-search-1.jpg);
}

.people-search .detail>a:nth-child(2) {
	background: url(bg-search-2.jpg);
}

.people-search .detail>a:nth-child(3) {
	background: url(bg-search-3.jpg);
}

.people-search .detail>a:nth-child(4) {
	background: url(bg-search-4.jpg);
}

.people-search .detail>a:nth-child(5) {
	background: url(bg-search-5.jpg);
}

.people-search .detail>a:nth-child(6) {
	background: url(bg-search-6.jpg);
}

.people-search .detail>a:nth-child(7) {
	background: url(bg-search-7.jpg);
}

.people-search .detail>a:nth-child(8) {
	background: url(bg-search-8.jpg);
}

.newsclass-1 li {
	background: url(bg-way.png) center no-repeat;
	float: left;
	width: 168px;
	padding-right: 45px;
	text-align: center;
	line-height: 41px;
	margin: 10px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsclass-1 li a {
	color: #718ba6;
	font-size: 18px;
}

.people-search-left {
	width: 35%;
	float: left;
}

.people-search-right {
	width: 65%;
	float: right;
}

.people-search-right ul {
	margin-top: 20px;
}

.news-3 {
	margin-top: 50px;
}

.news-3 .newsclass-2 {
	height: 55px;
	overflow: hidden;
}

.news-3 .news-2 {
	margin-bottom: 0;
}

.news-3 .news-2 ul li:nth-child(2n) {
	margin-right: 0;
	float: right;
}

#photo-list-2 ul,
.banner2 {
	height: 180px;
}

.banner2 {
	position: relative;
	margin: 20px 0;
}

#photo-list-2 ul,
#prev-2,
#next-2 {
	position: absolute;
	top: 0px;
}

#prev-2,
#next-2 {
	width: 36px;
	height: 180px;
	opacity: .6;
	cursor: pointer;
	z-index: 1111;
}

#prev-2:hover {
	opacity: 1;
}

#next-2:hover {
	opacity: 1;
}

#prev-2 {
	background: url(bg-prev-next.png) no-repeat 0 center;
	left: 0;
}

#next-2 {
	background: url(bg-prev-next.png) no-repeat -41px center;
	right: 0;
}

#photo-list-2 ul {
	left: 0px;
}

#photo-list-2 li {
	float: left;
}

#photo-list-2 li span {
	display: none;
}

#photo-list-2 li img {
	width: 258px;
	height: 178px;
	padding: 1px;
	border: 1px #ccc solid;
	box-sizing: border-box;
	margin: 0 2px;
}

@media (max-width:1200px) {
	#prev-2:hover {
		opacity: .6;
	}
	#next-2:hover {
		opacity: .6;
	}
}

@media only screen and (min-width: 319px) and (max-width: 374px) {
	#photo-list-2 li img {
		width: 105px;
		height: 70px;
	}
	#prev-2,
	#next-2,
	#photo-list-2 ul,
	.banner2 {
		height: 70px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
	#photo-list-2 li img {
		width: 120px;
		height: 83px;
	}
	#prev-2,
	#next-2,
	#photo-list-2 ul,
	.banner2 {
		height: 83px;
	}
}

@media only screen and (min-width: 401px) and (max-width: 415px) {
	#photo-list-2 li img {
		width: 133px;
		height: 90px;
	}
	#prev-2,
	#next-2,
	#photo-list-2 ul,
	.banner2 {
		height: 90px;
	}
}

#products li {
	float: left;
}

#products {
	padding: 20px 0;
}

#products h3 {
	padding-left: 15px;
}

#products h3 .pull-right {
	border: none;
	color: #060606;
	font-size: 14px;
	margin-right: 10px;
}

#products h3 i {
	padding: 0 5px;
	background: #d80000;
	margin-right: 5px;
}

#products h3 b {
	color: #D80000;
}

#products li {
	margin-bottom: 20px;
}

#products li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
#products li a img{
	height:109px;
}

#products li span a {
	color: #545454;
	white-space: nowrap;
	padding: 15px 0 10px;
	font-weight: bold;
}

#products li p a {
	font-size: 12px;
	color: #9f9f9f;
	line-height: 20px;
	max-height: 62px;
	overflow: hidden;
	text-align: justify;
}

@media only screen and (min-width:768px) {
	#products li p {
		display: block !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	#products li a {
		display: inline;
	}
	#products li span,
	#products li p {
		float: right;
		display: block;
		width: 45%;
		overflow: hidden;
	}
	#products li span a {
		width: 100%;
		float: right;
	}
	#products p {
		max-height: 112px;
	}
}

@media only screen and (max-width:768px) {
	#products li span a {
		font-weight: normal;
		font-size: 14px;
	}
}


/*右侧内容*/

.con-right {
	padding-left: 30px;
	padding-right: 0;
}


/*统一定义右侧标题栏样式*/

h2.right-title {
	font-style: normal;
	background-image: none;
	border: none;
	margin-bottom: 0;
}

h2.right-title-1 i {
	background: url(bg-title-right.png) no-repeat left center;
	padding: 20px;
}

h2.right-title-2 i {
	background: url(bg-title-right.png) no-repeat -47px center;
	padding: 20px;
}

h2.right-title-3 i {
	background: url(bg-title-right.png) no-repeat -100px center;
	padding: 20px;
}

h2.right-title-4 i {
	background: url(bg-title-right.png) no-repeat -154px center;
	padding: 20px;
}

h2.right-title-5 i {
	background: url(bg-title-right.png) no-repeat -205px center;
	padding: 20px;
}


/*右侧新闻*/

.right-news {
	height: 245px;
	overflow: hidden;
	margin-bottom: 20px;
}

.right-news ul span {
	display: none;
}

.right-news li {
	line-height: 33px;
	padding-left: 40px;
}

.right-news li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.con-right {
		padding: 0 15px;
	}
}


/*右侧图片列表*/

#country ul {
	padding-left: 30px;
	overflow: hidden;
	height: 348px;
}

#country img {
	width: 106px;
	height: 106px;
}

#country li {
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}

#country ul span {
	width: 106px;
	line-height: 106px;
	position: absolute;
	top: 0;
	left: 1 0px;
	background: rgba(0, 0, 0, .5);
	display: block;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	opacity: 0;
	transform: scale(0);
	transition: ease-in-out .25s;
}

#country li:hover span {
	opacity: 1;
	transform: scale(1);
}

#country ul span a {
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	float: left;
}

@media (max-width: 1200px) {
	#country ul {
		height: auto;
	}
	#country ul span {
		opacity: .6;
		line-height: 30px;
		height: 30px;
		top: 76px;
		transform: scale(1);
	}
}

@media (max-width:416px) {
	#country ul {
		padding-left: 0;
	}
}

@media (max-width:375px) {
	#country img {
		width: 96px;
		height: 96px;
	}
	#country ul span {
		width: 96px;
		top: 66px;
	}
	#country ul {
		padding-left: 0;
	}
}

@media (max-width:320px) {
	#country img {
		width: 90px;
		height: 90px;
	}
	#country ul span {
		width: 90px;
		top: 60px;
	}
	#country ul {
		padding-left: 0;
	}
}


/*右侧民众互动*/
#country{overflow: hidden;}

.hudong {
	height: 538px;
}

.hudong ul li {
	padding-left: 0;
	border-bottom: 1px #eee dashed;
	max-height: 60px;
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 5px;
}

.hudong ul li a {
	white-space: normal;
}

.hudong>a {
	display: block;
	height: 65px;
	margin-bottom: 25px;
}

.hudong a.link1 {
	background: url(bg-hudong.png) no-repeat left top;
}

.hudong a.link2 {
	background: url(bg-hudong.png) no-repeat left -81px;
}


/*第四板块*/


/*友情连接*/

.link h2 {
	font-size: 24px;
	color: #235c92;
	font-style: italic;
	line-height: 53px;
	border-bottom: 4px #1d5691 solid;
	font-weight: bold;
}

.link h2 span {
	color: #d80000;
}

.link a {
	display: block;
	width: 15%;
	margin: 5px 1%;
	float: left;
	box-sizing: border-box;
	border: #ddd 1px solid;
}

.link img {
	width: 100%;
}

@media only screen and (min-width:768px) {
	.link a:nth-child(6n+1) {
		margin-left: 0;
	}
	.link a:nth-child(6n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:767px) {
	.link a {
		width: 30.6%;
		margin: 5px 2%;
	}
	.link a:nth-child(3n+1) {
		margin-left: 0;
	}
	.link a:nth-child(3n) {
		margin-right: 0;
	}
}

.link-text select {
	margin: 30px;
	float: none;
}

#foot .center-block {
	float: none;
}

#foot {
	background: #D3D3D3;
	overflow: hidden;
	padding: 20px 0;
}

#foot p,
#foot a {
	font-size: 12px;
	line-height: 15px;
}

@media only screen and (max-width:768px) {
	#foot .pull-left img {
		margin: 10px auto;
		display: block;
	}
}


/*分页通用样式*/

#campaign {
	margin: 20px auto;
}

@media only screen and (max-width:768px) {
	#campaign {
		margin: 0 auto 10px;
	}
	#campaign .row {
		margin: 0
	}
}


/*分页当前位置*/

.point {
	line-height: 53px;
	border-bottom: 2px #ccc solid;
	margin-bottom: 15px;
	font-size: 18px;
	border-top: 4px solid #1e5693;
	color: #235c92;
	font-weight: bold;
	background: url(house.png) 15px center no-repeat;
	text-indent: 40px;
}


/*分页左侧*/

#content-box {
	line-height: 200%;
	padding: 10px 15px 60px;
}

@media only screen and (min-width:992px) {
	#detail {
		font-size: 16px;
		padding: 0 5%;
		min-height: 600px;
	}
}

#content-box .news-title {
	font-size: 30px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#content-box .news-title {
		font-size: 20px;
		margin: 5px 0;
	}
}


/*定义非图片列表页的图片样式*/

.news-edit img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
}


/*新闻列表页左侧文章列表*/

.newsquery ul,
.newsquery li,
.cpquery ul,
.cpquery li {
	overflow: hidden;
}

.newsquery li {
	border-bottom: 1px #9F9F9F dotted;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.newsquery li a:first-child {
	font-size: 20px;
	font-weight: bold;
	border-left: #1D5691 solid 10px;
	line-height: 20px;
	padding-left: 15px;
	margin-bottom: 15px;
	white-space: normal;
}

@media only screen and (max-width: 767px) {
	.newsquery li a:first-child {
		font-size: 16px;
	}
	.newsquery,
	.cpquery {
		margin: 0 -15px;
	}
}

.newsquery li a.summry {
	font-size: 14px;
	color: #6B6B6B;
	padding-left: 20px;
}

.newsquery ul a {
	display: block;
	float: none !important;
}

.newsquery ul a.more {
	float: left !important;
	margin-left: 20px;
	color: orange;
}

@media only screen and (min-width:768px) {
	.main-left {
		border: #ededed solid 1px;
		border-top: 0;
		box-sizing: border-box;
	}
}

@media only screen and (width:768px) {
	.no-padding-sm {
		margin: 0;
	}
}


/*图文列表页左侧图片列表*/

.cpquery li {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	padding: 15px 0;
}

.cpquery li a:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: normal;
}

.cpquery li a.summry {
	font-size: 14px;
	color: #6B6B6B;
	font-weight: normal;
}

/*定义页码*/
#pages {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
}
#pages strong {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #4F8FDF;
	color: #fff;
	line-height: 36px;
	margin: 0 5px;
}
	
#pages a {
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	background: #999;
	color: #fff;
	line-height: 36px;
	margin: 0 5px;
}
#pages a:hover {
	background: #4F8FDF;
	color: #fff;
}


/*字体调整按钮*/

#font {
	text-align: center;
}

#font input {
	display: inline-block;
	margin: 10px 5px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 12px;
	padding: 0 10px;
	border: #ccc solid 1px;
	background-color: #E7E7E7;
}


/*分页右侧*/

.sidebar ul {
	overflow: hidden;
}

.side-nav ul {
	text-align: center;
	padding: 20px 10px;
}

.side-nav li {
	display: inline-block;
	float: none;
	border-radius: 5px;
	border: #cdcdcd 1px solid;
	background-color: #f9f9f9;
	margin-bottom: 5px;
	line-height: 40px;
}

.sidebar h2 {
	font-size: 26px;
	line-height: 53px;
	border-bottom: 2px #ccc solid;
	text-align: center;
	border-top: 4px solid #1e5693;
	color: #1e5693;
}

@media only screen and (max-width:767px) {
	.sidebar h2 {
		text-align: left;
		text-indent: 80px;
	}
}

.sidebar h2 span {
	color: #e20308;
}

.side-nav h2 {
	background: url(bg-sidebar.png) no-repeat 35px center;
}

.list h2 {
	background: url(bg-newstitle.png) no-repeat 35px center;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.sidebar h2 {
		background: none !important;
	}
}

@media only screen and (min-width:768px) {
	.main-right {
		border-right: #ededed solid 1px;
		box-sizing: border-box;
		background: url(border.jpg) repeat-y 11px;
	}
}


/*分页右侧列表*/

.list ul {
	padding: 20px;
	margin-bottom: 0;
	border-bottom: #ededed solid 1px;
}

.list ul span {
	display: none;
}

.list ul li {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	padding-left: 25px;
	background: url(bg-li.png) 10px center no-repeat;
}

.list ul li a {
	float: none;
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}