@charset "utf-8";

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: auto;
	border: 0px 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;
}

.clear.clearyxzy {
	padding: 15px;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(/template/pc/skin/images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

/**布局开始**/
body {
	line-height: 1;
	font-size: 14px;
	font-family: "Microsoft?YaHei", "Helvetica?Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha?Sans", sans-serif;
	color: #333;
}

p {
	line-height: 1.75;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #204f9f;
}

/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	width: 1250px;
	margin: 0 auto;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
	display: none;
	background: #666;
}

#headtop .inner {}

.headtop .top-left {
	float: left;
}

.headtop .top-right {
	float: right;
}

/*head开始*/
#header {
	background: url('/template/pc/skin/images/head_bg.png') repeat-x center top;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 99;
}

#header .inner {
	width: auto;
	height: 132px;
	position: relative;
	text-align: center;
}

.header .sitelogo {
	float: none;
	margin-top: 25px;
}

.header .sitelogo a {
	display: inline-block;
	position: relative;
	z-index: 110;
}

.header .sitetitle {
	display: none;
	margin-top: 28px;
	margin-left: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

/**站点名称**/
.header .head-left {
	float: none;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	text-align: center;
	z-index: 1105;
}

.header .head-left.fixednav {
	position: fixed;
	height: 60px;
	z-index: 1011;
	margin-top: -25px;
}

.header .head-left.fixednav img {
	height: 55px;
	margin-left: 20px;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* 应用动画到图片 */
.floating-image {
  animation: float 3s ease-in-out infinite;
  /* 以下为可选样式 */
 
  display: block; /* 确保动画生效 */
  margin: 0 auto; /* 居中图片 */
}

.header .head-right {
	float: none;
	margin-top: 12px;
	width: 200px;
	position: absolute;
	right: 100px;
	top: 10px;
	z-index: 102;
}

.header .navbox {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 101;
	top: 48px;
}

.header .navbox.fixednav {
	position: fixed;
	height: 60px;
	width: 100%;
	z-index: 1001;
	top: -60px;
	left: 0;
	right: 0;
	background-color: #006ec0;
	border-bottom: 0px solid #02a7f7;
	text-align: center;
}

.header .navbox.fixednav .wp-window {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	margin-top: 8px;
}

/*rale样式*/
.site-rale {
	margin-top: 20px;
}

.site-rale ul {}

.site-rale ul li.links {
	float: none;
	margin-bottom: 23px;
}

.site-rale ul li.links a {
	display: inline-block;
	line-height: 35px;
	padding: 0 12px 0 12px;
	font-size: 14px;
	color: #cad3d4;
	position: relative;
}

.site-rale ul li.links a:after {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: red;
}

.site-rale ul li.links a:hover {
	color: #fff;
}

.site-rale ul li.links a:hover:after {
	display: block;
	color: #fff;
}

/*lang样式*/
.site-lang {}

.site-lang ul {
	float: right;
}

.site-lang ul li.links {
	float: left;
}

.site-lang ul li.links a {
	line-height: 35px;
	margin: 0px 5px;
	padding: 5px 5px;
	font-size: 13px;
	color: #fff;
	border: 2px solid #fff;
}

.site-lang ul li.links a:hover {
	color: #204f9f;
	background: #fff;
}

/*默认主导航样式*/
#nav {
	background: #004ea1;
}

#nav .inner {}

#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;
	position: relative;
}

.nav .wp-menu .menu-item {
	display: inline-block;
	float: left;
	/* position: relative; */
}

.nav .wp-menu .menu-item.i1 {
	background: none;
}

.nav .wp-menu .menu-item.i3 {
	margin-right: 120px;
}

.nav .wp-menu .menu-item.i4 {
	margin-left: 120px;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
	display: none;
	width: 20px;
	height: 20px;
	background: url(/template/pc/skin/images/nav_j.png) no-repeat center center;
	vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 32px;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 16px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
	background-color: transparent;
	text-decoration: none;
	color: #eee;
	position: relative;
}

.nav .wp-menu .menu-item.hover a.menu-link:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 2px;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #1d4791;
}

.nav .sub_box {
	display: none;
	position: absolute;
	left: 0px;
	top: 42px;
	right: 0px;
	width: 100%;
	padding-top: 12px;
}

.nav .sub_box .sub_boxcon {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.nav .sub_box .sub_text {
	float: left;
	width: 65%;
}

.nav .sub_box .sub_imgs {
	float: right;
	width: 35%;
	padding: 24px 0px 24px;
	text-align: left;
}

.nav .sub_box .sub_imgs img {
	margin: 0 auto;
	width: 263px;
	border-radius: 8px;
}

.nav .sub_box .sub_bottom {
	padding: 20px 135px 14px;
	background: #f4f4f2;
}

.nav .sub_box .sub_bottom .sub_b_title {
	float: left;
	line-height: 28px;
	width: 100px;
	margin-right: -75px;
	text-align: left;
}

.nav .sub_box .sub_bottom .sub_b_con {}

.nav .sub_box .sub_bottom .sub_b_box {
	margin-left: 75px;
}

.nav .sub_box .sub_bottom .sub_b_box .links {
	float: left;
	margin-right: 14px;
	margin-bottom: 8px;
}

.nav .sub_box .sub_bottom .sub_b_box .links a {
	display: inline-block;
	padding: 0px 24px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.nav .sub_box .sub_bottom .sub_b_box .links a:hover {
	border: 1px solid #204f9f;
	color: #204f9f;
}

.nav .sub-menu {
	/* display: none; */
	/* position: absolute; */
	/* left: -8px; */
	/* top: 42px; */
	/* min-width: 146px; */
	/* z-index: 100; */
	margin: 30px 120px 25px 120px;
}

.nav .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	float: left;
	width: 33.3%;
}

.nav .sub-menu .sub-item a {
	display: block;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	font-size: 15px;
	background: none;
	text-align: left;
}

.nav .sub-menu .sub-item a span {
	margin-right: 8px;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
	color: #204f9f;
	display: block;
}

.nav .sub-menu .sub-menu {
	display: none;
}

.nav .sub-menu .sub_box {
	display: none !important;
}

/**主页banner开始**/
#banner {
	background: #e7e2df;
}

#banner .inner {
	width: auto;
	/* max-width: 1345px; */
	text-align: center;
	position: relative;
}

.lbanner {
	background: #e7e2df;
}

.lbanner .inner {
	width: auto;
	text-align: center;
	position: relative;
}

.mbanner .asides,
.lbanner .asides {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99;
	background-color: #204f9f;
}

.mbanner .links_box,
.lbanner .links_box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 105px;
	padding-right: 73px;
	background: #ffffff;
	box-shadow: 10px 10px 20px #eee;
}

.mbanner .search_box,
.lbanner .search_box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #484848;
	width: auto;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

.main1 {}

.main1 .inner {
	padding: 30px 0px 0px;
}
.main2025 .inner {
    padding: 30px 0px 30px;
}

.main1 .ml {
	float: left;
	width: 360px;
	padding-top: 8px;
}

.main1 .mc {
	float: left;
	width: 380px;
	margin-left: 30px;
}

.main1 .mr {
	float: right;
	width: 346px;
}

.main1 {
	overflow: hidden;
	min-height: 200px;
}

.main1 .inner {
	padding: 30px 0px 30px;
}

.main1 .ml {
	float: left;
	width: 360px;
	padding-top: 8px;
}

.main1 .mc {
	float: left;
	width: 380px;
	margin-left: 30px;
}

.main1 .mr {
	float: right;
	width: 346px;
}

.main2 {
	background: #e9e9e9;
}

.main2 .inner {
	padding: 30px 0px 30px;
}

.main3 {}

.main3 .inner {
	padding: 30px 0px 0px;
}

.main3 .inner .mod {
	margin: 0 -30px;
}

.main3 .ml,
.main3 .mr {
	float: left;
	width: 100%;
}

.main3 .ml .post,
.main3 .mr .post {
	margin: 0 30px;
}

.main4 {
	background: #ebebeb url('/template/pc/skin/image/main4_bg.jpg') no-repeat center top;
	background-size: cover;
}

.main4 .inner {
	padding: 30px 0 30px;
}

.main .main5 {
	background: url('/template/pc/skin/image/main5_bg.jpg') no-repeat center top;
}

.main .main5 .inner {
	padding: 20px 0;
}


/*
.main .main6 .inner {
	padding: 60px 0 50px;
	background: url("2025bk/guanjunbk.jpg") no-repeat center top;
}
*/

/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}

.post .tt {
	display: inline-block;
	width: 100%;
	border-bottom: 0px solid #e6e6e6;
}

/**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: normal;
}

/**标题字体**/
.post .tt .tit .title {
	display: block;
	line-height: 42px;
	color: #424242;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
}

.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(/template/pc/skin/images/li.gif) no-repeat center;
}

.post .more_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 20px;
	margin-top: 10px;
	line-height: 20px;
	float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
	font-size: 13px;
	cursor: pointer;
}

.post .more_btn a {
	color: #666;
}

.post .more_btn a:hover {
	color: #666;
}

/*标准标题*/
.post1 {}

.post1 .tt {
	border-bottom: 2px solid #146cc1;
}

.post1 .tt .tit {}

.post1 .tt .tit .title {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #18267d;
	cursor: pointer;
}

.post1 .tt .tit .title.selected {
	color: #0f429b;
}

.post1 .more_btn a {
	color: #1826a5;
}

.post11 {}

.post11 .tt {
	border-bottom: 0px;
}

.post11 .tt .tit {}

.post11 .tt .tit .title {
	display: inline-block;
	margin-right: 20px;
	line-height: 34px;
	font-size: 14px;
	color: #8b0067;
	cursor: pointer;
	position: relative;
}

.post11 .tt .tit .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 26px;
	height: 1px;
	background: #fff;
}

.post11 .more_btn a {
	color: #1826a5;
}

.post111 {}

.post111 .tt {
	border-bottom: 0px;
}

.post111 .tt .tit {
	float: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: none;
	text-align: center;
}

.post111 .tt .tit .title {
	display: inline-block;
	/* float:left; */
	margin: 0 10px;
	line-height: 58px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	position: relative;
}

.post111 .tt .tit .title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	background: #919191;
	border: 0px solid red;
	border-radius: 50%;
}

.post111 .tt .tit .title.selected {
	color: #0f429b;
}

.post111 .tt .tit .title.selected:after {
	bottom: -9px;
	background: #efefef;
	border: 2px solid #0e419c;
}

.post111 .con {
	border: 1px solid #ccc;
	border-bottom: none;
}

/*带图标标题*/
.post2 {}

.post2 .tt {}

.post2 .tt .tit {
	padding-left: 24px;
	background: url('/template/pc/skin/images/new1_icon.png') no-repeat left center;
}

.post2 .tt .tit .title {
	font-size: 16px;
	font-weight: bold;
	color: #18267d;
	cursor: pointer;
}

.post2 .con {}

/*居中标题*/
.post3 {}

.post3 .tt {
	width: 100%;
	text-align: left;
}

.post3 .tt p {
	line-height: 26px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}

.post3 .tt .tit {
	float: none;
	font-size: 25px;
	width: 100%
}

.post3 .tt .tit .title {
	line-height: 25px;
	color: #8b0067;
	position: relative;
	font-weight: 600
}

.post3 .more_btn {
	display: block;
	height: auto;
	margin-left: 0px;
	line-height: 20px;
	float: none;
	text-align: center;
}
.postnewlist .more_btn {
	display: block;
	height: auto;
	margin-left: 0px;
	line-height: 20px;
	float: none;
	text-align: center;
	font-size: 20px;
}

.post3 .more_btn a {
	display: inline-block;
	float: none;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px 60px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
}
.postnewlist .more_btn a {
	display: inline-block;
	float: none;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px 10px;
	border-radius: 4px;

}

.post3 .more_btn a:hover {
	background: #ebebeb;
}

.post33 {}

.post33 .tt {
	width: 100%;
	text-align: center;
}

.post33 .tt .tit {
	float: none;
	font-size: 16px;
}

.post33 .tt .tit .title {
	float: left;
	line-height: 34px;
	padding: 0px 10px;
	margin: 0px 2px;
	color: #000;
	position: relative;
	border-radius: 17px;
	cursor: pointer;
}

.post33 .tt .tit .title.selected {
	background: #cc1a1a;
	color: #fff;
}

.post33 .more_btn {
	display: block;
	height: auto;
	margin-left: 0px;
	line-height: 20px;
	float: none;
	text-align: center;
}

.post33 .more_btn a {
	display: inline-block;
	float: none;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px 60px;
	border: 1px solid #dcdcdc;
	background: #eee;
}

.post33 .more_btn a:hover {
	background: #ebebeb;
}

/*标题切换hover*/
.post4 {}

.post4 .tt {
	border-bottom: 1px solid #57b8ef;
}

.post4 .tt .tit {
	border-bottom: 0px;
}

.post4 .tt .tit .title {
	display: inline-block;
	margin-right: 20px;
	color: #333;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}

.post4 .tt .tit .title.selected {
	border-bottom: 3px solid #0074B3;
	color: #000;
}

.post4 .more_btn a {
	color: #1826a5;
}

/*左标题右内容*/
.post5 {
	background: #1826a5;
}

.post5 .tt {
	float: left;
	width: 120px;
	margin-right: -120px;
	position: relative;
}

.post5 .tt .tit {
	float: none;
	margin-top: 26px;
	width: 100%;
	font-size: 18px;
}

.post5 .tt .tit .title {
	text-align: center;
	color: #fff;
}

.post5 .more_btn {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -54px;
	z-index: 100;
	height: auto;
	text-align: center;
	margin-top: 0px;
}

.post5 .more_btn a {
	line-height: 45px;
	color: #fff;
}

.post5 .con {
	padding: 0;
	position: relative;
}

.post5 .con .conbox {
	margin-left: 120px;
	padding-left: 15px;
	background: #fff;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
	line-height: 34px;
	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: #9C9C9C;
}

/*属性*/
.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: 24px;
}

/*日历新闻样式1*/
.rili {}

.rili .con {
	padding: 5px 0px;
}

.rili .news_list {}

.rili .news_list li.news {
	margin-top: 0px;
}

.rili .news_list li.news.n1 {}

.rili .news_list li.news .news_date {
	float: left;
	width: 60px;
	height: 28px;
	line-height: 28px;
	margin-top: 3px;
	margin-right: -70px;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	border-radius: 4px;
	background: #146cc1;
	text-align: center;
	vertical-align: middle;
}

.rili .news_list li.news .news_date .news_year {
	display: inline-block;
	padding: 0 4px;
	font-size: 18px;
	color: #fff;
}

.rili .news_list li.news .news_date .news_days {
	display: inline-block;
	height: 26px;
	padding: 0 6px;
	font-size: 14px;
	color: #18267d;
	border-radius: 0px 4px 4px 0px;
	background: #fff;
	vertical-align: top;
	border: 1px solid #146cc1;
}

.rili .news_list li.news .news_wz {
	width: 100%;
}

.rili .news_list li.news .news_wz .news_con {
	margin-left: 70px;
}

.rili .news_list li.news .news_title {
	line-height: 34px;
	margin-top: 0px;
	font-size: 14px;
	color: #000;
}

.rili .news_list li.news .news_text {
	line-height: 20px;
	margin-top: 0px;
	font-size: 12px;
	color: #666;
}

/*日历新闻样式2*/
.rili2 {}

.rili2 .con {
	padding: 5px 0px;
}

.rili2 .news_list {}

.rili2 .news_list li.news {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news.n1 {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news .news_date {}

.rili2 .news_list li.news .news_date .news_year {
	line-height: 30px;
	font-size: 22px;
	color: #fff;
	background-color: #949494;
	transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
	line-height: 30px;
	font-size: 12px;
	color: #6b6b6b;
	background-color: #e3e4e6;
}

.rili2 .news_list li.news .news_wz {
	width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
	padding: 4px 0px;
	text-align: center;
}

.rili2 .news_list li.news .news_title {
	line-height: 23px;
	margin-top: 4px;
	font-size: 15px;
	color: #000;
}

.rili2 .news_list li.news:hover .news_date .news_year {
	background-color: #0945a8;
	transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
	background-color: #e3e4e6;
}

/*标题文*/
.news_text {}

.news_text .news_list {}

.news_text .news_list li.news {
	margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
	line-height: 24px;
	font-size: 15px;
}

.news_text .news_list li.news .news_text {
	line-height: 22px;
	font-size: 13px;
}

.news_text .news_list li.news .news_time {
	line-height: 28px;
	font-size: 13px;
}

/*图列表*/

.news_tu {}

.news_tu .con {
	padding: 12px 0px;
}

.news_tu .news_list {
	margin: 0px -10px;
}

.news_tu .news_list li.news {
	float: left;
	width: 33%;
}

.news_tu .news_list li.news .news_box {
	margin: 0px 10px;
	transition: all 0.4s ease-in-out;
}

.news_tu .news_list li.news .news_box:hover {
	opacity: .85;
	filter: Alpha(opacity=85);
}

.news_tu .news_list li.news .news_imgs {
	padding-top: 75%;
	background-color: #efefef;
	position: relative;
	overflow: hidden;
}

.news_tu .news_list li.news .news_imgs img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	object-fit: cover;
	height: 240px;
}

.news_tu .news_list li.news .news_imgs img:hover {
	transform: scale(1.1);
	/* 放大2倍 */
	transform-origin: center;
	/* 缩放中心为元素中心 */
}

.news_tu .news_list li.news .news_wz {}

.news_tu .news_list li.news .news_wz .news_con {}

.news_tu .news_list li.news .news_title {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.news_tu .news_list li.news .news_title a { font-size: 16px;}

/*图文*/
.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {
	margin-bottom: 10px;
}

.tu_text .news_list li.news .news_imgs {
	float: left;
	width: 160px;
	margin-right: -175px;
}

.tu_text .news_list li.news .news_imgs a {
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	background-color: #efefef;
}

.tu_text .news_list li.news .news_imgs img {
	width: 100%;
	height: auto;
}

.tu_text .news_list li.news .news_wz {
	width: 100%;
}

.tu_text .news_list li.news .news_wz .news_con {
	padding: 0px 0px;
	position: relative;
}

.tu_text .news_list li.news .news_title {
	line-height: 24px;
	font-size: 15px;
}

.tu_text .news_list li.news .news_text {
	line-height: 22px;
	font-size: 12px;
}

.tu_text .news_list li.news .news_time {
	line-height: 26px;
	font-size: 12px;
}

/*文字图标链接*/
.link_text {
	margin-bottom: 0px;
}

.link_text .news_list {
	margin: 0 -5px;
}

.link_text .news_list li.news {
	float: left;
	width: 20%;
	text-align: center;
}

.link_text .news_list li.news .news_box {
	margin: 0 5px;
}

.link_text .news_list li.news .link_icon {
	display: inline-block;
	width: 100%;
	background-color: #1b2ea3;
}

.link_text .news_list li.news .link_icon:hover {
	background-color: #666;
}

.link_text .news_list li.news .link_con {
	display: block;
	line-height: 30px;
	color: #fff;
}

/*图标链接*/
.link_icon {
	margin-bottom: 0px;
}

.link_icon .news_list {
	/* margin:0 -10px; */
}

.link_icon .news_list li.news {
	float: left;
	width: 102px;
	text-align: center;
	border: none;
}

.link_icon .news_list li.news .news_box {
	margin: 0 0px;
	border-left: 1px solid #d9d9d9;
}

.link_icon .news_list li.news.i1 .news_box {
	border-left: 0px;
}

.link_icon .news_list li.news .link_icon {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
	opacity: 1;
	filter: Alpha(opacity=100);
	position: relative;
}

.link_icon .news_list li.news .link_icon:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0px;
	right: 0;
	z-index: 1;
	background: #fff;
	transition: all 0.4s ease-in-out;
}

.link_icon .news_list li.news .link_icon:hover:after {
	top: -6px;
	background: #cc1a1a;
	transition: all 0.4s ease-in-out;
}

.link_icon .news_list li.news .link_icon:hover {
	padding: 10px 0px;
	background-color: #cc1a1a;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.link_icon .news_list li.news .link_icon:hover .link_con {
	color: #fff;
}

.link_icon .news_list li.news .link_icon .icon {
	width: 36px;
	height: 36px;
	margin: 0px 0px;
	border: 0px solid red;
	position: relative;
	z-index: 11;
}

.link_icon .news_list li.news.i1 .link_icon .icon {
	background-position: 0px 0px;
}

.link_icon .news_list li.news.i2 .link_icon .icon {
	background-position: -106px 0px;
}

.link_icon .news_list li.news.i3 .link_icon .icon {
	background-position: -209px 0px;
}

.link_icon .news_list li.news.i4 .link_icon .icon {
	background-position: -314px 0px;
}

.link_icon .news_list li.news.i7 .link_icon .icon {
	background-position: -415px 0px;
}

.link_icon .news_list li.news.i5 .link_icon .icon {
	background-position: -517px 0px;
}

.link_icon .news_list li.news.i6 .link_icon .icon {
	background-position: -714px 0px;
}

.link_icon .news_list li.news.i8 .link_icon .icon {
	background-position: -620px 0px;
}

.link_icon .news_list li.news.i1 .link_icon:hover .icon {
	background-position: 0px -135px;
}

.link_icon .news_list li.news.i2 .link_icon:hover .icon {
	background-position: -106px -135px;
}

.link_icon .news_list li.news.i3 .link_icon:hover .icon {
	background-position: -209px -135px;
}

.link_icon .news_list li.news.i4 .link_icon:hover .icon {
	background-position: -314px -135px;
}

.link_icon .news_list li.news.i7 .link_icon:hover .icon {
	background-position: -415px -135px;
}

.link_icon .news_list li.news.i5 .link_icon:hover .icon {
	background-position: -517px -135px;
}

.link_icon .news_list li.news.i6 .link_icon:hover .icon {
	background-position: -714px -137px;
}

.link_icon .news_list li.news.i8 .link_icon:hover .icon {
	background-position: -620px -135px;
}

.link_icon .news_list li.news .link_con {
	display: block;
	line-height: 30px;
	color: #000;
	position: relative;
	z-index: 10;
}

/*滚动Arrows */
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
	height: 62px;
	width: 60px;
	background: url(/template/pc/skin/images/slickarrow2.png) no-repeat;
	top: 50%;
	margin-top: -30px;
	border: 0px solid #d4d8d9;
	border-radius: 50%;
	outline: none;
}

.slick-prev {
	left: -95px;
	background-position: 0px 0px;
}

.slick-prev:hover {
	background-position: 0px 0px;
	opacity: .8;
	filter: Alpha(opacity=80);
}

.slick-prev:before {
	content: '';
}

.slick-next {
	right: -95px;
	background-position: right 0px;
}

.slick-next:hover {
	background-position: right 0px;
	opacity: .8;
	filter: Alpha(opacity=80);
}

.slick-next:before {
	content: '';
}


/*.post-33{}
.post-33 .con{}
.post-33 .news_list{}
.post-33 .news_list li.news{padding-left:18px; background:url('images/news_biao.png') no-repeat 3px center;}*/

.main .post-11 {}

.main .post-11 .con {
	padding: 30px 0 0;
	background: none;
}

.main .post-11 .listTable .news_list {
	margin: 0px -11px;
}

.main .post-11 .listTable .news_list li.news {
	width: 33%;
	
}

.main .post-11 .listTable .news_list li.news .news_box {
	margin: 0px 11px;
	background: #fff;
	position: relative;
}

.main .post-11 .news_list li.news .news_imgs {
	padding-top: 56%;
}

.main .post-11 .news_list li.news .news_wz {
	border: 1px solid #e7e7e7;
}

.main .post-11 .news_list li.news .news_wz .news_con {
	padding: 15px 24px 10px 24px;
	
}

.main .post-11 .news_list li.news .news_pre {
	position: absolute;
	right: 0px;
	top: 0px;
	/* width: 62px; */
	height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: url('/template/pc/skin/images/new2_bg.png') no-repeat left top;
}

.main .post-11 .news_list li.news .news_pre,
.main .post-11 .news_list li.news .news_pre a {
	padding: 0px 2px 0px 34px;
	font-size: 12px;
	color: #fff;
	text-align: right;
}

.main .post-11 .news_list li.news .news_pre .Article_CategoryName span {
	display: none;
}

.main .post-11 .news_list li.news .news_pre .Article_CategoryName span.artCat_v1 {
	display: block;
}

.main .post-11 .news_list li.news .news_title {
	margin-bottom: 10px;
	line-height: 26px;
	height: 52px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
	/* font-size: 14px; */
	color: #cc191c;
	white-space: inherit;
}

.main .post-11 .listTable .news_list li.news .news_title a {
	line-height: 24px;
	height: auto;
	font-size: 16px;
}

.main .post-11 .news_list li.news .news_text {
	margin-bottom: 10px;
	line-height: 20px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
}

.main .post-11 .news_list li.news .news_time>span {
	margin-right: 10px;
	background: url("/template/pc/skin/image/news_times_icon.png") no-repeat;
}

.main .post-11 .news_list li.news .news_time .times {
	padding-left: 20px;
	background-position: -5px 3px;
	font-size: 16px
}

.main .post-11 .news_list li.news .news_time .views {
	padding-left: 20px;
	background-position: -5px -26px;
	font-size: 16px
}

.main .post-11 .news_list li.news .share-box {
	display: none;
	position: absolute;
	bottom: -173px;
	right: 22px;
	z-index: 1000;
}
/*精品课程*/
.main .post-111 .con {
	padding: 30px 0 0;
	background: none;
}

.main .post-111 .listTable .news_list {
	margin: 0px -11px;
}

.main .post-111 .listTable .news_list li.news {
	width: 25%;
	margin-bottom: 15px;
}

.main .post-111 .listTable .news_list li.news .news_box {
	margin: 0px 11px;
	background: #fff;
	position: relative;
}

.main .post-111 .news_list li.news .news_imgs {
	padding-top: 56%;
}

.main .post-111 .news_list li.news .news_wz {
	border: 1px solid #e7e7e7;
}

.main .post-111 .news_list li.news .news_wz .news_con {
	padding: 15px 24px 10px 24px;

}

.main .post-111 .news_list li.news .news_pre {
	position: absolute;
	right: 0px;
	top: 0px;
	/* width: 62px; */
	height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: url('/template/pc/skin/images/new2_bg.png') no-repeat left top;
}
.main .post-111 .news_list li.news .news_pre,
.main .post-111 .news_list li.news .news_pre a {
	padding: 0px 2px 0px 34px;
	font-size: 12px;
	color: #fff;
	text-align: right;
}

.main .post-111 .news_list li.news .news_pre .Article_CategoryName span {
	display: none;
}

.main .post-111 .news_list li.news .news_pre .Article_CategoryName span.artCat_v1 {
	display: block;
}

.main .post-111 .news_list li.news .news_title {
	margin-bottom: 10px;
	line-height: 26px;
	height: auto;
	max-height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
	/* font-size: 14px; */
	color: #cc191c;
	white-space: inherit;
}

.main .post-111 .listTable .news_list li.news .news_title a {
	line-height: 24px;
	height: auto;
	font-size: 16px;
}

.main .post-111 .news_list li.news .news_text {
	margin-bottom: 10px;
	line-height: 20px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
}

.main .post-111 .news_list li.news .news_time>span {
	margin-right: 10px;
	background: url("/template/pc/skin/image/news_times_icon.png") no-repeat;
}

.main .post-111 .news_list li.news .news_time .times {
	padding-left: 20px;
	background-position: -5px 3px;
	font-size: 16px
}

.main .post-111 .news_list li.news .news_time .views {
	padding-left: 20px;
	background-position: -5px -26px;
	font-size: 16px
}

.main .post-111 .news_list li.news .share-box {
	display: none;
	position: absolute;
	bottom: -173px;
	right: 22px;
	z-index: 1000;
}
/*精品课程完结*/
.main .post-21 {}

.main .post-21 .con {
	padding: 30px 0px;
}

.main .post-21 .news_list {
	margin: 0 -10px;
}

.main .post-21 .news_list li.news {
	float: left;
	width: 25%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #ccc;
}

.main .post-21 .news_list li.news .news_box {
	padding: 20px 0;
	margin: 1px;
	background: #fff;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.main .post-21 .news_list li.news.n1 {
	margin-top: 0px;
	border-bottom: 0px;
}

.main .post-21 .news_list li.news .news_date {
	height: 70px;
}

.main .post-21 .news_list li.news .news_date .news_year {
	line-height: 72px;
	font-size: 72px;
	color: #9d9d9d;
	background-color: transparent;
	transition: all 0.4s ease-in-out;
}

.main .post-21 .news_list li.news .news_date .news_days {
	line-height: 30px;
	font-size: 12px;
	color: #6b6b6b;
	background-color: transparent;
}

.main .post-21 .news_list li.news .news_wz {
	width: 100%;
}

.main .post-21 .news_list li.news .news_wz .news_con {
	padding: 0px 10px 0px 0px;
	height: 180px;
}

.news_title1 a {
	color: #9c267e;
}

.main .post-21 .news_list li.news .news_pre {
	display: inline-block;
	line-height: 20px;
	padding: 0px 12px;
	font-weight: bold;
	color: #cc191c;
	border: 1px solid #cc191c;
	border-radius: 20px;
}

.main .post-21 .news_list li.news .news_box:hover .news_pre {
	color: #fff;
	border: 1px solid #fff;
}

.main .post-21 .news_list li.news .news_title1 {
	ine-height: 24px;

	margin-top: 24px;
	font-size: 26px;
	font-weight: bold;
	color: #9c267e;

	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .post-21 .news_list li.news .news_text {
	line-height: 20px;
	margin-top: 4px;
	font-size: 14px;
	color: #999;
}

.main .post-21 .news_list li.news .news_text p {
	font-size: 14px;
	overflow: hidden;
	text-transform: uppercase;
}

.main .post-21 .news_list li.news .news_text p i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/template/pc/skin/images/new2_icon.png') no-repeat left top;
	vertical-align: middle;
}

.main .post-21 .news_list li.news .news_text p.t1 i {
	background-position: -28px 3px;
}

.main .post-21 .news_list li.news .news_text p.t2 i {
	background-position: -28px -25px;
}

.main .post-21 .news_list li.news .news_text p.t3 i {
	background-position: -28px -52px;
}

.list_teachers .listtt {
	width: 25%;
	float: left;
}

.list_teachers li.listtt .teachers {
	position: relative;
	margin: 0 20px
}

.list_teachers li.listtt .teachers a img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
	height: 350px;
}

.list_teachers li.listtt .teachers .teacherssp p {
	height: 30px;
	line-height: 30px;
}

.main .post-21 .news_list li.news .news_box:hover {
	background-color: #e50039;
}

.main .post-21 .news_list li.news .news_box:hover .news_date .news_year,
.main .post-21 .news_list li.news .news_box:hover .news_date .news_days,
.main .post-21 .news_list li.news .news_box:hover .news_title1,
.main .post-21 .news_list li.news .news_box:hover .news_title1 a,
.main .post-21 .news_list li.news .news_box:hover .news_text {
	color: #fff;
}

.main .post-21 .news_list li.news .news_box:hover .news_text p.t1 i {
	background-position: 1px 3px;
}

.list_teachers li.listtt .teachers:hover .teacherssp {
	opacity: 1;
	transition: all 1s;
}

.main .post-31 {}

.main .post-31 .con {
	padding: 30px 0;
	background: none;
}

.main .post-31 .news_list {
	margin: 0px -15px;
}

.main .post-31 .news_list li.news {
	width: 50%;
	margin-bottom: 20px;
}

.main .post-31 .news_list li.news .news_box {
	margin: 0px 15px;
	background: #fff;
	position: relative;
}

.main .post-31 .news_list li.news .news_imgs {
	padding-top: 53.5%;
}

.main .post-31 .news_list li.news.n1 .news_bg {
	height: auto;
	background: url("/template/pc/skin/image/guanjunbk.png") #8b0067;
	opacity: 1;
	filter: Alpha(opacity=100);
	bottom: 0;
	left: 0;
}

/*
.main .post-31 .news_list li.news.n1 .news_bg {background:#e49b34;}
.main .post-31 .news_list li.news.n2 .news_bg {background:#4fb3de;}
.main .post-31 .news_list li.news.n3 .news_bg {background:#6e9be4;}
.main .post-31 .news_list li.news.n4 .news_bg {background:#7278c3;}
*/
.main .post-31 .news_list li.news .news_wz {
	border: 1px solid #e7e7e7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.main .post-31 .news_list li.news .news_wz .news_con {
	height: 100%;
	padding: 0px 24px 0px 24px;
	text-align: center;
}

.main .post-31 .news_list li.news .news_title {
	margin-top: 65px;
	margin-bottom: 10px;
	line-height: 26px;
	height: auto;
	font-size: 18px;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.main .post-31 .news_list li.news .news_more {
	display: none;
	text-align: center;
	transition: all 1.4s ease-in-out;
}

.main .post-31 .news_list li.news .news_more a {
	display: inline-block;
	margin: 0 auto;
	padding: 3px 40px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
}

.main .post-31 .news_list li.news .news_box:hover .news_more {
	display: block;
}

.main .post-31 .news_list li.news .news_box:hover .news_title {
	margin-top: 35px;
}

.main .post-32 {}

.main .post-32 .con {
	padding: 30px 0;
	background: none;
}

.main .post-32 .news_list {}

.main .post-32 .news_list li.news {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background: #FFF;
}

.main .post-32 .news_list li.news .news_box {
	margin: 0px 15px;
	background: #fff;
}

.main .post-32 .news_list li.news .news_imgs {
	float: left;
	width: 100%;
	margin-left: -450px;
}

.main .post-32 .news_list li.news .news_imgs a {
	height: 430px;
	display: block;
	vertical-align: middle;
	background-color: #efefef;
}

.main .post-32 .news_list li.news .news_imgs img {
	width: 800px;
	height: 100%;
	margin-left: 450px;
	object-fit: cover;
}

.main .post-32 .news_list li.news .news_wz {
	width: 450px;
	float: right;
}

.main .post-32 .news_list li.news .news_wz .news_con {
	float: left;
	position: relative;
}

.main .post-32 .news_list li.news .news_titleh {
	padding: 20px 14px;
	line-height: 17px;
	font-size: 15px;
	color: #204f9f;
	border-top: 1px solid #e9e9e9;
	position: relative;
	border-bottom: 1px solid #bababa;
	height: 86px;
}
}

.main .post-32 .news_list li.news.i1 .news_titleh {
	border-top: none;
}

.main .post-32 .news_list li.news .news_titleh a {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.main .post-32 .news_list li.news .news_titleh.selected {
	background: #e50039;
	;
}

.main .post-32 .news_list li.news .news_titleh.selected a {
	color: #fff;
}

.main .post-32 .news_list li.news .news_titleh.selected:after {
	content: '';
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	background: url('/template/pc/skin/image/new11_icon.png') no-repeat right center;
}


.main .post-40 {
	margin-bottom: 20px;
}

.main .post-41 {}

.main .post-41 .con {
	padding: 30px 0;
}

.main .post-41 .news_list {
	margin: 0px -6px;
}

.main .post-41 .news_list li.news {
	float: left;
	width: 14.8%;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.main .post-41 .news_list li.news .news_box {
	margin: 0px 6px;
	background: #fff;
	overflow: hidden;
}

.main .post-41 .news_list li.news .news_imgs {
	float: left;
	width: 180px;
	margin-right: -180px;
	max-height: 231px;
}

.main .post-41 .news_list li.news .news_imgs a {
	height: 231px;
	display: table-cell;
	vertical-align: middle;
	background-color: #efefef;
}

.main .post-41 .news_list li.news .news_imgs img {
	width: 100%;
	height: auto;
}

.main .post-41 .news_list li.news .news_wz {
	display: none;
	width: 100%;
	width: 700px;
}

.main .post-41 .news_list li.news .news_wz .news_con {
	margin-left: 180px;
	padding: 20px 25px;
	position: relative;
}

.main .post-41 .news_list li.news .news_title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
}

.main .post-41 .news_list li.news .news_text {
	line-height: 22px;
	max-height: 172px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.main .post-41 .news_list li.news .news_text span {
	width: 100%;
	display: block;
	margin: 5px 0;
}

.main .post-41 .news_list li.news.active {
	width: 55.6%;
}

.main .post-41 .news_list li.news.active .news_wz {
	display: block;
}

.main .links_boxs {}

.main .links_boxs .news_title {
	float: left;
	width: 100%;
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
}

.main .links_boxs .news_title .news_titlecon {
	margin-right: 355px;
	padding: 20px 25px;
	letter-spacing: 25px;
}

.main .links_boxs .news_links {
	float: right;
	width: 355px;
	margin-left: -355px;
	position: relative;
	z-index: 10;
}

.main .links_boxs .news_links a {
	display: inline-block;
	padding: 15px 64px;
	font-size: 16px;
	background: #cc1a1a;
	color: #fff;
	border-radius: 34px;
	line-height: 32px;
}

.main .links_boxs .news_links a:hover {
	background: #f72424;
}


.main .post-61 {}

.main .post-61 .tt .tit .title {
	color: #fff;
}

.main .post-61 .con {
	padding: 30px 0 20px;
	background: none;
}

.main .post-61 .news_list {}

.main .post-61 .news_list li.news {
	float: left;
	width: 10%;
	margin-bottom: 0px;
}

.main .post-61 .news_list li.news .news_box {
	background: #fff;
}

.main .post-61 .news_list li.news .news_imgs {
	float: left;
	width: 100%;
}

.main .post-61 .news_list li.news .news_imgs .news_imgsbox {
	width: 100%;
	vertical-align: middle;
	background-color: #efefef;
	position: relative;
	overflow: hidden;
}

.main .post-61 .news_list li.news .news_imgs img {
	width: 110%;
	height: auto;
}

.main .post-61 .news_list li.news .news_wz {
	float: right;
	width: 50%;
	position: relative;
}

.main .post-61 .news_list li.news .news_wz .news_con {
	padding: 30px 25px;
	position: relative;
}

.main .post-61 .news_list li.news .news_title {
	margin-bottom: 10px;
	line-height: 26px;
	font-size: 20px;
	color: #204f9f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main .post-61 .news_list li.news .news_text {
	margin-bottom: 10px;
	line-height: 30px;
	max-height: 150px;
	font-size: 12px;
	font-size: 14px;
	color: #282828;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.main .post-61 .news_list li.news .news_meta {
	line-height: 26px;
	font-size: 14px;
	color: #6b6b6b;
}

.main .post-61 .news_list li.news .news_pre {
	position: absolute;
	left: -17px;
	top: 32px;
	width: 17px;
	height: 32px;
	background: url('/template/pc/skin/images/new13_icon.png') no-repeat left bottom;
	transition: all 0.4s ease-in-out;
}

.main .post-61 .news_list li.news .news_bg {
	position: absolute;
	background: #000;
	opacity: 0.7;
	filter: Alpha(opacity=50);
	bottom: 0;
	left: 0;
	height: 0;

	color: #FFF;
	font-size: 14px;

}

img:hover {
	transform: ;
}

.main .post-61 .news_list li.news:hover .news_bg {
	height: auto;
	padding: 10px 10px 5px 10px;
	transition: all 1s;
}

.main .post-61 .news_list li.news .news_box:hover {
	background: #204f9f;
}

.main .post-61 .news_list li.news .news_box:hover .news_title,
.main .post-61 .news_list li.news .news_box:hover .news_text,
.main .post-61 .news_list li.news .news_box:hover .news_meta {
	color: #fff;
}

.main .post-61 .news_list li.news .news_box:hover .news_pre {
	background-position: left top;
}

.main .post-61 .news_list li.news.n3 .news_imgs,
.main .post-61 .news_list li.news.n4 .news_imgs {
	float: right;
}

.main .post-61 .news_list li.news.n3 .news_wz,
.main .post-61 .news_list li.news.n4 .news_wz {
	float: left;
}

.main .post-61 .news_list li.news.n3 .news_pre,
.main .post-61 .news_list li.news.n4 .news_pre {
	position: absolute;
	left: inherit;
	right: -17px;
	top: 32px;
	width: 17px;
	height: 32px;
	background: url('/template/pc/skin/images/new12_icon.png') no-repeat left bottom;
}

.main .post-61 .news_list li.news.n3 .news_title,
.main .post-61 .news_list li.news.n3 .news_text,
.main .post-61 .news_list li.news.n3 .news_meta,
.main .post-61 .news_list li.news.n4 .news_title,
.main .post-61 .news_list li.news.n4 .news_text,
.main .post-61 .news_list li.news.n4 .news_meta {
	/* text-align:right; */
}

/*
.main .post-61{}
.main .post-61 .con{padding: 30px 0;background:none;}
.main .post-61 .news_list {}
.main .post-61 .news_list li.news{float:left;width:50%;margin-bottom:0px;}
.main .post-61 .news_list li.news .news_box{background:#fff;}
.main .post-61 .news_list li.news .news_imgs{float: left;width: 315px; margin-right:-205px;}
.main .post-61 .news_list li.news .news_imgs .news_imgsbox{height: 315px; display:table-cell; vertical-align:middle; background-color:#efefef;position:relative;}
.main .post-61 .news_list li.news .news_imgs img{width:100%; height:auto; }
.main .post-61 .news_list li.news .news_bg{position:absolute;left:0; top:0; right:0; bottom:0; height:auto; background:url('images/play.png') no-repeat center center;}
.main .post-61 .news_list li.news .news_wz{width:100%;position:relative;} 
.main .post-61 .news_list li.news .news_wz .news_con{margin-left:315px;padding: 30px 25px;position:relative;} 
.main .post-61 .news_list li.news .news_title{margin-bottom:10px;line-height: 26px;font-size: 20px;color:#204f9f;} 
.main .post-61 .news_list li.news .news_text{line-height:32px; font-size:12px; font-size: 16px; color:#282828;}
.main .post-61 .news_list li.news .news_meta{line-height: 26px; font-size:12px;}
.main .post-61 .news_list li.news .news_pre{position:absolute;left:-17px; top:32px;width:17px;height:32px;background:url('images/new13_icon.png') no-repeat left bottom;}

.main .post-61 .news_list li.news .news_box:hover{background:#204f9f;}
.main .post-61 .news_list li.news .news_box:hover .news_title,
.main .post-61 .news_list li.news .news_box:hover .news_text,
.main .post-61 .news_list li.news .news_box:hover .news_meta{color:#fff;}
.main .post-61 .news_list li.news .news_box:hover .news_pre{background-position:left top}

.main .post-61 .news_list li.news.n3 .news_imgs{float: right; width: 315px; margin-left:-205px;margin-right:0;}
.main .post-61 .news_list li.news.n3 .news_wz .news_con{margin-right:315px; margin-left:0px;} 
.main .post-61 .news_list li.news.n3 .news_pre{position:absolute;left:inherit;right:-17px; top:32px;width:17px;height:32px;background:url('images/new12_icon.png') no-repeat left bottom;}


*/

.post-81 {
	margin-bottom: 0px;
}

.post-81 .con {
	padding: 12px 0px;
}

.post-81 .news_list {
	margin: 0 -5px;
}

.post-81 .news_list li.news {
	float: none;
	width: auto;
	text-align: left;
}

.post-81 .news_list li.news .news_box {
	line-height: 27px;
	margin: 0 5px;
}

.post-81 .news_list li.news .link_icon {
	display: inline-block;
	width: auto;
	background: none;
}

.post-81 .news_list li.news .link_icon:hover {
	background-color: transparent;
}

.post-81 .news_list li.news .link_con {
	display: block;
	line-height: 28px;
	color: #c2c3c2;
}

.post-81 .news_list li.news .link_icon:hover .link_con {
	color: #fff;
}

.post-81.p82 {}

.post-81.p82 .wp-menu {
	margin: 0 auto
}

.post-81.p82 .wp-menu .menu-item {
	position: relative;
}

.post-81.p82 .wp-menu .menu-item .menu-switch-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/template/pc/skin/images/foot_nav_j.png) no-repeat center center;
	vertical-align: middle;
}

.post-81.p82 .wp-menu .menu-item a.menu-link {
	display: inline-block;
	line-height: 28px;
	color: #c2c3bd;
	font-size: 14px;
}

.post-81.p82 .wp-menu .menu-item.hover a.menu-link,
.post-81.p82 .wp-menu .menu-item a:hover {
	color: #fff;
}

.post-81.p82 .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 26px;
	min-width: 145px;
	z-index: 100;
	background: #fff;
}

.post-81.p82 .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
}

.post-81.p82 .sub-menu .sub-item a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	font-size: 13px;
	color: #000;
}

.post-81.p82 .sub-menu .sub-item.hover>a,
.post-81.p82 .sub-menu .sub-item a:hover {
	color: #fff;
	background-color: #204f9f;
}

.post-84.p84 {
	margin-bottom: 0px;
}

.post-81.p84 .news_list {
	margin: 0 0px;
}

.post-81.p84 .news_list li.news .news_title {
	color: #c2c3c2;
}

.main .post-05,
.list .post-05 {
	margin-bottom: 0px;
}

.main .post-05 .con,
.list .post-05 .con {
	padding: 0px;
}

.main .asides .shares {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
}

.main .asides .shares ul {
	width: auto;
	margin: 0 auto;
	text-align: center;
	float: none;
}

.main .asides .shares li {
	float: none;
	margin: 6px 6px;
	position: relative;
}

.main .asides .shares li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0px solid red;
	background: url('/template/pc/skin/images/icon_roles.png') no-repeat;
	opacity: .7;
	filter: Alpha(opacity=70);
	vertical-align: top;
}

.main .asides .shares li a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.main .asides .shares li.i1 a {
	background-position: 5px 4px;
}

.main .asides .shares li.i2 a {
	background-position: 5px -31px;
}

.main .asides .shares li.i3 a {
	background-position: 5px -69px;
}

.main .asides .shares li.i4 a {
	background-position: 5px 4px;
}

.main .asides .shares li span {
	display: none;
	line-height: 22px;
	font-size: 12px;
	color: #D0D4EA;
	text-align: center;
}

/*.main .asides .shares li .con{display:none;position:absolute;bottom: 40px;left:50%;z-index:100;margin-left: -45px;width:90px;}*/
.main .asides .shares li .con {
	display: none;
	position: absolute;
	bottom: -100%;
	left: auto;
	z-index: 100;
	/*margin-left: -45px;*/
	width: 90px;
	right: -90px;
}

.main .asides .shares li .con img {
	width: 90px;
	height: 90px;
	vertical-align: top;
	background: #fff;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
	/* height: 400px; */
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.l-banner img {
	/* display:none; */
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
	padding: 48px 10px 25px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
	padding: 48px 10px 25px;
}

.col_menu {
	width: 240px;
	float: left;
	margin-top: 15px;
	margin-right: -240px;
	position: relative;
}

.col_menu .l-qh {
	margin-bottom: 10px;
}

.col_menu .col_menu_head {
	background: #204f9f url('/template/pc/skin/images/sub_menu_bg.jpg') no-repeat right top
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 50px;
	padding: 14px 5px 20px 24px;
	position: relative;
}

/**栏目名称图标**/
.col_menu .col_menu_head h3.col_name .col_name_text:after {
	content: '';
	position: absolute;
	left: 24px;
	bottom: 16px;
	margin-left: 0px;
	width: 38px;
	height: 1px;
	background: #fff;
}

.col_menu .col_menu_con {
	border: 0px solid #e4e4e4;
	padding-top: 12px;
	padding-bottom: 152px;
	margin-bottom: 35px;
	background: #eeeff1 url('/template/pc/skin/images/sub_nav_bg.jpg') no-repeat bottom right;
}

/*栏目列表*/
.col_list {
	overflow: hidden;
}

.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 0px solid #fff;
	padding-left: 12px;
}

.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 5px 0px 5px 45px;
	line-height: 35px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	color: #0f429b;
	background: #fff;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #0f429b;
	background: url('/template/pc/skin/images/sub_nav_li.jpg') no-repeat 25px center;
}

.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: #0f429b;
}

/*二级子栏目**/
.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 {
	font-weight: bold;
	color: #0f429b;
	background: #fff;
}

/*三级子栏目**/
.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: #0f429b;
}

/**栏目新闻**/
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}

.col_news .col_news_box {
	margin-left: 290px;
}

.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 24px;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	font-weight: normal;
	color: #0f429b;
	border-bottom: 2px solid #204f9f;
}

.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_imgs {
	margin-top: 15px;
}

.col_news_imgs .col_imgs {
	width: 100%;
}

.col_news_con {
	padding: 30px 0px 30px 0px;
	margin: 0 0px;
}

.col_news_list {
	margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .news_list li.news .news_title {
	font-size: 15px;
}

.col_news_list .news_list li.news .news_meta {
	font-size: 14px;
}

.col_news_list .wp_entry,
.col_news_list .wp_entry p .col_news_list .wp_entry p span {
	line-height: 2;
	font-size: 15px !important;
	color: #333;
}

.col_news_list .wp_entry *,
.col_news_list .wp_entry p,
.col_news_list .wp_entry p * {
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif !important;
}

/**阅读字体**/

.col_news_list .wp_entry p {
	margin-bottom: 20px;
}

.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);
}

/**列表页文章图片大小限制**/

/**文章页**/
.infobox {
	padding: 20px 60px;
	margin: 0 auto;
	width: auto;
}

.article {
	padding-top: 10px;
}

.article h1.arti_title {
	line-height: 36px;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	font-size: 22px;
	text-align: center;
	color: #182880;
}

/**文章标题**/
.article h2.arti_title {
	line-height: 34px;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	/* border-top:1px solid #ececec; */
}

.article .arti_metas span {
	margin: 0 5px;
	font-size: 13px;
	color: #787878;
}

/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p,
.article .entry .read p span {
	line-height: 2;
	font-size: 15px !important;
	color: #333;
}

/**阅读字体**/
.article .entry .read .desc span {
	font-size: 12px !important;
}

.article .entry .read p {
	margin-bottom: 10px;
}

.article .entry .read *,
.article .entry .read p,
.article .entry .read p * {
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif !important;
}

/**阅读字体**/
.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 !important;
}

/**页脚开始**/

#footer {
	background: #333534;
	border-bottom: 1px solid #252525;
}

#footer .inner {
	padding: 36px 0px;
	position: relative;
}

#footer .inner .mod {
	/* display:none; */
	background: url('/template/pc/skin/images/foot_logo.png') no-repeat center top;
}

#footer .inner .foot-left {
	float: left;
	width: 16.66%;
	margin-right: 20px;
}

#footer .inner .foot-right {
	float: right;
	width: 16.66%;
}

#footer .inner .foot-main {
	position: absolute;
	top: 210px;
	left: 0px;
	right: 0;
	bottom: 0px;
	text-align: center;
}

#footerbottom {
	background: #000;
	position: relative;
}
#footerbottom img {
	    vertical-align: middle;
	    max-width: 100%;
	    border: 0;
}

#footerbottom .footerlog {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 900px;
	
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#footerbottom .footerlog .boderline {
	width: 100%;
	background: #FFF;
	height: 1px;
	margin: 20px 0px;
}

#footerbottom .footerlog .footerspan {
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
}

#footerbottom .footerlog .footerspan span {
	margin-right: 30px;
}

#footerbottom .inner {
	padding: 10px 0px;
}

#footerbottom .inner .copyright {}

#footerbottom .inner .copyright span {}

#footerbottom .inner .copyright a {
	color: #eee;
}

#footerbottom .inner p {
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

#footerbottom .inner p span {
	margin: 0 3px;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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(/template/pc/skin/images/sous.png) no-repeat center;
	cursor: pointer;
	vertical-align: top;
}

/*自定义输入框*/
.searchbox {
	text-align: right;
	margin-top: 0px;
}

.wp-search {
	position: relative;
	/* border: 1px solid #d0d0d0; */
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	display: none;
	margin-left: 4px;
	margin-right: 40px;
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 22px;
	padding: 4px 0;
	line-height: 22px;
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	border: 0;
	outline: 0;
}

.wp-search .search-btn {
	width: 178px;
	height: 62px;
	/* position: absolute; */
	right: 0;
	top: 0%;
}

.wp-search .search-btn input.search-submit {
	width: 178px;
	height: 62px;
	border: 0;
	outline: 0;
	font-size: 15px;
	background: #484848 url(/template/pc/skin/images/sous.png) no-repeat 30px;
	cursor: pointer;
	color: #fff;
}

/* 分享二维码 */
.shares {
	display: inline-block;
	text-align: center;
}

.shares ul {
	width: auto;
	margin: 0 auto;
	text-align: right;
	float: right;
}

.shares li {
	float: left;
	margin: 0 6px;
	position: relative;
}

.shares li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0px solid red;
	background: url('/template/pc/skin/images/share_icon.png') no-repeat;
	opacity: 1;
	filter: Alpha(opacity=100);
	vertical-align: top;
}

.shares li a:hover {
	opacity: .7;
	filter: Alpha(opacity=70);
}

.shares li.i1 a {
	background-position: -10px -8px;
}

.shares li.i2 a {
	background-position: -53px -8px;
}

.shares li.i3 a {
	background-position: -92px -10px;
}

.shares li.i4 a {
	background-position: -136px -8px;
}

.shares li.i5 a {
	background-position: -181px -8px;
}

.shares li.i6 a {
	background-position: -223px -8px;
}

.shares li.i7 a {
	background-position: -305px -8px;
}

.shares li.i8 a {
	background-position: -349px -8px;
}

.shares li.i9 a {
	background-position: -394px -8px;
}

.shares li.i11 a {
	background-position: -10px -8px;
}

.shares li.i12 a {
	background-position: -10px -8px;
}

.shares li span {
	display: none;
	line-height: 22px;
	font-size: 12px;
	color: #D0D4EA;
	text-align: center;
}

.shares li .con {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 100;
	margin-left: -45px;
	width: 90px;
}

.shares li .con img {
	width: 90px;
	height: 90px;
	vertical-align: top;
	background: #fff;
}

/**友情链接**/
.botlinks .links-wrap {
	position: relative;
	float: left;
	display: inline-block;
	margin: 4px 10px;
	width: 150px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #d0d0d0;
}

.botlinks .links-wrap a.links-arrow {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 25px 0 10px;
	color: #a1a1a1;
	background: url(/template/pc/skin/images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
	color: #333;
	background-position: right bottom;
	cursor: pointer;
}

.botlinks .links-wrap .link-items {
	display: none;
	position: absolute;
	left: 0;
	bottom: 33px;
	width: auto;
	min-width: 180px;
	height: auto;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
	display: block;
	line-height: 24px;
	padding: 5px 0;
	color: #444;
}

.botlinks .links-wrap .link-items a span {
	display: block;
	margin: 0 6px;
	white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
	color: #fff;
	background: #0f429b;
	cursor: pointer;
}

/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {
	bottom: 125px;
	left: 0%;
	margin-left: 40px;
	width: 90% !important;
	text-align: left;
}

.mbanner .focus .focus-title-bg {
	display: none;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=60);
}

.mbanner .focus .focus-title {
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 35px;
	font-weight: bold;
	white-space: inherit;
}



/*滚动样式*/
.wrapperinner {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
}

.scroller {
	position: absolute;
	z-index: 1;
	width: 750px;
	height: 160px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

/*分享*/
.ico-inner {
	display: inline-block;
	background: url("/template/pc/skin/images/ico_inner_red.png") no-repeat;
	vertical-align: middle;
}

.share-box {
	/* display:none; */
	position: relative;
	height: 220px;
	margin-top: 100px;
}

.share-box .share-title {
	display: inline-block;
	line-height: 18px;
	width: auto;
	background: #fff;
	font-size: 12px;
	color: #c1c1c1;
	vertical-align: middle;
}

.share-box ul {
	display: inline-block;
	vertical-align: middle;
}

.share-box li {
	float: left;
	margin: 0 3px;
}

.share-box li.qzone-share {
	display: none;
}

.share-box li a {
	display: block;
	width: 18px;
	height: 18px;
	background: url("/template/pc/skin/images/share_list_icon.png") no-repeat;
	transition: inherit;
	border: 0px solid red;
}

.share-box li span {
	display: none;
	font-size: 14px;
	line-height: 18px;
	color: #a1a1a1;
}

.share-box li.weibo-share a {
	background-position: 0px 0px;
}

.share-box li.friend-share a {
	background-position: -23px 0px;
}

.share-box li.weixin-share a {
	background-position: -45px 0px;
}

.share-box li.qzone-share a {
	background-position: -66px -0px;
}

.share-box .weixin-layer {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #fff;
	top: -125px;
	border: 1px solid #c4c4c4;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.share-box .weixin-layer .ico-ewm-arr {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	width: 13px;
	height: 8px;
	background-position: -191px -172px;
}

.share-box .weixin-layer img {
	width: 100%;
	min-height: 100%;
}


@-webkit-keyframes zoomInOut {
	0% {
		-webkit-transform: scale(0.8);
	}

	50% {
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomInOut {
	0% {
		-moz-transform: scale(0.8);
	}

	50% {
		-moz-transform: scale(1.1);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomInOut {
	0% {
		-o-transform: scale(0.8);
	}

	50% {
		-o-transform: scale(1.1);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes zoomInOut {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.possplit {
	background-image: url('/template/pc/skin/images/posSplit.png');
	background-position: 4px 12px;
	text-indent: 22px;
	width: 18px;
}

/*************************************************************
*二级页面
*/
/*列表页-单页-图片*/
.col_news_con .col_news_wz {}

.col_news_con .col_news_wz img {
	max-width: inherit !important;
	width: 100%;
	margin-bottom: 35px;
}

/*列表页-单页-标题*/
.col_news_con .col_news_wz h3 {
	display: inline-block;
	margin: 35px 0px 20px;
	line-height: 38px !important;
	text-indent: 0px !important;
	padding-right: 40px;
	font-weight: normal;
	color: #fff;
}

.col_news_con .col_news_wz .wp_entry h3 {
	color: #000;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #204f9f url('/template/pc/skin/images/col_title_bg.jpg') no-repeat right center;
	padding: 0 50px 0 20px;
}

.col_news_con .col_news_wz .sublist-5 h3 {
	/* width: 225px; */
}

.list_teachers .col_news_con .col_news_wz .post-61 .sublist-5 h3 {
	/* width: 319px; */
}

.col_news_con .col_news_wz h4 {
	line-height: 38px !important;
}

.col_news_con .wp_column_article .wp_entry h3 {
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #204f9f url('/template/pc/skin/images/col_title_bg.jpg') no-repeat right center;
	padding: 0 50px 0 20px;
	margin: 10px 0px;
}

.col_news_con .wp_column_article .wp_entry h3 * {
	color: #fff;
	font-size: 14px !important;
}

/*机构设置*/
.list_jg .part_xy {
	padding: 20px 0px;
}

.list_jg .part_xy .item {
	display: none;
	margin-bottom: 10px;
}

.list_jg .part_xy .item.selected {
	display: block;
}

.list_jg .part_xy .item h3 {
	display: none;
	line-height: 46px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: bolder;
	color: #068358;
	border-bottom: 1px solid #f1f1f1;
	background: none;
}

.list_jg .part_xy .sub-list {
	margin-top: 15px;
}

.list_jg .part_xy .sub-list .sub-item {
	float: left;
	width: 25%;
	padding-top: 0px;
	margin-bottom: 25px;
	background: #f5f5f5;
}

.list_jg .part_xy .sub-list .sub-item a {
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	/* color: #333; */
	text-align: left;
}

.list_jg .part_xy .sub-list .sub-item a span {
	display: inline-block;
	margin-right: 5px;
	color: #999;
}

/*角色*/
.list_role .part_xy {}

.list_role .part_xy .item {
	display: none;
	margin-bottom: 10px;
}

.list_role .part_xy .item.selected {
	display: block;
}

.list_role .part_xy .item h3 {
	display: none;
	line-height: 46px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: bolder;
	color: #068358;
	border-bottom: 1px solid #f1f1f1;
	background: none;
}

.list_role .part_xy .sub-list {
	margin-top: 15px;
}

.list_role .part_xy .sub-list .sub-item {
	padding-top: 10px;
	margin-bottom: 25px;
	width: auto;
	word-wrap: break-word;
	word-break: normal;
}

.list_role .part_xy .sub-list .sub-item a {
	display: inline-block;
	width: 100%;
	line-height: 35px;
	font-size: 25px;
	white-space: nowrap;
	text-align: center;
}

.list_role .part_xy .sub-list .sub-item a span {
	display: none;
}

.list_role .part_xy .sub-list .sub-list {
	margin-top: 30px;
	/* margin-left:40px; */
}

.list_role .part_xy .sub-list .sub-list .sub-item {
	float: left;
	width: 25%;
	padding-top: 0px;
	margin-bottom: 25px;
	background: #f5f5f5;
}

.list_role .part_xy .sub-list .sub-list .sub-item a {
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	/* color: #333; */
	text-align: left;
}

.list_role .part_xy .sub-list .sub-list .sub-item a span {
	display: inline-block;
	margin-right: 5px;
	color: #999;
}

.list_role .roles {}

.list_role .roles h3 {
	display: block;
	line-height: 46px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bolder;
	color: #333;
	text-align: center
}

.list_role .roles ul {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-left: 0px;
}

.list_role .roles ul li {
	float: left;
	width: 25%;
	padding-top: 0px;
	margin-bottom: 25px;
	background: #f5f5f5;
}

.list_role .roles ul li p {
	margin-bottom: 0px;
	padding: 5px 0px 5px 20px;
	position: relative;
	line-height: 40px;
}

.list_role .roles ul li p:before {
	content: '>';
	margin-right: 5px;
	position: absolute;
	left: 8px;
	top: 5px;
}

.list_role .roles ul li a {
	line-height: 40px;
	padding-left: 0px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

.list_role .roles ul li a {
	display: inline-block;
	margin-right: 5px;
	color: #333;
}

.list_role .roles ul.list2 li {
	width: 50%;
}

.list_role .roles ul.list3 li {
	width: 100%;
}

/**相关链接**/
.list .post2 {}

.list .post2 .tt {
	border-bottom: 1px solid #dddddd;
}

.list .post2 .tt .tit {
	padding-left: 48px;
	background: url('/template/pc/skin/images/sub_share_icon.png') no-repeat 20px center;
}

.list .post2 .tt .tit .title {
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #18267d;
	cursor: pointer;
}

.list .post-12 {
	padding: 5px 0 0;
	margin-bottom: 30px;
	background: #edeff0;
}

.list .post-12 .con {
	padding: 0;
}

.list .post-12 .news_list {
	margin: 0 -5px;
}

.list .post-12 .news_list li.news {
	float: none;
	width: auto;
	text-align: left;
}

.list .post-12 .news_list li.news .news_box {
	padding: 0px;
}

.list .post-12 .news_list li.news .link_icon {
	display: inline-block;
	width: 100%;
	background-color: transparent;
}

.list .post-12 .news_list li.news .link_icon:hover {
	background-color: #fff;
}

.list .post-12 .news_list li.news .link_con {
	display: block;
	padding: 0 25px;
	line-height: 45px;
	color: #5d5d5d;
}

.list .post-13 {
	margin-bottom: 0px;
}

.list .post-13 .con {
	padding: 0;
}

.list .post-13 .news_list {
	margin: 0px;
}

.list .post-13 .news_list li.news {
	margin-bottom: 20px;
}

.list .post-13 .news_list li.news img {
	width: 100%;
	vertical-align: top;
}

/**人才培养**/
.list_rcpy .post-61 {}

.list_rcpy .post-61 .con {
	padding: 12px 0px;
}

.list_rcpy .post-61 .news_list {
	margin: 0px -17px;
}

.list_rcpy .post-61 .news_list li.news {
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}

.list_rcpy .post-61 .news_list li.news .news_box {
	margin: 0px 17px;
	transition: all 0.4s ease-in-out;
	border: 1px solid #e3e3e3;
}

.list_rcpy .post-61 .news_list li.news .news_box:hover {
	opacity: .85;
	filter: Alpha(opacity=85);
	box-shadow: 0px 0px 15px #e2e2e2;
}

.list_rcpy .post-61 .news_list li.news .news_imgs {
	padding-top: 68%;
	background-color: #efefef;
	position: relative;
	overflow: hidden;
}

.list_rcpy .post-61 .news_list li.news .news_imgs img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

.list_rcpy .post-61 .news_list li.news .news_wz {}

.list_rcpy .post-61 .news_list li.news .news_wz .news_con {
	padding: 15px 20px;
}

.list_rcpy .post-61 .news_list li.news .news_title {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
}

.list_rcpy .post-61 .news_list li.news .news_title a {}

.list_rcpy .post-61 .news_list li.news .news_text {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
}

/**师资队伍**/
.list_teachers .wp_subcolumn_list {
	display: block;
	width: 100%;
}

.list_teachers .wp_subcolumn_list .wp_sublist {
	margin-bottom: 20px;
}

.list_teachers .wp_subcolumn_list .wp_sublist .sublist_title {
	display: block;
	margin: 0px 0px 20px;
	height: 38px;
	line-height: 38px;
	border-bottom: 0px;
	margin-bottom: 10px;
}

.list_teachers .wp_subcolumn_list .wp_sublist .sublist_title a {
	cursor: default;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #204f9f url('/template/pc/skin/images/col_title_bg.jpg') no-repeat right center;
	padding: 0 50px 0 20px;
}

.list_teachers .wp_subcolumn_list .wp_sublist .sublist_title a:hover {
	color: #fff;
}

.list_teachers .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
	cursor: default;
}

.list_teachers .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
	display: none;
}

.list_teachers .post-61 {}

.list_teachers .post-61 .news_list {
	margin: 20px 0 40px;
}

.list_teachers .post-61 .news_list li.news {
	float: left;
	width: 33.3%;
	margin-bottom: 25px;
	background: #f5f5f5;
}

.list_teachers .post-61 .news_list li.news .news_title {
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.list_teachers .post-61 .news_list li.news .news_title a {
	line-height: 38px;
	font-size: 14px;
	font-weight: normal;
}

.list_teachers .post-61 .news_list li.news .news_title span {
	margin-right: 10px;
	color: #c7c7c7;
}

/**百科-人物检索**/
.list_search_az .post3 .tt {
	margin-bottom: 25px;
}

.list_search_az .post3 .tt .tit {
	font-size: 18px;
}

.list_search_az .post3 .tt .tit .title {
	line-height: 55px;
}

.list_search_az .post3 .tt .tit .title:after {
	margin-left: -25px;
	width: 50px;
	height: 7px;
	background: url('/template/pc/skin/images/search_tit_bg.jpg') no-repeat center top;
}

.list_search_az .col_news_list .news_list {}

.list_search_az .post-61 {}

.list_search_az .post-61 .news_list {
	margin: 0px -8px;
	position: relative;
}

.list_search_az .post-61 .news_list li.news {
	float: left;
	width: 24.9% !important;
	margin-bottom: 16px;
}

.list_search_az .post-61 .news_list li.news .news_box {
	margin: 0px 8px;
	transition: all 0.4s ease-in-out;
	border: 1px solid #e3e3e3;
}

.list_search_az .post-61 .news_list li.news .news_box:hover {
	opacity: .85;
	filter: Alpha(opacity=85);
	box-shadow: 0px 0px 15px #e2e2e2;
}

.list_search_az .post-61 .news_list li.news .news_imgs {
	padding-top: 0%;
	background-color: #efefef;
	position: relative;
	overflow: hidden;
}

.list_search_az .post-61 .news_list li.news .news_imgs img {
	width: 100%;
	/* height:100%; */
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

.list_search_az .post-61 .news_list li.news .news_wz {
	border: 1px solid #e3e3e3;
}

.list_search_az .post-61 .news_list li.news .news_wz .news_con {
	padding: 15px 20px;
}

.list_search_az .post-61 .news_list li.news .news_title {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
}

.list_search_az .post-61 .news_list li.news .news_title a {}

.list_search_az .post-61 .news_list li.news .news_text {
	line-height: 22px;
	/* height:44px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	font-size: 13px;
}

.list_search_az .search_box {
	width: auto;
}

.list_search_az .post-61 .search_box {
	width: 50%;
}

/*.list_search_az .post-61 .fws_427 .news_list li.news .news_imgs{padding-top: 0%;}
.list_search_az .post-61 .fws_427 .news_list li.news .news_imgs img{width:100%;position:relative;}*/

/**学校概况-辉煌校史**/
.list_hhxs .col_news_wz .col_box {
	border-bottom: 1px solid #ccc;
}

.list_hhxs .col_news_wz .col_box .col_boxcon {
	margin: 0px -34px;
}

.list_hhxs .col_news_wz .col_ml {
	float: left;
	width: 50%;
}

.list_hhxs .col_news_wz .col_mr {
	float: right;
	width: 50%;
}

.list_hhxs .col_news_wz .col_ml .post,
.list_hhxs .col_news_wz .col_mr .post {
	margin: 0px 34px;
}

.list_hhxs .col_news_wz .col_mb {
	position: relative;
}

.list_hhxs .col_news_wz .col_mb:before {
	content: '';
	width: 1px;
	height: 59px;
	background: #ccc;
	position: absolute;
	left: 50%;
}

.list_hhxs .post-61 {}

.list_hhxs .post-61 .news_list {
	margin: 0px;
}

.list_hhxs .post-61 .news_list li.news {
	float: none;
	width: 100%;
	margin-bottom: 16px;
}

.list_hhxs .post-61 .news_list li.news .news_box {
	margin: 25px 18px 0px;
}

.list_hhxs .post-61 .news_list li.news .news_imgs {
	padding-top: 68%;
}

.list_hhxs .post-61 .news_list li.news .news_wz {}

.list_hhxs .post-61 .news_list li.news .news_wz .news_con {
	padding: 15px 0px 10px;
}

.list_hhxs .post-61 .news_list li.news .news_title {
	margin-bottom: 10px;
	line-height: 28px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	font-size: 16px;
	font-weight: bold;
}

.list_hhxs .post-61 .news_list li.news .news_title a {}

.list_hhxs .post-61 .news_list li.news .news_text {
	line-height: 22px;
	height: 176px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	font-size: 13px;
}

.list_hhxs .post-61.p63 .tt .tit .title {
	margin: 0 30px;
}

.list_hhxs .post-61.p63 .con {
	border: 1px solid #ccc;
}

.list_hhxs .post-61.p63 .news_list {}

.list_hhxs .post-61.p63 .news_list li.news {
	margin-bottom: 10px;
}

.list_hhxs .post-61.p63 .news_list li.news .news_imgs {
	padding: 0px;
	float: left;
	width: 405px;
	height: 228px;
	margin-right: -434px;
}

.list_hhxs .post-61.p63 .news_list li.news .news_imgs a {
	height: 228px;
}

.list_hhxs .post-61.p63 .news_list li.news .news_wz .news_con {
	margin-left: 434px;
}

.loading {
	min-height: 100px;
	background: url(/template/pc/skin/search/ajax-loader.gif) no-repeat center center;
}

.error {
	padding: 5px 0px;
	line-height: 22px;
	text-align: center;
	color: #666;
}

.list-page-1 .wp_articlecontent p {
	line-height: 2em !important;
	font-size: 16px !important;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	color: #000;
}

.list-page-1 .wp_articlecontent span {
	line-height: 2em !important;
	font-size: 16px !important;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	color: #000;
}

.info-page-1 .wp_articlecontent p {
	line-height: 2em !important;
	font-size: 16px !important;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	color: #000;
}

.info-page-1 .wp_articlecontent span {
	line-height: 2em !important;
	font-size: 16px !important;
	font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
	color: #000;
}

.list-department .wp_column.selected ul {
	display: none;
}



.news_list li.news .news_time,
.news_list li.news .news_time span.artCat_v1 {
	line-height: 24px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #cc191c;
	background: none !important;
}

.list_xskw .news_tu .news_list li.news {
	float: left;
	padding-bottom: 4%;
	width: 100%;
}

.list_xskw .news_tu .news_list li.news .news_imgs img {
	position: initial;
}

.list_xskw .news_tu .news_list li.news .news_wz .news_text {
	padding: 10px 0;
}

.list_xskw .news_tu .news_list li.news .news_imgs {
	width: 20%;
	height: auto;
	float: left;
	padding: 0px;
}

.list_xskw .news_tu .news_list li.news .news_wz {
	width: 77%;
	float: right;
}

.list_xskw .news_tu .news_list li.news .news_wz .news_title {
	font-weight: bold;
}

.list_xskw .news_tu .news_list li.news .news_imgs .artCat_kwwz {
	position: initial;
	padding: 4px;
	border: 1px solid #d4d4d4;
	display: block;
}

.list_xskw .news_tu .news_list li.news .news_imgs img {
	position: initial;

}

.wxkw_kwwz {
	color: #868686;
	border-bottom: 1px solid #a9a9a9;
	line-height: 28px;
	display: block;
	float: left;
}


.fddx_yxdw {
	height: 80px;
	position: absolute;
	left: 0px;
	bottom: 400px;
	width: 100%;
	display: none;
	opacity: 0;
	padding-bottom: 16px;
	background: url(/template/pc/skin/images/1.png) no-repeat 19% 100%;
	/* border: 5px solid red; */
	/* overflow:hidden; */
	z-index: 1000;
}

.fddx_yxdw li {
	width: 20%;
	float: left;
}

.fddx_yxdw li a {
	color: #c2c3c2;
	line-height: 40px;
	padding: 10px;
}

.fddx_yxdw ul {
	background: #484848;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	padding: 15px;
}


div#fddx_yxdw2 {
	bottom: 510px;
}

div#fddx_yxdw3 {
	bottom: 145px;
}

div#fddx_yxdw4 {
	bottom: 198px;
}

div#fddx_yxdw5 {
	bottom: 89px;
}

#fddx_yxdw5 li {
	width: 33.3%;
}

.banner_nav {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 98;
}


.banner_nav2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.main .post-11 .news_list li.news .news_wz span.artCat_v2 {
	display: none;
}

.main .post-11 .news_list li.news .news_wz span.artCat_v3 {
	display: none;
}

.main .post-11 .news_list li.news .news_wz span.artCat_v4 {
	display: none;
}

.artpic_banner {}

.video-js .vjs-tech {
	background: #000;
}

/*.list-department .wp_subcolumn_list .wp_sublist .sublist_title { display:none;}*/



.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
	background: url(/template/pc/skin/images/share_list_icon.png) no-repeat;
}

.bdshare-button-style1-24 .bds_weixin {
	background-position: -45px 0px;
}

/*
.body_b.showdiv {
    top: 0;
}
.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
}
*/
.mr_frbox {
	position: relative;
}

.mr_frBtnL {
	cursor: pointer;
	display: inline;
	position: absolute;
	z-index: 99999;
	left: -45px;
	top: 140px;
}

.mr_frUl {
	float: left;
	width: 650px;
}

.mr_frBtnR {
	cursor: pointer;
	display: inline;
	position: absolute;
	z-index: 99999;
	right: -5px;
	top: 140px;
}

.mr_frUl ul {}

.mr_frUl ul li {
	display: inline;
	width: 220px;
	margin-top: 10px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	height: 180px;
	position: relative;
}

/* .mr_frUl ul li p{ color:#FFF; background-color:#e50039; font-size:17px; line-height:24px; width:280px; margin-left:10px; margin-top:3px; position: absolute; bottom: 0;} */
.mr_frUl ul li img {
	display: block;
	width:160px;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
}
#zoom img{

	margin: 20px 0px;

}
.teacherssp {
	width: 150px;
	position: absolute;
	bottom: 0;
	background: #E32528;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 3px 0px;
	opacity: 1;
}

.teacherssp p {
	line-height: 25px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.lilive {
	float: left;
	width: 33%;
	margin-bottom: 20px;
}

.live {
	overflow: hidden;
	background: #e9e9e9;
	padding: 0 16px 16px 16px;
	position: relative;
	margin: 0 10px;
}

.live .livecon {
	width: 100%;
	margin: 10px 0px;
}

.live .livecon .iconbk {
	padding: 3px 20px;
	margin-left: -16px;
	background: #8b0067;
	color: #FFF;
	position: relative;
	z-index: 10;
	font-size: 18px;
}

.live .live_con .times {
	color: #e50039;
}

.live .live_con {
	line-height: 32px;
	font-size: 18px;
}

.live .live_con .livebtn {
	background: #e50039;
	position: absolute;
	bottom: 16px;
	padding: 5px 20px;

	border-radius: 5px;
}
.livebtn a{
	color: #FFF;
}

.live .live_imgs {
	width: 50%;
	float: left;
}

.live .live_con {
	width: 45%;
	float: right;
}

.live .livecon .delta {
	width: 0px;
	height: 0px;
	border: 30px solid transparent;
	border-bottom-color: #8b0067;
	border-top-width: 0px;
	position: absolute;
	right: -30px;
	top: 0;
	z-index: -1;
}

.active {
	background: #fdd100;
}

.active .livecon .iconbk {
	background: #e50039;
}

.active .livecon .delta {

	border-bottom-color: #e50039;
	border-top-width: 0px;

}

.ad {
	float: left;
	width: 25%;
	overflow: hidden;
	margin-bottom: 30px;
}
.mainkin {
				width: 100%;
				height: 100%;
				overflow: hidden;
				position: relative;
			}

			#KinSlideshow1 {
				margin: 0 auto;
			}

			.toplogo {
				height: 110px;
				padding-top: 30px
			}

			.logoleft {
				float: left;
				height: 80px;
				margin-top: -25px;
				padding-bottom: 20px
			}

			.searchr {
				float: right;
				height: 80px;
				padding-bottom: 20px
			}

			
			.topnav {
				width: 100%;
				height: 72px;
				background: url("/template/pc/skin/image/navbk.png")no-repeat center;
			}

			.topnavcon {
				width: 1300px;
				margin: 0 auto;
				padding-left: 55px
			}

			.topnavcon .nav li {
				float: left;
				padding: 0px 22px;
				line-height: 72px;
				font-size: 16px;
				color: #FFF;
				position: relative;
			}

			.topnavcon .nav li .list {

				position: absolute;
				z-index: 111;
				left: 50%;
				translate: -50%;
				right: auto;
				top: 72px;
				bottom: auto;
				background-color: rgba(154, 8, 69, 0.8);
				padding: 10px 15px;
				margin-left: 0;
				line-height: 40px;
				display: none;

			}

			.nav li .list dd {
				margin: 0;
				padding: 0;
				white-space: nowrap;
				text-align: center;
				height: auto;
			}

			.topnavcon .nav li a {
				color: #FFF;
			}

			.list_teachers {
				margin: 30px
			}

			.main .main3 {
				background: url("/template/pc/skin/image/xiaoyuanbk.jpg") no-repeat center;
			}

			.modfrid {
				
				padding: 20px 0px;
				background: #f1f1f1;
			}

			.modfrid .inner {
				width: 1250px;
				margin: 0 auto;
				font-size: 18px;
			}

			.modfrid .inner li {
				float: left;
				padding: 0px 8px;
				font-size: 16px;
				margin-top: -10px;
			}
			/*搜索*/
			.searchFm {
			    position: relative;
				padding: 0;
				border: none;
				outline: none;
				-webkit-appearance: none;
				border: 1px solid #EEEEEE;
				    border-radius: 50px;
				
			}
			
			.search {
			    width: 270px;
			    height: 40px;
			 
			    margin-left: 18px;
			    padding-right: 33px;
			    box-sizing: border-box;
				border: 0;
				
			}
			
			.search_icon {
			    display: block;
			    width: 26px;
			    height: 26px;
			    background:url("/template/pc/skin/image/search.png") center center no-repeat;
			    position: absolute;
			    right: 15px;
			    top: 5px;
			  	background-size:100%;
			    color: #999999;
				border: 0;
			}
			.ser_btn{
			    
				
			}
.pagination{
	display: flex;
	justify-content: center;
}
.pagination .active a{
	color: #fff;
}

.searchr .text a {
    line-height: 40px;
    color: rgb(31, 30, 30);
    font-size: 20px;
    width: 100px;
}
.searchr .text {
 
    text-align: center;
}

.indexs-news {
	display:block;
	width: 100%;
	margin-top: 0px;
	border-top: none;
	

}

.indexs-news li {
	line-height: 40px;
	font-size: 16px;

	background: url(../../../template/26035480/26035501.png) no-repeat left center;
	overflow: hidden;
		 display: flex;           
    width: 100%;             
    max-width: 600px;        
    align-items: center;    
}
.indexs-news li a{
	
	 flex: 1;                 
    overflow: hidden;        
    text-overflow: ellipsis;
    white-space: nowrap;     
    padding-right: 10px; 
	
}

.indexs-news li span{
	
	 flex-shrink: 0;         
    color: #666; 
	
}


.indexs-news li:hover a {
	color: #8b0067;
}


.newindexs{
	
	
	width: 100%;
	height: 90px;
	border-bottom: solid 1px #ccc;
}
.newindexs p{ 
margin: 10px 0px;
}
.indexs-news span {
	float: right;
	color: #CCC;
}
.listTableleft ul li{
	
	width: 100%; 
	text-align: left;
	line-height: 70px;
	height:70px;
    color: #8b0067; 
	padding-left: 100px;
	font-size: 22px;
	
	
}


 
.listTableleft ul li:first-child{
	
	background: url("/template/pc/skin/image/mingshibk.png") no-repeat top left;
	
}
.listTableleft ul li:nth-child(2){
	
	background: url("/template/pc/skin/image/weixin.png") no-repeat top left;
}
.listTableleft ul li:nth-child(3){
	
	background: url("/template/pc/skin/image/jingyi.png") no-repeat top left;
}
.listTableleft ul li:nth-child(4){
	
	background: url("/template/pc/skin/image/jingyitang.png") no-repeat top left;
}
.tab-btn:first-child.active1 {
          background: url("/template/pc/skin/image/mingshi.png") no-repeat top left;
	color: #fdd100; 
    }

.tab-btn:nth-child(2).active1 {
          background: url("/template/pc/skin/image/weixinbk.png") no-repeat top left;
	color: #fdd100; 
    }
.tab-btn:nth-child(3).active1 {
          background: url("/template/pc/skin/image/jingyibk.png") no-repeat top left;
	color: #fdd100; 
    }

.tab-btn:nth-child(4).active1 {
       background: url("/template/pc/skin/image/jingyitangbk.png") no-repeat top left;
	color: #fdd100; 
    }

 .tab-panel {
           
        
       
           display: none;
            transition: opacity 0.5s ease;
        }
        .tab-panel.active1 {
          display: block;
           
        }

/*
.listTableleft ul li:nth-child(2):hover{
	
	background: url("2025bk/jingyitangbk.png") no-repeat top left;
	color: #fdd100; 
}
.listTableleft ul li:nth-child(3):hover{
	
	background: url("2025bk/mingshi.png") no-repeat top left;
	color: #fdd100; 
}
.listTableleft ul li:nth-child(4):hover{
	
	background: url("2025bk/weixinbk.png") no-repeat top left;
	color: #fdd100; 
}
*/



.index-flash1 .btn {
  position: absolute;
  z-index: 5;
 
    right: 0.2rem;
    top: auto;
    bottom: 0.2rem;
}


.index-flash1 .btn .dots span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.78);
  opacity: 1; 
display: inline-block;
}
.index-flash1 .btn .dots span.swiper-pagination-bullet-active {
  background: #99356e;
}
.index-flash1 .btn a {
  font-size: 12px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  border-left: rgba(255, 255, 255, 0.65) solid 1px;
  margin-left: 12px;
  padding-left: 17px;
}
.index-flash1 .btn a:hover {
  color: #99356e;
}
.index-flash1 .arrow a {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -0.26rem;
  opacity: 0;
}



