@charset "utf-8";

html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
	font-family: tahoma, "Microsoft YaHei";
	color: #333;
}

body {
	font-size: 14px;
	line-height: 1.5;
	min-width: 1400px
}

input,
select,
textarea {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

img {
	vertical-align: top;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
	display: block;
	overflow: hidden;
	height: 0;
	content: ".";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

* {
	word-break: break-all;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	font-size: 16px;
	color: #fff;
}

/*webkit*/
:-moz-placeholder {
	font-size: 16px;
	color: #fff;
}

/*firefox 4-18*/
::-moz-placeholder {
	font-size: 16px;
	color: #fff;
}

/*firefox 19+*/
:-ms-input-placeholder {
	font-size: 16px;
	color: #fff;
}

/*ie10+*/

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* background: url("images/xial.png")  calc(100% - 10px) center no-repeat; */
}

/* input { -webkit-appearance: none; } */

.f_between {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.f_start {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.f_end {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.f_center {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center
}

.f_middle {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}

.f_col {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.f_row {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hide-text-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body {
	background: #fff;
	line-height: 1;
	font-size: 13px;
	font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}

/*页面尺寸*/
.wraptop {
	width: 100%;
	background: #f0f0f0;
}

.wraptop .inner {
	height: 40px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	width: 1400px;
	margin: 0 auto;
}

/**页面全局宽度**/
#header {
	background: #214a83;
}

.header .inner {
	height: 160px;
	background: url(images/topbg.png) right top no-repeat;
}

.header .head-left {
	float: left;
	padding: 40px 10px 0px 0;
}

.header .sitelogo {
	height: 80px;
	background: url(./images/jx_logo2.png) left no-repeat;
	vertical-align: top;
	font-size: 0;
}

.header .sitelogo .logo {
	display: inline-block;
	width: 440px;
	height: 80px;
	vertical-align: top;
}

.header .sitetitle {
	margin-left: 40px;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #ffffff;
	vertical-align: top;
}

.header .head-right {
	float: right;
	padding-top: 60px;
	width: 320px;
}

/*lang样式*/
.site-lang {
	height: 22px;
}

.site-lang li {
	float: right;
}

.site-lang li.links {
	display: inline-block;
}

.site-lang li.links a {
	line-height: 22px;
	font-size: 14px;
	padding-left: 30px;
	color: #333;
	background: url(images/jx_home.png) left top no-repeat;
}

.site-lang li.links:hover a {
	color: #214a83 !important;
}

.site-lang li.line {
	display: inline-block;
	color: #fff;
	margin: 0 7px;
}

/*系统默认搜索*/
.wp_search {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	background: #000000;
	width: 209px;
	height: 36px;
	opacity: 0.3;
	filter: Alpha(opacity=30)
}

.wp_search #keyword {
	width: 177px !important;
	padding: 4px 0;
	border: none;
	height: 28px;
	line-height: 28px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.wp_search .search {
	width: 32px;
	height: 30px;
	border: 0px;
	background: url(images/sous.png) no-repeat center;
	cursor: pointer;
	vertical-align: top;
}

/*自定义输入框*/
.searchbox {
	text-align: right;
}

.wp-search {
	position: relative;
	border: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	margin-right: 40px;
	height: 40px;
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	line-height: 40px;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	border: 0;
	outline: 0;
}

.wp-search .search-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-search .search-btn input.search-submit {
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	background: url(images/jx_search.png) no-repeat center;
	cursor: pointer;
}

/*导航样式*/
.nav {
	background: #fff;
}

.wp-menu {
	height: 60px;
}

.wp-menu .menu-item {
	display: inline-block;
	position: relative;
	min-width: 100px;
	height: 60px;
	padding: 0 12px;
	text-align: center;
}

.wp-menu .menu-item>a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
}

.wp-menu .menu-item a.menu-link {
	color: #333;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}

.wp-menu li.menu-item:hover {
	background: #0080c5;
}

.wp-menu li.menu-item:hover a.menu-link {
	color: #fff;
}


.wp-menu .i11 {
	background: url(images/jx_menu.png) top repeat;
}

.wp-menu .menu-item.i11 a.menu-link {
	color: #fff;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	width: auto;
	min-width: 100px;
	z-index: 100;
	background: rgba(33, 74, 130, 1);
}

.sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

.sub-menu .sub-item a {
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: none;
	text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
	color: #005fa8 !important;
	background: #e0e0e0;
	display: block;
}

.sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}

/**幻灯**/
#banner .swiper-container {
	width: 100%;
	text-align: center;
}

#banner .swiper-slide {
	/* width: 1200px; */
	height: 500px;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.5);
	-moz-background-size: 11px 20px;
	-webkit-background-size: 11px 20px;
	background-size: 11px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

#banner .swiper-button-next {
	background-image: url(images/next.png);
	right: 0;
}

#banner .swiper-button-prev {
	background-image: url(images/prev.png);
	left: 0;
}


/**页脚**/
#footer {
	background: #214a83;
	padding-top: 54px;
}

#footer .bottom {
	width: 320px;
}

#footer .call {
	width: 320px;
}

#footer .title {
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 19px;
}

#footer .link a {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #e0e0e0;
	margin-bottom: 7px;
}

#footer .callwz span {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #e0e0e0;
	margin-bottom: 5px;
}

#footer .callwz span:last-child {
	margin-bottom: 0;
}

#footer .saoma {
	display: block;
	width: 100px;
	height: 100px;
	margin-top: 22px;
}

.foot2 {
	margin-top: 36px;
	border-top: 1px solid #3a639d;
}

.footwz {
	padding: 18px 0;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
}

.footlink {
	width: 320px;
}

.botlinks .links-wrap {
	position: relative;
	width: 320px;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	border-radius: 6px;
}

.botlinks .links-wrap a.links-arrow {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 47px 0 17px;
	color: #fff;
	font-size: 16px;
	background: url(images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
	color: #fff;
	background-position: right bottom;
	cursor: pointer;
}

.botlinks .links-wrap .link-items {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	height: auto;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	background: #f5f5f5;
	border-radius: 6px;
}

.botlinks .links-wrap .link-items a {
	display: block;
	line-height: 24px;
	padding: 5px 15px;
	color: #444;
}

.botlinks .links-wrap .link-items a span {
	display: block;
	white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
	color: #333;
	background: #e0f1f9;
	cursor: pointer;
}

/**链接样式**/



/**首页**/
.main2 {
	margin-top: 58px;
}

.f_news1 {
	width: 920px;
}

.f_news2 {
	width: 440px;
}

.news_bt1 {
	border-bottom: 4px solid #214a83;
	position: relative;
}

.news_bt1 .txtbt {
	height: 50px;
	line-height: 28px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.more_btn {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	height: 36px;
}

.more_btn .more_text,
.more_btn a {
	line-height: 36px;
	font-size: 16px;
	color: #424b73;
}

.news_con {
	margin-top: 43px;
}

.news_01 {
	float: left;
	width: 440px;
	height: 320px;
	overflow: hidden;
}

.news_01 .swiper-container {
	width: 100%;
	height: 100%;
}

.news_01 .swiper-slide {
	position: relative;
	width: 390px;
	height: 320px;
}

.news_01 .pictu img {
	width: 440px;
	height: 320px;
}

.news_01 .news_bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 62px;
	line-height: 62px;
	background: rgba(0, 0, 0, 0.4);
	padding-left: 28px;
	padding-right: 90px;
	font-size: 16px;
	color: #fff;
}

.news_01 .news_title {
	line-height: 62px;
	font-size: 16px;
	color: #fff;
}

.news_01 .news_title a {
	line-height: 62px;
	font-size: 16px;
	color: #fff;
}

.news_01 .swiper-container-horizontal>.swiper-pagination {
	width: auto;
	bottom: 24px;
	right: 18px;
	left: auto;
	text-align: right;
}

.news_01 .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
}

.news_01 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.news_01 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #214a83;
}

.news_02 {
	float: right;
	width: 440px;
}

.news_02 li {
	margin-top: 13px;
	padding-right: 24px;
	border-bottom: 1px dashed #e0e0e0;
	padding-bottom: 14px;
}

.news_02 li:first-child {
	margin-top: 0;
}

.news_02 li a {
	display: block;
}

.news_02 .news_wz {
	line-height: 28px;
	font-size: 16px;
	color: #333;
}

.news_02 .news_date {
	line-height: 28px;
	font-size: 14px;
	color: #999;
}

.news_bt2 {
	border-bottom: 4px solid #214a83;
	position: relative;
}

.news_bt2 .txtbt {
	height: 50px;
}

.news_bt2 .txtbt .btwz {
	display: inline-block;
	/*padding: 0 32px;*/
	height: 50px;
	/*line-height: 50px;*/
        line-height: 28px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	cursor: pointer;
}

/*.news_bt2 .txtbt .btwz.selected {
	background: #214a83;
	color: #fff;
       
}*/

.more_btn .more_text {
	display: none;
}

.more_btn .more_text:first-child {
	display: block;
}


.news_03 li {
	margin-top: 14px;
	padding-left: 85px;
	padding-bottom: 10px;
	position: relative;
}

.news_03 li:before {
	position: absolute;
	content: '';
	left: 85px;
	right: 0;
	bottom: 0;
	border-bottom: 1px dashed #e0e0e0;
}

.news_03 li:first-child {
	margin-top: 0;
}

.news_03 .news_wz {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	height: 60px;
}

.news_03 .news_date {
	position: absolute;
	left: 0;
	top: 6px;
	width: 64px;
	height: 64px;
	border: 1px solid #214a83;
}

.news_03 .news_date .day {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	background: #214a83;
	color: #fff;
}

.news_03 .news_date .year {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #214a83;
}

.news_03card li {
	margin-top: 20px;
	background: #e8edf2;
	padding: 17px 30px;
}

.news_03card li:first-child {
	margin-top: 0;
}

.news_03card li .bt {
	line-height: 28px;
	font-size: 16px;
	color: #333;
	margin-bottom: 4px;
}

.news_03card li .line {
	line-height: 28px;
	font-size: 14px;
	color: #999;
}

.news_03card li:hover {
	background: #214a83;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.news_03card li:hover .bt,
.news_03card li:hover .line {
	color: #fff;
}


.main3 {
	margin-top: 60px;
}

.main3_list {
	width: 440px;
}

.main3_list .news_con {
	margin-top: 23px;
}

.main3_list li {
	height: 57px;
	border-bottom: 1px dashed #e0e0e0;
	padding-right: 100px;
	position: relative;
}

.main3_list li .news_wz {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333;
}

.main3_list li .news_date {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 56px;
	line-height: 56px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.main4 {
	margin-top: 38px;
	padding-bottom: 44px;
}

.main4 .news_con {
	margin-top: 44px;
}

.main4 .news_bt2 {
	position: relative;
}

.main4 .news_bt2 .more_btn {
	position: absolute;
	right: 0;
	top: 0;
}

.main4_list li {
	width: 320px;
}

.main4_list li .pic {
	width: 320px;
	height: 214px;
	overflow: hidden;
}

.main4_list li .pic img {
	width: 320px;
	height: 214px;
}

.main4_list li .news_wz {
	margin-top: 16px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}

.main5 {
	background: #dbeaff;
	padding: 40px 0;
}

.main5 .link_con a {
	width: 420px;
	height: 80px;
	background: #214a83;
	text-align: center;
}

.main5 .link_con a .bt {
	height: 52px;
	line-height: 52px;
	padding-left: 62px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.main5 .link_con a:nth-child(1) .bt {
	background: url(images/icon1.png) left center no-repeat;
}

.main5 .link_con a:nth-child(2) .bt {
	background: url(images/icon2.png) left center no-repeat;
}

.main5 .link_con a:nth-child(3) .bt {
	background: url(images/icon3.png) left center no-repeat;
}

.main5 .link_con a:hover {
	background: #fff;
}

.main5 .link_con a:hover .bt {
	color: #214a83;
}

.main5 .link_con a:nth-child(1):hover .bt {
	background: url(images/icon1c.png) left center no-repeat;
}

.main5 .link_con a:nth-child(2):hover .bt {
	background: url(images/icon2c.png) left center no-repeat;
}

.main5 .link_con a:nth-child(3):hover .bt {
	background: url(images/icon3c.png) left center no-repeat;
}

.news_02 li:hover .news_wz,
.news_03 li:hover .news_wz,
.main3_list li .news_wz a:hover,
.main4_list li:hover .news_wz {
	color: #214a83;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*列表页*/
.l-banner {
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.l-banner img {
	display: none;
	vertical-align: top;
	height: 100%;
}

#container-1 {
	background: url(images/banner.jpg) center center;
}

.listpage {
	padding-top: 30px;
	padding-bottom: 20px;
}

.col_menu {
	width: 280px;
	float: left;
}

/**栏目新闻**/
.col_news_head {
	/* border-left:6px solid #3FD7CB; */
	border-bottom: 1px solid #DBDBDB;
}

.col_menu .col_menu_head {
	background: #214a83;
	padding-left: 20px;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: url(images/jkd_08.png) left center no-repeat;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 52px;
	padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
	border: 1px solid #e4e4e4;
}

/*栏目列表*/

.col_list {
	/* padding:4px 18px; */
}

.col_list .wp_listcolumn {
	border-top: 0px solid #214a83;
	border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
	display: block;
}

.col_list .wp_listcolumn .wp_column:last-child a {
	border-bottom: 0;
}

.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 8px 0px 8px 28px;
	line-height: 40px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #005fa8;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
	font-weight: bold;
	color: #214a83;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;
	/* background:none; */
	border-top: 1px solid #eee;
	margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
	display: inline-block;
	line-height: 28px;
	padding: 5px 10px 5px 52px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	font-weight: bold;
	color: #214a83;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
	background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 51px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
	font-weight: bold;
	color: #214a83;
}


.col_news {
	width: 1080px;
	min-height: 500px;
	float: right;
}

/**栏目新闻**/
.col_news .col_news_box {
	margin-left: 266px;
}

.col_news_head {
	/* border-left:6px solid #3FD7CB; */
	border-bottom: 1px solid #DBDBDB;
}

.col_metas {
	height: 44px;
}

.col_metas .col_title {
	display: inline-block;
	float: left;
	line-height: 44px;
}

/**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-family: "Microsoft yahei";
	font-weight: normal;
	color: #005fa8;
	position: relative;
	padding-left: 2px;
	padding-right: 5px;
}

/**当前栏目名称**/
.col_metas .col_title h2:before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	right: 0;
	height: 6px;
	background: #dbeaff;
}

.col_metas .col_path {
	display: inline-block;
	float: right;
	/* padding-right:20px; */
	white-space: nowrap;
	height: 45px;
	line-height: 45px;
	color: #666;
}

/**当前位置**/
.col_metas .col_path a {
	color: #2F2F2F;
}

.col_news_con {
	padding: 5px 0px 10px 0px;
	margin: 0 7px;
}

.col_news_list {
	margin-top: 7px;
}

.newslist li {
	width: 100%;
	height: 36px;
	margin-top: 8px;
	position: relative;
	padding-right: 160px;
}

.newslist li a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.newslist li .time {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	font-size: 14px;
	color: #999;
}

.newslist li a:hover {
	color: #005fa8;
}

.wp_paging {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
	color: #494949;
	float: right;
}

.wp_paging input {
	font-size: 12px;
	*font-size: 100%;
}

.wp_paging li {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	float: left;
	margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.wp_paging li em {
	font-style: normal;
}

.wp_paging li a {
	cursor: pointer;
	color: #666;
	line-height: 25px;
	height: 25px;
}

.wp_paging li a:hover {
	color: #000;
}

.wp_paging li a span {
	margin: 0;
}

.wp_paging li input {
	font-size: 12px;
	*font-size: 100%;
	width: 24px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #d5d5d5;
	background: #fff;
	margin-top: 4px;
	text-align: center;
}

.wp_paging li input:focus {
	outline: none;
}

/**文章页**/
.infobox {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}

.article {
	padding-top: 30px;
	padding-bottom: 40px;
}

.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 15px;
	text-align: center;
	font-size: 25px;
	color: #282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.article h2.arti_title {
	text-align: center;
	font-size: 18px;
	margin-top: 18px;
	color: #005fa8
}

/**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}

.article .arti_metas span {
	margin: 0 5px;
	font-size: 14px;
	color: #787878;
}

/**文章其他属性**/
.article .entry {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
	color: #333;
}

/**阅读字体**/
.article .entry .read p {
	line-height: 1.7em;
	font-size: 16px;
}

.article .entry .read img {
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/

/**红色**/
#header2 {
	background: #b81315 url(images/jx_top2.jpg) center top no-repeat;
}

#header2 .wp-search .search-btn input.search-submit {
	background: url(images/jx_search2.png) no-repeat center;
}

#banner2 {
	height: 520px;
	background: url(images/banner2.jpg) center top no-repeat;
}

#footer.footer2 {
	background: #b81315;
}

#footer.footer2 .footwz {
	border-top: 1px solid #9b0f11;
}

.container2 .listpage {
	padding-top: 45px;
}

.container2 .col_menu {
	width: 300px;
}

.container2 .col_menu .col_menu_head {
	background: #b81315;
}

.container2 .col_menu .col_menu_head h3.col_name {
	font-size: 22px;
}

.container2 .col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 62px;
	padding: 0px 5px 0px 30px;
}

.container2 .col_list .wp_listcolumn .wp_column a {
	font-size: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.container2 .col_list .wp_listcolumn .wp_column a:last-child {
	border-bottom: 0;
}

.container2 .col_list .wp_listcolumn .wp_column a .column-name {
	padding: 8px 0px 8px 50px;
	line-height: 56px;
}

.container2 .col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #333;
}

.container2 .col_list .wp_listcolumn .wp_column a:hover,
.container2 .col_list .wp_listcolumn .wp_column a.selected {
	background: #fff;
}

.container2 .col_news {
	width: 820px;
}

.container2 .col_metas .col_title h2 {
	font-size: 24px;
	color: #b81315;
}

.container2 .col_metas {
	height: 61px;
}

.container2 .col_metas .col_title {
	line-height: 61px;
}

.container2 .col_metas .col_title h2:before {
	height: 4px;
	background: #e0e0e0;
}

.container2 .col_metas .col_path {
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	color: #333;
}

.container2 .newslist li {
	line-height: 60px;
	height: 60px;
	padding-left: 0;
	margin-top: 0;
	background: none;
	border-bottom: 1px dashed #e0e0e0;
}

.container2 .newslist li a {
	line-height: 60px;
	font-size: 18px;
	color: #333;
}

.container2 .newslist li .time {
	line-height: 60px;
	font-size: 16px;
	color: #999;
}

.infobox2 .article h1.arti_title {
	border: 0;
}

.infobox2 .article h2.arti_title {
	color: #666;
	padding-bottom: 5px;
}

.infobox2 .article .arti_metas span {
	font-size: 16px;
	color: #999;
}

.infobox2 .article .entry .read,
.infobox2 .article .entry .read p {
	font-size: 16px;
	color: #333;
	line-height: 34px;
}

.main4_list {
	position: relative;
}

.main4_list .more_btn {
	position: absolute;
	right: 0;
	top: -80px;
}