

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*内页头部*/
.neiye{margin: 40px 0;}
.neiye a{
	color: #333;
}
.neiye .title {
	padding: 10px 30px;
	background: #dec4a0;
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.neiye .title.title2{
	margin-bottom: 20px;
}

.neiye .title strong{
	font-size: 13px;
}
.neiye .title a{
	font-size: 13px;
}
.neiye .title .place{
	float: right;
}
.neiye .title .place a{
	color: #fff;
}
.neiye .center p {
	line-height: 30px;
}

.neiye .center img {
	max-width: 100%;
	margin: 0 auto;
}
.imgBox ul li{
	margin-bottom: 20px;
	padding: 0px 10px;
}
.imgBox ul li .img {
	display: block;
	height: auto;
}
.imgBox ul li .neiye_img_box{
	width: 100%;
	overflow: hidden;
}
.imgBox ul li:hover .img{
	transform: scale(1.1);
	transition: all .5s;
} 

.imgContent .center li .p {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}
.imgContent.col-md-9,.artContent.col-md-9 {
	padding-left: 50px;
}
.imgBox ul li:hover .p{
	background: #dec4a0;
	color: #fff;
}
.arcTitle, .info {
    text-align: center;
    margin-bottom: 20px;
	line-height: 20px;
}
.info small {
    margin-left: 15px;
}

#MyContent{
	margin-top: 10px;
}
#MyContent span{
	line-height: 30px;
}
#MyContent>span{
	display: block;
	text-align: left;
}
.leftNav li {
	font-size: 16px;
	border-bottom: 1px dashed #eee;
}

.leftNav li a {
	color: #000;
	display: block;
	padding: 15px;
}

.leftNav li:hover a {
	color: #dec4a0;
	transition: all .5s;
}
.neiye .article .info {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.neiye .article li {
    margin: 0 0 35px;
    clear: both;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 5px;
}
.neiye .article li:hover {
	box-shadow: 1px 1px 5px #ccc;
}
.neiye .article .artBox{
    padding: 10px 0;
    width: 95%;
    margin: 0 auto;	
    overflow: hidden;
}
.neiye .article .artBox>a{
	line-height: 15px;
}
.neiye .article .info .h3 {
	margin-top: 0;
    display: block;
}
.dede_pages{text-align: center;margin-top: 20px;}
.left .lxfs li {
	font-size: 16px;
	line-height: 30px;
}
.left .lxfs li>span{
	font-size: 15px;
}
.tags-style{
	font-size: 14px;
}
.tags-style a{
	color: #0076db;
	font-size: inherit;
}
.tags-style ul{
	display: inline-block;
}
.tags-style ul li {
	float: left;
	margin-right: 20px;
}

.tags-style .article-tags{
	line-height: 30px;
}



.center{padding: 0px 0px 25px;position: relative;}
.t_c{
	text-align: center;
	margin-bottom: 20px;
}


.recommend {
	margin-top: 20px;
	color: #666;
}


.recommend h4 {
	padding: 10px 30px;
	background: #dec4a0;
	color: #fff;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
}

.recommend .recommend_img {
	background-size: cover !important;
	display: block;
	height: 160px;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.recommend .recommend_txt {
	display: block;
	text-align: center;
	font-size: 14px;
	color: inherit;
	border: 1px solid #ccc;
	padding: 5px;
	border-top: none;
}

.recommend .swiper-slide:hover {
	color: #fff;
	background: #dec4a0;
}
.pagelist {
    text-align: right;
}
.pagelist li {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.pagelist li a {
    min-width: 1.3em;
    padding: 2px 4px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    color: #012c55;
}
.leftNav{
	margin-bottom: 20px;
}
.leftNav ul,.lxfs ul{
	padding: 0px 15px 15px;
	background-color: #fbfbfb;
}
@media (max-width: 768px) {
	.container{padding: 0;}
	.imgContent {padding: 0;}
	.neiye .center p img {
		width: 100%;
	}
	.neiye .center img {
		max-width: 100%;
	}
	.imgBox li {
		width: 48%;
	}
	.ueditor_baidumap {
		width: 100% !important;
	}
	.neiye .article li .img {
		display: none;
	}
	.neiye .article .artBox {
		width: 100%;
	}
	.place {
		display: none;
	}
	iframe {
		width: 100%;
	}
	.recommend .recommend_img {
		height: 350px;
	}
	.recommend ul li:nth-child(2) {
		padding: 0;
	}
	.left>div {
		padding: 0;
	}
	.imgContent.col-md-9,.imgContent.col-md-9,.artContent.col-md-9{
		padding-left: 0px;
	}
}