/*--页面停留推荐--*/
#a_showhotnews_list_dia{
	width:100%;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
}
.tj_box{
	width:850px;
	height:370px;
	background-color:rgb(250,250,250);
	margin:96px auto 0;
	border-radius: 10px;
}
.tj_top{
	padding:10px 20px 10px 20px;
	height:60px;
	line-height:40px;
	color:#666;
	FONT-FAMILY:"Heiti", "Microsoft YaHei", "Arial Narrow";
	font-size:18px;
	position:relative;
	text-align: center;
}
.tj_center{
	height:250px;
	padding:0 20px;
}
.tj_center .tjleft{
	width:300px;
	height:250px;
	float:left;
	background-image: url('/static/image/mianbaoban/forum/logo.svg');
	background-repeat: no-repeat;
	background-position: center;
	border: solid 1px;
}
.tj_center .tjright{
	width:480px;
	float:right;
	height:250px;
}
.tj_center h3{
	display:block;
	height:36px;
	line-height:36px;
	font-weight:normal;
	color:#444;
	font-size:17px;
}
.tj_center h3 .centerleft{
	float:left;
	height:35px;
	line-height:35px;
	border-bottom:2px solid #227ae1;
}
.tj_center h3 .centerright{
	float:right;
	line-height:35px;
	padding-right:22px;
}
.tj_center h3 a{
	color:#444;
	text-decoration:none !important;
}
.tj_center h3 a:visited{
	color:#666;
	text-decoration:none;
}
.tj_center h3 a:hover{
	color:#e51414;
	text-decoration:none;
}
.tjright ul{
	padding-left: 0px;
	margin-top: 5px;
}
.tjright li{
	float: left;
	height: 33px;
	width: 500px;
	overflow: hidden;
	line-height: 40px !important;
}
.tjright li a{
	display:inline-block;
	overflow:hidden;
	float:left;
	font-size:16px;
}
.tjright a:link{
	color: #164ace;
	text-decoration:underline;
}
.tjright a:visited {
	color: #aaa;
}
.tjright a:hover {
	color: #e51414;
}
.tjright span.t{
	float:left;
	white-space:nowrap;
	color:#999;
	padding-left:55px;
	font-size:12px;
}
.tjright span.t font{
	color:#F00;
	display:inline-block;
	padding-left:2px;
}
.tj_bottom{
	padding:25px 20px 0 20px;
}
/*--关闭--*/
.close{
	margin:7px 20px 0 0;
	height:23px;
	width:60px;
	float:right;

}
/*--滚动条--*/
.hotnews_list{
	width:500px;
	height:180px;
	/* overflow:scroll; */
	float:left;
	/* overflow-x:hidden; */
	overflow-y:auto;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	/* padding:12px 10px 10px; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tj_top .close1{
	position:absolute;
	top:18px;
	right:25px;
	height:19px;
	width:19px;
	border:#F00;
	cursor:pointer
}
.tj_top .close1 a{
	height:19px;
	width:19px;
	display:inline-block;
}