 a{
	    text-decoration: none !important;
	    outline: 0;
	    -webkit-transition: all .3s ease-in-out 0s;
	    -moz-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}
.mis-content {
	/* width: 100% !important; */
	max-width: 1300px !important;
	padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
}

/* .mis-content .col-sm-6 {
	width: 46%;
	float: left;
} */
@media (min-width: 768px){
.mis-content .col-sm-6 {
    width: 44%;
	float: left;
}
.mis-mr{
	margin-right: 12%;
}
}
/* .mis-mr{
	margin-right: 8%;
} */
.mis-content li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 300%;
	border-bottom: 1px dotted #ddd;
	padding-left: 14px;
	position: relative;
}

.mis-content li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #ddd;
	transform: rotate(45deg);
	left: 0;
	top: 20px;
}
/* 分页 */
.pglist{
	    padding: 32px 0;
	    width: 100%;
	    text-align: center;
	    clear: both;
}
.pglist a{
	color: #333;
	    padding: 0 15px;
	    margin: 0 4px;
	    display: inline-block;
	    vertical-align: middle;
	    line-height: 34px;
	    background: #fff;
	    border: 1px solid #edebeb;
}
.pglist .page-num-cur{
	display: inline-block;
	color: #fff;
	background: #ff0000;
	border-color: #fff;
}
.pglist a:hover{
	color: #fff;
	background: #ff0000;
	border-color: #fff;
}
/*  */
.act-new{
	max-width: 1300px !important;
	padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.act-new .act-title{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin: 10px 0 22px;
	font-weight: bold;
	padding: 50px 0 20px 0;
	
}
.act-new .act-mark{
	color: #999;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}
.act-new .act-mark span{
	margin: 0 10px;
}
.act-new .show-article{
	color: #666;
	padding: 0 0 30px;
	line-height: 30px;
}
.show-article-p{
	 text-indent:2em;
	 box-sizing: border-box;
	 margin-top: 0px;
	 padding: 0px;
	 color: rgb(102, 102, 102);
	 font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	 white-space: normal;
	 background-color: rgb(255, 255, 255);
}
.act-new .act-tags{
	overflow: hidden;
	margin-bottom: 20px;
}
.act-tags span{
	float: left;
	display: block;
	line-height: 40px;
	margin-right: 12px;
}
.act-alink{
	width: 100%;
	height: 25px;
	border-top: 1px solid #d6d6d6;
	margin-top:20px;
	padding: 15px 0 20px;
}
.act-alink .prelink{
	float: left;
	width: 50%;
	line-height: 25px;
	color: #666;
}

.act-alink .nextlink{
	float: right;
	text-align: right;
	width: 50%;
	line-height: 25px;
	color: #666;
}
