common.css 3.84 KB
@CHARSET "UTF-8";
/*共公样式*/
* {
    /* font-family: Arial, Verdana, Helvetica, sans-serif; */
    /* font-family: "雅黑宋体", "微软雅黑", "新宋体", "宋体"; */
    font-weight: 500;
    font-size:14px;
}
html { overflow-x:hidden; }
#nav{width:100%;z-index:999;position: fixed;}
.button-fix{margin-left:15px !important;padding:16px !important;background: white !important;}
.padd-top-150{padding-top:150px !important;}
.padd-top-80{padding-top:80px !important;}
.padd-top-88{padding-top:120px !important;}
.m-b-0{margin-bottom:0 !important;}
.btn-info[disabled]
{
	cursor: inherit !important;
}

.glyphicon{
    font-family:'Glyphicons Halflings'
}
body {
    color:#555555;
    margin:0;
    padding:0;
}
label {
    font-weight:500;
}
.clearboth {
    clear:both;
}
input[type="text"]:focus{
	outline: none;
}


/*阴影*/
.shadow-z-1 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
/*链接样式*/
a {
    /* color:#555555; */
    text-decoration:none;
}
    a:hover {
        color:#1386c9;
    }
/*字体颜色*/
.font-key {
    cursor:pointer;
    color:#e44545;
}
/*第三级页面头部和版权样式*/
.headbg {
    top:0;
   /*  height:100px; */
   /*  height:55px; */
    height:55px; /*  hyh  修改   高度自适应*/
   
    /* background:url(../../image/index/headbg01.png) repeat-x #0894e5; */
    background:url(../../image/index/headbg01.png) no-repeat #0894e5; /* hyh 修改  将 repeat-x改为no-repeat2017、9、26 */
    //margin-bottom:16px;
   /*  background-color: #179bf0; *//*hyh     修改  将背景换成图片    2017、9、19*/
   background-size: 100% 100%;/* hyh  新增  将背景图铺满   2017、9、26 */
}
/*查询头部*/
.seachheadbg {
    top:0;
    height:55px;
    /* width:1920px;
    background:url(../images/index/headbg.png) repeat-x #0894e5; */
    margin-bottom:1px;
    background-color: #179bf0;
}

.headbg-logo {
    /*background:url(../images/index/headbg-logo.png) no-repeat ;*/
    height:55px;
    padding:0;
}
.head-logo {
    float:left;
    margin-top:22.5px;
    margin-bottom:12px;
    margin-left:12px;
}
.div-head-title{
    float:left;
/*     margin-top:31px;
    margin-bottom:17px;
    margin-left:13px; */
}
.div-copyright {
   	margin:0px 8px;
    text-align: center; 
    font-size: 16px; 
    color: #a1a1a1;
    background-color:white;
}
.copyright-margintop{
	/* margin-top:500px; */
}
.btn-search{
	height: 31px;
}   
#searchInput{
 	width: 340px; 
 	height: 29px; 
}
.div-search{
/* 	width: 280px;  */
/* 	height: 31px; */
/* 	margin-left: 10px; */
}
/*单选按钮样式*/
input[type='radio'] {
	opacity:0; 
	display:inline-block; 
	height:16px; 
	}
input[type="radio"]+label {
	background:url(../images/subpage/radio_check.png) no-repeat; 
	height:16px; 
	line-height:16px;
	padding-left:25px;
	cursor: pointer;
	}	
input[type="radio"]:disabled+label{
	cursor: auto;
	background:url(../images/subpage/radio_check_disabled.png) no-repeat; 
}
input[type="radio"]:checked + label {
	background:url(../images/subpage/radio_checked.png) no-repeat;
}
input[type="radio"]:checked:disabled + label {
	cursor: auto;
	background:url(../images/subpage/radio_checked_disabled.png) no-repeat;
}

/* .highlight{ */
/* 	color: red; */
/* } */

input::-webkit-input-placeholder { /* WebKit browsers */ 
		/*font-style:italic;*/			
		} 
/*input内的提示内容颜色*/
.hoderclass::-webkit-input-placeholder { 
	color: #ccc; 
	} 
#timeInterval{
	color:#ffcc00;
	font-size:50px;'
}

.div-relate-document-attachment{
	margin-top:10px;
/*		border-bottom:1px solid #d3d3d5;*/
}
.div-relate-document-attachment label{
	    color: #337ab7;
}

.div-remind-legend{
	cursor:pointer;
}

.div-remind-legend:HOVER {
	/* background-color: #66d2fe; */
	color: #1386c9;
}

.gw-list{
	table-layout: fixed;
	
}
/*公文打印的时候超出内容添加滚动条*/
.gw-print{
	overflow-y: scroll;
}

input[type=checkbox]{
	zoom:150%;
}