			/*���±���*/
			.cotent-box{
				width:1200px;
				margin:0 auto;
			}
			.match-signup-box{
    			margin-top: 16px;
    			padding: 30px 120px;
    			width: 100%;
    			box-sizing: border-box;
    			background: #fff;
			}

			.match-signup-box h2{
				margin-bottom: 30px;
				font-size: 22px;
				color: #000;
				text-align: center;
				line-height: 1.0;
			}

			.match-signup-box p, .sign-bar label{
				font-size: 15px;
			}
			
			.sign-bar label{
				cursor: pointer;	
    			width: 170px;
			}
			.match-signup-box p{
				line-height: 2.0;
			}
			.sign-bar{
    			margin-top: 30px;
    			margin-bottom: 30px;
    			text-align: center;
    			margin-right: 20px;
			}

			.sign-bar input{
    			font-size: 15px;
    			color: #fff;
    			background: transparent;
    			border: none;
    			outline: none;
    			border-bottom: 1px solid #fff;
    			padding: 0 40px;
    			width: 80px;
			}

			.sign-btn-bar{
				margin: 10px auto;
				width: 346px;
				height: 60px;
			}

			.sign-btn{
				width: 100%;
				height: 100%;
				border: none;
				color: #fff;
				font-size: 20px;
			}
			.active{
				/* background: -webkit-linear-gradient(#1d9dde, #0a6697); Safari 5.1 - 6.0
				background: -o-linear-gradient(#1d9dde, #0a6697); Opera 11.1 - 12.0
				background: -moz-linear-gradient(#1d9dde, #0a6697); Firefox 3.6 - 15
		 		background: linear-gradient(#1d9dde, #0a6697); 
		 		filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#1d9dde,EndColorStr=#0a6697,GradientType=0) */
		 		background:#47b1c9;
			}
		/* 	.active:hover{
				background: -webkit-linear-gradient(rgba(29,157,222,.8), #0a6697); Safari 5.1 - 6.0
				background: -o-linear-gradient(rgba(29,157,222,.8), #0a6697); Opera 11.1 - 12.0
				background: -moz-linear-gradient(rgba(29,157,222,.8), #0a6697); Firefox 3.6 - 15
				background: linear-gradient(rgba(29,157,222,.8), #0a6697);
				filter: alpha(opacity=70);
			} */
			button:disabled{
				cursor:no-drop;
				color: #666;
			}


.news-box img{
/* 	width:40%; */
}
.news-box p{
	line-height: 3;
}
.newsxq-box{
	text-align:right;
	font-size:12px;
	color:#000;
	padding:0 0 10px 0;
	border-bottom:1px solid #0a5d89;
	margin-bottom:10px;
}
.newbottom a{
	color:#000;
}
.newsxq-box span{
	padding:0 0 0 10px;
}
.newbottom{
	margin:30px 0 10px 0;
	font-size:12px;
	color:#000;
	border-top: 1px solid #0a5d89;
    padding: 10px 0;
}
.newbottom .news-left{
	text-align:left;
	display:block;
	float:left;
	
}
.newbottom .news-right{
	text-align:right;
	display:block;
	
}

#newsContent img{
	max-width:80%;
}
		
		
		
.content-title {
    color: #fff;
    height: 59px;
    font-size: 18px;
    font-weight: 600;
/*     padding: 0 10px; */
    background: #f1f1f9;
    margin-top: 20px;
}
.content-title-box{
    height: 58px;
    line-height: 58px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    background: #47b1c9;
}
.content-title-box:before {
    content: "";
    position: absolute;
    right: -58px;
    width: 0;
    height: 0;
    border-top: 58px solid transparent;
    border-left: 58px solid #47b1c9;
}
.content-title-box:after {
    content: "";
    position: absolute;
    right: -80px;
    width: 20px;
    height: 40px;
    bottom: 0;
    background: #8ee1f4;
    transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -o-transform: skewX(45deg);
}
	
#fileUrl{
	color:blue;	
}	
#txtBox{
	padding: 20px 0;
}

#nextLink{
	float:right;
}


.newbottom .news-right,.newbottom .news-left{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 400px;
}

#newsContent table{
	border-collapse: collapse;
	margin:0 auto
}
