* {
	margin: 0;
	padding: 0;
	list-style: none;
	/*font-family: 'microsoft yahei';*/
}
img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

/* head */
.head{
	padding: 0 20px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	background-color: #fff;
	z-index: 3;
}
.head .logo{ 
	width: 240px;
	height: 48px;	
	float: left;
	cursor:pointer;
	padding-top:6px;
}
.head .logo2 {
	width: 240px;
	height: 48px;
	float: left;
	cursor: pointer; 
	padding-top:6px;
}
.head .navbtn{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 50%; margin-top: -15px;
	display: none;
}

.nav{  
	float: left;
}
.nav .item{
	float: left; 
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	position: relative;
}
/*.nav .item .line{
	position: absolute;
	width: 50%;
	left: 25%; bottom: 0;
	height: 3px; 
	background-color: #fff;

}*/
.nav .item span a {
	text-decoration: none;
	color: #666;
} 
.nav .item:hover span a {
	color: #4bbdff;
}
.nav .item.active span a{
	color: #4bbdff;
}
.nav .item span{
	text-decoration: unset;
	color: #666;
} 
.nav .item:hover span{ color: #4bbdff; }
.nav .item.active span{ color: #4bbdff;}
/*.nav .item:hover .line{
	background-color: #4bbdff; 
}*/
.nav .item .morebox{
	position: absolute; 
	background-color: #fff;
	left: -20px; right: -20px; top: 60px;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc; 
	border-bottom: 1px solid #dcdcdc;
	display: none;
} 
.nav .item:hover .morebox{
	display: block;
}
.nav .item .morebox li:hover{
	background-color: rgba(75,189,255,.45); 
}
.nav .item .morebox li a {
	text-decoration: none;
	color: #666;
	display:inline-block;
	width:100%;
}
.nav .item .morebox li:hover a {
	color: #5489a7;
}
.login_ {
	position: absolute;
	top: 0;
	right: 20px;
	height: 60px;
	box-sizing: border-box;
	padding-top: 18px;
}

	.login_ .loginbox {
		overflow: hidden;
	}

		.login_ .loginbox div {
			width: 60px;
			height: 24px;
			box-sizing: border-box;
			text-align: center;
			line-height: 24px;
			border-radius: 2px;
			background-color: #57b9ff;
			color: #fff;
			margin-left: 10px;
			font-size: 12px;
			float: left;
			cursor: pointer;
		}

			.login_ .loginbox div:hover {
				background-color: #0094ff;
			}

	.login_ .loginuser {
		font-size: 12px;
		color: #666;
		line-height: 24px;
	}

		.login_ .loginuser a {
			color: #4bbdff;
			cursor: pointer;
			text-decoration: none;
		}

			.login_ .loginuser a:hover {
				text-decoration: underline;
			}

	.login_ .logout {
		display: inline-block;
		width: 60px;
		height: 24px;
		box-sizing: border-box;
		text-align: center;
		line-height: 24px;
		border-radius: 2px;
		background-color: #57b9ff;
		color: #fff;
		margin-left: 10px;
		font-size: 12px;
		cursor: pointer;
	}

		.login_ .logout:hover {
			background-color: #0094ff;
		}


.beep {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.65);
	display: none;
	z-index: 2;
}
.mob_nav{
	position: fixed;
	left: 0; right: 0;
	top: -800px;
	background-color: #fff;
	z-index: 2;
	display:none;
} 
.mob_nav .item{
	padding: 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	outline:none;
	color:#333;
}
.mob_nav .item a{
	text-decoration:none;
	color:#333;
	display:inline-block;
	width:100%;
	height:100%;
}
/*.mob_nav .item:hover{
	color: #4bbdff;
}*/
.mob_nav.open{
	top: 40px; 
}



.banner{
	height: 300px; 
	background-image: ;
	background-size: auto 100%;  
	padding-top: 100px;
	background-position: bottom;
	box-sizing: border-box;
} 
.banner .cn{
	font-size: 30px;
	font-weight: 600;
	color: #229fff;
	text-align: center;
	padding-right: 100px
}
.banner .en{
	font-size: 22px;
	font-weight: 600;
	color: #99d3ff;
	text-align: center;
	padding-left: 100px;
	margin-top:15px;
}

.broadcast {
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.broadcast .search{ 
	overflow:hidden;
	height:32px;  
	width:200px;
	box-sizing:border-box;
	padding:0 10px;
	border-radius:5px;
	background-color:#e8e8e8;
	position:absolute;
	right:20px; top:50%;
	margin-top:-15px;
	border:1px solid #fff;
}
.broadcast .search:hover{
	border:1px solid #cdcdcd;
}
.broadcast .search .import{ 
	float:left;
	width:150px;
	height:30px;
	line-height: 30px; 
}
.broadcast .search .import input{
	width:100%;
	height:30px;
	line-height: 30px; 
	border:0;
	background-color:#e8e8e8;
	box-sizing:border-box;
	outline:none;
}
.broadcast .search .btn{
	width:18px;
	height:18px;
	float:left; 
	margin-top:4px;
	line-height:30px; 
	margin-left:10px;
	cursor:pointer;
}

.swresources{
	width: 100%;
	height: 140px; 
}

/* 内容板块 */
.con-gather{
	padding: 0 10px; 
	overflow: hidden;
}
.node{ 
	float: left;
	width: 33.33%; 
	padding: 0 10px;
	box-sizing: border-box;
	min-height: 400px;
	max-height: 600px;
}
.node.balance{min-height:0;}
/*.node .ntitle{
	border-bottom: 1px solid #dcdcdc;

	height: 50px;
	line-height: 50px; 
	overflow:hidden;
}
.node .ntitle .text {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float:left;
}*/
.node .ntitle {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-right: 10px;
	background-color: #eff3f6;
} 
.node .ntitle .text {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
	padding: 0 15px;
	background-color: #476fc4;
	color: #fff;
}

.node .ntitle .more {
	font-size: 12px;
	color: #666;
	float: right;
	cursor: pointer;
	padding-right:15px;
	background-image:;
	background-size:12px 12px;
	background-position:center right;
	background-repeat:no-repeat;
}
.node .navnt{
	overflow: hidden;
}
.node .navnt .nt-item{
	float: left; 
	font-weight: 400; 
	cursor: pointer;
	font-size: 18px;
	color: #333; 
	padding:0 15px;
	font-weight: bold;
}
.node .navnt .nt-item.active{  
	color: #fff;
	background-color: #476fc4;
}
.node .navnt .nt-item:hover{ 
	color: #fff;
	background-color: #476fc4;
}
 
.node.imgnews .n-con{
	overflow: hidden;
	padding-top: 20px;
	max-width:100%;
}
.node.imgnews .n-con ul{ 
	position: relative; 
	margin: 0 auto; 
	cursor: pointer; 
	height:100%;
	max-width:500px;
	max-height:300px; 
} 
.node.imgnews .n-con ul .img{ 
	max-width:500px; max-height:300px; position:relative;
}
.node.imgnews .n-con ul .img img{ width: 100%; height:100%; }
.node.imgnews .n-con ul .text{
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	background-color: rgba(0,0,0,.65);
}
.node.imgnews .n-con ul .text a{
	color:#fff;
	text-decoration:none;
}

.node.list .n-con{ padding-top: 10px; }
.node.list .n-con a{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding:0 5px; 
	cursor: pointer;
	transition:all .075s;
	border-bottom: 1px dashed #ced8e1;
	box-sizing:border-box;
	display:block;
}
.node.list .n-con a:hover{
	color: #4bbdff;
}
.node.list .n-con a div{ float: left; }
.node.list .n-con a .text{
	max-width: 80%;
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden; 
}
.node.list .n-con a .time{ float: right; } 


.node.linex .n-con,.node.zhunti .n-con{ padding-top: 10px; }
.node.linex .n-con .lines{
	overflow: hidden;
	height:40px;
	line-height:40px;
	font-size: 14px;
    color: #333; 
	cursor: pointer;
	box-sizing: border-box; 
	padding:0 5px;
} 
.node.linex .n-con .lines .icon{
	width: 50px;
	height: 50px;
	float: left;
}
.node.linex .n-con .lines ul{ 
	float: left;  
	max-width: 80%;
} 
.node.linex .n-con .lines ul .mtit{
	font-size: 14px;
	color: #333;
}
.node.linex .n-con .lines:hover ul .mtit{
	color: #4bbdff;
}
.node.linex .n-con .lines ul .fname{
	color: #999;
	font-size: 14px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
	.node.linex .n-con .lines:hover .fname {
		color: #4bbdff;
	}
.node.linex .n-con .lines a{
	color: #333;
	font-size: 14px;
	text-decoration:none;
}
	.node.linex .n-con .lines:hover a {
		color: #4bbdff;
	}

.node.button {
	min-height: 100px;
}
.node.button .n-con{
	overflow: hidden;
	text-align: center; 
	padding-top: 55px;
	padding-bottom: 55px;
	box-sizing: border-box;
}
.node.button .n-con .item{
	display:inline-block;
	line-height: 50px; 
	font-size:18px;
	margin-right: 15px;
	color: #2778b7;
	padding: 0 20px;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	/*background-color: #fff;  
	background-image: linear-gradient(to bottom, #9fd0f6, #e1edf7,#9fd0f6); */
}
.node.button .n-con .item:hover{
	border-bottom: 1px solid #7db2db;
}

.topic{
	box-sizing:border-box; 
	position:relative;
}


/* 内容板块默认宽度 排版 */
.node.imgnews, .node.zhunti {
	width: 30%;
}
.node.list{
	width: 35%;
}
.node.linex{ 
	width: 35%;
}
.node.button{
	width: 100%; 
}


/* con-belt */
.con-belt{
	padding: 0 10px; 
	overflow: hidden;
}
.shrub{
	width: 100%;
	/*float: left;*/ 
	min-height: auto;
	margin-top:20px;
	max-height: initial;
}
.shrub .texts,.interact .texts{
	overflow: hidden; 
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
}
.shrub .texts .item,.interact .texts .item{
	float: left;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	color: #666; font-size: 14px;
	border-right: 1px solid #999;
	cursor: pointer;
}
.shrub .texts .item:hover ,.interact .texts .item:hover{
	color: #4bbdff;
}
.shrub .texts .item:last-child,.interact .texts .item:last-child{ border-right: 0px; }

.shrub .contents,.interact .contents{
	overflow: hidden;
}
.shrub .contents .item{
	float: left;
	width: 12.5%;
	cursor: pointer; 
}
.shrub .contents .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 10px;
	box-sizing: border-box; 
	padding: 15px;
	margin: 0 auto; 
}
.shrub .contents .item .icon img{
	width: 60px; height: 60px;
} 
.shrub .contents .item .text,.interact .contents .item .text{
	font-size: 14px;
	color: #333;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
/*.shrub .contents .item:hover .icon{ margin-top: -10px; }*/
.shrub .contents .item:hover{
	-webkit-filter: opacity(60%); /* chrome, safari, opera */
    filter: opacity(60%);
}
.shrub .contents .item:hover .text.t1{ color: #4094eb;}
.shrub .contents .item:hover .text.t2{ color: #1bb097;}
.shrub .contents .item:hover .text.t3{ color: #fca45d;}
.shrub .contents .item:hover .text.t4{ color: #3f7cbb;}
.shrub .contents .item:hover .text.t5{ color: #ff7f50;}
.shrub .contents .item:hover .text.t6{ color: #ff6d85;}
.shrub .contents .item:hover .text.t7{ color: #a578dd;}
.shrub .contents .item:hover .text.t8{ color: #b8860b;}

.interact{
	width: 50%;
	padding-bottom: 50px;
	float: left;
}
.interact .contents .item{
	width: 50%; float: left;
	margin-top: 30px;
}
.interact .contents .item .icon{
	width: 90px; height: 90px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 90px; 
	border:1px solid #dcdcdc;
	margin: 0 auto;
	cursor: pointer;
}
.interact .contents .item .icon img{
	width: 50px; height: 50px;
}
.interact .contents .i1 .icon{
	border: 1px solid #47d3a9;
}
.interact .contents .i2 .icon{
	border: 1px solid #5064eb;
}
.interact .contents .i1 .icon:hover{
	background-color: rgba(71,211,169,.25);
}
.interact .contents .i2 .icon:hover{
	background-color: rgba(80,100,235,.25);
}

.balance {
	/*padding: 5px 10px;*/
	/*clear:both;*/
	width:100%;
}
.blan-title{ 
	overflow:hidden;
	height:24px;
	line-height:24px;
}
.blan-title .text {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	float:left;
}
.blan-title .more {
	font-size: 12px;
	color: #666;
	float: right;
	cursor: pointer;
	padding-right: 15px;
	background-image: ;
	background-size: 12px 12px;
	background-position: center right;
	background-repeat: no-repeat;
}
.swtopic {
	height: 420px;
	overflow: hidden;
	position: relative;
}
.swtopic .swiper-slide img{ 
	cursor:pointer;
} 
.swtopic .img {
	height: 70px;
	margin-bottom: 10px;
	display:flex;
	justify-content:center;
}
.swtopic .img img{
	width: auto;
}
.topic .swtopic-arrow-left {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -15px;
	background-image: ;
	background-size: 100% 100%;
	opacity: .1;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* ie 9 */
	-moz-transform: rotate(90deg); /* firefox */
	-webkit-transform: rotate(90deg); /* safari 和 chrome */
	-o-transform: rotate(90deg); /* opera */
}
.topic .swtopic-arrow-right {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin-left: -15px;
	background-image: ;
	background-size: 100% 100%;
	opacity: .1;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* ie 9 */
	-moz-transform: rotate(90deg); /* firefox */
	-webkit-transform: rotate(90deg); /* safari 和 chrome */
	-o-transform: rotate(90deg); /* opera */
}
.topic:hover .swtopic-arrow-left{opacity:1;}
.topic:hover .swtopic-arrow-right{opacity:1;}

.resources .item, .member .item, .achievement .item {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	padding: 15px 10px;
	flex: 1;
}
.resources .item .img, .member .item .img, .achievement .item .img{ 
	width: 80px;
}
.resources .item ul,.member .item ul,.achievement .item ul{ 
	flex: 1; margin-left: 10px; 
}
.resources .item ul .name,.member .item ul .name,.achievement .item ul .name{
	font-size: 14px;
	color: #333; 
}
.resources .item ul .name a,.member .item ul .name a,.achievement .item ul .name a{
	font-size: 14px;
	color: #333; 
	text-decoration:none;
}
.resources .item ul .fname,.member .item ul .fname,.achievement .item ul .fname{
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.resources .item ul .fname a,.member .item ul .fname a,.achievement .item ul .fname a{
	font-size: 12px;
	color: #666; 
	text-decoration:none;
}



.blogroll{
	overflow: hidden; 
	padding: 20px 80px;
}
.blogroll div{
	display: inline-block; 
	padding: 0 10px; 
	font-size: 13px;
	color: #444;
	margin-bottom:10px;
}
.blogroll .bl-title{
	display:block;
	text-align:left;
}
.blogroll div a {
	font-size: 13px;
	color: #444;
	cursor: pointer;
	text-decoration:none;
}
.blogroll div a:hover{
	-webkit-filter: opacity(70%); /* chrome, safari, opera */
    filter: opacity(70%);
}
.endor{
	padding: 20px 0;
	line-height: 60px; 
	text-align: center;
	font-size: 12px;
	color: #666; 
}
.endor div,.endor a{
	display: inline-block; 
	padding: 0 20px;
	font-size: 12px;
	color: #666; 
}

/* 通用列表页 */
.cmmlist{

}
.cmmlist .main{
	background-color: #fff;
	display: flex;
	padding: 15px;
}
.cmmlist .ssalc{
	width: 160px;
	box-sizing: border-box;
	padding-right: 15px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border-right: 1px solid #dcdcdc;
}
.cmmlist .ssalc .lahead{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.cmmlist .ssalc .item{
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.cmmlist .ssalc .item.active{
	color: #fff;
	background-color: #81c8ff; /* 浏览器不支持时显示 */ 
	background-image: linear-gradient(to bottom right, #81c8ff, #cbe6fa);
}
.cmmlist .ssalc .item:hover{
	color:#4bbdff;
}
.cmmlist .listbox{
	flex: 1;
	padding: 0 15px;
	width:100%;
}

.cmmlist .listbox .lacname{
	height: 60px;
	line-height: 60px;  
	padding-left: 15px; 
	color: #1296db;
	font-weight: 600;
	font-size: 18px;
}
.cmmlist .listbox .content{
	padding: 20px 0;
}
.cmmlist .listbox .content .item{
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #666;
	cursor: pointer;  
	padding-left: 30px;
	padding-right: 10px;
	background-image: ;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: center left 10px;  
	box-sizing:border-box;
}
.cmmlist .listbox .content .item:hover{color: #4bbdff;}
.cmmlist .listbox .content .item:hover a{
	color: #4bbdff;
}
.cmmlist .listbox .content .item .title {
	float: left;
	max-width: 60%; 
	overflow: hidden; 
}
.cmmlist .listbox .content .item .time{
	float: right;
}
.cmmlist .listbox .content .item:nth-child(even){
	background-color: #f3f9fd;
}


/* 活动列表 */
.active-list .listbox {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.active-list .listbox .item {
	width: 33.33%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	display: flex; 
	cursor: pointer;
}
.active-list .listbox .item ul li span:hover {
	color: #64889a;
}

.active-list .listbox .item .img {
	margin-right: 10px;
	border: 1px solid #dcdcdc;
}

.active-list .listbox .item ul {
	flex: 1;
}

.active-list .listbox .item ul li {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.active-list .listbox .item ul li span {
	color: #666;
}
.con-gather .node .lines {
	border-bottom: 1px dashed #ced8e1;
}
/*.con-gather .node:nth-child(6) .lines {
	border-bottom: 1px dashed #ced8e1;
}*/

.broadcast .swbroadcast {
	height: 100%;
	max-width: 400px;
	float: left;
	margin-left: 10px;
}

.broadcast .swbroadcast .swiper-slide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.broadcast .swbroadcast .swiper-slide a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

/* 媒体查询 */
@media only screen and (min-width: 1400px) {
	 
}

@media only screen and (max-width:1400px) {
	.broadcast{ height: 50px; line-height: 50px; }

	 
	.node.list, .node.shrub,.node.imgnews, .node.linex, .node.zhunti {
		width: 50%
	}
	.balance{width:50%;}
	.swresources{
		height:460px;
	}
	.swresources .swiper-slide {
		flex-wrap: wrap;
	}
	.swresources .swiper-slide .item {
		width: 100%;
		flex:none;
	}


	.node.shrub {
		height: 500px;
	}
	 
	.node.linex .n-con{ overflow: hidden; }
	.node.linex .n-con .lines{
		/*width: 50%;
		float: left;
		box-sizing: border-box;*/
	}

	.shrub .contents .item{
		width: 33.3%;
	}
	.container.cmmlist {
		padding: 50px 60px 40px 60px;
	}

} 
@media only screen and (max-width:1200px) {
	.active-list .listbox .item {
		width:50%;
	}
	.cmmlist .ssalc {
		display: none;
	}
}
@media only screen and (max-width:1100px) {
	.nav .item{padding: 0 10px;}

	.shrub .contents .item{
		width: 33.3%;
	}
}
@media only screen and (max-width:960px) {
	.head{  padding: 0 10px;  } 

	.con-gather{ padding: 0px; }
	.broadcast{ height: 40px; line-height: 40px; padding: 0 10px;}
	.node{ max-height: initial; }
	.node.imgnews,.node.linex,.node.list,.node.shrub,.node.zhunti{
		width: 100%; 
		height: auto;
		min-height: 200px;
	}
	.balance {
		width: 100%;
	}
	.shrub .contents .item{
		width: 25%;
	}

	
	.cmmlist.container{
		padding: 20px; 
	}
	.cmmlist .listbox{ padding: 0; }
	.cmmlist .listbox .content{ padding: 0; }
	.cmmlist .listbox .lacname{ height: 40px;line-height: 40px;padding-left: 0; } 
	.cmmlist .content .titles{
		padding: 15px 0;
	}

	.active-list.container {
		padding: 40px 60px;
	}
}
@media only screen and (max-width:840px) {
	body{ padding-top: 40px; }
	.head{
		position: fixed;
		top: 0; left: 0; right: 0;
	}
		.head .logo {
			display: flex;
			align-items: center; 
			align-items: center;
			height: 40px;
			width: 120px;
			padding-top: 0;
		}
		.head .logo2 {
			display: flex;
			align-items: center;
			height: 40px;
			width: 120px;
			padding-top: 0;
		}
	.head .navbtn{ display: block; width: 20px; height: 20px; margin-top: -10px;}
	.nav{ display: none; }
	.mob_nav {
		display: block;
	}
	.login_{
		right:50px;
		padding-top:9px;
		height:auto;
		/*display:none;*/
	}

	.shrub .contents .item {
		width: 33.3%;
	}
	.node .navnt .nt-item{ margin-right: 15px; }
	.node .ntitle .text{font-size: 16px;}
	.blan-title .text{ font-size: 16px; }

	.active-list.container {
		padding:10px;
	}
	.active-list .acmain{padding:10px;}
	.active-list .acmain .title {
		font-size: 18px;
		line-height:28px;
	}
	.active-list .listbox .item {
		width: 100%;
		margin-bottom:10px;
	}
	.blogroll{
		padding:10px; 
	}
}
@media only screen and (max-width:700px) {
	.broadcast .search{
		/*display:none;*/
		right:10px;
	}
	.broadcast .swbroadcast{
		max-width:100px;
	}
	.swtopic .img {
		height: 50px;
	}
	.cmmlist .listbox .content .item .title {
		width: 100%;
		max-width: inherit;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.cmmlist .listbox .content .item .time {
		display: none;
	}
}
@media only screen and (max-width:640px) {
	.shrub .contents .item{
		width: 50%;
	}
	.shrub .texts .item{ font-size: 12px; }
}