/* Circular Content Carousel Style */
.container{
	margin-top: 60px;

}
.ca-container{
	position:relative;
	width:1120px;
	height:270px;
	margin: 0 auto;

}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;

}
.ca-item{
	position:relative;
	float:left;
	width:370px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main span{
	float: right;
	font-family: "叶根友毛笔行书";
	font-size: 30px;
	width: 48px;
	color: #333333;
	display: flex;
	align-items: center;
	height: 260px;
}
.ca-item-main{

	overflow:hidden;

}

.ca-icon{
	display: inline-block;
	width:260px;
	height:260px;
	border-radius:260px ;
	position:relative;


	background-size: 100% 100%;
}



.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}

.ca-nav span{
	width:29px;
	height:68px;
	background:transparent url(../images/arrow.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
@media (max-width:1024px ) {
	.ca-nav span{
		left:-10px;
	}
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.ca-icon a{
	display: none;width: 100%;height: 100%;border-radius: 260px;background: hsla(0,0%,0%,0.45);
	color: #fff;text-align: center;line-height: 260px;text-decoration: none;
}
.ca-icon:hover a{
	display: block;
}
.ca-item-main span i{
	font-family: "叶根友毛笔行书";
	width: 50px;
	display:block;
	font-size:18px;
}






.main_news input[type=radio] {
	display: none;
}
#new_s-1:checked ~ .new_s label:nth-child(1),
#new_s-2:checked ~ .new_s label:nth-child(2) {
	border-bottom:2px solid #c00000;
	box-shadow: none;
}
.new_content >.new_content-dis {
	display: none;
}
#new_s-1:checked ~ .new_content div:nth-child(1),
#new_s-2:checked ~ .new_content div:nth-child(2) {

	display: block;
}
.main_news_news {
	margin: 0 auto;
	max-width:1200px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.new_s {
	overflow: hidden;
}
.new_s label {
	font-size: 18px;
	cursor: pointer;
	float: left;
	margin-right: 40px;
	text-align: center;
	padding: 15px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;

}
.new_content {

	min-height: 250px;
}
.new_content > .new_content-dis{
	padding: 30px 0;
	line-height: 1.5;
	font-size: 17px;
}
