/*BG*/
#bg {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 799px) {
	#bg {
		display: none
	}
}

#breadnav {
	margin-top: 40px;
}
#breadnav a {
	display: inline-block;
	line-height: 48px;
	font-size: 16px;
	padding: 0 10px;
	border-radius: 4px;
	color: #363636!important;
	border-bottom: 4px solid #fff;
	letter-spacing: 2px;
}
#breadnav a.active {
	background: #f2f2f3;
	color: #363636!important;
	border-bottom: 4px solid #fe0303;
}
#breadnav a:hover {
	background: #f2f2f3;
	color: #fe0303!important;
	border-bottom: 4px solid #fe0303;
}
#breadnav a.index {
	color: #a6a6a6!important;
}
/*pagination*/
#pagination {
	margin: 40px auto;
}
#pagination .page {
	margin-top: 20px;
}
#pagination .page a.prev {
	padding: 5px 10px;
	background: #e6e6e6;
	border:1px solid #a3a3a3;
	border-radius: 4px;
	color: #363636;
}
#pagination .page a.prev:hover {
	color: #fe0303;
	border-color: #fe0303;
}
#pagination .page .rows {
	padding: 5px 10px;
	background: #e6e6e6;
	border:1px solid #a3a3a3;
	border-radius: 4px;
	color: #363636;
}
#pagination .page .rows .cur {
	color: #fe0303;
}
#pagination .page a.next {
	padding: 5px 10px;
	background: #e6e6e6;
	border:1px solid #a3a3a3;
	border-radius: 4px;
	color: #363636;
}
#pagination .page a.next:hover {
	color: #fe0303;
	border-color: #fe0303;
}

/*#image*/
#image {
	margin-top: 40px;
}
#image .item img {
	width: 100%;
	height: 190px;
}
@media screen and (max-width: 767px) {
	#image .item img {
		height: 100px;
	}
}
#image .item span {
	display: block;
	line-height: 40px;
	background: #3361bf;
	color: #f2f2f3;
	padding: 0 8px;
}
#image .item:hover span {
	color: #fe0303;
}

/*news*/
#news {
	margin-top: 40px;
}
/*
#news .item {
	border: 1px solid #f2f2f2;
}
#news .item:hover {
	border-color: #fe0303;
	background: #f2f2f3;
}
*/
#news .item a {
	display: inline-block;
    width: 92%;
    height: 92%;
    padding: 4%;
    border: 1px solid #f2f2f2;
}
#news .item a:hover {
	border-color: #fe0303;
  	background: #fafbfc;
}
#news .item .number {
	font-size: 48px;
	color: #868686;
	font-weight: bold;
}
#news .item .title {
	font-size: 18px;
	line-height: 32px;
	color: #fe0303;
}
#news .item .content {
	text-indent: 2em;
	line-height: 20px;
	height: 80px; 
	overflow: hidden;
}
#news .item .time {
	font-size: 12px;
	color: #e6e6e6;
	margin-top: 10px;
}
#news .item .time span {
	display: inline-block;
	padding: 5px 10px;
	background: #3361bf;
	border-radius: 12px;
}

/*detail*/
#detail .title h2 {
	line-height: 32px;
}
#detail .time-click {
	margin-top: 30px;
	line-height: 28px;
	border-bottom: 1px dotted #b2b2b3;
	margin-bottom: 20px;
}
#detail .click {
	margin-left: 10px;
	color: #868686;
}
#detail .time {
	color: #868686;
}
#detail  i {
	color: #fe0303;
	padding-right: 5px;
}
#detail .body img {
	max-width: 100%;
	height: auto;
}
#detail .baidushare {
	margin-top: 30px;
}
#detail .link {
	margin-top: 30px;
	margin-bottom: 30px;
}
#detail .nav {
	margin-top: 90px;
}
#detail .nav ul {
	padding: 20px;
	border: 1px solid #e2e2e3;
}
#detail .nav .layui-nav-tree {
    width: 100%;
}
#detail .nav .layui-nav {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
}
#detail .nav .layui-nav-item {
	border-left: 4px solid #fff;
}
#detail .nav .layui-nav-item:hover {
	border-left-color: #fe0303;
}
#detail .nav .layui-nav-item a {
	color: #363636;
	letter-spacing: 2px;
}
#detail .nav .layui-nav-item a:hover {
	background: #3361bf;
	color: #fff;
}
#detail .nav .layui-nav-tree .layui-nav-bar {
	display: none;
}

/*#search*/
#search .item i {
	color: #fe0303;
	padding-right: 10px;
	font-size: 12px;
}