/* CSS Document */
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-size: 16px;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, select, img {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:focus {
	outline: none;
}
a:hover {
	color: #ae0b2a;
}
img {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(165, 165, 165, 0.2);
}
li {
	list-style-type: none;
}
select {
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
}
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
/**初始化结?***/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
/* 顶部样式 */

.topnav {
	position: relative;
	height: 45px;
	line-height: 45px;
	background: #e4e4e4;
	border-bottom: 1px solid #e6e6df;
	z-index: 3;
	color: #4e4e4e;
}
.topnav, .slideBox2, .main1, .footer, .footer2 {
	min-width: 1200px;
}
.topnav .tinylogo {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.topnav .slogan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
}
.topnav-right-mobile {
	display: none;
}
.topnav-right .topnav-item {
	float: right;
	line-height: 45px;
}
.topnav-item span a {
	color: #8b6833;
	color: #4e4e4e;
	padding-right: 4px;
}
.topnav-right .topnav-item.first span {
	padding-right: 4px;
	border-right: 1px solid #cfc4b0;
}
.topnav .brand, .logonav .brand {
	float: left;
display:none;
}
span.l2 {
    border-right: 1px solid #1e1e1d;
    padding-right: 10px;
    margin-right: 10px;
}
/*  */

.wrap {
	width: 100%;
	background-color: #f5f5f5;
	background-image: url(/_upload/tpl/00/03/3/template3/htmlRes/style_res/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 1200px;
}
.header {
	width: 100%;
	min-width: 1200px;
}
.header .head_logo {
	text-align: left;
}
.header .head_logo a {
	margin-right: 12px;
}
.header .head_logo img {
	width: 76px;
	display: inline-block;
}
.header .head_logo .logo2 img {
	width: 440px;
}
.header .head_logo .fenge {
	display: inline-block;
	width: 2px;
	height: 64px;
	background-color: #ddd;
	margin: 20px 10px;
}
.header-top {
	position: relative;
	padding: 30px 0;
}
/* 搜索? */
.searchBox {
	margin-top: 12px;
	position: absolute;
	right: 0;
	top: 36px;
}
.searchBox .navbar-form {
	/* height: 50px; */
	border-radius: 16px;
	border: 1px solid #eee;
}
.searchBox .navbar-form input {
	margin: 0;
	padding: 10px 28px 9px 10px;
	width: 180px;
	border: 0 none;
	background: #FFF;
	color: #222;
	box-shadow: none;
	border-radius: 16px;
	box-sizing: content-box;
}
.searchBox .navbar-form button {
	position: absolute;
	right: 8px;
	top: 6px;
	width: 22px;
	height: 22px;
	line-height: 34px;
	vertical-align: middle;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
	background: url("/_upload/tpl/00/03/3/template3/htmlRes/style_res/search.png") no-repeat;
}
/* 导航? */
.nav {
	background-image: linear-gradient(#4c4c4c, #333);
}
.nav-main>li {
	position: relative;
	float: left;
	text-align: center;
	width: 14%;
	padding: 16px 0;
}
.nav-main li a {
	display: block;
	color: #fff;
	width: 100%;
	font-size: 20px;
}
.nav-main>li:hover {
	background-image: linear-gradient(#e36d72, #cf2c2c);
}
.nav-main .submenu {
	display: none;
	width: 100%;
	background: #cf2c2c;
	position: absolute;
	left: 0px;
	top: 58px;
	z-index: 10;
}
.nav-main .submenu .third {
	display: none;
	min-width: 160px;
	background: rgba(105, 105, 104, 0.5);
	color: #333;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 168px;
}
.nav-main .submenu li {
	line-height: 60px;
	height: 60px;
}
.nav-main .submenu>li {
	position: relative;
}
.nav-main .submenu a {
	color: #fff;
	font-size: 17px;
}
.nav-main .submenu a:hover {
	background: #dd5151;
}
.nav-main .submenu .small-size {
	font-size: 16px;
}
/*  */
.main-title {
	/* border-bottom: 1px solid #f2f2f2; */
	padding: 0 16px;
}
.main-title h4 {
	position: relative;
	padding: 10px 0;
	font-size: 20px;
	color: #bd0003;
	float: left;
	border-bottom: 1px solid #bb2323;
}
.main-title .tip {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
}
.main-title .more {
	margin-top: 12px;
	font-size: 13px;
}
.main-content .article-list {
	float: left;
	margin-left: 16px;
	width: 420px;
}
.main1 {
	padding-top: 42px;
}
.main1-title {
	background: #fff;
}
.main1-left {
	width: 68.8%;
	float: left;
	background: #fff;
}
.main1-left .article-list {
	width: 390px;
	padding: 12px 0;
}
.main1-right {
	width: 30%;
	padding-left: 14px;
	float: left;
}
.main1-more {
	width: 420px;
	margin: 0px auto;
}
.article-list {
	padding: 5px 0px 5px 0;
}
.article-list li {
	padding: 6px 0;
	font-size: 15px;
	position: relative;
}
.article-list li::before {
	display: inline-block;
	content: '>';
	width: 10px;
	height: 10px;
	color: #ddd;
	vertical-align: top;
	margin-right: 4px;
}
.article-list .img-item {
	display: flex;
}
.article-list .img-item img {
	width: 180px;
	height: 130px;
}
.article-list .img-item .des {
	margin-left: 26px;
	line-height: 24px;
	padding-top: 10px;
}
.article-list .img-item .time {
	position: relative;
	margin-top: 10px;
}
.article-list li a:hover {
	/* text-decoration: underline; */
	color: #bb2323;
}
.article-list li .text-item {
	display: inline-block;
	width: 78%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-list li .time {
	position: absolute;
	right: 0;
	color: #a9a9a9;
	font-size: 13px;
}
/* 通知公告 */
.bar-list {
	width: 100%;
	background: #fff;
	padding: 17px 0;
}
.bar-list ul {
	border-radius: 4px;
	border-top: 0 none;
	padding: 0;
}
.bar-list ul li {
	position: relative;
	padding: 10px 19px 10px 70px;
	/* border-top: 1px solid #e9e8eb; */
	font-size: 14px;
}
.bar-list ul li a {
	display: block;
	padding-left: 10px;
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显? */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方? */
    /* -webkit-line-clamp: 2; */
    /* 2行，只有 webkit内核支持 */
    /* word-break: break-all; */
    /* 纯英文换? */
	overflow: hidden;
	height: 59px;
}
.bar-list ul li a:hover {
	/* text-decoration: underline; */
	color: #bb2323;
}
.bar-list ul li .right-con h4 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
.bar-list ul li a:hover .time {
	color: #fff;
	background: #bb2323;
}
.bar-list ul li .time {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	/* height: 40px; */
	color: #333;
	background: #eee;
	border-radius: 4px;
	text-align: center;
	padding: 2px 4px;
}
.bar-list ul li .time .year {
	margin-bottom: 6px;
	font-size: 16px;
}
.bar-list ul li .right-con {
	margin-top: 6px;
}
/* 轮播? */
.slideBox {
	width: 410px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 9px;
	height: 9px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #b49058;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd p {
	width: 100%;
	height: 23px;
	padding: 6px 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 20px;
	background: rgb(0, 0, 0, .7);
}
.slideBox .bd a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	display: block;
}
.slideBox .bd img {
	width: 100%;
	height: 350px;
	display: block;
}
.slideBox .time {
	position: absolute;
	left: 0;
	bottom: 34px;
	background: #c09e68;
	padding: 10px 18px;
	font-size: 12px;
	color: #fff;
	border-radius: 0 18px 0 0;
}
.banner2 {
	width: 1200px;
	height: 160px;
	overflow: hidden;
	margin: 1px auto;
}
/* 文章-切换tab */
.nav-bar {
	background: #fff;
}
.nav-bar .tab-head {
	padding: 10px 0 0;
	height: 50px;
	background: #cf2c2c;
	border-radius: 7px 7px 0 0;
	margin-bottom: 19px;
}
.nav-bar .tab-head h4 span {
	font-size: 12px;
	color: #ccc;
}
.nav-bar .tab-head h4 {
	margin-left: 10px;
	margin-top: 10px;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	padding: 8px 25px 7px;
	background: #b22d2d;
	border-radius: 7px 7px 0 0;
	cursor: pointer;
}
.nav-bar .tab-head h4.on {
	margin-top: 0;
	color: #cc2929;
	font-weight: bold;
	padding: 14px 25px 13px;
	background: #fff;
}
.nav-bar .tab-head .more {
	margin-top: 13px;
	margin-right: 18px;
	font-size: 12px;
}
.nav-bar .tab-head .more a {
	color: #fff;
}
.main2-left {
	float: left;
	width: 49%;
	position: relative;
}
.main2-left+.main2-left {
	margin-left: 24px;
}
.main2-left .article-list {
	padding: 6px 16px;
	min-height: 218px;
}
.main3-left {
	width: 56%;
}
.main3-right {
	width: 36%;
}
/* 图片滚动 */

.nav-bar-scroll {
	/* width: 1200px; */
	height: 218px;
	overflow: hidden;
}
.nav-bar-scroll ul {
	/* width: 1200px; */
	overflow: hidden;
}
.nav-bar-scroll ul li {
	float: left;
	/* width: 180px; */
	padding: 5px 0;
	background: #fff;
	margin: 10px;
}
.nav-bar-scroll ul li a {
	display: block;
	overflow: hidden;
}
.nav-bar-scroll ul li img {
	width: 200px;
	height: 150px;
}
.nav-bar-scroll ul li p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.nav-bar-scroll-content {
	padding-left: 80px;
	background: #fff;
	position: relative;
}
.nav-bar .nav-bar-head {
	padding: 18px 20px;
	z-index: 1;
	position: relative;
}
.nav-bar .nav-bar-head::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 30px;
	background: linear-gradient(#f1bbbb, #cc2929);
	position: absolute;
	top: 16px;
	left: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.nav-bar .nav-bar-head h4 {
	font-size: 20px;
	color: #000;
}
.nav-bar .nav-bar-head h4 span {
	font-size: 12px;
	color: #ccc;
}
.nav-bar .nav-bar-head .more {
	margin-top: 5px;
	font-size: 12px;
}
.nav-bar .nav-bar-head-2 {
	border-bottom: 0 none;
	height: 165px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.nav-bar .nav-bar-head-2::before {
	width: 30px;
	height: 5px;
	background: linear-gradient(to right, #f1bbbb, #cc2929);
	position: absolute;
	top: 0;
	left: 26px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.nav-bar-head-2 .vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	font-size: 20px;/* color: #cc2929; */
}
.nav-bar-head-2 .vertical .en {
	font-size: 13px;
	color: #ccc;
}
.nav-bar-scroll {
	height: 218px;
}
.nav-bar-scroll-left {
	position: absolute;
	display: block;
	bottom: 10px;
	left: 23px;
	width: 30px;
	height: 30px;
	background: url(/_upload/tpl/00/03/3/template3/htmlRes/style_res/arrow-left2.png) no-repeat;
}
/*  */


.nav-bar .navlink-list {
	z-index: 1;
	position: relative;
}
.nav-bar .navlink-list ul li {
	float: left;
	width: 33.3%;
}
.nav-bar .navlink-list ul li a {
	padding: 28px 0;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 15px;
}
/* 列表? */
.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.list-container {
	margin: 15px 0px;
	overflow: hidden;
	justify-content: space-between;
	background: #fff;
}
.list-path, .list-content {
	position: relative;
	padding: 10px 20px;
}
.list-path {
	position: relative;
	height: 20px;
	font-size: 16px;
	background-color: #ad1a2a;
}
.list-path>span {
	color: #fff;
}
.list-path>span>a {
	color: #fff;
}
.list-content {
	min-height: 550px;
	color: #4c4c4c;
	border: 1px solid #d0d0d0;
	padding: 20px;
}
.list {
	position: relative;
	min-height: 550px;
	margin: 0 auto;
}
.list>li {
	position: relative;
	line-height: 42px;
	font-size: 15px;
	width: 100%;
	border-bottom: 1px dashed #bbb;
}
.list>li>span:first-child+a+span {
	position: absolute;
	right: 20px;
	margin-left: 80px;
	color: #666;
	font-size: 14px;
}
.list-wrap {
	display: flex;
}
.list-wrap .list-container {
	flex: 1;
}
.leftmenu {
	width: 20%;
	margin-right: 20px;
	margin-top: 15px;
	text-align: center;
}
.leftmenu .leftmenu-top-tit {
	font-size: 20px;
	background: #ad1a2a;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 12px 0;
	font-weight: bold;
}
.leftmenu .leftmenu-top ul {
	font-size: 16px;
	line-height: 50px;
}
.leftmenu .leftmenu-top ul li {
	background: #fff;
}
.leftmenu .leftmenu-top ul li a {
	display: block;
	height: 50px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #f2f2f2;
}
.leftmenu .leftmenu-top ul li a:hover, .leftmenu .leftmenu-top ul li a.active {
	font-weight: bold;
}
/* 文章内容? */
.list-content-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.list-content-title>div {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	margin: 0 auto;
}
.content-title {
	width: 100%;
	font-size: 22px;
	color: #4c4c4c;
	border-bottom: 1px solid #dd983d;
	margin-bottom: 6px;
	font-family: 'NSimSun', 'SimSun', 'STSong';
	font-weight: 700;
	line-height: 1.3!important;
	font-size:36px!important;
	margin-bottom: 20px;
	font-family: SourceHanSerifCN-Bold !important;
}
.content-time {
	font-size: 14px;
	width: 100%;
	color: #666;
	background: rgb(235, 235, 235);
}
.list-content-context {
	font-size: 15px;
	line-height: 2.7rem;
	padding: 20px 20px;
}
.list-content-context>p, .list-content-folder>p {
	text-indent: 2rem;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
/* 搜索结果? */
.conTxt {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
/* footer */


.footer {
	width: 100%;
	background-color: #b32424;
	padding: 25px 0 20px 0;
	margin-top: 50px;
}
.footer .floatr img {
	display: block;
	width: 105px;
	height: 105px;
}
.footer .floatr span {
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
.footer p {
	color: #fff;
	font-size: 13px;
	font-weight: lighter;
	padding-bottom: 12px;
}
.footer p span {
	padding-left: 30px;
}
.footer p a {
	color: #fff;
	font-weight: lighter;
	font-size: 13px;
}
.footer .footer_logo {
	padding-top: 10px;
	font-size: 11px;
	vertical-align: middle;
}
.footer .footer_logo a {
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_logo img {
	padding-right: 20px;
	width: 170px;
}
.footer .flinks {
	float: left;
	width: 460px;
	margin-left: 30px;
}
.footer .flinks p {
	padding-top: 4px;
	font-size: 18px;
	color: #fff;
}
.footer .flinks span {
	display: block;
	font-size: 0;
}
.footer .flinks span a {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-top: 4px;
	padding: 3px 0;
}
.footer .xueyuan {
	padding: 4px 27px;
	background: #fff;
	border-radius: 10px;
	color: #333;
	text-align: center;
}
.footer .qrcode {
	margin-top: 20px;
	margin-left: 32px;
	font-size: 14px;
}
.footer2 {
	width: 100%;
	background: #a12020;
	padding: 20px 0px;
	color: #fff;
	font-size: 12px;
}




.lili { font-size:0;}
.more-2 { position:absolute; right:18px; top:23px; font-size:12px; color:#fff;}
.more-2 a { color:#fff;}
.lbyy { min-height:450px; padding-bottom:50px;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.list-path a { color:#fff;}

.wp_articlecontent p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
.wp_articlecontent font{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}




