@charset "UTF-8";
/* create by lkw at 2019/6/10*/


.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: #1d7543;
}

.mainnav .con {
    width: 1200px;
    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: #1d7543;
}

.navItem:hover, .navItem.cur {
    background: #fff;
    color: #1d7543;
}

.mainCon {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.searList {
    float: left;
    width: 827px;
    padding-right: 20px;
}

.searSX {
    margin: 14px 42px 23px 22px;
}


.drop-down {
    min-width: 130px;
    height: 25px;
    position: relative;
    line-height: 25px;
    margin-right: 10px;
}

.drop-down .tag {
    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;
}

.drop-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;
}

.drop-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;
}


.drop-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: #1d7543;
    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 10px;
    margin: 10px 0;
    padding-bottom: 70px;
}

.searInfo > h1,.searInfo h1.tit1 {
    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: #1d7543;
    background: #1d7543 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;
}

.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 {
    float: left;
    width: 192px;
    height: 120px;
    margin-right: 10px;
    cursor: pointer;
}

.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: 280px;
}

.cxsr p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.jgItem .jdcx .cx.xx .cxbtn {
    margin-top: 37px;
}

.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: 25px;
    width: 407px;
    table-layout: fixed;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}


.jgItem .bq th {
    width: 45px;
    vertical-align: top;
}

.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;
}

.page {
    text-align: center;
}

.page .box {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #595959;
    background: #f1f1f1;
    border-radius: 2px;
}

.page .box:hover, .page .box.cur {
    color: #fff;
    background: #1d7543;
}

.page .box.disabled {
    color: #595959;
    background: #f1f1f1;
    cursor: not-allowed;
}

.page .ud, .page .go {
    padding: 0 14px;
}

.page .num {
    width: 36px;
    margin-left: 10px;
}



.page .ud {
    margin-left: 10px;
    font-family: "宋体";
}

.page .ud:first-child {
    margin-left: 0;
}

.page .num, .page .go {
    font-family: "Arial";
}

.page .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;
}

.page .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: 1200px;
    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 .drop-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;
}
