/**reset s*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    border: 0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #444 !important;
    background-color: transparent;
    transition: background-color 50000s ease-in-out 0s;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #333;
    font-family: "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #015293;
}

.fzc-1 {
    color: #015293;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left !important;
}

.pr {
    position: relative;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.TRS_Editor {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.w {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

/*reset e*/
/*.page-* s*/
.infoopen-bg {
    background: url(../img/fly_xxgk_bg.png) no-repeat top center;
}


.infoopen-main {
    min-height: 628px;
    padding: 50px 38px 38px;
    border: 1px solid #eaeaea;
    margin-bottom: 56px;
    background-color: #f9f9f9;
}

.infoopen-main .left {
    float: left;
    width: 282px;
    margin-bottom: 30px;
}

.infoopen-main .right {
    float: right;
    width: 902px;
}

.infoopen-list-wrap {
    background-color: #fff;
    padding: 12px 30px 10px;
}

.infoopen-list-wrap .columnTitle {
    font-size: 22px;
    color: #015293;
    border-left: 5px solid #015293;
    line-height: 1.1;
    padding-left: 15px;
    margin-top: 22px;
}

.infoopen-list-wrap .table-list {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.infoopen-list-wrap .table-list th {
    border: 1px solid #ddd;
    color: #333;
    padding: 7px 10px;
    font-size: 16px;
    background-color: #f2f6fa;
}

.infoopen-list-wrap .table-list td {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 8px 15px;
}

.infoopen-list-wrap .table-list-morebtn {
    font-size: 16px;
    color: #015293;
    display: block;
    margin: 20px auto 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f0f0;
}

.infoopen-list-wrap .list .item {
    padding: 17px 0;
    border-bottom: 1px dashed #ddd;
}

.infoopen-list-wrap .list .item a {
    position: relative;
    font-size: 20px;
    padding-right: 121px;
    display: block;
}

.infoopen-list-wrap .list .item span {
    display: block;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoopen-list-wrap .list .item a:hover span {
    color: #015293;
}

.infoopen-list-wrap .list .item em {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 121px;
    color: #ccc;
}

.infoopen-detail-wrap {
    background-color: #fff;
    padding: 30px 30px 40px;
    min-height: 431px;
}

.infoopen-detail-wrap .title {
    font-size: 26px;
    text-align: center;
    color: #444;
}

.infoopen-detail-wrap .meta {
    margin: 10px 0 0;
    text-align: center;
}

.infoopen-detail-wrap .meta span {
    margin: 0 20px;
    font-size: 18px;
    color: #999;
}

.infoopen-detail-wrap .cnt {
    margin-top: 24px;
}

.infoopen-detail-wrap .cnt p,
.infoopen-detail-wrap .cnt p span {
    text-align: justify;
    font-size: 18px;
    color: #444;
    line-height: 2;
}

.infoopen-detail-wrap .cnt p img,
.infoopen-detail-wrap .cnt img,
.infoopen-detail-wrap .cnt table img,
.infoopen-detail-wrap .cnt video,
.infoopen-detail-wrap .cnt table {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 16px auto !important;
}

.page-header-2 {
    height: 320px;
}

.page-header-2 .logowrap {
    position: relative; 
    margin-top: 30px;
    margin-bottom: 40px;
}
.page-header-2 .logowrap .r {
    position: absolute;
    right: 0;
    top: 0px;
}
.page-header-2 .logowrap .r a {
    display: block;
    width: 115px;
    height: 40px;
    float: left;
    font-size: 18px;
    line-height: 40px;
}
.page-header-2 .logowrap .r a.wza {
    
    background: url(../img/header_qszcwjk_wza.png) no-repeat center;
    color: #cce8f3;
    padding-left: 40px;
}

.fly_HeaderXian {
  float: right;
  margin-top: 25px;
  margin-right: 150px;
}


.page-header-2 .title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 94px;
}

.ssk {
  width: 1028px;
  height: 52px;
  margin: 0 auto 87px;
}

.ht {
  width: 240px;
  height: 20px;
  float: left;
  border-bottom: #e7e7e7 2px solid;
}

.sskk {
  width: 508px;
  height: 50px;
  margin: 0 19px;
  float: left;
  border: #2d66a5 1px solid;
  border-radius: 9px;
  background: #fff;
}

.sssrk {
  width: 450px;
  height: 48px;
  line-height: 48px;
  border: none;
  float: left;
  border-radius: 9px;
  text-indent: 10px;
  font-size: 16px;
  outline: none;
}

.ssan {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../img/ss_03.png) center no-repeat;
  cursor: pointer;
}

.page-page {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #444;
}

.page-submenu-2 {
    margin-top: -15px;
}

.page-submenu-2 h3 {
    height: 74px;
    display: table;
    width: 280px;
    cursor: pointer;
    margin-top: 15px;
    background-color: #fff;
    position: relative;
}

.page-submenu-2 h3 .ico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
}

.page-submenu-2 h3 .ico-white {
    display: none;
}

.page-submenu-2 h3.active .ico-blue {
    display: none;
}

.page-submenu-2 h3.active .ico-white {
    display: block;
}

.page-submenu-2 h3 .togglebtn {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 240px;
    top: 29px;
    z-index: 9999;
}

.page-submenu-2 h3.pulldown .togglebtn {
    background: url(../img/qgl_xxgk_icon09.png) no-repeat center center;
}

.page-submenu-2 h3 .in {
    display: table-cell;
    vertical-align: middle;
}

.page-submenu-2 h3 .in span a {
    display: block;
    font-size: 24px;
    color: #015293;
    line-height: 1.1;
    padding-left: 84px;
    transition: none;
}

.page-submenu-2 h3.pulldown.active .togglebtn {
    background-image: url(../img/qgl_xxgk_icon08.png);
}

.page-submenu-2 h3.active {
    background-color: #015293;
}

.page-submenu-2 h3.active span a {
    color: #fff;
}

.page-submenu-2 .ul {
    background-color: #fff;
    display: none;
    position: relative;
    border-top: 0;
    padding: 10px 0;
}

.page-submenu-2 .ul .ulli:hover {
    background-color: #ebf4ff;
}

.page-submenu-2 .ul .ulli .ullia {
    font-size: 20px;
    color: #221815;
    display: block;
    padding: 0 15px 0 46px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: none;
    cursor: pointer;
}

.page-submenu-2 .ul .ulli .ullia.has-arrow {
    background: url(../img/ico-arrow-1.png) no-repeat 245px center;
}

.page-submenu-2 .ul .ulli.curr .ullia {
    color: #015293;
    background-color: #ebf4ff;
}

.page-submenu-2 .ul .ulli .ol {
    padding-left: 60px;
    background-color: #deedff;
    display: none;
}

.page-submenu-2 .ul .ulli .ollia {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    font-size: 16px;
}

.page-submenu-2 .ul .ulli .olli.c .ollia {
    color: #015293;
}


.infoopen-list-wrap .tb-list{
    margin-top:24px;
}

.infoopen-list-wrap .tb-list th {
    color: #015293;
    border-bottom: 6px solid #32b9e6;
    padding:7px 10px;
}

.infoopen-list-wrap .tb-list th:nth-child(2n-1) {
    border-bottom-color: #015293;
    background-color: #F2F6FA;
}

.infoopen-list-wrap .tb-list td {
    border-bottom:1px solid #ddd;
    padding:10px;
}

.infoopen-list-wrap .tb-list td:nth-child(2n-1) {
    background-color: #F2F6FA;
}

.infoopen-list-wrap .tb-list td a:hover {
    color:#ED2001;
}
.module-table{
    table-layout: fixed;
    width:100%;
}

.module-table td{
    padding:6px;
    border:1px solid #ddd;
    text-align: center;
    font-size: 16px;
}
