img{
	width:100%;
	height:auto;
	max-width: 100%;
	display: block;
}
.content h1{
	width: 100%;
	margin-bottom: 14px;
	text-align:center;
	padding-top:14px;
	padding-bottom:10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.content1 h1{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.content h3{
	margin-top: 40px;
}
.content{
	width:100%;
	height:auto;
	background-color: #FFF;
	position: relative;
}

.content img{
	width:100%;
	height:auto;
	max-width: 100%;
	display: block;
}
.content1,.content2,.content3,.content4,.content5,.content6{
	width:100%;
	height:auto;
	position:relative;
	background-color:#F6F6F6; 
}
.content1 .info h1{
	color:#000000;
}
.search_wrap{
	width:51px;
	height:51px;
	position: fixed;
	top:50px;
	right: 16px;
	z-index: 99;
}
.moveup{
	top:-2px;
}
.search_wrap .search{
	background:url(../img/icon/icon1.svg) no-repeat -458px -208px;
	width:51px;
	height:51px;
	float: left;
	cursor:pointer;
}
/*.search_wrap .dir{
	background:url(../img/icon/icon1.svg) no-repeat -363px -207px;
	width:51px;
	height:51px;
	float: left;
	cursor:pointer;
}*/
/*弹出搜索框*/
.over_search{
	position: fixed;
	width: 100%;
	height:auto;
	min-height:100%;
	display: none;
	overflow: auto;
	background: rgba(0,0,0,0.9);
	z-index: 999;
	color:#FFF;
}
.over_search .inner{
	position: absolute;
	width:72%;
	padding-top: 76px;
	margin-left: 14%;
	margin-right: 14%;
	padding-bottom: 100px;
}
.o_search{
	background: url(../img/icon/icon1.svg) no-repeat -517px 0;
	width:24px;
	height:24px;
	cursor:pointer;
	position: absolute;
	top:0;
	bottom: 0;
	right:0;
	left:0;
	margin:auto;
}
.o_cancel{
	background: url(../img/icon/icon1.svg) no-repeat -595px -125px;
	width:24px;
	height:24px;
	position: absolute;
	right: 30px;
	cursor:pointer;
	top: 30px;
	z-index: 9999;
}
.o_input{
	width:100%;
	height:58px;
	position: relative;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}
.o_input input{
	width:100%;
	font-size: 24px;
	line-height: 58px;
	color:#FFF;
	background-color:transparent;
	margin-left: 50px;
	border:none;	
}
.o_input .wrap{
	width:24px;
	height: 100%;
	position: absolute;
	top:50%;
	z-index: 9;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.o_img{
	width:100%;
	height:auto;
	padding-top: 40px;
	padding-bottom:100px;
	overflow-y: hidden;
}
.s_concept,.s_article,.s_event{
	position: relative;
}
.c_img{
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.c_name,.a_name,.e_name{
	font-size: 24px;
}
.c_img_show,.a_img_show{
	margin-top: 10px;
	margin-bottom: 30px;
}
.a_img{
	display: inline-block;
	margin: 0;
	padding:0;
	position: relative;
}
.c_img img{
	height:264px;
	width:auto;
	max-width: 100%;
	display: block;
}
.a_img img{
	height:184px;
	width: auto;
	max-width: 100%;
	display: block;
}
.a_img{
	display: inline-block;
	margin-right: 1.5%;
}
.e_name{
	margin-top: 50px;
}

.info_img{
	position: relative;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
.info{
	height:auto;
	display:inline-block;
	position:relative;
	vertical-align:middle;	
}
.more{
	width:50%;
}

.info.more{
	width:22%;
	padding: 0% 14%;
}

.less{
	width: 50%;
}

.info.less{
	width:22%;
	padding:0% 14%;
}

.info .inner{
	/*width: 342px;
	height:auto;*/
	/*position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);*/
	/*margin:22% 20%;
	max-width:40%;*/
}
.info .inner{
	width:100%;
}

.inner  h1+p{
	font-style:italic;
}
.link{
	display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 2px solid #f33;
    margin-left: 10px;
}

.content .info a{
	color:#000000;
}
.period{
	display:block;
	
	top:10px;
	left:-7px;
	font-size: 14px;
	position: relative;
	transform-origin:0 0;
	-ms-transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
/*
*/
.content1 .period{
	color:#FF3333;
}
/*responsive*/
@media screen and (min-width: 1920px){
	
}
@media screen and (min-width: 1440px){
	.ss_info{
		height:40px;
		line-height: 40px;
	}
	.cate .date ul li{
		font-size: 18px;
	}
	.link{
		display: inline-block;
	    width: 8px;
	    height: 8px;
	    border-radius: 8px;
	    border: 2px solid #f33;
	    margin-left: 10px;
	}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 768px){
	.info .inner{
		min-width: 200px;
		text-align:center;
	}
	.info_img{
		width:100%;
	}
	.info.less{
	 	width: 80%;
	 	padding:0% 10%;
	 	margin:5% 0%;
	 }
	 .info.more{
	 	width: 80%;
	 }
	.search_wrap{
		width:51px;
		height:101px;
		right:1px;
	}
	.search_wrap .dir{
		margin-top: -2px;
	}
	.o_img{
		padding-top: 30px;
	}
	.o_input input{
		background-color: transparent;
	}
	.c_name,.a_name,.e_name{
		font-size:18px;
	}
	.c_img{
		width:62%;
	}
	.c_img img{
		width:100%;
		height:auto;
	}
	.a_img{
		width:48%;
		margin-right:0;
		margin-bottom: 5px;
	}
	.a_img:nth-child(2n){
		margin-right: 2%;
	}
	.a_img img{
		width:100%;
		height:auto;
	}
	.over_search .inner{
		width:92%;
		margin-left:4%;
		margin-right:4%;
	}
	/*.o_cancel{
		margin-right: 20px;
	}*/
	.o_cancel{
		right:20px;
	}
	.cate_cancel{
		right:20px;
	}
	.ss_info{
		height:30px;
		line-height: 30px;
	}
	.over_search .inner{
		padding-bottom: 120px;
	}
	.cate .inner{
		padding-bottom: 120px;
	}
	.cate .date{
		width:100%;
		margin-top: 40px;
	}
	.c_img_show,.a_img_show{
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.cate .inner{
		width:92%;
		/*left:4%;*/
		margin-left:4%;
		margin-right: 4%;
	}
	.s_event{
		margin-bottom: 25px;
	}
	.cate_img{
		width:100%;
		height:auto;
	}
	.cate_img_show{
		padding-top:0px;
	}
	.cate .date{
		margin-bottom: 30px;
	}
	.content .cate_img_show img{
		width:100%;
		height:auto;
	}
	.cate_cancel{
		margin-right: 0;
	}
}