@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
	margin: 0
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

pre {
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

del,
ins,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend,
a {
	outline: 0;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

body {
	/*background: url(../img/bg.jpg) center 180px no-repeat #fafafa;*/
}
:before {
	margin-right: 3px;
}

:after {
	margin-left: 3px;
}

:before,
:after {
	font-family: "iconfont" !important;
	font-style: normal !important;
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.bgfff {
	background: #fff;
}

.contain {
	width: 1100px;
	background: #fff;
	padding: 15px;
	margin: 0 auto;
	box-shadow: 1px 3px 9px rgba(0, 0, 0, .2);
}

.clearfloat {
	zoom: 1;
}

.clearfloat:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.top {
	width: 1040px;
	height: 60px;
	margin: auto;
	background: #fff;
	padding-top: 20px;
}

.top .logo {
	display: block;
	width: 190px;
	height: 42px;
	float: left;
}

.top .logo img {
	width: 100%;
	height: 100%;
}

.top .logo.zhengwugongkai {
	background-position: 0 -150px;
	width: 520px;
}

.top .toplink {
	text-align: right;
	font-size: 12px;
	line-height: 2;
}

.top .toplink a {
	color: #666;
	display: inline-block;
	margin: 0 10px;
}

.top form {
	float: right;
}

.top .toplink a:hover {
	color: #0190d1;
}

.top .search {
	text-align: right;
	vertical-align: top;
}

.top .search label {
	display: inline-block;
	background: #eee;
	border-radius: 3px;
	padding: 5px 5px 5px 30px;
	box-sizing: border-box;
	position: relative;
}

.top .search .i-search {
	color: #ddd;
	margin-left: 4px;
	display: inline-block;
	width: 20px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/search.png) no-repeat 0px 8px;
}

.top .search input {
	width: 150px;
	background: #eee;
	height: 20px;
	border: 0;
	color: #333;
}

.top .search button {
	background: #0190d1;
	padding: 6px 8px;
	color: #fff;
	border-radius: 3px;
	border: 0;
}

.top .weather {
	text-align: right;
	font-size: 12px;
}

.m_t20 {
	margin-top: 20px;
}

.m_t50 {
	margin-top: 50px;
}

.nav_bg {
	background: #0190d1;
	box-shadow: 2px 4px 9px rgba(0, 0, 0, .2);
	z-index: 9;
	position: relative;
}

.nav {
	width: 1135px;
	height: 50px;
	margin: auto;
	font-size: 0;
	text-align: left;
	z-index: 9
}

.nav a {
	display: inline-block;
	height: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}

.nav a:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.nav a.cur {
	background: #0075a9;
}

.nav a.cur:hover {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.headlines {
	background: #f2f2f2;
	padding: 12px 12px 12px 88px;
	height: 64px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.headlines:before {
	/*content: "";
	background: url(../img/photogroup.png) 0 -80px;
	display: block;
	float: left;
	margin-left: -76px;
	width: 64px;
	height: 64px;*/
}

.headlines h2 {
	text-align: center;
	margin-bottom: 14px;
	margin-top: 3px;
}

.headlines a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s;
}

.headlines a:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.headlines h2>a {
	display: inline-block;
	color: #0190d1;
	font-size: 24px;
	line-height: 1.2;
	width: 47%;
}

.headlines h2>a:hover {
	color: #0190d1;
}

.headlines>a {
	display: inline-block;
	width: 300px;
	text-align: center;
	font-size: 14px;
	color: #999;
	/* font-weight:700; */
}

.headlines>a:before {
	content: "·";
}

.headlines .more {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: 0;
}

.headlines .more:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border: 30px solid;
	border-color: #2a74b8 #2a74b8 transparent transparent;
}

.headlines .more:after {
	position: relative;
	content: "更多";
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
	text-align: right;
	z-index: 9;
	color: #fff;
	margin-right: 6px;
	margin-top: 4px;
	float: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

*[hidden] {
	display: none;
}

.clearfloat:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tabstitle01 {
	font-size: 0
}

.tabstitle01 a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #0190d1;
	line-height: 40px;
	height: 40px;
	width: 190px;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
}

.tabstitle01 .cur {
	background: #005e88;
	font-weight: bold;
	box-shadow: 2px 4px 9px rgba(1, 144, 209, .3)
}

.title_news {
	font-size: 18px;
	text-align: center;
	margin: 10px 10px 5px;
}

.title_news a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #db2524;
	display: inline-block;
	transition: all .2s;
}

.title_news a:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	color: #f00;
}

.title_sub {
	font-size: 12px;
	color: #aaa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid_3 {
	margin-bottom: 15px;
	overflow: hidden;
}

.grid_3>div {
	width: 350px;
	float: left;
	margin-left: 25px;
}

.grid_3>div img {
	width: 100%;
	height: 220px;
}

.grid_3>div>a {
	position: relative;
	height: 220px;
	display: inline-block;
	width: 100%;
}

.grid_3>div:first-child {
	margin-left: 0;
}

.grid_3>div p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
}

.tabstitle02 {
	height: 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.tabstitle02 a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding: 0 10px;
}

.tabstitle02 .cur {
	border-top: 3px solid #208cc5;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 6px 6px 0 0;
	height: 38px;
	line-height: 38px;
	background: #fff;
	font-weight: bold;
	box-shadow: 2px -4px 9px rgba(1, 144, 209, .3);
	color: #208cc5
}

.tabstitle02 .cur:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 16px;
	border-radius: 3px;
	margin-right: 10px;
	background: #208cc5;
}

.i-zhuanti:before {
	content: "";
	display: inline-block;
	background: url(../img/photogroup.png) -70px -80px;
	width: 56px;
	height: 56px;
}

.i-zhuanti.fr:before {
	background-position: -130px -80px;
}

.marquee {
	display: inline-block;
	width: 970px;
	height: 56px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0
}

.marquee img {
	width: 230px;
	height: 56px;
	margin-right: 5px;
}

.new_tab {
	width: 600px;
}

.new_tab>div {
	display: none;
}

.new_tab>div:nth-of-type(1) {
	display: block;
}

.banshi {
	font-size: 0;
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banshi li {
	font-size: 15px;
	display: inline-block;
	width: 19%;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #ddd;
	text-align: center;
	background: #0190d1;
	color: #fff;
	vertical-align: top;
	transition: all .3s
}

.banshi li:hover {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}

.banshi li:first-child {
	margin-left: 0;
}

.banshi li a {
	color: #fff;
}

.banshi .imp {
	background: #005e88;
	font-weight: bold;
	font-size: 22px;
}

.banshi a:before {
	display: block;
	font-size: 32px;
	margin: 0 auto 5px;
}

.title {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	color: #237098;
	font-size: 20px;
}

.list_title {
	margin-top: 20px;
}

.title a {
	font-size: 18px;
	line-height: 40px;
	color: #208cc5;
	transition: all .3s;
	display: inline-block;
}

.title a:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.title:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 16px;
	border-radius: 3px;
	margin-right: 10px;
	background: #208cc5;
}

.title em {
	font-size: 12px;
	color: #ddd;
	margin-left: 10px;
}

.title .more {
	float: right;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background: #208cc5;
	position: relative;
	border-radius: 4px;
	top: 5px;
}

.title .more:hover {
	background: #005e88;
}

.zhongdianlingyu a {
	color: #666;
	display: inline-block;
	line-height: 35px;
	margin-right: 18px;
	transition: all .3s;
}

.zhongdianlingyu a:hover {
	color: #333;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.icolink01 {
	display: inline-block;
	color: #208cc5;
	width: 38px;
	font-size: 16px;
	text-align: center;
	position: relative;
	margin-right: 7px;
}

.icolink01:hover {
	color: #005e88;
}

.icolink011 {
	display: inline-block;
	color: #208cc5;
	width: 66px;
	font-size: 16px;
	text-align: center;
	position: relative;
	margin-right: 7px;
}

.icolink011:hover {
	color: #005e88;
}

.icolink01,
.icolink02,
.icolink03,
.icolink011 {
	transition: all .3s;
}

.icolink01:hover,
.icolink011:hover,
.icolink02:hover,
.icolink03:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.icolink01:before {
	content: "\e000";
	font-size: 38px;
	display: block;
	margin: 4px 0 16px;
}

.icolink01:after {
	display: block;
	width: 38px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -3px;
}

.icolink011:before {
	content: "\e000";
	font-size: 38px;
	display: block;
	margin: 4px 0 16px;
}

.icolink011:after {
	display: block;
	width: 66px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -3px;
}

.i-yibao:after {
	content: "\e023"
}

.i-sifa:after {
	content: "\e013"
}

.i-huanbao:after {
	content: "\e014"
}

.i-gongan:after {
	content: "\e015"
}

.i-dangan:after {
	content: "\e016"
}

.i-lvyou:after {
	content: "\e017"
}

.i-chengguan:after {
	content: "\e018"
}

.line {
	border-top: 1px dashed #208cc5;
	margin: 30px 0;
}

.fs0 {
	font-size: 0;
}

.icolink02 {
	display: inline-block;
	background: #208cc5;
	width: 72px;
	height: 72px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 8px;
	border-radius: 4px;
	margin-bottom: 4px;
}

.icolink02:hover,
.icolink03:hover {
	background: #005e88;
}

.icolink02:before {
	font-size: 32px;
	display: block;
	;
	margin: 5px auto;
}

.i-weisheng:before {
	content: "\e012"
}

.i-shiyao:before {
	content: "\e024"
}

.i-lianxi:before {
	content: "\e025"
}

.i-tousu:before {
	content: "\e019"
}

.i-fangtan:before {
	content: "\e020"
}

.i-xinxiang:before {
	content: "\e021"
}

.i-zhengji:before {
	content: "\e022"
}

.icolink03 {
	display: inline-block;
	background: #208cc5;
	width: 146px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	margin: 10px 4px 4px 0;
}

.icolink03:before {
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

.newslist {
	line-height: 40px;
	font-size: 16px;
	margin-top: 5px;
}

.newslist .time {
	float: right;
	color: #bbb;
}

.newslist .photo {
	float: left;
	margin-right: 20px;
}

.newslist .photo:before {
	display: none;
}

.newslist .photo img {
	width: 260px;
	height: 180px;
	border-radius: 4px;
}

.newslist .more {
	border: 0;
	text-align: right;
}

.newslist .more a {
	color: #f60;
}

.newslist .more:before {
	display: none;
}

.newslist li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3;
	border-bottom: 1px dashed #eee;
}

.newslist li:hover {
	transform: scale(1, 1.1);
	-webkit-transform: scale(1, 1.1);
}

.newslist li {
	padding-left: 18px;
	background: url(../img/dian.png) no-repeat 0 14px;
}

.list_left .newslist a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 110px);
	display: inline-block;
}

.newslist a:hover {
	color: #000;
}

.newslist li:hover .time {
	color: #999;
	white-space: nowrap;
}

.shijue {
	font-size: 0;
	padding-right: 240px;
	position: relative;
	margin-bottom: 20px;
}

.shijue a {
	display: inline-block;
	width: 157px;
	height: 100px;
	margin: 0 10px 10px 0;
	position: relative;
	transition: all .3s;
}

.shijue a:hover {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}

.shijue a:first-child,
.shijue a:first-child+a {
	width: 250px;
	height: 210px;
}

.shijue a:first-child {
	margin-left: -1px;
	float: left;
}

.shijue a:first-child+a {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.shijue img {
	width: 100%;
	height: 100%;
}

.shijue span {
	display: block;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.shijuesp {
	font-size: 0;
	padding-right: 240px;
	position: relative;
	margin-bottom: 20px;
}

.shijuesp a {
	display: inline-block;
	width: 195px;
	height: 100px;
	margin: 0 10px 10px 0;
	position: relative;
	transition: all .3s;
}

.shijuesp a:hover {
	transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}

.shijuesp a:first-child,
.shijuesp a:first-child+a {
	width: 250px;
	height: 210px;
}

.shijuesp a:first-child {
	margin-left: -1px;
	float: left;
}

.shijuesp a:first-child+a {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.shijuesp img {
	width: 100%;
	height: 100%;
}

.shijuesp span {
	display: block;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.icolink4 {
	display: inline-block;
	width: 160px;
	font-size: 16px;
	line-height: 60px;
	color: #0190d1;
	transition: all .3s;
}

.icolink4:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	color: #005e88
}

.icolink4:before {
	font-size: 28px;
	vertical-align: middle;
}

.i-techan:before {
	content: "\e026"
}

.i-linye:before {
	content: "\e027"
}

.i-ziran:before {
	content: "\e031"
}

.i-meikuang:before {
	content: "\e028"
}

.i-kuangye:before {
	content: "\e029"
}

.i-duiwai:before {
	content: "\e030"
}

.i-lvyou2:before {
	content: "\e017"
}

.a_sky,
.a_video,
.a_city,
.a_pho {
	display: inline-block;
	width: 240px;
	height: 240px;
	background-image: url(../img/photogroup.png);
	margin-left: 17px;
}

.a_sky {
	margin-left: -1px;
	background-position: 0 -400px;
}

.a_video {
	background-position: 0 -150px;
}

.a_city {
	background-position: -250px -150px;
}

.a_pho {
	background-position: -250px -400px;
}

.title2 {
	margin-bottom: 30px;
	line-height: 1;
	color: #208cc5;
	font-size: 24px;
	font-weight: bold;
	margin-left: 30px;
}

.title2:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 24px;
	background: #ccc;
	margin-right: 24px;
}

.icolinkgroup {
	width: 222px;
	font-size: 0;
	margin: 0 30px;
}

.icolinkgroup a {
	display: inline-block;
	width: 110px;
	height: 110px;
	color: #0190d1;
	text-align: center;
	font-size: 16px;
	vertical-align: top;
}

.icolinkgroup a:hover {
	color: #0075a9;
}

.icolinkgroup a:before {
	font-size: 48px;
	display: block;
	margin: 14px auto;
	transition: all .3s;
}

.icolinkgroup a:hover:before {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.icolinkgroup a:first-child {
	border-right: 1px dashed #0190d1;
}

.icolinkgroup a:first-child+a+a,
.icolinkgroup a:first-child+a+a+a+a {
	border-right: 1px dashed #0190d1;
	border-top: 1px dashed #0190d1;
}

.icolinkgroup a:first-child+a+a+a,
.icolinkgroup a:first-child+a+a+a+a+a {
	border-top: 1px dashed #0190d1;
}

.p_about {
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	text-indent: 2em;
	margin: 0 30px;
}

.p_about img {
	margin: 0 20px;
}

.i-dili:before {
	content: "\e031"
}

.i-qihou:before {
	content: "\e032"
}

.i-jingji:before {
	content: "\e033"
}

.i-kexue:before {
	content: "\e034"
}

.i-jiaoyu:before {
	content: "\e035"
}

.i-yiliao:before {
	content: "\e036"
}

.i-tiyu:before {
	content: "\e037"
}

.i-wenhua:before {
	content: "\e038"
}

.i-jiaotong:before {
	content: "\e039"
}

.i-tongji:before {
	content: "\e040"
}

.i-huangguan:before {
	content: "\e041"
}

.i-lishi:before {
	content: "\e042"
}

.i-xingzheng:before {
	content: "\e043"
}

.i-renkou:before {
	content: "\e044"
}

.i-minzu:before {
	content: "\e045"
}

.i-minfeng:before {
	content: "\e046"
}

.i-zhongguo:before {
	content: "\e047"
}

.mbx {
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

.mbx a {
	color: #666;
	margin-right: 10px;
}

.mbx a:hover {
	color: #f60;
}

.mbx a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #237c96;
	color: #f60;
}

.mbx span {
	color: #666;
	margin-right: 10px;
}

.mbx span:hover {
	color: #f60;
}

.mbx span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #237c96;
	color: #f60;
}

.article {
	background: #fff;
	padding: 10px 20px;
	line-height: 2;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.article_title {
	text-align: center;
	font-size: 20px;
	margin: 20px;
	color: #333;
}

.article_title2 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.article_title2 span {
	padding: 0 20px;
}

.article p {
	margin-bottom: 20px;
	text-indent: 28px;
	color: #333;
}

.leftNav {
	font-size: 0;
	float: left;
	width: 330px;
	margin-top: 10px;
}

.leftNav li {
	display: inline-table;
	vertical-align: top;
	background: #0190d1;
	margin: 0 2px 2px 0;
	border-radius: 8px;
	transition: all .3s
}

.leftNav li:hover {
	border-radius: 16px;
	background: #0075a9;
}

.leftNav li a {
	display: table-cell;
	padding: 10px;
	width: 135px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.leftNav .cur {
	background: #333;
}

.pho_link {
	font-size: 0
}

.pho_link a {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin-left: 30px;
	color: #0190d1;
	font-size: 14px;
	text-align: center;
}

.pho_link a:first-child {
	margin-left: 0;
}

.pho_link a:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	box-shadow: 1px 3px 9px rgba(0, 117, 169, .5);
	margin-bottom: 20px;
	border-radius: 50%;
	transition: all .3s;
}

.pho_link a:hover:before {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.i-pho01:before {
	background: url(../img/pho01.jpg);
}

.i-pho02:before {
	background: url(../img/pho02.jpg);
}

.i-pho03:before {
	background: url(../img/pho03.jpg);
}

.i-pho04:before {
	background: url(../img/pho04.jpg);
}

.i-pho05:before {
	background: url(../img/pho05.jpg);
}

.i-pho06:before {
	background: url(../img/pho06.jpg);
}

.i-pho07:before {
	background: url(../img/pho07.jpg);
}

.i-pho08:before {
	background: url(../img/pho08.jpg);
}

.tabstitle03 {
	margin-bottom: 30px;
	line-height: 1;
	color: #208cc5;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}

.tabstitle03:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 32px;
	background: #208ccf;
	margin-right: 5px;
}

.tabstitle03 a {
	display: inline-block;
	border-bottom: 3px solid #fff;
	color: #aaa;
	font-size: 18px;
	font-weight: normal;
	float: right;
	padding-bottom: 10px;
	margin-left: 20px;
}

.tabstitle03 .cur {
	border-bottom: 3px solid #208cc5;
	color: #208cc5;
}

.tabstitle03_ld {
	margin-bottom: 30px;
	line-height: 1;
	color: #208cc5;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}

.tabstitle03_ld:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 32px;
	background: #208ccf;
	margin-right: 5px;
}

.tabstitle03_ld a {
	display: inline-block;
	border-bottom: 3px solid #fff;
	color: #aaa;
	font-size: 18px;
	font-weight: normal;
	float: right;
	padding-bottom: 10px;
	margin-left: 20px;
}

.tabstitle03_ld .cur {
	border-bottom: 3px solid #208cc5;
	color: #208cc5;
}

.pholist {
	font-size: 0;
	margin-left: -15px;
}

.pholist li {
	display: inline-block;
	width: 190px;
	height: 145px;
	margin: 0 0 15px 15px;
	transition: all .3s;
	border-radius: 3px;
	overflow: hidden;
}

.pholist li:hover {}

.pholist img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.pholist li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.pholist p {
	background: #000;
	background: rgba(0, 0, 0, .5);
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -30px;
	position: relative;
}

.pholist li:hover p {
	background: #000;
}

.fixedmenu {
	width: 70px;
	position: fixed;
	top: 185px;
	left: 50%;
	margin-left: 565px;
	background-color: rgba(245, 238, 237, 0.3);
}

.fixedmenu a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #3281af;
	position: relative;
	margin-bottom: 10px;
	font-weight: 700;
}

.fixedmenu a:before {
	font-size: 28px;
	color: #fff;
	display: block;
	margin: 8px auto 6px;
	position: relative;
	z-index: 2;
}

.fixedmenu a:after {
	content: "\e000";
	z-index: 1;
	font-size: 44px;
	position: absolute;
	top: 0;
	left: 10px;
	color: #0190d1;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.fixedmenu a:hover:after {
	color: #333;
}

.fixedmenu img {
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100px;
	z-index: 9;
	display: none;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, .2);
}

.fixedmenu a:hover img {
	display: block;
}

.i-weixin:before {
	content: "\e048";
}

.i-weixin-ts {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/tswe.png');
}

.i-weibo:before {
	content: "\e049";
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.guohui:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	background: url("../img/icon.png") 0 0;
}

.danghui:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	background: url("../img/icon.png") -75px 0;
}

.zhengxiehui:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	background: url("../img/icon.png") -100px 0;
}

.pagelist {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}

.pagelist a {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 5px;
	background: #fff;
	color: #208cc5;
	border: 1px solid #208cc5;
	border-radius: 4px;
	/* padding: 2px; */
}

.pagelist a.cur {
	background: #208cc5;
	color: #fff;
	border-color: #208cc5;
}

.pagelist input {
	vertical-align: middle;
	width: 30px;
	border: 1px solid #208cc5;
	text-align: center;
	padding: 2px 6px;
	border-radius: 4px;
	margin: 0 4px;
}

.pagelist strong {
	color: #208cc5;
}

.pagelist span {
	margin-right: 5px;
}

.textlinkgroup {
	font-size: 0
}

.textlinkgroup a {
	display: inline-block;
	width: 192px;
	line-height: 2;
	margin-right: 10px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	transition: all .3s;
}

.textlinkgroup a:before {
	content: "·";
	color: #f60;
}

.textlinkgroup a:hover {
	color: #333;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.tableline {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.tableline th,
.tableline td {
	border: 1px solid #208cc5;
	padding: 2px 4px;
}

.tableline th {
	background: #208cc5;
	color: #fff;
}

.tableline input[type=text],
.tableline textarea {
	border: 1px solid #208cc5;
	width: 100%;
	overflow: auto;
}

.tableline a {
	color: #09c;
}

.tableline a:hover {
	color: #f60;
}

.leftNav2 {
	width: 180px;
	margin-top: 20px;
}

.leftNav2 dl {
	margin-bottom: 5px;
}

.leftNav2 dt {
	padding: 5px;
	text-align: center;
	background: #0190d1;
	color: #fff;
	font-size: 18px;
}

.leftNav2 dd {
	background: #eee;
	padding: 5px;
	margin-top: 1px;
	text-align: center;
}

.leftNav2 dd:hover {
	background: #e7f6fd;
}

.leftNav2 dd.cur {
	background: #fff;
	border-left: 5px solid #0075a9;
}

.leftNav2 dd:hover a {
	color: #0075a9;
}

.leftNav2 .cur a {
	color: #0075a9;
}

.leftNav2 dd>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
}

.font14 {
	font-size: 14px !important;
}

.btn {
	border: 0;
	background: #208cc5;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	padding: 5px 20px 5px 15px;
	margin: 0 20px;
}

.btn:hover {
	background: #0075a9;
}

.btn:before {
	font-size: 24px;
	margin-right: 5px;
}

.warning {
	padding: 0 10px 10px 10px;
	background: #ffffff;
	color: #333;
}

.warning p {
	font-size: 14px;
	text-indent: 28px;
	line-height: 1.8;
	margin: 0 0 10px 0;
	padding: 0;
}

.i-warning {
	color: #f60;
}

.i-warning:before {
	content: "\e61f";
	font-size: 24px;
	margin-right: 5px;
	color: #f60;
	font-weight: normal;
}

.m_t10 {
	margin-top: 10px;
}

.i-submit:before {
	content: "\e622";
}

.videolist {
	margin: 20px -10px 0 0;
	font-size: 0;
}

.videolist li {
	width: 245px;
	height: 210px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
}

.videolist li:before {
	font-size: 40px;
	display: block;
	position: absolute;
	top: 46px;
	left: 106px;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	transition: all .3s;
}

.videolist li:first-child:before {
	font-size: 80px;
	top: 130px;
	left: 200px;
}

.videolist li:hover:before {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	opacity: .8;
	filter: alpha(opacity=80);
}

.videolist img {
	width: 100%;
	height: 140px;
	border-radius: 4px;
}

.videolist .videotitle {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	max-height: 42px;
	margin-bottom: 5px;
	overflow: hidden;
}

.videolist .subtitle {
	font-size: 12px;
	color: #aaa;
}

.videolist .i-video:before {
	color: #0190d1;
	margin-right: 5px;
}

.i-video:before {
	content: "\e050"
}

.videolist li:first-child {
	width: 500px;
	height: 420px;
	float: left;
}

.videolist li:first-child img {
	height: 350px;
}

.videolist li:first-child .videotitle {
	color: #000;
}

.videolist_sec {
	margin: 20px -10px 0 0;
	font-size: 0;
}

.videolist_sec li {
	width: 245px;
	height: 210px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
}

.videolist_sec li:before {
	font-size: 40px;
	display: block;
	position: absolute;
	top: 46px;
	left: 106px;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	transition: all .3s;
}

.videolist_sec li:hover:before {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	opacity: .8;
	filter: alpha(opacity=80);
}

.videolist_sec img {
	width: 100%;
	height: 140px;
	border-radius: 4px;
}

.videolist_sec .videotitle_sec {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	max-height: 42px;
	margin-bottom: 5px;
	overflow: hidden;
}

.videolist_sec .subtitle_sec {
	font-size: 12px;
	color: #aaa;
}

.videolist_sec .i-video:before {
	color: #0190d1;
	margin-right: 5px;
}

.i-video_sec:before {
	content: "\e050"
}

.i-caizheng:after {
	content: "\e051"
}

.num {
	font-family: Impact;
}

.suoyin {
	padding: 10px;
	border: 1px dashed #0190d1;
	margin-top: 10px;
	color: #0190d1;
	font-size: 12px;
	line-height: 2;
	background: #fff;
}

.suoyin p {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

.suoyin em {
	color: #0075a9;
	display: inline-block;
	width: 60px;
}

#a_bg1,
#a_bg2,
#a_bg3,
#a_bg4 {
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #fff;
}

#a_bg1,
.article.bg1 {
	background: #cefeff
}

#a_bg2,
.article.bg2 {
	background: #f8f8c3
}

#a_bg3,
.article.bg3 {
	background: #ffc7ff
}

#a_bg4,
.article.bg4 {
	background: #9bccfa
}

.article.font1 {
	font-size: 32px;
}

.article.font2 {
	font-size: 24px;
}

.article.font3 {
	font-size: 14px;
}

.shijue.zhaoshang {
	padding: 0;
}

.shijue.zhaoshang a:first-child {
	width: 320px;
}

.shijue.zhaoshang a:first-child+a {
	position: relative;
	margin: 0 10px 10px 0;
	width: 157px;
	height: 100px;
}

.shijue.zhaoshang :before {
	content: "\e052";
	font-size: 40px;
	display: block;
	position: absolute;
	top: 22px;
	left: 62px;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	transition: all .3s;
}

.shijue.zhaoshang a:first-child:before {
	top: 80px;
	left: 140px
}

.shijuesp.zhaoshang {
	padding: 0;
}

.shijuesp.zhaoshang a:first-child {
	width: 345px;
}

.shijuesp.zhaoshang a:first-child+a {
	position: relative;
	margin: 0 10px 10px 0;
	width: 195px;
	height: 100px;
}

.shijuesp.zhaoshang :before {
	content: "\e052";
	font-size: 40px;
	display: block;
	position: absolute;
	top: 22px;
	left: 62px;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	transition: all .3s;
}

.shijuesp.zhaoshang a:first-child:before {
	top: 80px;
	left: 140px
}

.chaxun {
	padding: 10px;
	border: 1px dashed #0190d1;
	margin-top: 10px;
	color: #0190d1;
	font-size: 12px;
	line-height: 2;
	background: #ECF9FF;
	margin-bottom: 20px;
}

.chaxun label {
	margin-right: 20px;
}

.chaxun select {
	border: 1px solid #0190d1;
	height: 24px;
}

.chaxun input {
	border: 1px solid #0190d1;
	height: 24px;
	padding: 0 5px;
	width: 100px;
}

.chaxun button {
	background: #0190d1;
	border: 1px solid #0190d1;
	padding: 3px 12px;
	color: #fff;
}

.queryResult li {
	margin-bottom: 20px;
	overflow: auto;
}

.queryResult h2>a {
	font-size: 18px;
	font-weight: bold;
	color: #0190d1;
	line-height: 2;
}

.queryResult h2>a:hover {
	color: #f60;
}

.queryResult .zhengwen img {
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 10px 10px 0;
	border-radius: 5px;
}

.queryResult .zhengwen {
	color: #666;
	line-height: 1.5;
	max-height: 80px;
}

.queryResult .time {
	color: #aaa;
	font-size: 12px;
	margin-right: 20px;
}

.queryResult .lianjie {
	font-size: 12px;
	color: #01B000
}

.queryResult .lianjie:hover {
	color: #f60;
}

.noNav {
	background: url(../img/bg.jpg) center 0 no-repeat #fafafa;
}

.top.noNavtop {
	background: transparent;
}

.noNavtop .toplink {}

.noNavtop .logo {
	float: none;
	background-position: 0 -230px;
	width: 740px;
	margin: auto;
}


/*  文联  */

.bgwenlian {
	background: url(../img/wenlian.jpg) top center no-repeat #f9f5e9;
	padding-top: 70px;
}

.nav_wenlian {
	width: 1000px;
	margin: auto;
	text-align: center;
}

.nav_wenlian a {
	display: inline-block;
	width: 150px;
	height: 70px;
	text-align: center;
	color: #333;
	font-size: 22px;
	line-height: 1.5
}

.nav_wenlian a:first-child+a+a+a+a {
	width: 260px;
	height: 70px;
	overflow: hidden;
	background: url(../img/wenlian_logo.png);
	text-indent: -999px;
}

.nav_wenlian a:first-child,
.nav_wenlian a:first-child+a {
	float: left;
}

.nav_wenlian a:first-child+a+a,
.nav_wenlian a:first-child+a+a+a {
	float: right;
}

.nav_wenlian a>em {
	display: block;
	font-size: 12px;
	color: #ccc;
}

.wenlian_jdt {
	width: 1000px;
	height: 400px;
	margin: 30px auto 10px;
}

.contain_wenlian {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

.title_wenlian {
	height: 70px;
	background: #eae7e2;
}

.title_wenlian strong {
	color: #95602c;
	font-size: 22px;
	line-height: 1;
	display: block;
	margin: 0 0 5px;
	padding-top: 15px;
	font-weight: normal;
}

.title_wenlian em {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
}

.title_wenlian .more {
	display: block;
	float: right;
	width: 70px;
	height: 70px;
	background: #d8d1c9;
	line-height: 70px;
	color: #6b5337;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

.title_wenlian .more:hover {
	color: #333;
	font-size: 18px;
	background: #bfae9b;
}

.title_wenlian:before {
	content: "";
	width: 10px;
	height: 40px;
	background: #6b5337;
	display: block;
	float: left;
	margin: 15px 10px 0 10px;
}

.newslist.list_wenlian {
	background: #fff;
	padding: 10px;
	margin: 0 0 10px;
}

.newslist.list_wenlian li:before {
	color: #6b5337
}

.newslist.list_wenlian .photo,
.newslist.list_wenlian li:last-child {
	border: 0
}

.footer_wenlian {
	background: #765b3d;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 12px;
}

.title_wenlian_tabs {
	height: 70px;
	background: #eae7e2;
	font-size: 0
}

.title_wenlian_tabs a {
	display: inline-block;
	width: 40px;
	height: 37px;
	padding: 15px;
	font-size: 18px;
	text-align: center;
	margin-right: 1px;
	background: #d8d1c9;
	line-height: 1.2;
	font-weight: normal;
	border-top: 3px solid transparent;
	color: #333
}

.title_wenlian_tabs .active {
	background: #fff;
	color: #6b5337;
	border-top-color: #6b5337;
	font-weight: bold;
}

.i-chengshi:before {
	content: "\e61d";
}

.i-chengshi:before {
	content: "\e61d";
}

.i-xinxi:before {
	content: "\e60d";
}

.i-qiye:before {
	content: "\e627";
}

.chunjie {
	background-image: url(../img/bg2.png);
}

.chunjie .bgfff {
	/* background: transparent; */
}

.chunjie .nav_bg {
	background: #b90306;
	/* width: 1040px; */
	margin: auto;
}

.chunjie .nav a.cur {
	background: #630a0b;
}

.chunjie .fixedmenu {
	background-color: rgba(255, 255, 255, .6);
	/* top: 0; */
}

.chunjie .fixedmenu a {
	color: #b90306
}

.chunjie .fixedmenu a:after {
	color: #b90306
}

.chunjie .fixedmenu a:hover:after {
	color: #630a0b;
}

.chunjie .top .logo {
	margin: 20px 0 0 10px;
}

.i-anjian:before {
	content: "\e053"
}

.i-shuiwu:before {
	content: "\e054"
}

.pholist_ld {
	font-size: 0;
	margin-left: -15px;
}

.pholist_ld li {
	display: inline-block;
	margin: 30px 0 15px 13px;
	transition: all .3s;
	border-radius: 3px;
	overflow: hidden;
}

.pholist_ld img {
	width: 132px;
	transition: all .3s;
}

.pholist_ld p {
	background: #000;
	background: rgba(0, 0, 0, .5);
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.newslistwz {
	line-height: 2.5;
	font-size: 16px;
	margin-top: 5px;
}

.newslistwz .time {
	float: right;
	color: #bbb;
}

.newslistwz .photo {
	float: left;
	margin-right: 20px;
}

.newslistwz .photo:before {
	display: none;
}

.newslistwz .photo img {
	width: 260px;
	height: 180px;
	border-radius: 4px;
}

.newslistwz .more {
	border: 0;
	text-align: right;
}

.newslistwz .more a {
	color: #f60;
}

.newslistwz .more:before {
	display: none;
}

.newslistwz li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3;
	border-bottom: 1px dashed #eee;
}

.newslistwz li:hover {
	transform: scale(1, 1.1);
	-webkit-transform: scale(1, 1.1);
}

.newslistwz a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newslistwz a:hover {
	color: #000;
}

.newslistwz li:hover .time {
	color: #999;
	white-space: nowrap;
}

.govpushinfo150203 li:before {
	content: "·";
	color: #0069ae;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	-moz-display: none;
	float: left;
	margin-top: 6px;
	margin-right: 8px;
}

.govpushinfo150203 li {
	line-height: 2.2;
	border-bottom: 1px dashed #eee;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.govpushinfo150203 li a {
	text-decoration: none;
	color: #333;
}

.govpushinfo150203 li a:hover {
	color: #C30000;
	text-decoration: underline;
}

.govpushinfo150203 li span {
	display: none;
}


/*轮播*/

.swiper1 {
	position: relative;
	width: 490px;
	height: 330px;
	background-color: #fff;
	float: left;
}

.swiper1 img {
	width: 100%;
	height: 100%;
}

.swiper1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #B0B0B0;
	opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active {
	background: #0190d1;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat;
}

.swiper1 .swiper-button-next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

.swiper1 .swiper-button-prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

.swiper1 .swiper-button-prev:hover {
	background-position: 0 0;
}

.swiper1 .swiper-button-next:hover {
	background-position: -40px 0;
}

.swiper2 {
	margin: 20px 0;
}

.swiper2 img {
	height: 100px;
	width: 100%;
}

.swiper2 p {
	width: 100%;
	margin: auto;
	color: #333;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	background: #F0F0F0;
}

.style_title {
	margin: 10px 0 30px 0;
}

.newsl {
	overflow: hidden;
}

.newsl li {
	width: 48%;
	float: left;
}

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

.list_left {
	width: 760px;
	float: left;
}

.mbx {
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

.mbx a {
	color: #666;
	margin-right: 10px;
}

.mbx a:hover {
	color: #f60;
}

.mbx a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #237c96;
	color: #f60;
}

.mbx span {
	color: #666;
	margin-right: 10px;
}

.mbx span:hover {
	color: #f60;
}

.mbx span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #237c96;
	color: #f60;
}

.list_right {
	width: 300px;
	float: right;
}

.newslist li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3;
	border-bottom: 1px dashed #eee;
	height: 40px;
}

.newslist li:before {
	/*content: "·";
    color: #0190d1;*/
}

.newslist a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newslist .time {
	float: right;
	color: #bbb;
	font-size: 14px;
}

.clear {
	clear: both;
}

.next_all {
	margin: 20px 0;
}

.pages {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
	margin: 0 3px;
}

.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}

.pages span {
	background: #208cc5;
	border: 1px solid #208cc5;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px 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;
	position: relative;
}

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

.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	background: #fff;
	box-sizing: border-box;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 48%;
	color: #999;
	font-size: 15px;
}

.post-previous {
	float: left;
	text-align: left;
}

.post-next {
	float: right;
	text-align: right;
}

.post-navigation div span {
	display: block;
	color: #208cc5;
	font-size: 90%;
}

.post-navigation div:hover a {
	color: #208cc5;
}

.post-navigation div a {
	color: #333;
	display: inline-block;
	margin-top: 5px;
	line-height: 20px;
	width: 100%;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #888;
	font-size: 45px;
	line-height: 22px;
	/*opacity: 0.5;*/
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.bix_right {
	margin: 15px 0;
}

.bix_right .banshi li {
	width: 48%;
	margin-bottom: 10px;
}

.ul_img ul li {
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 15px;
}

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

.ul_img ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
}

.bix_right .style_title,
.bix_right .banshi {
	margin: 0;
}

.classify-module a {
	width: 23%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 15px;
	display: inline-block;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16);
	margin-top: 15px;
}

.classify-module a:nth-child(4n) {
	margin-right: 0;
}

.scroll-module span {
	width: 15px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
}

.classify-module a i {
	width: 100%;
	height: 120px;
	overflow: hidden;
	display: inline-block;
}

.classify-module a i img {
	height: 100%;
	width: 100%;
}

.classify-module a p {
	font-size: 14px;
	color: #333;
	padding: 5px;
	overflow: hidden;
	font-weight: 400;
	height: 46px;
	box-sizing: border-box;
}

.classify-module a:last-of-type {
	margin-right: 0;
}

.tuijian>div {
	margin-bottom: 20px;
}

.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	line-height: 40px;
	text-align: center;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
	text-align: center;
}

.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;
	width: 100%;
}

.swiper-slide {
	position: relative;
}

.swiper-slide p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
}
.swiper1 .swiper-slide p{
	height: 60px;
	font-size: 16px;
}

/*底部*/

.footbgs {
	border-top: 1px solid #0190d1;
	padding: 20px 0;
	background: #0190d1;
	width: 100%;
	margin-top: 20px;
}

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

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff !important;
}

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

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

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 950px;
	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: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #0190d1;
	background-size: 60%;
	border-radius: 10px;
	/*	opacity: 0.7;*/
}

.goTop:hover {
	/*opacity: 1;*/
}

.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;
	}
}


/*=======*/

.n4_left ul li a,
.entry-title,
.ul_img ul li p,
.swiper2 p,
.news_r h2,
.channel_ul .channel_p p,
.side-mod .rankList li a,
.swiper2 p,
.grid_3>div p,
.post-navigation div a,.swiper1 .swiper-slide p {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry-site,
.classify-module a p,
.news_r .text {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.banshi a {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}