/* CSS Document */
@charset "utf-8";
.possplit{text-indent:0;display:inline}
* {
	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;
}

.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;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

/**åˆå§‹åŒ–ç»“æŸ***/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.icon-list{
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background:url("/_upload/tpl/00/12/18/template18/images/icon-grey.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
	width: 100%;
	height: 108px;
	background: url(/_upload/tpl/00/12/18/template18/images/top_bg.jpg) #002d71 no-repeat center top;
}

.header .logo img {
	width: 780px;
}

.nav {
	width: 100%;
	background: #fff;
}

.nav-main>li {
	position: relative;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 14%;
}

.nav-main li a {
	display: block;
	color: #333;
	height: 50px;
	width: 100%;
	font-size: 19px;
}

.nav-main>li:hover a {
	background: #0056b8;
	color: #fff;
}

.nav-main .submenu {
	display: none;
	width: 100%;
	background: #0056b8;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 10;
}

.nav-main .submenu a {
	color: #fff;
}

.nav-main .submenu a:hover {
	background: #002d71;
}

.banner1 {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner2 {
	width: 400px;
	height: 320px;
	float: left;
}

.banner2 a {
	display: block;
	height: 100%;
	color: #fff;
	position: relative;
}

.banner2 a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 4px;
	width: 98%;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner2>.swiper-pagination-bullets {
	bottom: 6px;
	right: 0;
	left: auto;
	width: 26%;
}

.main-title {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 19px;
}

.main-title h4 {
	position: relative;
	font-size: 22px;
	color: #0056b8;
	float: left;
}

.main-title h4::after {
	position: absolute;
	width: 79px;
	height: 2px;
	content: "";
	background: #0056b8;
	bottom: -12px;
	left: 0;
}

.main-title .more {
	margin-top: 12px;
	font-size: 12px;
}

.main-content .article-list {
	float: left;
	margin-left: 20px;
	width: 420px;
}

.main1 {
	margin-top: 30px;
	margin-bottom: 30px
}

.main1-left {
	width: 70%;
	float: left;
}

.main1-right {
	width: 28%;
	padding-left: 24px;
	float: left;
}

.main2-left {
	width: 48%;
	float: left;
}

.main2-right {
	width: 48%;
	float: right;
}

.article-list {
	padding: 5px 0px 5px 0;
}

.article-list li {
	padding: 4px 0;
	font-size: 15px;
	position: relative;
}

.article-list li a:hover {
	text-decoration: underline;
	color: #0056b8;
}

.article-list li a {
	display: inline-block;
	width: 80%; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-list li .time {
	position: absolute;
	right: 0;
	color: #a9a9a9;
}
.bar-list {
	width: 100%;
}
.bar-list ul {
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e9e8eb;
	border-top: 0 none;
	padding: 0;
}

.bar-list ul li {
	position: relative;
	padding: 10px 19px 10px 70px;
	height: 40px;
	border-top: 1px solid #e9e8eb;
	font-size: 15px;
}

.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;
}

.bar-list ul li a:hover {
	text-decoration: underline;
	color: #0056b8;
}

.bar-list ul li a:hover .time {
	color: #fff;
	background: #0056b8;
}

.bar-list ul li .time {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 40px;
	color: #0056b8;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.link-list {
	margin-bottom: 10px;
}
.link-list li{
	float: left;
}
.link-list li a:hover {
	color: #0056b8;
}
.link-list li+li {
	margin-left: 20px;
}

.footer {
	width: 100%;
	float: left;
	background: #446891;
	padding-top: 35px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 13px;
}


/*------------äºŒçº§ã€ä¸‰çº§é¡µ å®¹å™¨æ ·å¼------------*/
.container {
    width: 1200px;
	height:auto;
    margin: 0 auto;
}
.list-container {
    width: 1200px;
	padding: 15px 0px;
	overflow: hidden;
    justify-content: space-between;
}

.list-container>div{
      float: left;
  }


/*------------äºŒçº§é¡µå·¦ä¾§æ ·å¼------------*/

.list-left {
    width: 300px;
	padding: 5px 10px;
	overflow: hidden;
    justify-content: space-between;
}

.list-left-title{
	position:relative;
    width:100%;
	height: 62px;
	text-align: center;
	background: #0056b8;
	background-repeat: no-repeat;
}

.list-left-title span{
	line-height:62px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
}

.list-left-content{
	position:relative;
	width:298px;
	border:1px solid #d0d0d0; 
	padding: 10px 0px;
	text-align: left;
}

.list-left-content ul li{
	margin: 10px;	
}

.list-left-content ul li a{
	width: 238px;
	display: block;
	padding-left: 40px;
	line-height:40px;	
	font-size: 18px;
	vertical-align: middle;
	background: #E5E5E5;
	color:#333;
}
.list-left-content ul li a:hover{
	background:#6e6e6e;
	text-decoration:none;
    color:#f8eeee;
}


/*------------äºŒçº§é¡µå³ä¾§æ ·å¼ã€ä¸‰çº§é¡µæ ·å¼------------*/

.list-right {
	position:relative;
    width: 850px;
	margin: 5px 10px;
	overflow: hidden;
    justify-content: space-between;
}

/* å½“å‰ä½ç½®ã€å†…å®¹å®¹å™¨æ ·å¼ */
.list-path{
	width:1160px; 
	height: 20px;
	padding: 12px 20px;
    font-size: 17px;
	background-color: #0056b8;
}
.list-path>span,.list-right-path>span{
    color: #fff;
}
.list-path>span>a,.list-right-path>span>a{
    color: #fff;
}

.list-right-path{
	width:810px; 
	height: 20px;
	padding: 12px 20px;
    font-size: 17px;
	background-color: #0056b8;
}

.list-right-content{
	width:848px;
	min-height: 550px;	
    color: #4c4c4c;
    border:1px solid #d0d0d0; 
    padding: 20px 0px;
}

.list-content{
	width:100%;
	min-height: 550px;	
    color: #4c4c4c;
    border:1px solid #d0d0d0; 
    padding: 20px 50px;
	box-sizing: border-box;
}

.list-right-content .list-content-text{
	padding: 0 10px;
}


/*------------ äºŒçº§ã€ä¸‰çº§é¡µå†…å®¹æ ·å¼ ---------*/

/*------------ åˆ—è¡¨é¡µ ---------*/
/*åˆ—è¡¨*/
.list{
	position: relative;
	width:100%;
	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:50px;
    color: #666;
    font-size: 14px;
}

/*------------ æ–‡ç« æ ·å¼ ---------*/

/* æ­£æ–‡æ ‡é¢˜å†…å®¹ */
.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;
}

.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;}
/* æ­£æ–‡åˆ›å»ºæ—¶é—´ */
.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 30px;
}
.list-content-context>p,.list-content-folder>p{
    text-indent: 2rem;
}

.align-l{
    text-align: left;
}
.align-r{
    text-align: right;
}

