@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;
}


/*css代码开始*/

		/* 导航栏内容显示在检索框上层 */
		/* .sub-menu .sub-item a{
			z-index: 1000；
		} */

		#search {
			border: 2px solid #ccc;
			border-radius: 5px;
			position: absolute;
			left: 50%;
			/* 将左边界移动到父容器的 50% */
			transform: translateX(-50%);
			/* 将元素自身向左移动一半宽度 */
			height: 250px;
			background-color: rgba(255, 255, 255, 0.5);
			/* 半透明背景 */
			backdrop-filter: blur(2px);
			/* 添加模糊效果 */
			-webkit-backdrop-filter: blur(10px);
			/* 兼容 WebKit 浏览器 */
			z-index: 500;
			box-sizing: border-box;
			background-size: 100% 100%;
			overflow: hidden;
			width: 80%;
			/* 设置容器宽度 */
			max-width: 800px;
			/* 最大宽度限制 */
			margin-bottom: 50px;
			margin-top: 40px;
		}

		#search1 {
			width: 100%;
			padding-left: 50px;
			padding-top: 20px;
			box-sizing: border-box;
			height: 190px;
                        border-radius: 22px;
			background: url("/_upload/tpl/0a/b7/2743/template2743/./images/bg.png") no-repeat;
			background-size: 100% 100%;
		}

		.swrapper {
			position: relative;
		}

		.tab-nav {
			display: flex;
			background: #f0f0f0;
		}

		.tab-btn {
			padding: 12px 24px;
			border: none;
			background: #FFFFFF;
			cursor: pointer;
			border-right: 1px solid #ddd;
			font-size: 15px;
                        position: relative;
		}

		.tab-btn.active {
			font-size: 16px;
			background: #fff;
			color: #951016;
			font-weight: bold;
		}

                .tab-btn.active::after {
                       content: '';
                       position: absolute;
                       bottom: 0;
                       left: 0;
                       width: 80%;
                       height: 2px;
                       background-color: #951016;
                }

		.tab-content {
			padding: 20px;
			display: none;
			height: 209px;
			/* 统一设置为209px，与iframe原高度一致 */
		}

		.tab-content.active {
			display: block;
		}


/* 图标css、js开始 */
		/* 圆形图标区域样式 */
		.wrapper.main-icons {
			background-color: #fff;
			padding: 10px 0;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}

		.icon-area {
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
		}

		.icon-row {
			display: flex !important;
                        flex-direction: row !important;
			justify-content: space-around !important;
			flex-wrap: wrap !important;
		}

		.icon-item {
			text-align: center;
			margin: 20px 0;
			flex: 0 0 180px !important;
		}

		.icon-link {
			display: block;
			text-decoration: none;
			color: #333;
			transition: all 0.3s ease;
		}

		.icon-link:hover {
			transform: translateY(-5px);
		}

		.icon-link:hover .icon-circle {
			box-shadow: 0 8px 20px rgba(149, 16, 22, 0.2);
		}

		.icon-link:hover .icon-title {
			color: #951016;
		}

		.icon-circle {
			width: 120px;
			height: 120px;
			border-radius: 50%;
			background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
			margin: 0 auto 15px;
			display: flex;
			align-items: center;
			justify-content: center;
			border: 2px solid #e0e0e0;
			transition: all 0.3s ease;
			overflow: hidden;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		}

		.icon-img {
			width: 60px;
			height: 60px;
			object-fit: contain;
			transition: all 0.3s ease;
		}

		.icon-link:hover .icon-img {
			transform: scale(1.1);
		}

		.icon-title {
			font-size: 16px;
			font-weight: bold;
			margin-top: 5px;
			transition: all 0.3s ease;
		}

		/* 响应式设计 */
		@media (max-width: 1200px) {

			/*中等屏幕上*/
			.icon-item {
				flex: 0 0 160px;
			}
		}

		@media (max-width: 962px) {

			/*平板屏幕*/
			.icon-row {
				justify-content: space-between;
			}

			.icon-item {
				flex: 0 0 150px;
				margin: 15px 10px;
			}
		}

		@media (max-width: 768px) {

			/*平板竖屏*/
			.icon-row {
				justify-content: center;
			}

			.icon-item {
				flex: 0 0 150px;
				margin: 15px 20px;
			}

			.icon-circle {
				width: 100px;
				height: 100px;
			}

			.icon-img {
				width: 50px;
				height: 50px;
			}
		}

		@media (max-width: 576px) {

			/* 手机 */
			.icon-item {
				flex: 0 0 130px;
				margin: 10px 15px;
			}

			.icon-circle {
				width: 80px;
				height: 80px;
			}

			.icon-img {
				width: 40px;
				height: 40px;
			}

			.icon-title {
				font-size: 14px;
			}
		}

		@media (max-width: 480px) {
			.icon-item {
				flex: 0 0 110px;
				margin: 10px 10px;
			}
		}
/* 图标css、js结束 */
		/* AI馆员拖动样式 */
	.fixed-image {
		position: fixed;
		cursor: pointer; /* 默认显示为可点击 */
		user-select: none;
		bottom: 20px;
		right: 20px;
		z-index: 1000;
		width: 150px; /* 限制容器宽度 */
		height: 200px; /* 限制容器高度 */
	}
	
	.fixed-image img {
		width: 100%; /* 图片适应容器 */
		height: 100%;
		pointer-events: none; /* 防止图片干扰事件 */
		transition: transform 0.2s; /* 添加缩放动画 */
	}
	
	.fixed-image:hover img {
		transform: scale(1.1); /* 悬停时放大 */
	}
	
	.fixed-image.dragging {
		cursor: grabbing; /* 拖动时显示抓取光标 */
	}
	
	.fixed-image.dragging img {
		opacity: 0.9; /* 拖动时半透明 */
		box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* 添加阴影效果 */
	}






/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(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;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 18px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #710006;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    background: #710006;
}

#header .inner {
    height: 173px;
    position: relative;
}

.header .sitelogo {
    float: left;
    padding-top: 40px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 10px;
    width: 305px;
}

/*lang样式*/
.site-lang {}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 35px;
    padding: 0px 10px;
    font-size: 15px;
    color: #fff;
    border-left: 1px solid #fff;
}

.site-lang ul li.links a:hover {
    color: #fff;
}

.site-lang ul li.links.i1 a {
    border-left: 0px solid #fff;
}

/*默认主导航样式*/
#nav {}

#nav .inner {}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {
    min-height: 30px;
}

#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);
}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
    margin: 0 auto
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 39px;
    line-height: 60px;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    background-color: #AD1207;
    text-decoration: none;
    color: #fff;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    min-width: 100%;
    z-index: 600;
    background: #fdf5f3;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    text-align: center;
}

.sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    background: none;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #ad1207;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 700;
    background: #fff;
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

.main1 {}

.main1 .inner {
    padding: 40px 0px 10px;
}

.main1 .ml {
    float: left;
    width: 736px;
}

.main1 .mr {
    float: right;
    width: 418px;
}

.main2 {}

.main2 .inner {
    padding: 20px 0px 20px;
}

.main2 .ml {
    float: left;
    width: 756px;
}

.main2 .mr {
    float: right;
    width: 398px;
}

.main3 {}

.main3 .inner {
    padding: 20px 0px 10px;
}

.main3 .ml {
    float: left;
    width: 736px;
}

.main3 .mr {
    float: right;
    width: 418px;
}

.main3 .ml1 {
    float: left;
    width: 354px;
}

.main3 .ml2 {
    float: right;
    width: 350px;
}

.main4 {}

.main4 .inner {
    padding: 10px 0px 40px;
}

.main4 .ml {
    float: left;
    width: 736px;
}

.main4 .mr {
    float: right;
    width: 418px;
}

.main5 {
    background: #710006;
}

.main5 .inner {
    padding: 40px 0px 40px;
}

/**标题栏新闻窗口**/
.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 10px;
}

/**标题栏**/
.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: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}

/*栏目别名*/
.post .con {
    padding: 6px 0;
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    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-top: 3px solid #710006;
}

.post1 .tt .tit {}

.post1 .tt .tit .title {
    display: inline-block;
    width: 140px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: url('images/tit_bg.png') no-repeat left top;
    text-align: center;
    /* padding-left: 20px; */
    margin-top: -3px;
}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

/*带图标标题*/
.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 20px;
    background: url('images/new1_icon.png') no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 24px;
    font-weight: bold;
    color: #710006;
    cursor: default;
}

.post2 .con {}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 46px;
    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 rgb(139, 30, 2);
}

.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

.news_list li.news .news_date {
    color: #951016;
    padding: 0 10px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
}

/*图列表*/
.news_tu {}

.news_tu .con {
    padding: 12px 0px;
}

.news_tu .news_list {
    margin: 0px -15px;
}

.news_tu .news_list li.news {
    float: left;
    width: 25%;
}

.news_tu .news_list li.news .news_box {
    /* margin: 0px 15px; */
    margin：0px;
    transition: all 0.4s ease-in-out;
    /* border: 1px solid #951016; */
}

.news_tu .news_list li.news .news_box:hover {
    opacity: .85;
    filter: Alpha(opacity=85);
}

.news_tu .news_list li.news .news_imgs {
    height: 160px;
    background-color: #F1F1F1;
    overflow: hidden;
}

.news_tu .news_list li.news .news_imgs img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.news_tu .news_list li.news .news_wz {
    padding: 5px;
}

.news_tu .news_list li.news .news_con {}

.news_tu .news_list li.news .news_title {
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;

    /* margin: 15px 0 10px 0; */
}

.news_tu .news_list li.news .news_title a {}

.news_tu .news_list li.news .news_text {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 28px;
}

.news_tu .news_list li.news .news_text a {
    color: #6e6e6e;
}

.news_tu .news_list li.news .news_meta {
    color: #fff;
    background: #951016;
    display: inline-block;
    padding: 0 8px;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}

/*图文*/
.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.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: 100%;
}

.tu_text .news_list li.news .news_wz {
    width: 100%;
}

.tu_text .news_list li.news .news_wz .news_con {
    margin-left: 175px;
    padding: 0px 0px;
    position: relative;
}

.tu_text .news_list li.news .news_title {
    line-height: 26px;
    font-size: 16px;
    margin: 20px 15px 10px 5px;
}

.tu_text .news_list li.news .news_time {
    line-height: 26px;
    font-size: 15px;
    color: #951016;
    font-weight: bold;
    margin: 0px 15px 0px 5px;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 285px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 10px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    padding: 20px 60px;
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #710006;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 62px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 16px;
    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 28px;
    line-height: 40px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #710006;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #710006;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #710006;
}

/*二级子栏目**/
.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 52px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #710006;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #710006;
}

/**栏目新闻**/
.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: 22px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #710006;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
    font-size: 15px;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.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 .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
.wp_paging {
    font-size: 14px;
    margin-top: 10px;
}

/**文章页**/
.infobox {
    width: auto;
    margin: 0 auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #182880;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    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: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

/**页脚开始**/
#footer {
    background: #3c3c3c;
}

#footer .inner {
    padding: 30px 0px 50px 0;
    position: relative;
}

#footer .inner .mod.clearfix {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#footer .inner .foot-left {
    width: 800px;
    margin-top: 35px;
    margin-left: 35px;
}

#footer .inner .foot-center {
    width: 200px;
    margin-top: 12px;
}

#footer .inner .foot-right {
    width: 200px;
    margin-top: 12px;
    margin-right: 35px;
}

#footer .inner img {
    width: 117px;
    height: 117px;
}

#footer .inner p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

#footer .inner p span {
    margin: 0 5px;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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: 70px;
    height: 46px;
    border: 0px;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    margin-top: 32px;
    border-radius: 22px;
}

.wp-search {
    position: relative;
    border: 0px solid #d0d0d0;
    background: url(images/sous_bg.png) no-repeat center;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 14px;
    margin-right: 75px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: none;
    color: #9a9694;
    font-size: 16px;
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: 70px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 70px;
    height: 46px;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}

/**友情链接**/
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    margin: 4px 12px;
    width: 316px;
    line-height: 44px;
    background: #fff;
    border: 0px solid #d0d0d0;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px 0 18px;
    color: #582313;
    background: url(images/arrow.png) no-repeat right top;
    font-size: 16px;
    font-weight: bold;
}

.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: 44px;
    width: auto;
    min-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 34px;
    padding: 5px 0;
    color: #444;
    font-size: 16px;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    padding-left: 12px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #951016;
    cursor: pointer;
}

.botlinks.clearfix {
    width: 1020px;
    margin: 0 auto;
}



/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .inner {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.mbanner .focus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
}

 #banner .inner {width: 100%;text-align: center;position: relative;}
/*banner*/
/* .post.post-111{margin-bottom:0;}
.mbanner .news_list{padding-bottom:0;}
.mbanner .news_list li.news{padding:0;background:unset;}
.mbanner li.news .news_imgs {position: relative;height: 350px;overflow: hidden;}
.mbanner li.news .news_imgs video,
.mbanner li.news .news_imgs img {position: absolute;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;}
.mbanner .slick-dots{    bottom: 35px;display:none!important;}
.mbanner .slick-dots li{width: 14px;    height: 14px;    margin: 0 10px;background: rgb(255 255 255 / 50%);}
.mbanner .slick-dots li button{    width: 100%;    height: 100%;}
.mbanner .slick-dots li.slick-active{background:#fff;} */
.zdy-2 {
    margin-top: 10px;
}

.zdy-2 li .imgs {
    width: 100%;
    height: 182px;
    background-size: cover;
}

.bt.fkong {
    bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 20px;
    background: url(images/black.png) repeat-x;
    position: absolute;
    display: block;
    word-break: break-all;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-top: 30px;
    font-weight: bold;
    line-height: 28px;
}

.bt.fkong a {
    color: #fff;
}

.slt.pr {
    position: relative;
}

.nr {
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}

.nr a {
    color: #666;
}

.bt.kong {
    padding: 30px 20px 20px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-14 .news_list .news {
    width: 48%;
    float: left;
    background: #fff;
    height: 182px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 30px;
    border: 1px solid #951016;
    transition: .5s;
}

.post-14 .news_list .news .time {
    position: absolute;
    top: -17px;
    left: 20px;
    z-index: 99;
    color: #fff;
    padding: 0 6px;
    display: inline-block;
    background: #951016;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

.post-14 .news_list .news.n1.clearfix {
    float: right;
}

.post-14 .news_list .news.n3.clearfix {
    float: right;
}

.post-15 .news_title {
    border: 1px solid #951016;
    overflow: hidden;
    margin-bottom: 17px;
    padding: 23px 26px 20px 26px;
    margin-top: -23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 29px;
}

.post-15 .news_list li.news .news_date {
    margin-left: 20px;
}

.post-21 .news_list li.news {
    background: #fdf5f3;
    border: 1px solid #951016;
    padding-left: 18px;
    margin-bottom: 18px;
    margin-top: 8px;
}

.post-21 .news_list li.news span.news_meta {
    background: #fff;
    padding: 1px 22px;
    color: #222;
    font-weight: bold;
    font-size: 16px;
}

.post-21 .news_list li.news:hover span.news_meta {
    color: #710006;
}

.post-21 .news_list li.news:hover {
    background: #710006;
}

.post-21 .news_list li.news:hover a {
    color: #fff;
    transition: all 0s ease-in-out;
}

.post-21 .news_list li.news a {
    transition: all 0s ease-in-out;
}

.post-22 .news_list li.news.n0 {
    border-bottom: 0px solid #ccc;
}

.post-22 .n0 .news_title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
    line-height: 30px;
}

.post-22 .news_title {
    line-height: 25px;
    padding: 13px 0;
    overflow: hidden;
    font-size: 16px;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.post-22 .n0 .news_text {
    color: #777;
    font-size: 16px;
    line-height: 28px;
}

.post-22 .n0 .news_text a {
    color: #777;
}

.post-22 .n0 .news_meta {
    color: #951016;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    background: url(images/heng.png) no-repeat left bottom;
    margin-top: 5px;
    margin-bottom: 15px;
}

.post-22 .news_list li.news {
    border-bottom: 1px solid #ccc;
}

.post-31 .news_list li.news {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 36px;
}

.post-31 .news_list li.news a {
    color: #fff;
    line-height: 130px;
}

.post-31 .news_list li.news.i1 {
    background: url(images/link1.png) no-repeat top center;
}

.post-31 .news_list li.news.i2 {
    background: url(images/link2.png) no-repeat top center;
}

.post-43 {
    background: url(images/icon.png) no-repeat left top;
    margin-bottom: 50px;
    margin-top: 13px;
}

.post-43 .news_title {
    height: 80px;
    color: #710006;
    padding: 12px 70px 0 130px;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
}

.post-43 .news_title a {
    color: #710006;
}

/*************************************************************
 * 特殊页面
 */
/*二级页面*/


.read {
    min-height: 500px;
}

.post1.post-22 span.title {
    background: url(images/tit_bg2.png) no-repeat center !important;
    width: 187px !important;
}

.post-14 .next {
    display: none;
}

.post-14 li:hover .prev {
    display: none;
}

.post-14 li:hover .next {
    display: block;
}

.post-14 li.n2 .prev {
    display: none;
}

.post-14 li.n2 .next {
    display: block;
}

/* Start泱泱AI */
.fixed-image {
    position: fixed;
    top: 450px;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1000;
}

.fixed-image img {
    display: block;
    width: 150px;
    height: 200px;
}

.fixed-image img:hover {
    transform: scale(1.08);
}
/**主页banner开始**/
#banner {position: relative; }
#banner .inner {width: 100%;text-align: center;position: relative;}
/*banner*/
.post.post-111{margin-bottom:0;}
.mbanner .news_list{padding-bottom:0;}
.mbanner .news_list li.news{padding:0;background:unset;}
.mbanner li.news .news_imgs {position: relative;height: 350px;overflow: hidden;}
.mbanner li.news .news_imgs video,
.mbanner li.news .news_imgs img {position: absolute;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;}
.mbanner .slick-dots{    bottom: 35px;display:none!important;}
.mbanner .slick-dots li{width: 14px;    height: 14px;    margin: 0 10px;background: rgb(255 255 255 / 50%);}
.mbanner .slick-dots li button{    width: 100%;    height: 100%;}
.mbanner .slick-dots li.slick-active{background:#fff;}
/* End泱泱AI */