/*header*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
}


/*搜索框*/

.nav_logo .search {
	margin: auto;
	margin-top: 15px;
}

div.search {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
}

form {
	position: relative;
	width: 500px;
}

input,
button {
	border: none;
	outline: none;
}

#searchform {
	display: block;
	height: 38px;
}

.inp_srh {
	border: 1px solid #c1c1c1;
	float: left;
	display: inline;
	height: 38px;
	width: 500px;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 45px;
	border-radius: 20px;
}

.btn_srh {
	background: url(../img/search.png) no-repeat;
	width: 40px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 7px;
	position: absolute;
	right: 0;
	border-radius: 20px;
	background-size: 63%;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}


/*=====*/

body {
	font: 16px "微软雅黑", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
}

.logo img {
	width: 190px;
	max-height: 50px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}

.nav_logo {
	background: #1E2736;
	height: 60px;
}

.nav_logo .w1200 {
	height: 60px;
	overflow: hidden;
}

.header {
	width: 1000px;
	display: inline-block;
}

.header_list {
	background: #1E2736;
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
	line-height: 60px;
	padding: 0 20px;
}

.nav ul.cons li a {
	display: inline-block;
	color: #c8c8c8;
	text-align: center;
	position: relative;
	font-size: 16px;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.nav ul.cons li:hover a {
	color: #fff;
}

.nav ul.cons li.active a {
	color: #fff;
}

.cons li a i {
	width: 0;
	height: 0;
	overflow: hidden;
	border-bottom: 5px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	display: none;
}

.cons li.active a i {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	margin: 20px 0;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.v1_content {
	overflow: hidden;
	position: relative;
	height: 440px;
}

.v1_left {
	width: 470px;
	float: right;
}


/* ==轮播图= */

.v1_right {
	width: 100%;
}

.swiper-container {
	height: 420px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.conteners img {
	width: 100%;
	height: 420px;
}

.pagination {
	bottom: 0 !important;
	width: 100%;
	text-align: center;
}

.pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 100%;
	background: #cbcbcb;
	opacity: 1 !important;
	margin: 0 3px;
}

.pagination .swiper-pagination-bullet-active {
	background: #267fd4;
	width: 15px;
	border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 98px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background: url(../img/l.png) no-repeat 100% 100%;
}

.swiper-button-next {
	background: url(../img/r.png) no-repeat 100% 100%;
}

.beiying p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.customtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #6e6e6e;
	vertical-align: bottom;
	margin-bottom: 15px;
}

.todayhot,
.indexstruct {
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
}

.todayhot ul li {
	width: 285px;
	margin: 0 20px 25px 0;
	float: left;
}

.todayhot ul li:nth-child(4n) {
	margin-right: 0;
}

.todayhot ul li a {
	display: inline-block;
}

.hot_detail {
	width: 280px;
}

.todayhot ul li h3 {
	color: #333;
	font-size: 16px;
	padding: 7px 0 3px 0;
}

.todayhot ul li {
	overflow: hidden;
}

.todayhot ul li img {
	width: 285px;
	height: 160px;
	transition: all 0.3s;
}

.todayhot ul li:hover img {
	transform: scale(1.1);
}

.todayhot ul li p {
	font-size: 14px;
	color: #888;
}

.todayhot .viewmore {
	margin-top: 18px;
	text-align: center;
}

.viewmore a {
	width: 158px;
	line-height: 35px;
	border: 1px solid #666;
	color: #666;
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
}

.viewmore a:hover {
	background: #1e7dd7;
	color: #fff;
	border: 1px solid #1e7dd7;
}

.swiper-container2 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper_last .swiper-button-next,
.swiper_last .swiper-button-prev {
	top: 30%;
}

.swiper_last {
	position: relative;
}

.swiper-container2 img {
	width: 100%;
	height: 250px;
}

.sbp2,
.sbn2 {
	width: 35px;
	height: 65px;
	top: 39% !important;
	background-size: 100%;
}

.sbn2 {
	right: -40px !important;
}

.sbp2 {
	left: -40px;
}

.swiper-container2 .swiper-slide {
	text-align: center;
}

.swiper-container2 .swiper-slide p {
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
}


/*大tab*/

.title_top h2 {
	float: left;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.title_top {
	overflow: hidden;
	padding-bottom: 20px;
}

.cmore {
	float: right;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
	margin-top: 7px;
}

.cmore::after {
	position: absolute;
	right: 5px;
	top: 5px;
	content: " ";
	height: 8px;
	width: 8px;
	border: 1px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate( -45deg);
}

.white_ .title_top h2 {
	color: #6e6e6e;
}

.white_ .cmore::after {
	border-color: #333;
}

.title_top:hover .cmore {
	color: #1e7dd7;
}

.title_top:hover .cmore::after {
	border-color: #1e7dd7;
}

.title_top span {
	float: right;
	color: #fff;
}

.white_ .title_top span {
	color: #000;
}

.showList {
	background: #eeeeee;
	padding: 40px 0;
	margin: 30px 0;
}

.tab_connet {
	overflow: hidden;
}

.tab_connet ul {
	float: left;
	cursor: pointer;
	color: #fff;
}

.tab_connet ul img {
	width: 100%;
}

.tab_show {
	width: 870px;
}

.tab_show img {
	width: 100%;
	height: 520px;
}

.tab_show li {
	display: none;
	position: relative;
}

img {
	border: none;
}

.tab_show li p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	color: #fff;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #999;
	font-size: 20px;
}

.tab_active {
	width: 310px;
	height: 520px;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow-x: hidden;
	overflow-y: auto;
	float: right;
	margin-left: 20px;
}

.tab_active li:hover {
	opacity: 1;
}

.tab_active::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.tab_active li {
	height: 165px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	transition: all linear .3;
	opacity: 0.3;
}

.one a:hover {
	color: #EB2E2E;
}

.tab_active li.curs {
	opacity: 1;
}

.tab_active li.curs p {
	color: #fff;
}

.tab_active li img {
	width: 100%;
	height: 165px;
	transition: transform .5s ease;
	overflow: hidden;
}

.tab_active li a {
	color: #fff;
}

.tab_active li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.6);
	font-size: 14px;
	height: 45px;
}

.hotcomments {
	padding: 38px 0;
}

.maincom {
	width: 450px;
	height: 480px !important;
	height: auto;
	float: left;
	position: relative;
}

.sidercom {
	float: right;
	width: 750px;
}

.sidercom .title_top {
	margin-left: 40px;
}

.swiper-container3 {
	width: 450px;
	overflow: hidden;
}

.swiper-container3 .swiper-slide {
	position: relative;
	height: 480px;
	background: #fff;
}

.swiper-container3 img {
	height: 280px;
	width: 100%;
}

.sbp3,
.sbn3 {
	background-size: 100% 100%;
	top: 37% !important;
	width: 35px;
	height: 65px;
}

.sbp3 {
	left: 0;
}

.sbn3 {
	right: 0;
}

.maincom .pagination {
	position: absolute;
	top: 300px;
	bottom: inherit !important;
	z-index: 99;
}

.maincom .swiper-pagination-bullet {
	background: #fff;
	width: 10px;
	height: 10px;
	border: 1px solid #888;
	border-radius: 50%;
	display: inline-block;
	text-align: right;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
}

.maincom .swiper-pagination-bullet-active {
	border: 1px solid #000;
}

.main_detail {
	position: absolute;
	top: 275px;
	height: 205px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	width: 450px;
	border-top: none;
}

.main_detail h3 {
	font-size: 22px;
	color: #333;
	padding-bottom: 15px;
	font-weight: 500;
}

.main_detail .p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}

.main_detail h3 :hover {
	color: #1e7dd7;
}

.rcom_detail h5 {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.rcom_detail p {
	color: #888;
	margin-top: 10px;
	font-size: 13px;
}

.rcom_detail h5 :hover {
	color: #1e7dd7;
}

.sidercom ul li {
	width: 335px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
}

.rcom_detail {
	float: left;
	width: 200px;
}

.sidercom ul li .imgs {
	float: right;
	width: 120px;
	height: 100px;
	overflow: hidden;
}

.sidercom ul li .imgs img {
	width: 100%;
	height: 100%;
}

.rcom_detail h5 {
	font-weight: 500;
}

.groupList {
	overflow: hidden;
}

.groupList li {
	width: 580px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
}

.groupList li:nth-child(2n) {
	float: right;
}

.groupstruct {
	background: #eee;
	padding: 38px 0;
}

.fix {
	display: block;
	overflow: hidden;
}

.group .groupName {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	float: left;
	margin-bottom: 20px;
	width: 350px;
}

.group {
	overflow: hidden;
}

.group .groupPeopleCount {
	font-size: 14px;
	color: #888;
	float: right;
}

.group .groupDes {
	font-size: 14px;
}

.group img {
	width: 100px;
	height: 100px;
	float: left;
}

.group_detail {
	float: right;
	width: 460px;
}

.more_left {
	width: 590px;
}

.more_right {
	width: 580px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.today_more {
	overflow: hidden;
}

.more_right ul li {
	width: 100%;
	margin: 0 0 25px 0;
	float: none;
	height: 215px;
}

.more_right ul li .img_s {
	width: 285px;
	height: 215px;
	float: left;
	overflow: hidden;
}

.more_right ul li img {
	width: 100%;
	height: 100%;
}

.more_right .lis_ {
	float: right;
	width: 290px;
	padding-left: 20px;
	box-sizing: border-box;
}

.more_right ul li p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.todayhot h3:hover {
	color: #1e7dd7;
}

.more_right p:hover {
	color: #1e7dd7;
}

.rcom_detail h5:hover {
	color: #1e7dd7;
}

.maincom h3:hover {
	color: #1e7dd7;
}


/*列表*/

.news-headimg {
	padding-bottom: 22px;
}

.news-headimg dt {
	width: 800px;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
}

.news-headimg dt img {
	width: 800px;
	height: 450px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-headimg dt .news-info {
	width: 782px;
	background: url(../img/newsbg.png) repeat-x;
	padding: 10px 0 15px 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.news-headimg dt .news-info h4 {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	padding: 8px 10px 10px 0;
}

.news-headimg dt .news-info p {
	font-size: 18px;
	color: #e7e7e7;
}

.news-headimg dd {
	width: 392px;
	height: 221px;
	float: right;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}

.news-headimg dd img {
	width: 392px;
	height: 221px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-headimg dd .news-info {
	width: 380px;
	background: url(../img/newsbg.png) 0 4px repeat-x;
	padding: 10px 0 8px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.news-headimg dd .news-info h4 {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding: 6px 10px 4px 0;
}

.news-headimg dd .news-info p {
	font-size: 14px;
	color: #e7e7e7;
}

.list_content {
	padding-bottom: 40px;
}

.list_content .todayhot {
	padding-top: 0;
}

.list_content .todayhot {
	width: 880px;
}

.list_content ul li {
	margin-right: 20px !important;
}

.list_content ul li:nth-child(3n) {
	margin-right: 0 !important;
}

.newslisttab {
	width: 100%;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.newslisttab a {
	color: #1f7dd7;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 2px solid #1f7dd7;
}

.right-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #e6e6e6;
}

.today_right {
	width: 300px;
}

.hotone_right {
	border: 1px solid #e6e6e6;
}

.list_content .todayhot {
	border: none;
}

.list_content .todayhot ul li {
	width: 280px;
}

.short_news ul li {
	margin: 0 !important;
}

.short_news {
	padding: 0 20px 0 28px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.short_news ul li {
	font-size: 14px;
	padding: 16px 0;
	border-bottom: 1px solid #e6e6e6;
}

.short_news ul li:last-child {
	border: none;
}

.short_news ul li img {
	width: 236px;
	height: 116px;
	margin-bottom: 10px;
}

.short_news ul li h4 {
	font-size: 14px;
}

.short_news ul li h4:hover {
	color: #20a0da;
}

.content-ajax {
	margin-top: 20px;
}

.content-ajax article {
	padding: 20px 0 30px 10px;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
}

.content-ajax article:hover {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.no_img .entry-img {
	display: none;
}

.entry-content {
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-title {
	font-size: 18px;
	font-weight: 500;
	color: #222226;
}

.entry-title:hover {
	color: #1f7dd7;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
}

.entry-img img {
	width: 224px;
	height: 128px;
}

.entry-site {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}

.entry-content .time {
	font-size: 13px;
	color: #999;
	margin-top: 15px;
	text-align: right;
}


/*推荐*/

.list_content .swiper_last a img {
	height: 200px;
}

.list_content .swiper_last .sbn2 {
	right: 10px !important;
}

.list_content .sbp2,
.list_content .sbn2 {
	top: 55% !important;
}


/*右边*/

.hottwo_right {
	margin-top: 20px;
}

.hottwo_right h2 {
	display: inline-block;
	height: 26px;
	background-color: #dd191d;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}

.hottwo_right ul li {
	position: relative;
	width: 300px;
	box-sizing: border-box;
	padding: 25px 20px;
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
	box-shadow: 0 4px 4px 0 hsl(0deg 0% 40% / 22%);
}

.hottwo_right ul li h3 {
	font-size: 16px;
	color: #333;
	width: 255px;
	font-weight: 700;
	margin-bottom: 10px;
}

.hottwo_right ul li h3:hover {
	color: #20a0da;
}

.hottwo_right ul li p {
	color: #666;
	font-size: 15px;
}

.abouts ul li {
	overflow: hidden;
	margin: 15px 0 10px 0 !important;
}

.abouts ul li img {
	width: 80px;
	height: 80px;
	float: left;
}

.abouts ul li .about_detail {
	float: right;
	width: 210px;
	font-size: 14px;
	color: #999;
}

.abouts ul li h3 {
	color: #20a0da;
	font-size: 15px;
	font-weight: 500;
	margin: 5px 0 10px 0;
}

.abouts {
	margin-top: 20px;
}


/*========*/

.todayhot ul li h3,
.todayhot ul li p,
.swiper-container2 .swiper-slide p,
.main_detail h3,
.group .groupName,
.entry-title,.post-navigation a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_active li p,
.tab_show li p,
.group .groupDes,
.short_news ul li h4,
.entry-site,
.hottwo_right ul li h3,
.hottwo_right ul li p,
.abouts ul li h3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*.rcom_detail h5 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}*/

.main_detail .p,
.rcom_detail h5 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


/*详情*/

.title_xq {
	padding: 30px 0;
	margin-bottom: 30px;
	width: 900px;
}

.detail_top {
	width: 100%;
	background: #f2f2f2;
}

.title_xq h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	line-height: 50px;
	border-left: 5px solid #d01538;
	padding-left: 10px;
}

.userCreateTime {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
}

.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
}
.post-navigation a{
	padding: 8px 0;
}
.post-navigation a:hover{
	color: #1f7dd7;
}
/*底部*/

.footbgs {
	background: #717277;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: white;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	height: 0px;
	overflow: hidden;
	border-radius: 100%;
	background: url(../img/top.jpg) 0 0 no-repeat;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
}

.goTop:hover {
	background-position: -60px 0;
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #1f7dd7;
	padding: 8px 15px;
	color: #fff;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

.show_content li a {
	width: 700px;
}

.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}