﻿/* 全局样式============================ */
* {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

html, body, #app {
	height: 100%;
	font-size: 14px;
	color: #303133 !important;
}
a {
	color: #302313;
	text-decoration: none;
	cursor: pointer;
}
a:hover,a:active {
	color: #606266;
	text-decoration: none;
}

[v-cloak] {
	display: none;
}

ol, ul {
	list-style: none;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.slide-enter-active {
	transition: all .3s ease;
}

.slide-leave-active {
	display: none;
}

.slide-enter, .slide-leave-to {
	opacity: 0.6;
	overflow: hidden;
}

.mainbody {
	min-width: 320px;
	background: #fdf3e2;
	height: 100%;
	overflow-y: auto;
}

.grey {
	color: #999;
}
/*Elment全局样式*/
.el-message {
	min-width: 280px;
	max-width: 90%;
}

.el-message-box {
	width: auto;
	min-width: 280px;
	max-width: 90%;
}

.el-dialog {
	min-width: 350px;
}


.error-box-img {
	width: 50%;
	float: left;
	text-align: center;
}

	.error-box-img img {
		width: 300px;
	}

.error-box {
	width: 50%;
	float: left;
	padding: 50px 0;
}

	.error-box .num {
		color: #999;
		font-size: 24px;
		font-weight: bold;
	}

	.error-box .text {
		margin-top: 20px;
		color: #aaa;
	}
/* 全局样式.End */
.wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1030px;
	min-width: 320px;
	min-height:65%;
}

.top-box {
	height: 30px;
	line-height: 30px;
	background-color: #f0c67b;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 20px;
}
.div-today{
	text-align:right;
}
.logo-box {
    padding: 10px 0;
	margin:0 0 0 15px;
}

/*搜索*/
.search-box {
	margin-top:25px;
	width:250px;
	float:right;
}

	.search-box .input-box {
		width:200px;
		height: 100%;
		float:left;
	}

		.search-box .input-box .input {
			line-height: 32px;
			font-size: 14px;
			width: 100%;
			height: 32px;
			border: none;
			outline: none;
			font-size: 13px;
			box-sizing: border-box;
			border-radius: 10px 0 0 10px;
			background-color: #f1c87d;
			padding: 10px;
		}

	.search-box .btn {
		float: left;
		width: 50px;
		height: 100%;
		text-align: center;
		line-height: 32px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		background-color: #f1c87d;
		cursor: pointer;
		border-radius: 0 10px 10px 0;
	}
.main_box {
	padding: 20px;
}
.main_tit {
	border-bottom: 1px solid #EEE;
	color: #999;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
}

	.main_tit span {
		float: left;
		font-size: 18px;
		font-weight: bold;
		margin: 3px 5px 0 0;
	}

	.main_tit span {
		color: #999;
	}

		.main_tit span a {
			font-size: 18px;
			color: #c60;
			background: url(../images/home.gif) no-repeat left top;
			padding: 0 0 0 22px;
			line-height: 18px;
		}

			.main_tit span a:hover {
				color: #f30;
			}

	.main_tit a {
		font-size: 18px;
		color: #c60
	}

		.main_tit a:hover {
			color: #f30;
		}

	.main_tit p {
		display: block;
		margin-top: 5px;
		color: #999;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
	}
.search_list li {
	margin-bottom: 20px;
}

	.search_list li a {
		display: inline-block;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.search_list li span {
		color: #999;
		font-size: 12px;
	}

	.search_list li p {
		line-height: 2.0em;
	}
	/*end 搜索*/

.nav-box {
	height: 40px;
	line-height: 40px;
	background-color: #e8a134;
	border-bottom: 1px solid #e8e8e8;
}


/*banner*/
.banner-box {
	position: relative;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
	overflow: hidden;
}

	.banner-box .swiper-container {
	}

		.banner-box .swiper-container .swiper-pagination {
			bottom: 10px;
			text-align: right;
			padding-right: 20px;
		}

		.banner-box .swiper-container .swiper-pagination-bullet {
			background: #fff;
			opacity: .8;
			width: 6px;
			height: 6px;
		}

		.banner-box .swiper-container .swiper-pagination-bullet-active {
			opacity: 1;
			width: 20px;
			height: 6px;
			border-radius: 10px;
			background: #ffd53f;
		}

	.banner-box .img-box {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

		.banner-box .img-box > img, .banner-box .img-box .el-image {
			width: 100%;
			max-height: 100%;
		}

	.banner-box .txt-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.01);
	}

		.banner-box .txt-box span {
			position: absolute;
			left: 0;
			bottom: 20px;
			right: 0;
			display: block;
			padding: 5px 20px;
			color: #fff;
			font-size: 18px;
			line-height: 28px;
			word-break: break-all;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
		}

.ul-nav li {
	float: left;
	width: 14%;
	text-align: center;
}
    .ul-nav li a {
		display:block;
        font-size: 16px;
		font-weight:300;
        color: #fff;
    }

		.ul-nav li a:hover, .ul-nav li a:active {
			background-color: #ca851c ;
			color: #fff;
		}
.footer-box {
    border-top: 2px solid #c85c28;
    background-color: #f5d7a2;
    overflow: hidden;
}
.footer-inner {
	margin:20px 15px;
}
.footer-inner p{
	line-height:165%;
}
/*首页*/
.news-box{
	margin:12px 15px;
}
dl.imgNews {
	overflow: hidden;
}

dl.imgNews dt {
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		font-size: 16px;
	}

dl.imgNews dt a {
			display: block;
			height: 30px;
			line-height: 30px;
			font-size: 16px;
			font-weight: bold;
		}

dl.imgNews dd {
		overflow: hidden;
		line-height: 24px;
		font-size: 12px;
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
	}

dl.imgNews dd.newsPhoto,dl.imgNews dd.newsTime {
			float: left;
			display: block;
			margin-right: 10px;
		}

dl.imgNews dd.newsTime{
			width: 60px;
			height: 60px;
			line-height: 24px;
			padding: 8px 5px;
			margin-top: -8px;
			margin-bottom: -8px;
			text-align: center;
			font-size: 12px;
			font-weight: normal;
			color: #f3e7d1;
			font-family: "Century Gothic", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		}
	dl.imgNews dd.newsTime .circle {
		width: 60px;
		height: 60px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #f30;
	}
	dl.imgNews dd.newsTime .circle-inner {
		margin: 3px;
	}
dl.imgNews dd.newsTime em {
				display: block;
				height: 29px;
				line-height: 29px;
				font-size: 14px;
				border-bottom: solid 1px #f3e7d1;
			}

dl.imgNews dd.newsPhoto {
			width: 132px;
			height: 100px;
			margin-top: 2px;
			position: relative;
		}

dl.imgNews dd.newsPhoto img {
				width: 132px;
				height: 100px;
				border-radius:10px;
			}
dl.imgNews dd.newsInfo {
			color: #999;
			font-family: "Century Gothic", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		}

dl.imgNews dd.newsInfo strong {
				font-weight: normal;
				color: #342113;
			}

 dl.imgNews dd.newsInfo em {
				color: #e75925;
			}
/* 新闻*/
.title_common1 {
	margin:25px 0 0 0;
	height:32px;
	clear:both;
	width:100%;
	overflow:hidden;
}
.title_common1 h3{
	float:left;
	font-size:20px;
	font-weight:bold;
}
	.title_common1 span.span_more {
		float: right;
		display: block;
		border-radius: 6px;
		background: #594d41;
		color: #fff;
		padding: 3px 6px;
		margin-right:15px;
		font-size:12px;
	}
		.title_common1 span.span_more a {
			color: #fff;
			font-size: 12px;
		}

	.title_common1 h3 span {
		font-size: 16px;
		margin-top: 10px;
		padding:0 0 0 5px;
	}

dl.noteNews {
	width: 370px;
	height: 54px;
	padding: 17px 0;
}

dl.noteNews dd {
		height: 24px;
	}

dl.hotNews {
	width: 100%;
	height: 102px;
	padding: 14px 0 15px;
}
dl.hotNews dt {
		margin-bottom: 7px;
	}

dl.hotNews dd {
		height: 48px;
		overflow: hidden;
	}

dl.hotNews dd.newsPhoto {
			height: 100px;
		}

dl.hotNews dd.newsInfo {
			height: 24px;
		}
/* 首页内容框架.媒体新闻列表.区别 */
dl#noteContent {
	float: left;
	width: 370px;
}

dl#conContent {
	float: right;
	width: 440px;
}
.line1 {
	border-bottom: 1px dotted #a89a82;
}

.contact-inner {
	border-top: dotted 1px #a89a82;
	padding: 30px 15px;
}
.title-common2 {
	width:60px;
	height:60px;
	border-radius:60px;
	text-align:center;
	overflow:hidden;
	line-height:16px;
	color:#fff;
	float:left;
}
.title-common2 p{
	line-height: 14px;
	color: #fff;
	margin:15px 0 0 0;
}
.title-kfrx {
	background-color: #83b357;
}
.title-kfdz {
	background-color: #4c71c7;
}
.contact-item {
	height: 60px;
	vertical-align: middle;
	height: 100%;
	margin:14px 0 0 0;
}
.index-content {
	float: left;
	margin-top: 18px;
	font-size: 14px;
	padding:0 0 0 12px;
}
.index-content span {
	font-size: 24px;
}

.index-content2 {
	text-align: center;
	margin:14px 15px;
}
.index-content2 p{
	text-align: center;
}

/*内容*/
/*标题*/
.meta {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}

	.meta .share {
		float: right;
	}

.meta-tit-intro {
	color: #333;
	font-size: 18px;
	margin: 10px 0 10px;
	text-align: center
}

.meta-tit {
	color: #333;
	font-size: 22px;
	margin: 10px 0 10px;
	text-align: center
}

.meta-tit-sub {
	color: #333;
	font-size: 16px;
	margin: 10px 0 10px;
	text-align: center;
	font-family: '楷体_GB2312';
}

.meta-tit span a {
	color: #008800;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

.meta-info {
	color: #999;
	text-align: center
}

.ntitle {
	padding-bottom: 10px;
}

.ntitle-tit {
	color: #444;
	font-size: 14px;
	margin: 0 0 10px;
}

	.ntitle-tit span a {
		color: #008800;
		font-size: 12px;
		font-weight: normal;
		margin-left: 10px;
	}

.ntitle-info {
	color: #999;
}
/*列表页*/
.location {
	padding: 12px 0 12px 24px;
	border-bottom:dotted 1px #a89a82;
}
.main-box, .sidebar {
	margin: 15px 0;
}
.main-box{
	margin-right:24px;
}
	.main-box .head{
		background:#f1c87d;
	}
	.main-box .head h5{
		font-size:16px;
		line-height:165%;
		padding:6px 14px;
	}
	.main-box-inner {
		margin: 15px;
	}
.main-box {
	border: 1px solid #f5d7a2;
	border-radius:6px;
}
.sidebar {
	background: #f5d7a2;
	border-radius: 6px;
}
.sidebar-inner{margin:0 14px;padding:24px 0;overflow:hidden;}
/*排行*/
.sidebar .rank_list {
	margin: 12px
}

		.sidebar .rank_list li {
			position: relative;
			_display: block;
			padding: 10px 0 0 25px;
			height: 20px;
			vertical-align: top;
		}

.rank_list li a {
	display: block;
	padding: 0;
	border: none;
	background: none;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

	.rank_list li a:hover {
		border: none;
	}

.rank_list li .num {
	position: absolute;
	left: 0px;
	top: 12px;
	display: inline-block;
	vertical-align: -3px;
	*vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: #1389d7;
	font-style: normal;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
}

.rank_list li.active .num {
	top: 9px;
	background: #d60007;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.rank_list li span {
	float: right;
	color: #999;
}

.news_list li {
	height: 28px;
	padding: 12px 0 0 24px;
	border-bottom: 1px dotted #eee;
	background: url(/images/icon_list.gif) 6px 18px no-repeat;
}


	.news_list li span.time {
		float: right;
	}

.news_list a {
	display: block;
	float: left;
	width: 500px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

	.news_list a:hover {
		color: #333;
		text-decoration: underline;
	}

	.news_list a.a_m {
		float: right;
		display: block;
		width: 80px;
		text-overflow: none;
		white-space: nowrap;
		overflow: hidden;
		background: #ff0;
		text-align: center;
		padding: 3px 0
	}

.list_author {
	color: #999;
	display: block;
	float: left;
}

.new_news {
	background: url(../images/new.gif) top right no-repeat;
}

.news_list_img {
	margin: 16px 0;
}

	.news_list_img li {
		width: 200px;
		margin: 12px 0.5%;
		float: left;
	}

		.news_list_img li span {
			clear: both;
			text-align: center;
			display: block;
			width: 150px;
		}

	.news_list_img a {
		display: block;
		float: left;
		width: 180px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 14px;
		color: #777;
	}

		.news_list_img a:hover {
			color: #333;
			text-decoration: underline;
		}


/*文章详情*/
.arc_inner_box {
    margin: 24px 12px;
}
.entry {
	font-size: 14px;
	line-height: 24px;
	word-wrap: break-word;
	padding: 24px 0 0 0;
}

	.entry img {
		max-width: 800px;
		margin: 0 0 0 -2em
	}

	.entry h2, .entry h3, .entry h4 {
		color: #111;
		padding-bottom: 5px;
	}

	.entry h2 {
		font-size: 15px;
	}

	.entry h3, .entry h4 {
		font-size: 14px;
	}

	.entry strong {
		font-weight: bold
	}

	.entry ul, .entry ol {
		margin: 16px;
	}

	.entry li {
		margin-left: 26px;
	}

	.entry ul li {
		list-style: disc outside none;
	}

	.entry ol li {
		list-style: decimal outside none;
	}

	.entry p {
		margin: 15px 0;
		text-indent: 2em;
	}

	.entry a {
		text-decoration: underline;
	}

	.entry code, .comment code {
		background-color: #EEE;
		border-radius: 2px 2px 2px 2px;
		color: #777;
		font-family: 'courier new';
		margin: 0 4px;
		padding: 1px 4px;
	}

	.entry table {
		border-left: 1px solid #EEE;
		border-top: 1px solid #EEE;
	}

		.entry table th {
			background-color: #F9F9F9;
			text-align: center;
		}

		.entry table td, .entry table th {
			border-bottom: 1px solid #EEE;
			border-right: 1px solid #EEE;
			padding: 5px 10px;
		}

			.entry table td p, .entry table th p {
				text-indent: 0 !important;
			}
.arc_rel{border-top:1px dotted #e8e8e8;margin-top:24px;}
.arc_rel p{
		margin:12px 0;
}