* {
    margin: 0;
    padding: 0;
    font-family: 'PingFang SC', Verdana, arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    /*transition: all .5s;*/
}

html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    font-size: 14px;
    font-family: "PingFang SC", Verdana, arial, sans-serif;
    color: #333333;
}

body {
    min-width: 1200px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
    display: block;
    padding: 0;
    margin: 0;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

/*input[type="checkbox"] {*/
/*    -webkit-appearance: checkbox;*/
/*}*/
input[type="radio"] {
    -webkit-appearance: radio;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

:focus,
a:focus {
    outline: none;
    -moz-outline: none;
}

table,
table td {
    border-collapse: collapse;
    border-spacing: 0;
}

ul li,
.ul,
.ul li {
    list-style: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    height: 1px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
    color: black;
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
    color: black;
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
    color: black;
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
    color: black;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}

/*多行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

/*盒子布局*/
.flexsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.flexsa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.flexlf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
}

.flexed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.flexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.cflexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

.noticelist {
    margin-left: 6px;
}

.noticelist li {
    overflow: hidden;
    padding-left: 45px;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}

.noticelist li::after {
    left: 21px;
    position: absolute;
    content: '';
    font-size: 0;
    line-height: 0;
    width: 4px;
    height: 4px;
    background: #2D77B5;
    top: 48%;
}

.noticelist li a {
    display: block;
    height: 51px;
    line-height: 51px;
}

.noticelist li a:hover {
    color: #2D77B5;
}

.noticelist li h3 {
    font-weight: normal;
    font-size: 16px;
    margin-right: 100px;
}

.noticelist li span {
    float: right;
}

#pageDiv {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: center;
}

#searchBox {
    float: right;
    width: 268px;
    height: 36px;
    line-height: 36px;
}

#searchBox input {
    height: 100%;
    width: 210px;
    padding: 0 9px;
    font-size: 20px;
    border: 1px solid #DEDEDE;
    border-right: 0;
    font-size: 13px;
    float: left;
}

#searchBtn {
    display: inline-block;
    background: #2D77B5;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    width: 56px;
    text-align: center;
}

.filterwarp {
    padding: 0 0 0px 13px;
    background: url(../images/inner/chbj.png) no-repeat bottom center;
    background-size: cover;
}

.filterwarp .item {
    margin-bottom: 14px;
    overflow: hidden;
}

.filterwarp h3 {
    background: url(../images/inner/attr.png) no-repeat 21px center #2D77B5;
    font-weight: normal;
    padding-left: 42px;
    line-height: 36px;
    font-size: 16px;
    float: left;
    width: 100px;
    height: 36px;
    color: #fff;
}

.filterwarp h3.icon_zt {
    background: url(../images/inner/iconzt.png) no-repeat 21px center #2D77B5;
}

.filterwarp .con {
    margin-left: 121px;
}

.filterwarp .con span {
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    width: 100px;
    height: 36px;
    margin-right: 10px;
    line-height: 36px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #2D77B5;
    border: 1px solid #2D77B5;
    background: #F2F6FC;
    text-align: center;
}

.filterwarp .con span:hover {
    color: #FFF;
    background-color: #2D77B5;
}

.filterwarp .con .stateCurrent {
    color: #FFF;
    background-color: #2D77B5;
}

.listgg .section {
    border: 1px solid #EAEAEA;
    min-height: 170px;
    margin-bottom: 24px;
    width: 100%;
}

.listgg {
    width: 100%;
    margin: 21px auto 0;
}

.listgg .landDetail {
    height: 120px;
    line-height: 30px;
    /*overflow: hidden;*/
}

.listgg .trans {
    overflow: hidden;
    border-top: 4px solid #2D77B5;
    padding: 12px 26px;
}

.listgg .trans .title {
    line-height: 26px;
    margin-bottom: 12px;
}

.listgg .trans .title a {
    padding-right: 8px;
    display: inline-block;
    color: #2D77B5;
    font-size: 18px;
}

.listgg .trans .title span {
    padding: 0 15px 0 30px;
    line-height: 26px;
    border-radius: 30px;
    display: inline-block;
    margin-left: 11px;
    height: 26px;
}

.listgg .trans .title .icon_addr {
    background: url(../images/index/icon_addr.png) no-repeat 11px center #EBF5FF;
}

.listgg .trans .title .icon_time {
    background: url(../images/index/icon_time.png) no-repeat 11px center;
}

.listgg .trans .landDetail .icon_user {
    padding: 0 5px 0 24px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    background: url(../images/index/icon_time.png) no-repeat 8px center #EBF5FF;
}

.listgg .land_bj {
    float: right;
    text-align: center;
    width: 200px;
    color: #999999;
}

.listgg .land_bj h2 {
    font-family: 'SourceHanSansCN-Bold';
    color: #2285E7;
    font-size: 32px;
    text-align: center;
}

.listgg .land_bj h2 span {
    font-size: 20px;
    font-weight: normal;
}

.listgg .landDetail .block {
    float: left;
    display: inline-block;
}

.listgg .landDetail .block strong {
    padding-right: 7px;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.listgg .landDetail .block1 {
    width: 423px;
}

.listgg .landDetail .block2 {
    width: 234px;
}

/* 表格样式 */
.tablesty a:hover {
    color: #2f70df;
}

.tablesty {
    width: 100%;
}

.tablesty tr {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.tablesty tr th {
    color: #2D77B5;
    font-size: 15px;
    font-weight: normal;
    background: #E5F3FF;
}

.tablesty tr:nth-of-type(2n+1) {
    background: #F8F8F8;
}

.tablesty td {
    width: 15%;
    font-size: 14px;
    text-align: center;
}

/* 弹框 */
.modelbj {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.52)
}

.modelbox {
    display: none;
    min-height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background: #fff;
    width: 658px;
    padding: 21px;
}

.modelbox .closebtn {
    cursor: pointer;
    position: absolute;
    bottom: -81px;
    margin-left: -21px;
    left: 50%;
    width: 42px;
    height: 42px;
    background: url(../images/inner/closebtn.png) no-repeat;
    background-size: 100% auto;
}

.wjl {
    margin: 20px auto 50px;
    display: block;
    text-align: center;
}