.topbox { width:1200px; height:370px;}
.topbox .leftbox { width:710px; float:left;}
.topbox .title { font-size:50px; color:#ccc; padding:10px 0 25px 0; font-family:youyuan;}
.topbox .stitle h2{ font-size:28px; width:100%; font-weight:bold; padding-bottom:25px;}
.topbox .stitle a { color:#666;}
.topbox .rightbox {width:400px; height:300px; float:right; margin:10px;}

.topic { width:720px; height:210px;}
.topic .topiclist { line-height:1.9em; float:left; width:300px;}

.topic .timg {width:45px; float:left; }

.adbox { background:#f2f2f2; margin:10px 0; width:100%; height:60px; line-height:60px; text-align:center;}


.articlebox { width:1200px; height:300px;}

.ctitle{ padding-top:10px;	width:1200px; height:53px; 	line-height:53px; clear:both; border-bottom: 4px solid #ddd;}
.ctitle .name { height: 53px; font-family:"微软雅黑"; font-size:28px; color:#444; float:left; padding-left:0; border-bottom: 4px solid #ff6f6f;}
.ctitle .textlink { float:right; padding-right:4px; height: 30px; margin-top: 20px; line-height: 30px; font-size:14px; }

.cbox { margin-top:20px;}
.cbox .img { width:315px; float:left;}
.cbox .clist { line-height:1.9em; float:left; width:250px; overflow:hidden;}



.content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 28px;
}


.content .floor-three .love-talk .talk-category {
	width: 350px;
	height:580px;
	float: left;
	margin-right:36px;
}
.content .floor-three .love-talk .talk-category .category-pic {
	width: 350px;
	height: 175px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}
.content .floor-three .love-talk .talk-category .category-pic a {
	display: block;
	position: relative;
	overflow: hidden;
}
.content .floor-three .love-talk .talk-category .category-pic a img {
	display: block;
	width: 350px;
	height: 175x;
	transition: 0.3s;
}
.content .floor-three .love-talk .talk-category .category-pic a p {
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	width: 350px;
	height: 45px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 45px;
	bottom:0;
}
.talk-category .category-pic a:hover img {
	transform: scale(1.2);
}
.talk-category .talk-box {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.talk-category .talk-box:nth-of-type(2) {
	padding-top: 10px;
}
.talk-category .talk-box .talk-title {
	box-sizing: border-box;
	overflow: hidden;
	height: 26px;
	padding: 0 10px;
}
.talk-category .talk-box .talk-title a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	margin-left: 10px;
	text-align: center;
	background: #fdf2e9;
	font-size: 14px;
}
.talk-category .talk-box .talk-title a:first-child {
	margin-left: 0;
}
.talk-category .talk-box .talk-list {
	margin-top: 10px;
	height: 200px;
}
.talk-category .talk-box .talk-list .talk-item {
	margin-top: 5px;
}

.talk-category .talk-box .talk-list .talk-item a:hover {
	color: #f8485e;
}