You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
488 lines
8.0 KiB
CSS
488 lines
8.0 KiB
CSS
body{
|
|
font-size: 9pt;
|
|
color: Black;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 200%;
|
|
height: 100%;
|
|
border: :0;
|
|
background-color:#ffffff;
|
|
font-family: "微软雅黑";
|
|
}
|
|
ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
li{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
a{
|
|
color: #066791;
|
|
text-decoration: none;
|
|
cursor:pointer;
|
|
cursor:hand;
|
|
outline:none;
|
|
}
|
|
a:hover{
|
|
color: red;
|
|
text-decoration:none;
|
|
}
|
|
img{
|
|
border: 0;
|
|
}
|
|
form{
|
|
margin: 0;
|
|
}
|
|
.float_left{
|
|
float:left;
|
|
}
|
|
.float_right{
|
|
float:right;
|
|
}
|
|
.clear{
|
|
line-height: 1px;
|
|
clear: both;
|
|
}
|
|
#hbox{
|
|
padding: 0px;
|
|
}
|
|
/*#bs_bannercenter{
|
|
width: 100%;
|
|
height: 64px;
|
|
background-image: url(bs_bannercenter.jpg);
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
#bs_bannerleft{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url(bs_bannerleft.jpg);
|
|
background-repeat: no-repeat;
|
|
}
|
|
#bs_bannerright{
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url(bs_bannerright.jpg);
|
|
background-position: 100% 0%;
|
|
background-repeat: no-repeat;
|
|
|
|
}*/
|
|
|
|
#bs_bannercenter {
|
|
width: 100%;
|
|
height: 50px;
|
|
/*background-image: url(bs_bannercenter.jpg);*/
|
|
background-color: #1668c5;
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#bs_bannerleft {
|
|
width: 20%;
|
|
height: 50px;
|
|
/* background-image: url(bs_bannerleft);*/
|
|
background-color: #1668c5;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#bs_bannerright {
|
|
width: 100%;
|
|
height: 40px;
|
|
/* background-image: url(bs_bannerright.jpg);*/
|
|
background-color: #1668c5;
|
|
background-position: 100% 0%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#fbox{
|
|
padding: 0;
|
|
width:100%;
|
|
}
|
|
/*#bs_footcenter{
|
|
text-align: center;
|
|
width: 100%;
|
|
color: White;*//*页脚字体颜色*/
|
|
/*height: 28px;*//*页脚高度*/
|
|
/*line-height:4px;*//*页脚行高*/
|
|
/*overflow:hidden;
|
|
background-image: url(footer.png);
|
|
background-repeat:repeat-x;
|
|
}*/
|
|
|
|
/*#fbox .logo {
|
|
background: url(icon_system_footer.png) center no-repeat;
|
|
width: 45px;
|
|
height: 17px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
}*/
|
|
/*#bs_footleft{
|
|
height:100%;
|
|
width:100%;
|
|
}*/
|
|
/*#bs_footright{
|
|
width:100%;
|
|
padding:5px 0 0 0;
|
|
}*/
|
|
#bs_footcenter {
|
|
text-align: center;
|
|
width: 100%;
|
|
color: White; /*页脚字体颜色*/
|
|
height: 60px; /*页脚高度*/
|
|
overflow: hidden;
|
|
font-size: 17px;
|
|
background-color: #f1f1f1;
|
|
/*background-image: url(footer.png);*/
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#bs_footright {
|
|
width: 100%;
|
|
padding: 15px 0 0 0;
|
|
}
|
|
.top_position{
|
|
color:#ffffff;
|
|
width:300px;
|
|
position:absolute;
|
|
top:60px;
|
|
text-align:right;
|
|
height:30px;
|
|
width:100%;
|
|
line-height:30px;
|
|
}
|
|
.top_info {
|
|
width: 180px;
|
|
overflow: hidden;
|
|
height: 30px;
|
|
font-size: 14px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
line-height:30px;
|
|
}
|
|
/*.top_menu {
|
|
background-image: url(top_menu.png);
|
|
background-repeat: no-repeat;
|
|
height: 32px;
|
|
position: absolute;
|
|
right: 0;
|
|
padding: 2px 0 0 40px;
|
|
color: #0064A9;
|
|
overflow: hidden;
|
|
}*/
|
|
|
|
.top_menu {
|
|
top:2px;
|
|
/*background-image: url(top_menu.png);*/
|
|
background-repeat: no-repeat;
|
|
height: 35px;
|
|
position: absolute;
|
|
background-color: #1668c5;
|
|
right: 0;
|
|
padding: 3px 0 0 40px;
|
|
color: #ffffff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
|
|
.top_icon1{
|
|
background-image: url(icon1.png);
|
|
background-repeat:no-repeat;
|
|
width:29px;
|
|
height:23px;
|
|
display:block;
|
|
}
|
|
.top_icon2{
|
|
background-image: url(icon2.png);
|
|
background-repeat:no-repeat;
|
|
width:29px;
|
|
height:23px;
|
|
display:block;
|
|
}
|
|
.top_icon3{
|
|
background-image: url(icon3.png);
|
|
background-repeat:no-repeat;
|
|
width:29px;
|
|
height:23px;
|
|
display:block;
|
|
}
|
|
.top_icon4{
|
|
background-image: url(icon4.png);
|
|
background-repeat:no-repeat;
|
|
width:10px;
|
|
height:23px;
|
|
display:block;
|
|
}
|
|
|
|
.board-1000 {
|
|
display: block;
|
|
width: 1015px;
|
|
margin: 0px auto;
|
|
position: relative;
|
|
padding: 70px 0px 0px 0px;
|
|
}
|
|
.board-1030 {
|
|
display: block;
|
|
width: 1030px;
|
|
margin: 0px auto;
|
|
position: relative;
|
|
padding: 20px 0px 0px 0px;
|
|
display:none;
|
|
}
|
|
|
|
.home-link-list {
|
|
margin-right: -18px;
|
|
margin-top:30px;
|
|
}
|
|
/*.home-link-list .link {
|
|
width: 185px;
|
|
height: 247px;
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
float: left;
|
|
padding-right: 18px;
|
|
}*/
|
|
|
|
.home-link-list .link {
|
|
width: 160px;
|
|
height: 247px;
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
float: left;
|
|
padding-right: 45px;
|
|
}
|
|
|
|
.home-link-list .link:hover {
|
|
margin-top: -2px;
|
|
}
|
|
.home-link-list .link.link1 {
|
|
background-image: url(home_link1.jpg);
|
|
}
|
|
.home-link-list .link.link2 {
|
|
background-image: url(home_link2.jpg);
|
|
}
|
|
.home-link-list .link.link3 {
|
|
background-image: url(home_link3.jpg);
|
|
}
|
|
.home-link-list .link.link4 {
|
|
background-image: url(home_link4.jpg);
|
|
}
|
|
.home-link-list .link.link5 {
|
|
background-image: url(home_link5.jpg);
|
|
}
|
|
.home-link-list .link.link6 {
|
|
background-image: url(home_link6.jpg);
|
|
}
|
|
|
|
.home-part-left {
|
|
width: 500px;
|
|
padding-right: 15px;
|
|
float: left;
|
|
display: inline-block;
|
|
}
|
|
.home-part-right {
|
|
width: 500px;
|
|
padding-left: 15px;
|
|
float: left;
|
|
display: inline-block;
|
|
}
|
|
|
|
.panel {
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
min-height: 30px;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 5px;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
}
|
|
.panel-body {
|
|
padding: 15px;
|
|
font-size:14px;
|
|
}
|
|
.panel .panel-heading {
|
|
border-bottom: 1px solid #ddd;
|
|
background: url(panel-head.png) bottom repeat-x;
|
|
height: 50px;
|
|
}
|
|
.panel .panel-heading>.btn-group {
|
|
float: right;
|
|
display: inline-block;
|
|
padding: 15px 10px 0 0;
|
|
}
|
|
.panel .panel-heading>.btn-group>A {
|
|
background: url(bu1.png) center top repeat-x #00549c;
|
|
border: none;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
padding: 2px 10px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
text-decoration: none;
|
|
position: relative;
|
|
}
|
|
.panel .panel-heading>.btn-group>A:hover {
|
|
background: #3CF;
|
|
}
|
|
.panel .panel-heading>.btn-group>A>i {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.panel .panel-title {
|
|
font-size: 16px;
|
|
padding: 10px 20px;
|
|
color: #000;
|
|
line-height: 30px;
|
|
}
|
|
.panel .panel-title i {
|
|
font-size: 18px;
|
|
color: #01549b;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.list {
|
|
}
|
|
.list li, .list ul {
|
|
padding-left: 0px;
|
|
margin-left: 0px;
|
|
list-style-type: none;
|
|
}
|
|
.list li .time {
|
|
float: right;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
line-height: 30px;
|
|
color: #9a9a9a;
|
|
}
|
|
.list li>A {
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
.list li>A:hover {
|
|
color: #920d0d;
|
|
text-decoration: none;
|
|
}
|
|
.list li:hover {
|
|
border-bottom:1px dotted #ccc;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.left-part .left-part-puller {
|
|
background: url(bs_right.png) no-repeat;
|
|
width: 14px;
|
|
height: 56px;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: -14px;
|
|
top: 130px;
|
|
z-index:100;
|
|
display:none;
|
|
}
|
|
.left-part .open{
|
|
background-image: url(bs_left.png)!important;
|
|
display:none;
|
|
}
|
|
|
|
.left-part {
|
|
width: 200px;
|
|
top: 64px;
|
|
left: -200px;
|
|
background-color:#f1f1f1;
|
|
/*background: url(left_bg.png) left repeat-y;*/
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
padding: 0px;
|
|
position: relative;
|
|
box-shadow: 7px 0px 7px rgba(0,0,0,0.1);
|
|
position: absolute;
|
|
}
|
|
.LeftMenu {
|
|
padding:10px 0 0 10px;
|
|
height:548px;
|
|
width: 190px;
|
|
overflow-x:hidden;
|
|
overflow-y:auto;
|
|
display:none;
|
|
}
|
|
.LeftMenu li{
|
|
height:40px;
|
|
line-height:40px;
|
|
/*background-image: url(dot1.png);*/
|
|
background-position: 0% 50%;
|
|
background-repeat: no-repeat;
|
|
font-size:14px;
|
|
}
|
|
.LeftMenu li a{
|
|
padding:0 0 0 20px;
|
|
}
|
|
|
|
|
|
.IconTitle {
|
|
background-image: url(icon_24_blue.png);
|
|
display: inline-block !important;
|
|
width: 20px !important;
|
|
height: 20px !important;
|
|
background-repeat: no-repeat !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
.IconTitle.search {
|
|
background-position: 0px 0px;
|
|
}
|
|
.IconTitle.list {
|
|
background-position: -20px 0px;
|
|
}
|
|
.IconTitle.announce {
|
|
background-position: -40px 0px;
|
|
}
|
|
.IconTitle.inform {
|
|
background-position: -60px 0px;
|
|
}
|
|
i {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.foot_bottom{
|
|
position:absolute;
|
|
bottom:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top_menu_position {
|
|
top: 3px;
|
|
left: 35px;
|
|
background-repeat: no-repeat;
|
|
height: 40px;
|
|
width: 220px;
|
|
position: absolute;
|
|
background-color: #1668c5;
|
|
padding: 3px 0 0 40px;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
|
|
.top_menu_position_a {
|
|
background-image: url(logo.png);
|
|
background-repeat: no-repeat;
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|