/*============================
//	Filename: steel.css
//	Version : 0.0.1
//	Author  : tongwoojun
//	Data    : 2013-03-12
============================*/
/*---新闻导航----*/
.steel-top-story{background-color: #edffff; border-top:1px solid #006699;margin-bottom:10px;}
#top_title{margin-right: 20px;}
#top_title h2{margin: 10px 10px;}
.more{background-image: url(images/icon-more.gif);background-repeat: no-repeat;background-position: right 1px;padding-right: 12px;}

.steel-top-story span{float:right;}
.idContainer1{float:left;width: 310px;margin-top: 10px;margin-left: 5px;margin-right: 5px;}
.idContainer1 img{float:left;height:100px;width:100px;margin-right: 8px;margin-bottom: 8px;border:1px solid #ddd;}
.idContainer2{float:left;border-left:1px solid #ccc;margin-bottom: 1.5em;width: 320px;}
.idContainer2 ul{margin-left: 10px;}
.idContainer2 li{line-height: 16px;padding-top: 6px;padding-bottom: 6px;}
.idContainer2 .time{color:#FF6600;float: left;margin-right: 5px;}
.box-img{float:left;width: 124px;}
.box-title{float:left;width: 161px;}

/*---页面导航----*/
.menu_bar{border-bottom:1px solid #006699;height:30px;margin-bottom:20px;}
.menu_bar_title{float:left;}
.menu_bar_title h1{font-size: 18px;}
.menu_bar_title h2{margin-bottom: 0px;}
.menu_bar_list{float:right;padding-top:10px;}
.menu_bar_list li {margin-right: 20px;float:left;}
.menu_bar_list li a{text-decoration: underline;}

/*---登录表单----*/
.login-div{padding:10px;background-color:#F9F9F9;border:1px solid #D5D5D5;line-height:20px;height:70px;margin-bottom: 20px;}
.login-div span{font-weight:600; color:#0099FF; font-size:16px; width:100%}
.login-div a{margin-left:50px;}
.login-div-from {margin-top: 16px;}
.login-div-from li {float:left;margin-right:10px;}
.login-div-from .submit{border:0px #ffffff solid;width:47px;height:21px;background-image: url(/images/btn-login.gif);background-repeat: no-repeat; cursor:pointer;}
.login-div-info{color:red;line-height: 10px;}

/*---右边1----*/
.SMM-steel-frist{background-color: #f2f2f2;border: 1px solid #cccccc;margin-bottom:10px; min-height:200px}
.SMM-steel-frist h2{margin: 15px 10px;}
.SMM-steel-frist p{margin:0px 5px 0px 5px;}
.SMM-steel-frist .frist_1 .img{float:left;margin:5px 8px 5px 5px;border:1px solid #ddd;}
.SMM-steel-frist p{min-height: 80px;}
.SMM-steel-frist .frist_2 li{line-height: 16px;padding-top: 6px;padding-bottom: 6px;margin-left: 5px;}

/*---右边广告----*/
.SMM-steel-ad{margin-top:10px;border:1px solid #ddd;margin-bottom:10px;}

/*---右边2----*/
.SMM-steel-second{margin-bottom:10px;}
.SMM-steel-second .title h2{float:left;margin-top:15px;margin-bottom:10px;}
.SMM-steel-second .title span{float:right;margin-top: 20px;}
.SMM-steel-second .list{clear:both; float:none;}
.SMM-steel-second .list img{border:1px solid #ddd;}

/*---右边3----*/
.SMM-steel-third{margin-bottom:10px;}
.SMM-steel-third h2{margin-bottom:10px;}
.SMM-steel-third li{line-height: 16px;padding-top: 6px;padding-bottom: 6px;}

/*---鼠标显示----*/
.items table tr {
    border: 1px solid #CCCCCC;
    color: #666666;
	background-color:#ffffff;
}
.items table :hover {
    color: #666666;
	background-color:#d6eef5;
}