@charset "utf-8";

/*Technical Support SudyTech*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
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;
}

img {
	vertical-align: top;
}

html {
	overflow-x: hidden;
}

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%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}

:focus {
	outline: 0;
}

/*备用样式表*/
.none {
	display: none;
}

.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}

.hidden {
	visibility: hidden;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 10px;

}

/**布局开始**/
body {
	line-height: 1;
	font-size: 16px;
	font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}

p {
	line-height: 1.75;
}

a {
	color: #3b3b3b;
	text-decoration: none;
	transition: all 0.4s ease-in-out;

}

a:hover {
	color: #d30a03;
}

/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.post.post1.post-13.mbox {
	overflow: hidden;
}

.wrapper .inner {
width: 1000px;
	/*width: 62.5vw;*/
	margin: 0 auto;
	overflow: hidden;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
	background: #ececec;
	/* box-shadow: 0px 5px 6px -5px #989898; */
}

#headtop .inner {}

.headtop .top-left {
	float: left;
}

.headtop .top-right {
	float: right;
}

/*head开始*/

#header {
	background: ;
}

#header .inner {
	height: 110px;
	position: relative;
	background: url(images/head.png) no-repeat bottom center;
}

.header .sitelogo {
	float: left;
	margin-top: 20px;
}

.header .sitetitle {
	display: inline-block;
	margin-top: 28px;
	margin-left: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

/**站点名称**/
.header .head-left {
	float: left;
	display: inline-block;
}

.header .head-main {
	float: left;
	margin-top: 10px;
}

.header .head-right {
	float: right;
	margin-top: 40px;
	width: 325px;
}

/*rale样式*/

/*lang样式*/
.site-lang {}

.site-lang ul li.links {
	line-height: 35px;
	color: #565251;
	background: url(images/dh.png) no-repeat left;
	padding-left: 30px;
}

.site-lang ul li.links a {
	color: #565251;
}

/*默认主导航样式*/
#nav {
	background: #b01b2e;
}

#nav .inner {
	overflow: visible;
}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.nav .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
}

.nav .wp-menu .menu-item.i1 {
	background: none;
	letter-spacing: 3px;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
	display: none;
	width: 0px;
	height: 20px;
	vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 20px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
	background-color: #ececec;
	text-decoration: none;
	color: #333;
}

.nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	min-width: 100%;
	z-index: 100;
	background: #fff;
}

.nav .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

.nav .sub-menu .sub-item a {
	display: block;
	color: #000;
	height: 50px;
	line-height: 50px;
	padding: 0 17px;
	font-size: 16px;
	background: none;
	text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
	color: #333;
	background-color: #ececec;
	display: block;
}

.nav .sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}
/**
.nav li.menu-item.i3 .sub-item {
	display: none;
}

.nav li.menu-item.i3 .sub-item.i3-1,
li.menu-item.i3 .sub-item.i3-2,
li.menu-item.i3 .sub-item.i3-3,
li.menu-item.i3 .sub-item.i3-4 {
	display: block;
}
**/
/**主页banner开始**/
#banner {
	background: #e7e2df;
}

#banner .inner {
	width: auto;
	text-align: center;
	position: relative;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

.main1 {
	position: relative;
}

div#search-con2 {
	display: none;
}

div#search-con2 {
	background: rgba(51, 51, 51, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
}

.main1 .inner {
	padding: 20px 0px 15px 0px;
}

.main1 .ml {
	float: left;
	width: 360px;
	padding-top: 8px;
}

.main1 .mc {
	float: left;
	width: 380px;
	margin-left: 30px;
}

.main1 .mr {
	float: right;
	width: 346px;
}

.main4 {
		background: url(images/m4.jpg)  center top no-repeat;
	/* background-size: 100% 100%; */
	/* background-position: center; */
}

.main4 .inner {
	padding: 15px 0 0;
}

.main4 .ml {
	float: left;
	width: 530px;
}

.main4 .mr {
	float: right;
	padding-top: 25px;
}

.main4 .mr .mlink {}

/**标题栏新闻窗口**/
.post {
	margin-bottom: 2px;
}

.post .tt {
	display: inline-block;
	width: 100%;
	border-bottom: 0px solid #e6e6e6;
}

/**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 32px;
	font-weight: normal;
}

/**标题字体**/
.post .tt .tit .title {
	display: block;
	line-height: 42px;
	color: #424242;
	font-family: "Microsoft yahei";
}

.post .tt .tit .name {
	display: none;
	line-height: 16px;
	color: #333;
}

/*栏目别名*/
.post .con {
	padding: 6px 0;
	margin: 0 auto;
}

.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 42px;
	float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
	font-size: 16px;
	cursor: pointer;
}

.post .more_btn a {
	color: #666;
}

.post .more_btn a:hover {
	color: #b11e31;
}

/*标准标题*/
.post1 {}

.post1 .tt {}

.post1 .tt .tit {}

.post1 .tt .tit .title {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #18267d;
	cursor: pointer;
}


/*居中标题*/
.post3 {}

.post3 .tt {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}


.main2 .post3 .tt {
	width: 100%;
	text-align: center;
	margin-bottom: 1px;
}


.post3 .tt .tit {
	float: none;
}

.post3 .tt .tit .title {
	color: #444444;
	letter-spacing: 5px;
	background: url(images/hx.jpg) no-repeat bottom;
	padding-bottom: 10px;
}

.post3 .more_btn {}

.post3 .tt .tit .title span.red {
	color: #b11e31;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
	line-height: 20px;
	padding-left: 0px;
}

/**标题图标**/
.news_list li.news span.news_title {
	float: left;
}

/*标题*/
.news_list li.news span.news_title img {
	vertical-align: middle;
}

.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
	color: #333;
	font-size: 14px;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
	color: #666;
}

/*发布时间*/
.news_list li.news .news_icon {
	display: inline-block;
	margin: 0 auto;
	border: 0px solid red;
}

.news_list li.news .news_text {
	line-height: 22px;
	color: #666;
}

/*默认简介*/
.news_list li.news .news_bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 30px;
	background: #000;
	opacity: .7;
	filter: Alpha(opacity=70);
}

.news_list li.news p {
	line-height: 34px;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
	display: inline-block;
	position: relative;
	padding-left: 4px;
	border: 1px solid #d0d0d0;
}

.wp_search #keyword {
	width: 160px !important;
	padding: 4px 0;
	border: none;
	height: 20px;
	line-height: 20px;
	background: transparent;
	color: #fff;
}

.wp_search .search {
	width: 32px;
	height: 30px;
	border: 0px;
	background: #FFFFFF url(images/sous.png) no-repeat center;
	cursor: pointer;
	vertical-align: top;
}

/*自定义输入框*/
.searchbox {
	text-align: right;
	margin-top: 5px;
}

.wp-search {
	position: relative;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	margin-left: 4px;
	margin-right: 55px;
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 22px;
	padding: 7px 0;
	line-height: 22px;
	background: none;
	color: #5b5b5b;
	font-family: auto;
	font-size: 14px;
	border: 0;
	outline: 0;
	text-indent: 20px;
}

.wp-search .search-btn {
	width: 55px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0%;
}

.wp-search .search-btn input.search-submit {
	width: 55px;
	height: 36px;
	border: 0;
	outline: 0;
	background: #b01b2e url(images/sous.png) no-repeat center;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*banner*/
.mbanner .focus .focus-title-bar {
	bottom: 40px;
	left: 40px;
	margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
	position: absolute;
	right: 14px;
	bottom: 14px;
	margin-right: 0px;
	z-index: 60;
}

.mbanner .focus .focus-page {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 6px;
	background: #fff;
}

.mbanner .focus .focus-page-active {
	width: 18px;
	background: #fff;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
	width: 58px;
	height: 53px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(images/slide_next.png) no-repeat;
	text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
	left: 0px;
}

.mbanner .focus .focus-next {
	right: 0px;
	background-position: right top
}

ul.pages li {
	display: inline-block;
	line-height: 40px;
}

body {
	position: relative;
}

.layer {
	 position: fixed;
    background: #fff;
    width: 620px;
    height: 500px;
    z-index: 9999;
    top: 15%;
    left: 30%;
display:none
}

.layer .layer-inner {
	position: relative;

	height: auto;
	margin: 0 auto;
	background: #fff;
	z-index: 999;
}

.layer .layer-inner .layer-mod {}

.sm .tt {
	line-height: 70px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #c6010a;
	font-weight: 700;
}

.sm .tt span {
	background: url(images/rr.png) no-repeat left;
	padding-left: 60px;
	display: inline-block;
}

.sm .con .text {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
}

.sm .con ul .bt {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}

.sm .con ul ul .bt {
	margin: 0;
}

.sm .con ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 50px;
}

.layer .layer-inner .layer-mod .shutdown {}

.shutdown span {
	width: 50%;
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.shutdown span:hover {
	font-weight: bold;
}

.layer .close {
	color: #a19e9e;
	background: #efefef;
}

.layer span.close2 {
	background: #e32d35;
	color: #fff;
}

.layer span.close2 a {

	color: #fff;
}

.layer .searchbox {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 35px;
}

.post.post3.post-10.mbox li {
	float: left;
	width: 33.3%;
}

.post.post3.post-10.mbox .news_box.clearfix {
	margin: 0 18px;
	background: url(images/bg1.jpg) no-repeat;
	transition: all 0.4s ease-in-out;
	padding: 75px 0;
	box-shadow: 0px 5px 13px -5px #b8b8b8;
	background-size: 100% 100% !important;
}

.post.post3.post-10.mbox ul {
	margin: 0 -18px;
}


.post.post3.post-10.mbox .news_title {
	color: #b20d0d;
	font-size: 24px;
	line-height: 44px;
	text-align: center;

}

.post.post3.post-10.mbox .news_titlef {
	color: #b20d0d;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
}

.post.post3.post-10.mbox .news_lx {
	font-size: 20px;
	line-height: 40px;
	color: #1d1b1b;
	text-align: center;
	margin: 40px 0;
}

.post.post3.post-10.mbox .news_xq {
	font-size: 18px;
	line-height: 42px;
	background: #dd0c0d;
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 48px;

	cursor: pointer;

}

.post.post3.post-10.mbox .news_qd {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #1d1b1b;
}

.post.post3.post-10.mbox .news_qd span {
	font-size: 23px;
}

.post.post3.post-10.mbox .news_box.clearfix:hover {
	background: url(images/bg1h.jpg) no-repeat;
	background-size: 100% 100%;
}

.post.post3.post-10.mbox .news_box.clearfix:hover .news_title {
	color: #fff;
}

.post.post3.post-10.mbox .news_box.clearfix:hover .news_titlef {
	color: #fff;
}

.post.post3.post-10.mbox .news_box.clearfix:hover .news_lx {
	color: #fff;
}

.post.post3.post-10.mbox .news_box.clearfix:hover .news_xq {
	color: #c6010a;
	background: #dedddd;
}

.post.post3.post-10.mbox .news_box.clearfix:hover .news_qd {
	color: #fff;
}


.main2 {
	background: #f6f6f6;
}

.sm .con {
	padding: 30px 44px 55px 44px;
}

.sm .con ul {
	margin-top: 15px;
}

.post-11 .focus .focus-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 82%;
}

.post-11 .focus .focus-title-bar {
	height: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
	/** background: none; **/
}

.main2 .ml {
	float: left;

	width: 58.3%;
}

.main2 .mr {
	float: right;
	width: 40.5%;
}

.post.post1.post-12.mbox ul#d1 .news_title {
	font-size: 20px;
	color: #d30a03;
	line-height: 40px;
	background: url(images/top.jpg) no-repeat right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
}

.post.post1.post-12.mbox ul#d1 li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post.post1.post-12.mbox ul#d1 .news_text {
	color: #3a3a3a;
	font-size: 14px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post.post1.post-12.mbox ul li {
	line-height: 34px;
}

.main2 .inner {
	padding: 20px 0px 13px 0px;
}

.main3 .inner {
	padding: 20px 0px 10px 0px;
}

.post.post1.post-13.mbox li {
	margin-bottom: 20px;
}

.post.post1.post-13.mbox li.n2 {
	margin-bottom: 0px;
}

.post.post1.post-12.mbox ul#d1 {
	padding-bottom: 0px;
}

.post.post1.post-12.mbox span.news_title {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(images/jt.jpg) no-repeat left;
	padding-left: 25px;
	width: 73%;
}

.post.post1.post-12.mbox ul#d1 .news_title a {

	color: #d30a03;

}

.post.post1.post-13.mbox img {
	width: 100%;
	height: auto;
}

.main3 {
	background: url(images/m3.jpg) no-repeat;
}

.post.post3.post-15.mbox .tt .tit .title {
	background: 0;
}

.post.post3.post-15.mbox .news_imgs {
	float: right;
	width: 53%;
	overflow: hidden;
}

.post.post3.post-15.mbox {
	margin-top: 20px;
}

.post.post3.post-15.mbox .news_wz {
	float: left;
	width: 45.4%;
}

.post.post3.post-15.mbox ul .news_text {
	font-size: 16px;
	line-height: 32px;
	color: #797373;
	text-indent: 2em;
}

.post.post3.post-15.mbox .gd {
	line-height: 50px;
	transition: all 0.4s ease-in-out;
	max-width: 170px;
	background: #e60012;
	text-align: center;
	border-radius: 10px;
	font-size: 17px;
	color: #fff;
	margin-top: 60px;
}

.post.post3.post-15.mbox .gd a {

	color: #fff;
}

.post.post3.post-15.mbox img {
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.post.post3.post-15.mbox img:hover {
	transform: scale(1.1);
}

.fnav a.menu-link:hover {
	font-weight: bold;
}

ul.fn1 a.sub-link:hover {
	font-weight: bold;
}

.post.post3.post-15.mbox .gd:hover {
	transform: translateY(-0.5rem);
}

ul.news_list.list2 .news_title {
	font-size: 20px;
	color: #666;
	line-height: 28px;
	font-family: "Microsoft YaHei";
	max-height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

ul.news_list.list2 .news_title a {
	color: #666;
}

ul.news_list.list2 .news_text a {
	color: #666;
}

ul.news_list.list2 .news_meta {
	font-size: 18px;
	color: #666;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
}

ul.news_list.list2 li.news.n5 {
	border: 0;
}

ul.news_list.list2 li:hover img {
	transform: scale(1.1);
}

ul.news_list.list2 li:hover a {
	color: #d30a03;
}

ul.pages li {
	display: inline-block;
}

ul.pages {
	text-align: center;
}

ul.news_list.list2 .news_text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 13px;
	max-height: 105px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: "Microsoft YaHei";
}

body.list div#d-container {
	background: #f4f4f4 url(images/wznr.jpg) no-repeat top;
}

.dh li.news.n2 span {
	float: right;
	font-size: 20px;
	margin-right: 10px;
}

.dh li.news.n2 span a {
	padding: 0;
	background: none !important;
	margin: 0;
}

.dh li.news.n2 span:hover {
	font-weight: bold;
}

/******
*****************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.l-banner img {
	/*display: none;*/
	height: 100%;
	vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
	padding: 40px 0px 70px 0px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
	padding: 75px 0;
}

body.list div#l-container {
	background: #f3f4f6;
}





.col_menu {
	width: 240px;
	float: left;
	margin-right: -240px;
	position: relative;
}

.col_menu .l-qh {
	margin-bottom: 10px;
}

.col_menu .col_menu_head {
	background: #d2091c;
}

/**位置栏目背景**/

.col_menu_head span.Column_Anchor {
	background: url(images/htbg.jpg) no-repeat left;
	padding-left: 35px;
}


.col_menu .col_menu_head h3.col_name {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 30px;
	padding: 15px 5px 15px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
	background: #fff;
	padding: 0 15px;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #ddd;
}

.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 15px 0px 15px 50px;
	line-height: 30px;
	background: url(images/listbg.jpg) no-repeat left;
	background-position-x: 10px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	color: #bb1529;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #bb1529;
}

.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 {
	color: #bb1529;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;
	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 44px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	color: #bb1529;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 60px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
	color: #bb1529;
}


ul.wp_listcolumn.list-paddingleft-2 li:last-child a {
	border: 0;
}

ul.news_list.list2 .news_imgs {
	float: left;
	width: 28%;
	margin-right: -28%;
}

ul.news_list.list2 .news_wz {
	width: 100%;
}

ul.news_list.list2 .news_con {
	margin-left: 32%;
}

ul.news_list.list2 .news_put {
	padding-top: 74%;
	background: url(images/mrtp.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	background-size: 100% 100%;
}

ul.pages a.pgNext {
	background: #f0f0f2;
	padding: 10px 15px;
	margin: 0 5px;
	border-radius: 5px;
}

ul.pages li a {
	font-size: 18px;
	color: #666;
}

ul.pages li a:hover {
	color: #fff;
	background: #c41011;
}

ul.pages a.page-number {
	background: #f0f0f2;
	padding: 10px 15px;
	margin: 0 5px;
	border-radius: 10px;
}

div#wp_pager {
	margin-top: 30px;
}

ul.news_list.list2 .news_put img {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}

ul.news_list.list2 li {
	border-bottom: 1px solid #ccc;
	margin-top: 35px;
	padding-bottom: 35px;
}


/**栏目新闻**/
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}

.col_news .col_news_box {
	margin-left: 270px;
	background: #fff;
	padding: 20px 30px 70px 30px;
}

.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
	display: inline-block;
	float: left;
	line-height: 60px;
}

/**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 22px;
	font-family: "Microsoft yahei";
	font-weight: 400l;
	color: #c61124;
	background: url(images/yjtp.jpg) no-repeat left;
	padding-left: 60px;
}

.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	color: #666;
}

/**当前位置**/
.col_metas .col_path a {
	color: #2F2F2F;
}

.col_news_con {
	margin: 0 0px;
}

.col_news_list {}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}

.col_news_list .wp_entry p {
	margin-bottom: 10px;
}

.col_news_list .wp_entry table {
	margin-bottom: 4px;
}

.col_news_list .wp_entry img {
	max-width: 680px;
	_width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.xg {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.entry .read {
	min-height: 500px;
}

.infobox {
	margin: 0 auto;
	width: auto;
	padding: 20px 60px 50px 60px;
	width: auto;
	background: #fff;
}

.article {
	padding-top: 10px;
}

.article h1.arti_title {
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #333;
	font-family: "Microsoft YaHei";
}

/**文章标题**/



.wp_artfuns .wp_art_adjoin .prev {
	float: left;
}

span.prev-title {
	display: block;
	font-size: 16px;
	color: #d30a03;
}

span.next-title {
	font-size: 16px;
	color: #d30a03;
}

.wp_artfuns .wp_art_adjoin .next {
	padding: 0;
	float: left;
}

.wp_artfuns .wp_art_adjoin span {
	font-size: 18px;
	line-height: 35px;
}

.wp_art_adjoin a {
	font-size: 16px;
	color: #d30a03;
}

.article h2.arti_title {
	line-height: 34px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
	padding: 20px 0px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-family: "Microsoft YaHei";
}

.article .arti_metas span {
	margin: 0 10px;
	font-size: 16px;
	color: #333;
}

/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
	line-height: 35px;
	font-size: 18px;
	color: #333;
	font-family: "Microsoft YaHei";
}

/**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}

.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
	border: none;
}

/**页脚开始**/

.fbot {
	background: #000;
}

#footer {
	background: #3a3a3a;
	border-top: 8px solid #2d2d2d;
}

#footer .inner {
	padding: 15px 0px 15px 0px !important;
	position: relative;
}

#footer .inner .mod {
	width: 94%;
	margin: 0 auto;
}

#footer .inner .copyright img {
	padding-right: 8px;
}

#footer .inner .db.clearfix span.diz {
	margin-left: 15px;
}

.site-langf li a {
	color: #fff;
	opacity: 0.6;
}

.site-langf li {
	display: inline-block;
	font-size: 12px;
	margin: 0 5px;
}
.site-langf li.i1 {
	
	margin-left: 0px;
}

.fbot .db.clearfix {
	padding-top: 8px;
}

#footer .inner .foot-left {
	float: left;
	width: 35%;
}

.foot-center {
	float: left;
	width: 28%;



}
#footer .fbot .inner .mod{width: 94%;
    margin: 0 auto;}

.fbot .inner .fbotleft {
	float: left;
	width: 88%;
}
.fbot .inner .fbotright {
	float: right;
	width: 12%;
}



.foot-center li {
	text-align: center;
	float: left;
	width: 50%;
}

.fnav .menu-item {
	display: inline-block;
	position: relative;
	float: left;
}

ul.fn1 li.menu-item.i2 {
	margin: 0 10%;
}

.fnav a.menu-link {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	opacity: 0.8;
}

ul.fn2 a.sub-link {
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 30px;
}

.foot-center img {
	width: auto;
	max-width: 90%;
}

.foot-center li {
	display: inline-block;
	text-align: center;
}

.foot-right .tt {
	line-height: 40px;
	background: #333;
	color: #fff;
	text-align: center;
	opacity: 0.8;
	font-size: 15px;
}

.foot-right ul {
	background: #474747;
	padding: 15px 0px 15px 0px;
}

.foot-right ul li img {
	max-width: 100%;
	width: auto;
}

.foot-right ul li {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

.foot-right .con {
	margin: 0 8%;
}

.foot-center span {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	opacity: 0.8;
}

.foot-center .con {
	margin-top: 6px;
}

.db.clearfix {
	clear: both;
}

#footer .inner .foot-right {
	float: right;
	width: 34.5%;
}

#footer .inner p {
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	opacity: 0.8;
}

.fbot .mod {
	/* max-width: 1000px; */
	text-align: left;
	margin: 0 auto;
	padding: 10px;
}

.fbot p.copyright {
	font-size: 12px;
	line-height: 20px;
	color: #d8d8d8;
	opacity: 0.8;
}

.fbot p.copyright span {
	margin: 0px 5px;
}

#footer .fbot .inner p.copyright span.fdh2 {
	margin: 0px;
}


.fbot span.bean {
	margin-left: 30px !important;
}

#footer .inner p span {
	margin: 0 5px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
	color: #eee;
}




.col-md-6 {
	width: 47%;
	float: left;
}

.mod-03 .box-1 {
	background: url(images/bg_7.png) center center no-repeat;
	background-size: 100%;
	position: relative;
}

.db {
	display: block;
}

.mod-03 .box-1 .icon {
	width: 190px;
	margin-left: -80px;
	position: absolute;
	top: 34%;
	left: 50%;
	z-index: 8;
}

.mod-03 .box-1 .name {
	line-height: 32px;
	font-size: 17px;
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 34%;
	left: 0;
	z-index: 8;
}

.b {
	font-weight: bold;
}

.col-md-6.box-1 span.b {
	font-size: 21px;
}

.mod-03 .title {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	z-index: 9;
}

.mod-03 .title .tabs-tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	position: absolute;
}

.mod-03 .title .tabs-tit.selected {
	color: #d00505;
}

.mod-03 .title .tabs-tit:nth-child(1) {
	top: 46.8%;
	right: 12%;
}

.mod-03 .title .tabs-tit:nth-child(2) {
	top: 55.4%;
	right: 12.8%;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}

.mod-03 .title .tabs-tit:nth-child(3) {
	top: 63%;
	right: 16.8%;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.mod-03 .title .tabs-tit:nth-child(4) {
	top: 70%;
	right: 22%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mod-03 .title .tabs-tit:nth-child(5) {
	top: 75.7%;
	right: 28.9%;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.mod-03 .title .tabs-tit:nth-child(6) {
	top: 78.6%;
	right: 36.2%;
	-webkit-transform: rotate(75deg);
	-moz-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	-o-transform: rotate(75deg);
	transform: rotate(75deg);
}

.mod-03 .title .tabs-tit:nth-child(7) {
	top: 80.2%;
	right: 45%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mod-03 .title .tabs-tit:nth-child(8) {
	top: 78.6%;
	left: 36.2%;
	-webkit-transform: rotate(105deg);
	-moz-transform: rotate(105deg);
	-ms-transform: rotate(105deg);
	-o-transform: rotate(105deg);
	transform: rotate(105deg);
}

.mod-03 .title .tabs-tit:nth-child(9) {
	top: 75.7%;
	left: 28.9%;
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}

.mod-03 .title .tabs-tit:nth-child(10) {
	top: 70%;
	left: 22%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mod-03 .title .tabs-tit:nth-child(11) {
	top: 63%;
	left: 16.8%;
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	transform: rotate(150deg);
}

.mod-03 .title .tabs-tit:nth-child(12) {
	top: 55.4%;
	left: 12.8%;
	-webkit-transform: rotate(165deg);
	-moz-transform: rotate(165deg);
	-ms-transform: rotate(165deg);
	-o-transform: rotate(165deg);
	transform: rotate(165deg);
}

.mod-03 .title .tabs-tit:nth-child(13) {
	top: 47.0%;
	left: 12%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mod-03 .title .tabs-tit:nth-child(14) {
	bottom: 55.8%;
	left: 12.8%;
	-webkit-transform: rotate(195deg);
	-moz-transform: rotate(195deg);
	-ms-transform: rotate(195deg);
	-o-transform: rotate(195deg);
	transform: rotate(195deg);
}

/**
.mod-03 .title .tabs-tit:nth-child(13) {
	top: 46.8%;
	left: 12%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mod-03 .title .tabs-tit:nth-child(14) {
	bottom: 55.4%;
	left: 12.8%;
	-webkit-transform: rotate(195deg);
	-moz-transform: rotate(195deg);
	-ms-transform: rotate(195deg);
	-o-transform: rotate(195deg);
	transform: rotate(195deg);
}
**/
.mod-03 .title .tabs-tit:nth-child(15) {
	bottom: 63%;
	left: 16.8%;
	-webkit-transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	transform: rotate(210deg);
}

.mod-03 .title .tabs-tit:nth-child(16) {
	bottom: 70%;
	left: 22%;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.mod-03 .title .tabs-tit:nth-child(17) {
	bottom: 75.7%;
	left: 28.9%;
	-webkit-transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	transform: rotate(240deg);
}

.mod-03 .title .tabs-tit:nth-child(18) {
	bottom: 78.6%;
	left: 36.2%;
	-webkit-transform: rotate(255deg);
	-moz-transform: rotate(255deg);
	-ms-transform: rotate(255deg);
	-o-transform: rotate(255deg);
	transform: rotate(255deg);
}

.mod-03 .title .tabs-tit:nth-child(19) {
	bottom: 80.2%;
	left: 45%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.mod-03 .title .tabs-tit:nth-child(20) {
	bottom: 78.6%;
	right: 36.2%;
	-webkit-transform: rotate(285deg);
	-moz-transform: rotate(285deg);
	-ms-transform: rotate(285deg);
	-o-transform: rotate(285deg);
	transform: rotate(285deg);
}

.mod-03 .title .tabs-tit:nth-child(21) {
	bottom: 75.7%;
	right: 28.9%;
	-webkit-transform: rotate(300deg);
	-moz-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	transform: rotate(300deg);
}

.mod-03 .title .tabs-tit:nth-child(22) {
	bottom: 70%;
	right: 22%;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.mod-03 .title .tabs-tit:nth-child(23) {
	bottom: 63%;
	right: 16.8%;
	-webkit-transform: rotate(330deg);
	-moz-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	-o-transform: rotate(330deg);
	transform: rotate(330deg);
}

.mod-03 .title .tabs-tit:nth-child(24) {
	bottom: 55.4%;
	right: 12.8%;
	-webkit-transform: rotate(345deg);
	-moz-transform: rotate(345deg);
	-ms-transform: rotate(345deg);
	-o-transform: rotate(345deg);
	transform: rotate(345deg);
}

.w010 {
	width: 100%;
}

.mod-03 .box-1>img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.col-md-5 {
	width: 40%;
	float: right;
}

.mod-03 .content {
	margin-top: 15%;
	color: #fff;
}

.main4 .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 77px 0;
}

.list-01 {
	display: none;
}

.col-md-5.col-md-offset-1.content .name.fl {
	font-size: 47px;
	font-weight: bold;
	border-bottom: 1px solid #d00505;
	line-height: 55px;
}

.col-md-5.col-md-offset-1.content .TRS_Editor {
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 30px;
}

.col-md-5.col-md-offset-1.content .name.fl span {
	border-bottom: 4px solid #d00505;
	display: inline-block;
	line-height: 55px;
	padding-bottom: 15px;
	margin-left: 20px;
}

.fdright {
	position: fixed;
	right: 0.5%;
	bottom: 0;
	width: 100px;
	text-align: center;
}


.post.post1.post-96.mbox .news_box.clearfix {
	position: relative;
}

.post.post1.post-96.mbox img {
	width: 100%;
	height: auto;
}

.post.post1.post-96.mbox .news_wz {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.post.post1.post-97.mbox {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	text-align: center;
	border-radius: 5px;
}

.post.post1.post-97.mbox h3.tit {
	float: none;
}

.post.post1.post-97.mbox .title {
	font-size: 13px;
	line-height: 22px;
	color: #1f1c1c;
	font-weight: bold;
	margin: 0;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz li {
	display: inline-block;
	font-size: 0;
	width: 25%;
	float: left;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n1 {
	background: url(images/fdh.png) no-repeat center;
	background-size: 80% 80%;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n1.selected {
	background: url(images/fdhh.png) no-repeat center;
	background-size: 80% 80%;
}


.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n2 {
	background: url(images/fwx.png) no-repeat center;
	background-size: 80% 80%;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n2.selected {
	background: url(images/fwxh.png) no-repeat center;
	background-size: 80% 80%;
}


.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n3 {
	background: url(images/fsj.png) no-repeat center;
	background-size: 70% 100%;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n3.selected {
	background: url(images/fsjh.png) no-repeat center;
	background-size: 70% 100%;
}


.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n4 {
	background: url(images/fdz.png) no-repeat center;
	background-size: 80% 80%;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz li.news.n4.selected {
	background: url(images/fdzh.png) no-repeat center;
	background-size: 80% 80%;
}

.post.post1.post-97.mbox img {
	width: 80px;
}

.post.post1.post-98.mbox {
	display: none;
}

.post.post1.post-96.mbox li {
	margin-bottom: 2px;
}

.post.post1.post-97.mbox .con {
	padding: 0px 0px 10px 0px;
}

.post.post1.post-97.mbox ul.news_list.clearfix.nr .news_title {
	font-size: 12px;
	line-height: 30px;
}

.post.post1.post-97.mbox ul.news_list.clearfix.kz {
	padding: 0 5px;
}

.post.post1.post-98.mbox li {
	font-size: 14px;
	line-height: 30px;
}

.post.post1.post-98.mbox .tt {
	display: none;
}

.post.post1.post-98.mbox .more_btn {
	float: none;
	line-height: 30px;
}

.post.post1.post-98.mbox span.more_text {
	font-size: 12px;
	color: #ce0203;
	display: inline-block;
	background: url(images/dj.png) no-repeat left;
	padding-left: 25px;
}

.post.post1.post-98.mbox .con {
	padding-top: 0;
	padding-bottom: 0;
}

.post.post1.post-98.mbox {
	padding-bottom: 39px;
}

.post.post1.post-98.mbox img {
	max-width: 100%;
	height: auto;
}

.post.post1.post-98.mbox .con {
	padding-top: 0;
	padding-bottom: 0;
}

.post.post1.post-98.mbox .news_title a {
	color: #fff;
}

.post.post1.post-96.mbox .con {
	padding: 0;
}

.site-langf li:hover {
	font-weight: bold;
}

.post.post1.post-98.mbox .news_title a:hover {
	font-weight: bold;
}

.e_box.p_infoBox {
	display: none;
}

/* 追加的只显示一行数据 */
/* 省略号 */
.sl1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;    padding: 0px 10px;
}

.sl2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nwsopen a,
.nwsopen a:visited {
	display: block;
	width: 100%;
	height: 100%;
}

#scplists .news_title {
	cursor: pointer;
	cursor: pointer;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}


.nwstext {
	line-height: 2;
	text-indent: 2em;
}

.cpgg .news_box.clearfix {
	position: relative;
}

.fbot p.copyright a {
	color: #d8d8d8;
}

script#kXScript {
	display: block;
	height: 5px;
	width: 20px;
}

#pagegation {
	text-align: center;
	padding: 10px;
}



ul.sub_list.list-paddingleft-2 {
    padding-left: 20px;
}

.indexTips {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-flex;
text-align: center;align-items: center;display: flex;justify-content: center;
}

.indexTips.show {
    opacity: 1;
    visibility: visible; 
/**display: none; **/
/** display: none; **/
}

.indexTips .container {
    position: relative;
}

.indexTips .container a.close {
    display: block;
    background: url(images/close38.png) center no-repeat;
    background-size: cover;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.12rem;
    top: 0.12rem;
    bottom: auto;
    color: #fff;
    border-radius: 50%;
    background: #b01b2e;
    font-size: 30px;
}
.indexTips img {
    vertical-align: middle;
    width: 650px;
    height: 400px;
    border: 0;
}



.sindexTips {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.sindexTips.show{
	opacity: 1;
	visibility: visible;
}
.sindexTips .container a.close {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.12rem;
    top: 0.12rem;
    bottom: auto;
    color: #fff;
    border-radius: 50%;
    background: #b01b2e;
    font-size: 30px;
}
.sindexTips .nwspwdcon{
	width: 650px;
	height: 400px;
	background: url("./images/pwdbg.png");
	position: relative;
}
.scon{
	padding: 20px;
}
.sindexTips .nwspwdcon{
	color: #fff;
}
.sindexTips .nwspwdcon h4{
	font-size:2rem;
		line-height: 2;
		padding-top:10px;
}
.sindexTips .nwspwdcon form{
	margin: 0px auto;
	padding-top: 40px;
	width: 80%;
}
.sindexTips .nwspwdcon .info{
	width: 80%;
	line-height: 2;
	margin: 0px auto;
	text-align: left;
	color: #fff;
	font-size:14px;
	padding-top: 70px;
	word-break: break-all;
}
.sindexTips .nwspwdcon .btns{
	padding: 10px;
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
}
.sindexTips .nwspwdcon .btns a{
	background-color: #f44824;
	border-radius: 10px;
	width: 40%;
}
.sindexTips .nwspwdcon .btns a:last-child{
	background-color: transparent;
	color: #fff;
	border: 1px solid #f44824;
}
.s30{
	width: 30%!important;
}

@media screen and (max-width: 690px){
	.s30{
		width: 20%!important;
	}
	.sindexTips .nwspwdcon form{
		padding-top: 10px;
	}
	.sindexTips .nwspwdcon {
		width: 95vw;
		height: 240px;
		margin: 0px auto;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.sindexTips .nwspwdcon h4{
		font-size:1rem;
	}
	.sindexTips .nwspwdcon .btns{
		
		display: flex;
		justify-content: space-around;
		padding-top: 10px;
	}
	.sindexTips .nwspwdcon .info{
		width:100%;
		line-height: 22px;
		margin: 0px auto;
		text-align: left;
		color: rgba(255,255,255,0.6);
		font-size:14px;
		padding-top: 0px;
		word-break: break-all;
	}
}