 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;
}

.formData{padding-bottom: 20px;}
.formData .item{float: left; color: #999; font-weight: normal; width: 560px; height: 50px; line-height: 50px; border: 1px solid #e5e5e5; margin-right: 76px; margin-bottom: 30px; position: relative;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 50px;line-height: 50px;font-size: 18px;color: #cccccc;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 355px; height: 50px; line-height: 50px; display: block; background: none; padding-left: 70px; border: 0 none; color: #333;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 180px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right; display: block;}
.formData .liuyan textarea{width: 1178px;height: 180px;line-height: 28px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;margin: 0 auto;background: #ff0000;color: #FFF;cursor: pointer;font-size: 18px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.formData .sub:hover{background: #1a1b1b;color: #fff;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}


@media (min-width: 768px){
.mis-content .col-sm-6 {
    width: 45%;
    float: left;
    margin-right: 5%;
}
.mis-mr{
	margin-right: 12%;
}
}
/* .mis-mr{
	margin-right: 8%;
} */
.mis-content li {
	float: left;
	width: 100%;
	font-size: 18px;
	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 ul{
	display: flex;
	justify-content: center;
	text-align: center;
	align-content: center;
	align-items: center;
}
.pglist li{
	color: #333;
	    padding: 0 15px;
	    margin: 0 4px;
	    display: inline-block;
	    vertical-align: middle;
	    line-height: 34px;
	    background: #fff;
	    border: 1px solid #edebeb;
}
.pglist li a{
	width: 100%;
	height: 100%;
}
.pglist .thisclass{
	/* display: inline-block; */
	color: #fff;
	background-color:#ff0000;
	border-color: #fff;
}
.pglist li:hover{
	color: #fff;
	background-color:#ff0000;
	border-color: #fff;
}
.pglist li a:hover{
	color: #fff;
	background-color:#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;
}
