/*
cps2.0 公共文件
description: 
author: g.lee
author uri: http://www.cps.com.cn
version:1.0
*/
html, body {width: 100%;}
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,button,input,textarea {margin: 0; padding: 0;}
header,footer,article,section,nav,menu,hgroup {display:block;}

body {background: url(/uploads/image/sinews/bg.jpg) repeat-x top; font:12px "microsoft yahei", "微软雅黑", "宋体", "verdan", "lucida grande", "tahoma", sans-serif; color:#333; line-height:1.6; text-align:center}

h1,h2,h3 {font-weight:400;}
h1,h2 {font-size:24px;}
img {border:none;}
li {list-style: none}
a {color:#333; text-decoration: none}
a:hover {color:#e30303;}
.fl {float: left;}
.fr {float: right}
.clear {clear:both}
.pt10 {padding-top: 10px;}

::-moz-selection{background:#f00; color:#fff;} 
::selection {background:#f00; color:#fff;} 
.ad {padding:0;margin:0 auto; clear: both;}
/* 公用容器宽度 */
#wrapper, .container {width: 1000px; margin: 0 auto; text-align:left;}

/* 顶部header样式 */
#header {width: 100%;}
#header #top-bar {position:relative; z-index:100; height: 34px; line-height: 34px;}
#header #top-bar a#cps-home {float: left; margin-right: 30px;}
#header #top-bar a#cps-home:hover {text-decoration:underline}
#header #top-bar #websites {position:relative;float:left}
#header #top-bar #websites:hover ul {display: block}
#header #top-bar #websites span a { padding:0 10px; height: 34px; display: block; background: url(/uploads/image/sinews/icon.png) no-repeat; width:60px; background-position: right 15px;}
#header #top-bar #websites span a:hover {color:#e30303; background: url(/uploads/image/sinews/icon.png) no-repeat;background-position: right -25px;}
#header #top-bar #websites ul {display: none; position: absolute; width: 220px; background:#fff; padding:1px; top: 34px; left:0; border: 1px solid #e1e1e1; border-top:0;}
#header #top-bar #websites ul li {background:#eee;}
#header #top-bar #websites ul li a {background:#eee; display:block; padding-left:10px;}
#header #top-bar #websites ul li a:hover {background:#ef8904; color:#fff;}
#header #top-bar .top-right a {padding: 0 5px;}
#header #top-bar .top-right a:hover {color: #e30303; text-decoration: underline}

.top-nav {width:996px; height:32px;border:1px solid #e9e9e9; padding:1px; margin-top: 15px; background:#fff; font-size:12px; color:#424242; overflow:hidden; margin-bottom:15px;}
.top-nav ul{ padding:0px; margin:0px;height:32px;background:url(/uploads/image/sinews/background.png) repeat-x; background-position: 0 -80px;}
.top-nav ul li{ list-style-type:none;float:left;background:url(/uploads/image/sinews/background.png) no-repeat; background-position:right -120px;}
.top-nav ul li a{ display:block;padding:0px 17px; height:32px; line-height:32px;  color:#424242; text-decoration:none; float:left;}
.top-nav ul li a:hover{ background:#cfcfcf; color:#ffffff; text-decoration:none;}

/* logo 区域*/
#cps-logo {padding-top: 5px;}

/* 搜索选项卡 */
#search {width: 500px;}
#search .tabs {padding-left: 20px;}
#search .tabs ul {}
#search .tabs ul li {display: inline-block; float:left; width: 60px; height: 26px; line-height:26px; text-align:center}
#search .tabs ul li.actived {background: url(/uploads/image/sinews/background.png) no-repeat #ededed; background-position: 0 -280px;}
#search .tabs ul li a {font-size: 14px; display: block; outline: none}
#search .tabs ul li.actived a {font-weight: bold; }

#search .forms {clear: both; background:#ededed; height: 39px;}
#search .forms .col-l { padding: 6px; width: 396px; height: 27px; background: url(/uploads/image/sinews/background.png) no-repeat; background-position: 0 -170px;}
#search .forms .col-r { padding: 3px; width: 80px; height: 33px; background: url(/uploads/image/sinews/background.png) no-repeat ; background-position: right -220px;}
#search .forms .input-text {width: 386px; border: 1px solid #dedede; height: 21px; padding:2px 5px; line-height:21px; outline:none; color:#b6b6b6;}
#search .forms .input-button { background: url(/uploads/image/sinews/background.png) no-repeat; background-position: 0 -320px; outline: none; font-size:0; width: 75px; height: 33px; border:0; cursor: pointer}

/* 底部布局 */
#footer {clear: both; padding-top: 50px;}
.copyright{min-height:80px;margin:0px auto;padding-bottom:10px;clear:both;}
.c_about{ height:25px;  padding:10px 0 0 0; line-height:25px; text-align:center; border-top:2px solid #dedede; color:#424242;}
.c_about a{color:#424242;}
.c_copy{ height:23px;  line-height:23px; text-align:center; color:#666;}
.c_con{ width:610px;  height:61px; margin:0px auto; margin-top:10px; border:1px solid #ccc;}
.c_con ul{ margin:0px; padding:0px;}
.c_con li{ width:70px; height:48px; float:left; padding:13px 0 0 50px; line-height:18px; text-align:center; border-right:1px solid #ccc; color:666; list-style:none;}
.c_con li a{ color:#666;}
.c_con a:hover{ text-decoration:underline;}
.c_con dd{ width:auto; float:left; margin:0px; padding:7px 0 0 10px; color:#666;}

/* 布局 */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	position: relative;
	min-height: 1px;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666666666666%;
}
.col-10 {
	width: 83.33333333333334%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666666666666%;
}
.col-7 {
	width: 58.333333333333336%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666666666667%;
}
.col-4 {
	width: 33.33333333333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.666666666666664%;
}
.col-1 {
	width: 8.333333333333332%;
}
