@charset "utf-8";
.margin-center{
	width: 1000px;
	margin: 0 auto;
}
/*主体样式*/
.main{
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
}
/*轮播*/
.authority-carousel {
	height: 480px;
	overflow: hidden;
	background: url(../../img/train-1.png) no-repeat center;
}
.approve_content{
	width: 100%;
	margin: 60px 0;
}
.article_title{
	width: 100%;
    line-height: 40px;
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}
.article_content{
	border: 1px solid #999;
    border-radius: 2px;
    padding: 20px 40px;
    margin-bottom: 40px;
}
.pTitle{
	font-size: 24px;
	/*text-align: center;*/
	margin:4px 0 14px;
}
.article_content p{
	line-height: 26px;
	margin: 10px 0;
}
.pTitleS{
	font-size: 15px;
	font-weight: bold;
}
table{
	border-collapse: collapse;
    border-spacing: 0;
    border-right: 1px solid #1CABFB;
    border-bottom: 1px solid #1CABFB;
    font-size: 14px;
}
table th{
	font-weight: bold;
}
table td,table th{
	padding: 5px 10px;
    border-left: 1px solid #1CABFB;
    border-top: 1px solid #1CABFB;
}
p strong{
	color:#1CABFB;
}
