@charset "UTF-8";
/* create by lkw at 2019/6/10*/

a{
    color: #333;
}

#app {
    min-width: 1240px;
    /*position: relative;*/
}
.searList{width:785px;}
.hova:hover {
    color: #0679e5 !important;
}


.header .con {
    width: 1240px;
    margin: 0 auto;
}

.header .logo {
    display: block;
    background: url("../images/logo.png");
    width: 365px;
    height: 52px;
    margin: 33px 95px 0 0;
}

.search {
    width: 581px;
}

.header .searchInp {
    margin-top: 28px;
    border: 1px #0679e5 solid;
    border-radius: 20px;
    height: 40px;
}

.header .searchInp input {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 460px;
}

.header .searchInp .searBtn {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #0679e5;
    float: left;
    margin-right: -1px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.header .hotWords {
    height: 16px;
    margin-top: 8px;
    margin-right: -3px;
    overflow: hidden;
}

.header .hotWords .tit {
    font-size: 12px;
    color: #cccccc;
}

.header .hotWords .item {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
    color: #666666;
}

.header .login {
    margin: 52px 0 0 0;
    float: right;
    font-size: 14px;
}

.header .login .a {
    color: #333333;
    display: block;
    float: left;
    cursor: pointer;
}

.header .login .fg {
    display: block;
    float: left;
    height: 12px;
    width: 1px;
    background: #ccc;
    margin: 4px 10px;
}

.footer {
    height: 100px;
    margin-top: 50px;
}

.footer .con {
    width: 1240px;
    margin: 0 auto;
}

.footer .bq {
    float: left;
    margin: 25px 15px;
    color: #999999;
    font-size: 12px;
}

.footer .bq p {
    line-height: 27px;
}

.footer .jc {
    margin: 26px 8px;
    float: right;
}

.footer .jc a {
    display: block;
    float: left;
}

.dzjg {
    background: url("../images/dzjg.png");
    width: 35px;
    height: 43px;
    margin-right: 30px;
}

.wzjc {
    background: url("../images/wzjc.png");
    width: 94px;
    height: 47px;
}

.mainnav {
    height: 40px;
    background: #0679e5;
}

.mainnav .con {
    width: 1240px;
    margin: 0 auto;
}

.navItem {
    display: block;
    float: left;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 7px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 13px;
    background: #0679e5;
}

.navItem:hover, .navItem.cur {
    background: #fff;
    color: #0679e5;
}

.mainCon {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
	margin-bottom: 20px;
    padding-bottom: 40px;
}

.searList {
    float: left;
    width: 785px;
    padding-right: 30px;
}

.searSX {
    margin: 14px 42px 23px 22px;
}


.searchdrop-down {
    min-width: 130px;
    height: 25px;
    position: relative;
    line-height: 25px;
    margin-right: 10px;
}

.searchdrop-down .searchtag {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    color: #333;
    font-size: 12px;
    border: 1px #eee solid;
    border-radius: 12px;
    cursor: pointer;
    background: #fff url('../images/jt1.png') no-repeat center right 10px;
}

.searchdrop-lists {
    position: absolute;
    width: 130px;
    top: 25px;
    border-radius: 12px;
    left: 0;
    border: 1px solid #ddd;
    max-height: 120px;
    overflow: auto;
    display: none;
    background: #fff;
    z-index: 1;
}

.searchdrop-lists li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.searchdrop-lists li.item:hover {
    background: #eee;
}


.custom-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #aaaaaa;
}

.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
    width: 4px;
    height: 4px;
}


.searSX .jgsl {
    font-size: 12px;
    color: #999999;
    float: right;
    line-height: 27px;
}

.red, em {
    color: #ff0000;
}

em {
    font-style: normal;
}

.jgItem {
    margin: 0 0 35px 25px;
}

.jgItem > .tit {
    margin-bottom: 10px;
}

.jgItem .navItem {
    margin: 0 10px 0 0;
}

.jgItem .navItem:hover {
    background: #0679e5;
    color: #fff;
}

.jgItem .tcon {
    display: inline-block;
    line-height: 26px;
    font-weight: bold;
    font-size: 16px;
    color: #0679e5;
    text-decoration: underline;
    max-width: 705px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgItem > .con1 {
    border: 1px #dcdcdc solid;
    -moz-box-shadow: 0 2px 10px #dcdcdc;
    -webkit-box-shadow: 0 2px 10px #dcdcdc;
    box-shadow: 0 2px 10px #dcdcdc;
}

.jgItem .tabTit {
    height: 45px;
    background: #fdfdfd;
    border-bottom: 1px #dcdcdc solid;
}

.jgItem .tabt {
    display: block;
    float: left;
    border-left: 1px #dcdcdc solid;
    padding: 0 13px;
    font-size: 15px;
    color: #333333;
    height: 45px;
    line-height: 45px;
    margin-bottom: -1px;
    text-align: center;
}

.jgItem .tabt:first-child {
    border-left: none;
}

.gu-btns .tabt {
    min-width: 100px;
}

.jgItem .tabt:hover, .jgItem .tabt.cur {
    height: 46px;
    font-weight: bold;
    background: #fff;
    border-bottom-color: transparent;
}

.m-tab .tabTi {
    border-bottom: 1px #dcdcdc solid;
}

.m-tab .item {
    display: none;
}

.m-tab .item:first-child {
    display: table;
}

.gz-tab-wp {
    margin: 0 20px;
}

.jbxx {
    border-left: 1px #f3f3f3 solid;
    table-layout: fixed;
    width: 100%;
}

.jbxx .th {
    background: #fdfdfd;
    color: #444444;
    width: 95px;
}

.jbxx .th .title {
    display: inline-block;
    width: 60px;
    text-align-last: justify;
}

.jbxx .td {
    height: 37px;
    line-height: 20px;
    padding: 5px 0 5px 15px;
    font-size: 14px;
    color: #999999;
    border-right: 1px #f3f3f3 solid;
    border-bottom: 1px #f3f3f3 solid;
}

.jbxx .tdd {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jbxx .td a {
    color: #333;
}

.jbxx .td .a {
    color: #0679e5;
    text-decoration: underline;
}

.jbxx .high td {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    height: auto;
    line-height: 20px;
    padding: 5px 15px;
}

.jbxx .high .th {
    height: auto;
    vertical-align: top;
}

.searLink {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    word-break: break-all;
    line-height: 18px;
}

.searLink a {
    color: #539b42;
    margin-right: 15px;
}

.jbxx.sm {
    border-top: 0;
    border-left: 0;
}

.jbxx.sm .td {
    border-right: 0;
}

.jbxx.sm th {
    background: unset;
    font-weight: normal;
    line-height: 1.5;
}

.jgItem .con2 {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.xgss {
    padding: 0 0 50px 25px;
}

.xgss > h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.xgss .item {
    display: inline-block;
    width: 33.3%;
    font-size: 14px;
    color: #3247dd;
    text-decoration: underline;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searInfo {
    float: left;
    width: 332px;
    border-left: 1px #dcdcdc solid;
    padding: 0 25px;
    margin: 10px 0;
    padding-bottom: 70px;
}

.searInfo > h1 {
    font-size: 16px;
    color: #333333;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #dcdcdc solid;
}

.xgbl, .rmbs {
    margin: 15px 0;
}

.rmbs .item {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    width: 166px;
}

.xgbl .item {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.xgbl .item:hover {
    color: #3247dd;
}

.jdcx {
    border: 1px #dcdcdc solid;
}

.jdcx .cx {
    padding: 20px;
}

.jdcx .cx > h1 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
}

.jdcx .cx > p {
    font-size: 14px;
    color: #666666;
}


.jdcx .cxinp {
    display: block;
    width: 189px;
    height: 34px;
    border: 1px #dcdcdc solid;
    border-right: 0;
    float: left;
    padding: 0 10px;
}

.jdcx .cxbtn {
    display: block;
    float: left;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #2c94f0;
}

.jdcx .cxsr {
    margin: 8px 0;
}

.jdcx .dl {
    height: 40px;
    line-height: 40px;
    border-top: 1px #dcdcdc solid;
    background: #fdfdfd;
    padding: 0 20px;
    font-size: 14px;
    color: #999999;
}

.jdcx .dl a {
    color: #3247dd;
}

.sfmy {
    margin-top: 20px;
    border: 1px #dcdcdc solid;
    padding: 20px;
}

.sfmy > h1 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
}

.sfmy .myBtn {
    display: block;
    float: left;
    width: 75px;
    height: 28px;
    line-height: 28px;
    border: 1px #dcdcdc solid;
    padding-left: 55px;
    font-size: 14px;
    color: #333333;
}

.sfmy .myBtn.my {
    margin-right: 25px;
    background: #fdfdfd url('../images/my.png') 33px center no-repeat;
}

.sfmy .myBtn.bmy {
    background: #fdfdfd url('../images/bmy.png') 33px center no-repeat;
}

.sfmy .myBtn.cur {
    color: #fff;
    border-color: #058acc;
    background: #058acc url('../images/myc.png') 33px center no-repeat;
}

.sfmy .myBtn:hover {
    opacity: .8;
}

.jgItem .cxinp {
    width: 655px;
}

.jdcx .cxjg {
    width: 100%;
    table-layout: fixed;
}

.jdcx .cxjg tr {
    height: 40px;
    border-top: 1px #dcdcdc solid;
}

.jdcx .cxjg th {
    background: #fdfdfd;
    text-align: left;
}

.jdcx .cxjg .td {
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
}

.jdcx .cxjg .time {
    width: 100px;
    text-align: center;
}

.jdcx .cxjg .zt {
    width: 80px;
    text-align: center;
}

.green {
    color: #21c440;
}

.blue1 {
    color: #64bae5;
}

.blue {
    color: #3247dd;
}

.jdcx .dlcx > .tit {
    color: #333333;
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.jdcx .dlcx .more {
    font-size: 14px;
    color: #bbbbbb;
    float: right;
    margin-top: 3px;
}

.rcbz {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
    background: #e1211f;
    border-radius: 3px;
}

.jgItem .qyzk {
    cursor: pointer;
    height: 40px;
    background: #fdfdfd;
    text-align: center;
    line-height: 40px;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
}

.searInfo .zycy {
    margin: 15px 0 15px -20px;
}

.searInfo .zycy .ldItem {
    display: block;
    border: 1px #dcdcdc solid;
    background: #fdfdfd;
    float: left;
    width: 95px;
    height: 68px;
    margin-left: 20px;
}

.searInfo .zycy .ldItem .tit {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 12px 0;
    text-align: center;
}

.searInfo .zycy .ldItem .zw {
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.searInfo .zycy .ldItem:hover {
    border-color: #2c94f0;
}

.jgItem .rwzp {
    width: 145px;
    float: left;
}

.jgItem .rwzp .img {
    width: 100%;
    /*height: 215px;*/
}

.jgItem .rwjs {
    padding: 20px;
}

.jgItem .jrzt {
    display: block;
    width: 100%;
    height: 26px;
    border: 1px #dcdcdc solid;
    line-height: 26px;
    font-size: 12px;
    color: #444444;
    margin-top: 14px;
    background: #f9f9f9;
    text-align: center;
}

.jgItem .jrzt:hover {
    border-color: #2c94f0;
}

.jgItem .rwxx {
    float: left;
    width: 370px;
}

.jgItem .rwxx .name {
    font-size: 16px;
    color: #e1211f;
    font-weight: bold;
    line-height: 35px;
    text-decoration: underline;
    margin: 0 10px;
}

.jgItem .rwjs table {
    table-layout: fixed;
}

.jgItem .rwjs th {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    padding: 0 10px;
    width: 80px;
    vertical-align: top;
}

.jgItem .rwjs td {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.jgItem .rwjs tr {
    margin: 3px 0;
}

.jgItem .rwsj {
    width: 235px;
    height: 255px;
    border: 1px #dcdcdc solid;
    float: left;
    margin-left: 7px;
    overflow-y: scroll;
}

.rwsjCon {
    margin: 8px 10px;
    border-left: 1px #dcdcdc solid;
    min-height: 230px;
    font-size:14px;
}

.rwsjItem, .rwsjCon p {
    background: url('../images/rwsjP.png') left 7px no-repeat;
    margin: 5px -4px;
    padding: 0 5px 0 15px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.rwjsPic {
    margin-right: -10px;
}

.rwjsPic .pic {
    max-width: 192px;
    height: 120px;
    margin-right: 10px;
    cursor: pointer;
}
.rwjsPic .yydh-picbox {
    width: 192px;
    height: 120px;
    text-align: center;
}
.searInfo .xgld {
    margin-right: -20px;
}

.searInfo .xgld .ldItem {
    display: block;
    float: left;
    width: 97px;
    margin: 15px 0;
    margin-right: 20px;
}

.searInfo .xgld .ldItem img {
    width: 97px;
    height: 145px;
}

.searInfo .xgld .ldItem .xm {
    color: #666666;
    font-size: 12px;
    display: block;
    margin: 8px 0;
    text-align: center;
}

.searInfo .xxjh {
    margin: 10px 0;
}

.searInfo .xxjh .item {
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
}

.jgItem .jdcx .cx.xx .cxsr {
    /*width: 300px;*/
    margin-right: 30px;
    float: left;
}

.jgItem .jdcx .cx.xx .cxinp {
    border: 1px #dcdcdc solid;
    width: 234px;
}

.cxsr p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 36px;
    float: left;
}

.jgItem .jdcx .cx.xx .cxbtn {
    margin-top: 7px;
}

.jgItem .jdcx .cx.ygk .cxbtn {
    margin-top: 37px;
}

.jgItem .jdcx .cx.ygk .cxsr {
    width: 200px;
    margin-right: 25px;
    float: left;
}

.jgItem .jdcx .cx.ygk .cxinp {
    border: 1px #dcdcdc solid;
    width: 180px;
}

.jgItem .bq {
    padding: 19px;
}

.jgItem .bq .pic {
    display: block;
    width: 320px;
    height: 210px;
    float: left;
}

.jgItem .bq table {
    display: block;
    float: left;
    margin-left: 20px;
    width: 407px;
    table-layout: fixed;
    color: #333333;
    line-height: 25px;
}


.jgItem .bq th {
    width: 60px;
    vertical-align: top;
    font-size: 13px;
}

.jgItem .bq tr{
    height: 30px;
}

.jgItem .bq td{
    vertical-align: top;
    font-size: 13px;
}

.jgItem .zxft .tabTit {
    border-top: 1px #dcdcdc solid;
}

.jgItem .tabTit .more {
    font-size: 14px;
    color: #666;
    line-height: 45px;
    float: right;
    margin-right: 10px;
}

.ftItem {
    display: block;
    float: left;
    margin-left: 20px;
    width: 175px;
}

.ftItem:hover .fttit {
    color: #2c94f0;
}

.ftItem .pic {
    height: 115px;
    position: relative;
}

.ftItem .pic img {
    width: 100%;
    height: 100%;
}

.jgItem .zxft .tabCon {
    padding: 20px 0;
}

.ftItem .ftq {
    width: 155px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/tmhbg.png");
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftItem .fttit {
    font-size: 12px;
    color: #333;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftxx {
    margin: 15px 0;
    display: block;
    float: left;
    width: 332px;
    table-layout: fixed;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.xqyg {
    float: unset;
}

.ftxx th {
    width: 45px;
    vertical-align: top;
}

.cjwt {
    padding: 0 20px;
}

.wtItem {
    padding: 10px 0;
    border-bottom: 1px #dcdcdc solid;
}

.wtItem p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin: 5px 0;
}

.wtItem .q {
    font-weight: bold;
}

.wtItem p .nm {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin-right: 5px;
}

.wtItem .q .nm {
    background: #e1211f;
}

.wtItem .a .nm {
    background: #0679e5;
}

.gz-table-wrapper {
    padding: 0 20px;
}

.gz-date {
    width: 100px;
    margin-left: 10px;
    padding: 0 0 0 10px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.gz-date::placeholder {
    color: #ccc;
}

.gz-tbn {
    display: block;
    width: 50px;
    height: 24px;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #0679e5;
    border-radius: 5px;
    opacity: 1;
}

.gz-tbn:hover {
    opacity: .8;
}

.searchpage {
    text-align: center;
}

.searchpage .box {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #595959;
    background: #f1f1f1;
    border-radius: 2px;
}

.searchpage .box:hover, .searchpage .box.cur {
    color: #fff;
    background: #d13a37;
}

.searchpage .box.disabled {
    color: #595959;
    background: #f1f1f1;
    cursor: not-allowed;
}

.searchpage .ud, .page .go {
    padding: 0 14px;
}

.searchpage .num {
    width: 36px;
    margin-left: 10px;
}


.searchpage .ud {
    margin-left: 10px;
    font-family: "宋体";
}

.searchpage .ud:first-child {
    margin-left: 0;
}

.searchpage .num, .page .go {
    font-family: "Arial";
}

.searchpage .to {
    width: 40px;
    height: 32px;
    margin: 0 5px;
    padding: 0 5px;
    vertical-align: top;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #595959;
    border: 1px solid #f1f1f1;
}

.searchpage .go {
    vertical-align: top;
    background: #f5f5f5;
}

.gz-news-list {
    line-height: 1.5;
    font-size: 14px;
}

.gz-news-list .title {
    max-width: 85%;
    color: #3247dd;
    text-decoration: underline;
}

.gz-news-list .date {
    color: #666;
}

.gz-news-list .text {
    line-height: 30px;
}

.gz-news-title {
    font-weight: bold;
    font-size: 20px;
}

.gz-img-list {
    margin-left: -15px;
}

.gz-img-list li {
    float: left;
    width: 135px;
    margin-left: 15px;
}

.gz-img-list .a {
    display: block;
}

.gz-img-list .a .img {
    width: 100%;
    height: 100px;
}

.gz-img-list .a .title {
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.gz-img-list .a .date {
    line-height: 25px;
    font-size: 12px;
    color: #888;
}

.gz-video-list .a {
    position: relative;
}

.gz-video-list .a .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
}

.gz-graph {
    width: 349px;
    height: 320px;
}

.tabTitRed .cur, .tabTitRed .tabt:hover {
    color: #ff0000;
}

.gu-jh-tabcon {
    margin: 20px;
    border-top: 1px #f3f3f3 solid;
}

.gz-tt {
    padding: 10px 0;
    line-height: 2;
    font-size: 14px;
}

.gz-area {
    position: relative;
    line-height: 17px;
}

.gz-area > .tt {
    margin-left: 5px;
    font-size: 12px;
    color: #0679e5;
}

.gz-area .btn {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.gz-area .btn .tt {
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.gz-drop {
    position: absolute;
    box-sizing: border-box;
    left: -410px;
    width: 820px;
    padding: 10px 20px;
    margin-left: 36px;
    border: 2px solid #058acc;
    background: #fff;
    z-index: 1;
}

.gz-drop .arrow {
    position: absolute;
    left: 410px;
    top: -16px;
    margin-left: -8px;
    border-color: transparent transparent #058acc transparent;
    border-style: dashed dashed dashed solid;
    border-width: 8px;
}

.gz-drop .arrow:before {
    content: '';
    position: absolute;
    border-color: transparent transparent #ffffff transparent;
    border-style: dashed dashed dashed solid;
    border-width: 8px;
    top: -4px;
    left: -8px;
}

.gz-drop-group {
    padding: 10px 0;
}

.gz-drop-group + .gz-drop-group {
    border-top: 1px dashed #e9e9e9;
}

.gz-drop-group .title {
    width: 100px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.gz-drop-group .cont {
    margin-left: 100px;
}

.gz-drop-group .cont .a {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.gz-drop-group .cont .a:hover, .gz-drop-group .cont .a.cur {
    color: #fff;
    background: #0679e5;
}

.gz-drop-sear {
    text-align: center;
}

.gz-drop-sear .sear {
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    background: #0679e5;
}

.gz-advanced {
    background: #fff;
}

.gz-advanced .content {
    width: 1240px;
    margin: 0 auto;
}

.gz-advanced-box {
    border-top: 1px solid #f1f1f1;
}

.gz-advanced-group {
    padding: 10px 0;
    line-height: 26px;
}

.gz-advanced-group .title {
    width: 250px;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.gz-advanced-group .cont {
    margin-left: 250px;
}

.gz-advanced-group .cont .inp {
    width: 210px;
    height: 24px;
    margin: 0 10px;
    padding: 0 5px;
    line-height: 24px;
    border: 1px solid #e7e7e7;
}

.gz-advanced-group .cont .text {
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.gz-advanced-group .cont .btn {
    width: 100px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #1881eb;
}

.gz-advanced-group .cont label {
    display: inline-block;
    margin-right: 10px;
}

.gz-advanced-group .cont label input {
    margin-right: 5px;
    vertical-align: middle;
}

.gz-advanced-group .cont .searchdrop-down {
    width: 200px;
}

[v-cloak] {
    display: none !important;
}

.gz-nodata {
    display: none;
    width: 60px;
    margin: 35px auto;
}

.gz-nodata p {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

.gz-nodata.show {
    display: block;
}

.loading {
    width: 120px !important;
    min-width: 120px !important;
    border-radius: 10px !important;
}

.jbxx .td a {
    word-break: break-all;
}

.jdcx .cxjg .td a {
    color: #333;
}


.tyh-jstt1 li {
    float: left;
}

.tyh-jstt li a {
    font-size: 18px;
    color: #333;
    line-height: 60px;
    display: inline-block;
    padding-left: 29px;
    padding-right: 29px;
}

.tyh-jstt li a.cur,
.tyh-jstt li a:hover {
    color: #275394;
    font-weight: bold;
    border-bottom: 2px solid #275394;
}

.xhy-h {
    width: 100%;
    border-bottom: 6px solid #0b67d4;
}

.xhy-search {
    border: 1px solid #4e9ddd;
    width: 352px;
    height: 38px;
    border-radius: 8px;
}

.xhy-search input {
    width: 285px;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    color: #333;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 38px;
}

.xhy-search input::placeholder {
    color: #b7b7b7;
}

.xhy-search button {
    width: 67px;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 1px solid #4e9ddd;
    background: #e9e8e8 url(../images/search.jpg) center no-repeat;
}

.xhy-alink {
    margin: 9px 0 0 20px;
}

.xhy-alink span {
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

.xhy-alink .xhy-aa0 {
    background: url(../images/phone.jpg) no-repeat;
    width: 12px;
    height: 21px;
}

.xhy-alink .xhy-aa1 {
    background: url(../images/letter.png) no-repeat;
    width: 28px;
    height: 23px;
    margin-top: 4px;
}

.xhy-alink .xhy-aa2 {
    width: 22px;
    height: 23px;
    background: url(../images/weather.png) no-repeat;
}

.xhy-alink .xhy-aa3 {
    width: 23px;
    height: 21px;
    background: url(../images/robot.png) no-repeat;
}

.xhy-alink .xhy-line {
    font-size: 14px;
    color: #999;
    padding: 0 10px;
}

.xhy-nav {
    background: #f2f2f2;
}

.xhy-nav li {
    width: 150px;
    height: 54px;
    float: left;
}

.xhy-nav li a {
    width: 100%;
    line-height: 54px;
    height: 100%;
    display: inline-block;
    color: #2a6aa7;
    font-size: 23.4px;
    text-align: center;
    box-sizing: border-box;
}

.xhy-nav li a span {
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 21px;
    top: 16px;
    left: 35px;
    background: url(../images/home2.png) no-repeat;
}

.xhy-nav li.xhy-fa a {
    position: relative;
    padding-left: 30px;
}

.xhy-nav li a.cur,
.xhy-nav li a:hover,
.xhy-nav li.cur a {
    background: #275293;
    color: #fff;
}

.xhy-nav li.cur a span {
    background: url(../images/home.png) no-repeat;
}

.xhy-hnt, .xhy-nav, .tyh-jstt {
    width: 1200px;
    margin: 0 auto;
}

.tyh-jst1 {
    background: #f6faff;
}

.xhy-imghs:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.xhy-f {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0 20px 0;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.xhy-flinka a {
    font-size: 14px;
    display: inline-block;
    color: #333;
}

.xhy-flinka span {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}

.xhy-ftext a:first-child {
    padding-right: 13px;
}

.xhy-fimg {
    margin-top: 10px;
    line-height: 100px;
}

.xhy-fimg a {
    vertical-align: top;
    display: inline-block;
    margin-right: 18px;
}

.xhy-fimg a.xhy-fi0 {
    width: 140px;
    height: 70px;
    background: url(../images/sy-8.png) no-repeat;
}

.xhy-fimg a.xhy-fi1 {
    width: 80px;
    height: 80px;
    background: url(../images/sy-7.png) no-repeat;
}

.xhy-fimg a.xhy-fi2 {
    width: 58px;
    height: 100px;
    background: url(../images/footer2.png) no-repeat;
}

.xhy-fr {
    position: relative;
    margin-top: 20px;
    width: 252px;
    height: 122px;
    background: url(../images/sideQrcode.png) no-repeat;
}

.xhy-fr a {
    position: absolute;
    width: 82px;
    height: 120px;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
}

.tyh-jsrtt {
    height: 30px;
    border-bottom: 1px solid #eee;
}

.tyh-jsrtt a {
    display: inline-block;
    line-height: 16px;
    border-left: 3px solid #eb0d0d;
    padding-left: 8px;
    margin-top: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.tyh-jsrmain li {
    float: left;
    margin-right: 4px;
    margin-top: 10px;
}

.tyh-jsrmain li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    width: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tyh-jsrmain li a.c1 {
    background: #ffc069;
}

.tyh-jsrmain li a.c2 {
    background: #4e80ca;
}

.tyh-jsrmain li a.c3 {
    background: #e98f6f;
}

.tyh-jsrmain li a.c4 {
    background: #91c7ae;
}

.tyh-jsrmain li a:hover {
    text-decoration: underline;
}

.picList {
    padding: 0 0 25px 25px;
}

.picItem {
    display: block;
    float: left;
    margin: 0 0 15px 17px;
    width: 250px;
}
.picItem .pic {
    max-width: 250px;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
    -moz-box-shadow: 0 2px 10px #dcdcdc;
    -webkit-box-shadow: 0 2px 10px #dcdcdc;
    box-shadow: 0 2px 10px #dcdcdc;
}

.picItem:hover .pic img{
    transform: scale(1.4)
}

.picItem .pic img{
    transition: all .5s;
    display: block;
    height: 100%;
    margin: 0 auto;
}

.picItem .title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.picItem:hover .title{
    color: #0679e5;
}

.position {
    font-size: 16px;
    margin-top: 16px;
    height: 30px;
    color: #265293;
    line-height: 30px;
    background: url(../images/xx1.png) 10px 4px no-repeat;
    padding-left: 40px;
}
.position a {
    font-size: 16px;
    color: #265293;
    line-height: 30px;
}
.position a:before {
    content: '>';
    padding: 0 6px;
    display: inline-block;
}
.position a:first-child:before {
    content: '';
}
.position a:hover {
    text-decoration: underline;
}
.position a:hover:before {
    text-decoration: #fff;
    display: inline-block;
}
.position .sp {
    color: #265293;
}
.position .sp:before {
    content: '>';
    padding: 0 6px;
}

.tyh-xzgfglt {
    line-height: 54px;
    background: #f3f2f2;
    padding-left: 4px;
    box-sizing: border-box;
    height: 54px;
}
.tyh-xzgfglt span {
    font-size: 16px;
    font-weight: bold;
    color: #275293;
    padding-left: 14px;
}
.tyh-xzgfglt input {
    width: 270px;
    height: 32px;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin-top: 10px;
}
.tyh-xzgfglt .w259 {
    width: 259px;
}
.tyh-xzgfglt .w130 {
    width: 130px;
}
.tyh-xzgfglt select {
    width: 130px;
    height: 32px;
    border: 1px solid #dbdbdb;
    margin-top: 10px;
}
.tyh-xzgfglt .tyh-btn {
    width: 66px;
    height: 34px;
    background: #275293;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    margin-top: 14px;
    margin-right: 10px;
    font-size: 16px;
    float: right;
}
.tyh-xzgfglt .tyh-btn.cz {
    background: #fff;
    border: 1px solid #275293;
    box-sizing: border-box;
    color: #275293;
    margin-right: 20px;
}
.tyh-xzgfglt .tyh-btn:hover {
    background: #275293;
    color: #fff;
}

.tyh-xzgfglmt {
    margin-top: 12px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    padding-left: 30px;
    background: #275394;
    color: #fff;
    position: relative;
}
.tyh-xzgfglmt:after {
    content: " ";
    display: block;
    height: 30px;
    width: 8px;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
}
table.tyh-xzgfglmb {
    width: 1200px;
    table-layout: fixed;
}
table.tyh-xzgfglmb,
table.tyh-xzgfglmb tr th,
table.tyh-xzgfglmb tr td {
    border: 1px solid #dcdcdc;
    text-align: center;
}
table.tyh-xzgfglmb tr td {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
tr {
    height: 43px;
    font-size: 16px;
}
table.tyh-xzgfglmb tr th {
    height: 35px;
    line-height: 35px;
    color: #275293;
    font-weight: bold;
}
td a {
    margin: 0 auto;
    text-align: left;
}
table.tyh-xzgfglmb tr td.title {
    text-align: left;
    padding: 0 20px;
}
table.tyh-xzgfglmb tr td.docnum {
    padding: 0 10px;
}
table.tyh-xzgfglmb th {
    background: #f3f2f2;
}

.mainCon1{
    width: 1200px;
    margin: 0 auto;
}

.tyh-xzgfglm .title a:hover{
    color: #2a6aa7;
}

.xhy-float {
    display: none;
    position: fixed;
    bottom: 200px;
    left: 50%;
    margin-left: 620px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/gotop.png) no-repeat;
}

.tyh-fenye {
    height: 22px;
    padding: 16px;
    line-height: 22px;
    color: #275293;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
}
.tyh-fenyel input {
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding: 0 5px;
}
.tyh-fenyel a,
.tyh-fenyer a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cfcfcf;
    background: #f4f4f4;
    color: #275293;
    padding: 0 9px;
    margin-left: 10px;
}
.tyh-fenyel a:hover,
.tyh-fenyer a:hover {
    background: #155788;
    color: #fff;
    border: 1px solid #155788;
}


.zwsj {
    padding: 200px 0;
    border-left: 1px #dcdcdc solid;
    border-right: 1px #dcdcdc solid;
}

.zwsj img{
    display: block;
    margin: 0 auto;
}

.zwsj p {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}
.xhy-hntr.cover{
    margin-top:0;
    width: auto;
    position: absolute;
    left: 50%;
    margin-left: 14px;
    top: 50px;
    padding: 3px;
    background: #fff;
}
.tyh-jstt ul li{
    float: left;
}
.cxjg .w30{
    width: 30px;
    text-align: center;
}
#yydh-js-csk{
    font-size: 16px;
}
.tyh-jsmain1 li {
    margin-top: 0;
}
.szh{
    color: red;
}
