/*!
 * 涓浗鑻忓窞楂樻柊鍖�(鍖呭惈reset) 
 * author:shenyh
 */
/* css reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
button,
th,
td {
    margin: 0;
    padding: 0;
}

body {
      font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    background: url(../images/gxqlogony_gh2021.jpg) center 50px no-repeat;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
i,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

a {
    text-decoration: none;
    color: #333;
}
/* css tools */

.clearfix:after {
    clear: both;9
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.whitebg {
    background-color: #fff;
}

.clear {
    clear: both;
}

.pt10 {
    padding-top: 10px;
}

.text-right {
    text-align: right;
}
/* header */

.topbar {
 	/*background-color:#f1f5fc;*/
}

.topbar-font {
    line-height: 50px;
    color: #666;
   /* padding-left: 20px;*/
   margin-left:10px;
}
.topbar-font a{
    color:#666;
}
.topbar-phone{
    padding-left: 26px;
    background:url(../images/phone.jpg) no-repeat;
}
@media (max-width: 767px) {
    .topbar-font {
        padding-left: 0px;
        line-height: 28px;
    }
}
/* logo */

.logo{
    height: 191px;
    margin-left: 40px;
    margin-top: 36px;
}
.logo img{
	width:600px;
}
@media (max-width: 767px) {
    .logo {
    height: 124px;
    margin-left: 3px;
    margin-top: 24px;
    }
}

/* 瀵艰埅杈撳叆妗� */

.search-block-input {
    float: left;
    width: 154px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-right: 0;
}
.search-block-input2{
    width: 128px;
    border-right:1px solid #c8c8c8;
}
.search-block-input input {
    vertical-align: top;
    width: 154px;
    height: 30px;
    *height: 30px;
    border: 0;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.search-block-input input.xxgk-txt{
    width: 128px;
}

.search-block-button {
    float: left;
    width: 31px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-left:0;
}

.search-block-button input {
    width: 31px;
    height: 30px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: url(../images/search.jpg) no-repeat;
}

.search-block-button input:hover {
    background: url(../images/search2.jpg) no-repeat;
}

.search-block-sel{
    float: left;
    width: 88px;
    margin-left: 4px;
}
.sel{
    width: 88px;
    height: 30px;
}


/*瀵艰埅*/
.nav-area{
	background-color: #b32424;
  /*   background-color:#017cc2; */
}

.nav li {
    float:left;

}
.nav-icon {
   	display: block;
    margin-right: 1px;
    padding:0 12px 0 12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 46px;
}

.nav-icon:hover {
    height: 48px;
    padding:0 11px 0 11px;
    /* background: url(../images/nav.jpg) repeat-x; */
	background-color:#d9515c;
    border-left:1px solid #d9515c;
    border-right:1px solid #d9515c;
    cursor: pointer;
    color:#fff;
}

.nav-icon:visited {
	color:#fff;
}

.nav-icon-xxgk {
   	display: block;
    margin-right: 1px;
    padding:0 12px 0 12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 46px;
}

.nav-icon-xxgk:hover {
    height: 48px;
    padding:0 11px 0 11px;
   /*  background: url(../images/nav.jpg) repeat-x; */
    background-color:#d9515c;
    border-left:1px solid #d9515c;
    border-right:1px solid #d9515c;
    cursor: pointer;
    color:#fff;
}

.nav-icon-xxgk:visited {
	color:#fff;
}

.nav .last{
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

/* 鎵嬫満绔鑸� */
.navbar-header {
    height:40px;
    margin:10px 5px 0;
    border:1px solid #cccccc;
}
.navbar-toggle {
    padding-top:4px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:4px;
    margin-top:6px;
    margin-right:15px;
    margin-bottom:8px;
    border:1px solid;
    border-color:transparent;
    float:right;
    position:relative;
    border-radius:4px;
}
.navbar-toggle .icon-bar {
    width:22px;
    height:2px;
    display:block;
    border-radius:1px;
    margin:3px auto;
    background-color:#ffffff;
}
.navbar-collapse {
    clear:both;
    position:relative;
    height:auto;
    margin-top:-1px;
    margin-right:5px;
    margin-left:5px;
} 
.navbar-nav li {
    height:36px;
    border:1px solid #cccccc;
    border-top:0;
    position:relative;
    line-height:36px;
    padding-left:20px;
    background-color:#b32424;
}
.navbar-nav li a{
    color:#fff;
}
.navbar-nav li a:hover {
    color:red;
    text-decoration:underline;
}

@media (min-width: 768px) and (max-width: 979px) {
    .nav-icon {
        padding: 0 5px 0 5px;
        font-size: 15px;
    }
    .nav-icon:hover {
        padding: 0 4px 0 4px;
    }
}

/* footer */

.footer {
   /* background: #373e4e;*/
}

.footer-text {
    padding:35px 0 35px 0;
    text-align: center;
    line-height: 28px;
    color: #676767;
    background:#f2f2f2;
}



/* 椤甸潰鍏叡鏍峰紡 */

.module {
    border: 1px solid #e1e1e1;
}

.module-hd {
    height: 34px;
    background-color: #f2f2f2;
    overflow: hidden;
}

.module-hd-tab {
    float: left;
    width: 24.99%;
    height: 34px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
	/*color:#fff;*/
}

.module-hd-tab.module-hd-tab2 {
    width: 19.99%;
}

.module-hd-tab.module-hd-tab3 {
    width: 33.33%;
}

.module-hd-tab.module-hd-tabr {
    width: auto;
    padding: 0 8px 0 8px;
}

.module-hd-tab.module-hd-tabr2 {
    width: auto;
    padding: 0 24px 0 24px;
}

.module-hd-tab a {
    color: #333;
}

.module-hd-tab.current {
	background-color: #b32424;
    /* background-color: #017cc2; */
    color:white !important;
}

.module-hd-tab.current a {
    color: #fff;
}

.module-bd {
/*    height: 254px;*/
    overflow: hidden;
}

.module-ht128 {
    height: 128px;
}

.module-ht185 {
    height: 185px;
}

.module-ht140 {
    height: 140px;
}

.module-ht158 {
    height: 158px;
}

.module-ht280 {
    height: 280px;
}

.module-ht204 {
    height: 204px;
}

.module-ht266 {
    height: 266px;
}

.module-ht86 {
    height: 86px;
}


.datalist {
    padding-top: 8px;
    padding-left: 15px;
}

.datalist-item {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding-left: 12px;
    overflow: hidden;
    background: url(../images/listimg.jpg) 0 13px no-repeat;
}

.datalist-item a {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.datalist-item a:hover {
    color: #ce0c0c;
}


.gk-data-item {
    padding-top: 9px;
}
.gk-data-item.pt0{
    padding-top: 0;
}
.gk-data-li {
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(../images/xxline.jpg) right 50% no-repeat;
    width: 33.33%;
}

.gk-data-li.last {
    background: none;
}
.gk-data-li.gk-data-li-xs2{
    width: 49.99%;
}
.gk-data-li a {
	display:block;
    color: #3a3a3a;
	height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.gk-data-li:hover a {
    cursor: pointer;
    color: #ce0c0c;
}
.gk-data-li1{
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(../images/xxline.jpg) right 50% no-repeat;
    width: 33.33%;
}

.gk-data-li1.last {
    background: none;
}
.gk-data-li1.gk-data-li-xs2{
    width: 49.99%;
}
.gk-data-li1 a {
    color: #3a3a3a;
}

.gk-data-li1:hover a {
    cursor: pointer;
    color: #ce0c0c;
}


.xxgk-hd {
    height: 33px;
    background-color: #f2f2f2;
   /*  border-bottom: 1px solid #017cc2; */
    border-bottom: 1px solid #b32424;
    overflow: hidden;
}

.xxgk-hd-tab {
    float: left;
    margin-left: 8px;
    padding: 0 10px 0 10px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 4px solid #b32424;
}

.xxgk-hd-tab a {
	color: #b32424;
   /*  color: #017cc2; */
}

.xxgk-bd {
    /* height: 310px; */
    overflow: hidden;
}

.xxgk-ht186 {
    height: 186px;
}
.showlistdisplay {
	/* display:none; */
}


.infoList{overflow:hidden;}
.infoList li{float:left; width:100%; padding-top:6px; padding-bottom:6px; overflow:hidden;}
.infoList li h4{position:relative; padding:0 100px 0 22px; font-weight:normal; font-size:1em; overflow:hidden;}
.infoList li h4 a{float:left; line-height:1.6em; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infoList li h4 a.noLink:hover{color:inherit;}
.infoList li h4 a:before{position:absolute; top:-3px; left:2px; content:""; margin-top:.8em; width:5px; height:5px; background-color:#ff8b17; background-repeat:no-repeat; border-radius:50%;}
.infoList li h4 .time{position:absolute; z-index:10; top:50%; right:2px; margin-top:-.8em; line-height:1.6em; color:#999; font-size:1em; white-space:nowrap;}
.infoList li br{display:none;}
.infoList.fileList li h4 a{float:none; display:block; max-width:100%; width:100%\9;}
.infoList.fileList li h4 a font{float:left; max-width:90%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infoList.fileList li h4 a:hover font{float:left; max-width:90%; color:#c00;}
.infoList.fileList li .Icon{float:left; margin-left:5px; width:23px; height:25px; background:url(../images/new.png) left center no-repeat; overflow:hidden;}
.infoList.others li{padding-top:4px; padding-bottom:4px;}
.infoList.notTime li h4{padding-right:0;}
.infoList.notTime li .time{display:none;}
.rel-appendixs{display:none; margin-top:20px; border-top:2px solid #efefef;}
.rel-appendixs h3{padding:25px 0 10px; color:#333333; font-weight:bold; font-size:1em;}
.rel-appendixs .infoList li h4 a:before{background-color:#999; background-image:none;}



.article-extended{line-height:36px; color:#666666; font-size:14px; padding:0 5px 0 15px; margin:20px 0px;}
.article-extended dt{float:left; font-size:14px;}
.article-extended dt span{float:left; line-height:24px; margin:6px 6px 6px 0; color:#888888;}
.article-extended dd{float:right;}
.article-extended dd span{margin:0 8px;}
.article-extended dd a{color:#666666; cursor:pointer;}
.article-extended dd a:hover{color:#333; font-weight:bold;}
.article-extended dd i{font-style: normal;}
.article-extended span{display:inline-block;}

