body { color:#333; }
a:link { color:#333; }
a:visited { color:#333; }

.w1000 { width:1000px; margin:0 auto; } /*主窗口**/
.btline { border-bottom:1px solid #ddd;  } /*辅助线**/

/*广告容器**/
.ad { _height:0; min-height:0; line-height:0; font:0; margin:0 auto; position:relative; clear:both; }
.ad embed { margin-top:4px; }
.ad img { margin-top:4px; }
.ad object  { margin-top:4px; }

label { max-width:none; }

.TopContainer { max-width:1000px; _width:1000px; width:100%; margin:0 auto; }
@media (max-width: 720px) {
  .TopContainer { display:none; }
}

/*主色系**/
.blue_ a { color:#1F4268; }
.red_ a{ color:#933; } a.red{ color:#933; }
.orange_ a { color:#EC6513; }

/*全局顶上频道链接**/
.siteinfo a:visited { color:#222; }

/*清除浮动**/
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}

.i_top {  margin:0 auto; margin-top:20px; }
.i_top .logo { float:left; width:206px; height:54px; background:url(/images/ylnews/index/index.png); text-indent:-99px; overflow:hidden; margin-right:20px; _margin-right:10px; display:block; }
.i_top .logo_news { float:left; width:206px; height:54px; background:url(/images/ylnews/news/index.png) 0 -140px; text-indent:-99px; overflow:hidden; margin-right:20px; _margin-right:10px; display:block; }
.i_top .input { float:left; height:34px; line-height:28px; border:2px solid #d3d3d3; border-right:0; text-indent:10px; position:relative; }
.i_top .input input { float:left; width:250px; height:28px; line-height:28px; border:0; text-indent:20px; }
.i_top #submit { float:left; width:90px; height:36px; background:url(/images/ylnews/index/index.png) -556px 0; border:0; }
.i_top #MainSearch { float:right; background:#fff; text-align:right; _width:430px; }
.i_top .SelectShow { float:left; display:inline-block; }
.i_top .ListType { background:#fff; border:2px solid #d3d3d3; border-top:0; position:absolute; top:30px; left:0; display:none; cursor:hand }
.i_top .ListType li { padding-right:10px; }
.i_top .ListType li:hover { background:#ddd; }
.i_top .textinput { outline:none;  }
.i_top .textinput2 { outline:none; }
.i_top .more { clear:both; }

@media (max-width: 780px) {
	.i_top { display:none; }
}


/*页脚**/
.foot { max-width:1000px; width:100%; line-height:23px; color:#333; margin-top:15px; text-align:center; position:relative }
.foot a { color:#336799; }
.foot a:visited { color:#336799; }
.foot a.jj { position:absolute; left:0; top:20px }
.foot a.cc { position:absolute; right:0; top:20px }
@media (max-width: 640px) {
  .foot img { display:none; }
}

/*统一按纽**/
.my_btn { background: -webkit-linear-gradient(top,#fff,#ccc); background-color:#ddd; border:1px solid #999; border-radius:3px; padding:5px 8px; cursor:pointer } /*兼容旧版background-color**/
.my_btn:hover { box-shadow: inset 0 1px 1px #333; }
.my_btn_blue { background: -webkit-linear-gradient(top,#6BA4D6,#428BCA); background-color:#428BCA; border:1px solid #06C; box-shadow:inset 0 1px 1px #ddd; color:#fff; }
.my_btn_red { background: -webkit-linear-gradient(top,#DC5252,#D52D2C); background-color:#D52D2C; border:1px solid #900; box-shadow:inset 0 1px 1px #ddd; color:#fff; }