.content {
	width: 100%;
	padding: 30px 0 !important;
	background: #fff2f4;
}

.aside_content {
	width: 270px;
	margin-right: 20px;
	float: left;
}

.aside_title {
	width: 100%;
	background: white;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.aside_title p {
	font-size: 20px;
	letter-spacing: 5px;
}

.aside_title img {
	width: 100%;
}

.aside_content ul {
	display: inline-block;
	width: 100%;
	margin: 0px !important;
}

.aside_content ul li {
	background: #0e3d97;
	text-align: center;
}

.aside_content ul li a {
	display: inline-block;
	width: 100%;
	color: white !important;
	border-bottom: #e7e7e7 1px solid;
	line-height: 42px;
	margin: 0px;
	display: block;
	background: #ff99aa;
	height: 45px;
	color: #fff;
	text-decoration: none;
}

.aside_content ul li a:hover {
	margin: 0px;
	background: #ea6f84 !important;
	height: 42px;
	text-decoration: none;
}
.aside_content ul li.active a{
	background: #ea6f84 !important;
}
.l_content {
	width: 880px;
	float: left;
}

.l_content .l_title {
	margin-bottom: 5px!important;
	text-align: right;
}

.l_content .l_title a {
	color: #000000 !important;
	font-size: 14px!important;
}
.l_content .l_title a:hover{
	color:#ea6f84 !important;
}
.l_content>ul.l_contentul{
	display: inline-block;
	width: 100%;
	margin: 0px !important;
	margin-top:20px!important;
}

.l_content>ul.l_contentul>li {
	width: 212.5px;
	float: left;
	margin-right: 10px;
}
.l_content ul.list{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px!important;
}
.l_content ul.list>li{
    width: 168px;
    padding: 10px 0;
    float: left;
    text-align: center;
    border-bottom: 1px dotted #bfbfbf;
    background: #ffe5e8!important;
	border-radius:5px;
	margin-bottom:20px;
	margin-right:10px;
}
.l_content ul.list>li:nth-child(5n){
	margin-right:0px!important;
}
.l_content ul.list>li a,
.l_content ul.list>li span{
	font-size: 14px!important;
}
.l_content>ul.l_contentul>li:nth-child(4n) {
	margin-right: 0px !important;
}

.l_content>ul.l_contentul>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.l_content>ul.l_contentul>li>a>p {
	color: #000000;
	margin: 5px 0px !important;
}
.l_content>ul.l_contentul>li>a>p:hover{
	color: #ea6f84 !important;
}
.l_content ul.l_contentul li a p:hover {
	text-decoration: underline !important;
}

.l_content ul.l_contentul li a div {
	width: 212.5px;
	height: 310px;
	overflow: hidden;
	border: 2px solid white;
	transition: all 1s;
}

.l_content ul.l_contentul li a img:hover {
	transform: scale(1.3);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

/* 文章列表 */
.mainContent .mBd {
	padding: 0px;
}
.pageTPList li {
	border-bottom: 1px dotted #ea6f84 !important;
	overflow: hidden;
	margin-bottom: 22px;
	padding-bottom: 10px !important;
}

.pageTPList li div.title {
	margin-bottom: 10px !important;
}

.pageTPList li div.title a {
	    color: #000000 !important;
	    font-size: 15px!important;
}

.pageTPList .pic {
	float: left;
	margin-right: 15px;
	width: 100px;
	overflow: hidden;
}

.pageTPList .pic img {
	width: 100px;
	transition: 1s;
}

.pageTPList .pic img:hover {
	transform: scale(1.3);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

.pageTPList .con {
	overflow: hidden;
	zoom: 1
}

.pageTPList .intro {
	margin-bottom: 10px;
	line-height: 25px;
	color: #000000;	
	max-height: 50px;
	_height: 50px;
	overflow: hidden;
	font-size: 14px;
	text-indent: 2em
}

.pageTPList .title a:hover {
	color: #ea6f84 !important ;
	text-decoration: underline !important;
}

.pageTPList .intro .more {
	display: none;
}

.pageTPList .others {
	font-size: 13px;
	color: #bdbdbd;
}

.pageTPList .others span {
	margin-right: 15px;
}

.pageTPList .node {
	color: #aaa;
	margin-right: 15px;
}

.pageTPList .last {
	border-bottom: 0;
	margin-bottom: 0;
}

.pageTPList .on {
	background: #F9F9F9
}

.pageTPList .bds_more,
.pageTPList #bdshare {
	vertical-align: middle;
	background: url("../image/dot-03.png") 0 -2142px no-repeat !important;
	padding: 0 !important;
	width: 17px !important;
	height: 17px !important;
	float: none !important;
	display: inline-block;
	 ! importantpadding: 0 !importantmargin: 0 !important
}
/* 留言 */

.contents{
	background: white;
	padding: 30px 0 !important;
}
.contents .message{
	padding: 30px 0px!important;
	float: left;
	width: 880px;
}
.contents .message form>div{
	margin-bottom: 20px;
}
.contents .message p{
	color: #000000!important;
	width: 15%;
	text-align: right;
	margin-right: 3%!important;
}
.contents .message span{
	color: #000000!important;
}
.message button{
	margin-left: 18%;
	padding: 5px 10px!important;
	color: #000000!important;
}
.contents .message>form>div>div{
	width: 60%;
}
.contents .message>form>div>div>select{
	width: 50%;
}
.contents .message>form>div>div>input,.contents .message>form>div>div>textarea{
	width: 60%;
}
.contents .message>form>div>div>textarea{
	height: 100px;
}
.contents .message>form>div>div>input.code{
	width: 30%!important;
}
button, input, optgroup, select, textarea{
	    color: black!important;
}
/* 详情页 */
.detailContent {
	background: white!important;
	    padding: 10px!important;
}
.detailContent .detailTop>div>p {
	font-size: 20px;
	color: #000000!important;
}

.detailContent .detailTop {
	margin-bottom: 10px!important;
}

.detailContent .detailTop .smallTitle {
	padding: 15px 0!important;
	border-bottom: 1px dotted #DDDDDD;
}

.detailContent .detailTop .smallTitle span {
	font-size: 13px !important;
	color: #000000!important;
}

.detailContent img {
	max-width: 100%;
}
.detailContent .contents{
	color: #000000!important;
	padding: 0px!important;
	margin-top: 20px!important;
}
.detailContent .contents>p{
	text-indent: 2em;
}
.erbanner{
	width: 100%;
	height: 300px;
}
.erbanner a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.erbanner a img{
	width: 100%;
	height: 100%;
}
/* .pagination{
	width:100%;
}
.pagination li{
	display:inline-block;
	width:6%!important;
	text-align:center;
	margin-right:5px!important;
}
.pagination li:last-child{
	margin-left:5px!important;
}
.pagination>li>a, .pagination>li>span{
	display:inline-block;
	padding:0px!important;
	width:100%;
	font-size:13px!important;
} */