/* reset */

* {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #131313;
}

body {
    margin: 0;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #000000;
    font-size: 14px;
    min-width: 1000px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* icon ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.icon-url {
    display: inline-block;
    background-image: url('../../../assetc/img/icon.png');
    background-repeat: no-repeat;
}

.icon-dianhua {
    background-position: 0px 0px;
    width: 35px;
    height: 35px;
}

.icon-xiala {
    background-position: 0px -35px;
    width: 11px;
    height: 7px;
}

.icon-sousuo {
    background-position: 0px -42px;
    width: 14px;
    height: 19px;
}

.icon-jiantou {
    background-position: 0px -65px;
    width: 19px;
    height: 19px;
}

.icon-quanjin {
    background-position: -31px -101px;
    width: 113px;
    height: 113px;
}

.icon-fangyuan {
    background-position: 0px -246px;
    width: 75px;
    height: 87px;
}

.icon-zhilianyezhu {
    background-position: 0px -334px;
    width: 144px;
    height: 87px;
}

.icon-souji720 {
    background-position: 0px -421px;
    width: 129px;
    height: 87px;
}

.icon-yongjin {
    background-position: 0px -508px;
    width: 74px;
    height: 87px;
}

.icon-footertel {
    background-position: -29px 0px;
    width: 34px;
    height: 34px;
}

.icon-footerarrowwx {
    background-position: -26px -35px;
    width: 94px;
    height: 61px;
}


/* global  
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

*/

.w100Auto {
    width: 100%;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.monthpriceoldext {
    text-decoration: line-through;
    color: gray;
}


/* 面包屑  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.gblnavbar {
    display: flex;
    color: #656565;
    font-size: 14px;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: auto;
}

.gblnavbar>a:hover {
    color: #fd3f31;
}

.gblnavbar .active {
    color: #fd3f31;
}

.gblnavbar span {
    margin: 0px 10px;
}


/* f */

.font20 {
    font-size: 20px;
}


/* h */

.h15 {
    height: 15px;
}

.h35 {
    height: 35px;
}


/* m */

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 10px;
}

.mb30 {
    margin-bottom: 10px;
}


/* header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header_top {
    height: 36px;
    background: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

.header_top_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 36px;
}

.header_top_l {
    float: left;
}

.header_top_r {
    float: right;
}

.g_header__box {
    width: 100%;
    position: relative;
    z-index: 999999;
}

.g_head {
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    border-bottom: 2px solid #f03726;
}

.g_head_left {
    display: flex;
}

.g_head_right {
    display: flex;
    align-items: center;
}

.g_head_right .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.g_head_right .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.g_head_right .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.g_head .g_head_logo {
    margin-top: 10px;
    height: 40px;
}

.g_head .g_head_logo>img {
    height: 100%;
}

.g_head .g_head_nav {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

.g_head li {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 0 12px 0 12px;
    cursor: pointer;
    position: relative;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}

.g_head li:hover {
    color: #fd3f31;
    font-size: 14px;
}

.header_top__phone {
    display: flex;
    align-items: center;
    margin-left: 50px;
    line-height: 36px;
}

.header_top__phone img {
    margin: 10px 0 0 10px;
}

.g_head .active {
    color: #fd3f31;
    font-size: 14px;
}

.pcToM {
    float: right;
    line-height: 36px;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
}

.pcToMspan {
    display: inline-block;
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
}

.pcToM:hover .pchdxiaocx {
    display: block;
}

.pcToM>img {
    width: 25px;
    top: 5px;
    position: relative;
}

.pchdxiaocx {
    position: absolute;
    top: 80px;
    left: -80px;
    width: 250px;
    height: 250px;
    box-shadow: 0px 1px 4px 1px #d1d1d1;
    display: none;
}

.pchdxiaocx img {
    width: 100%;
    height: 100%;
}

.icon-dianhua {
    background-position: 0px 0px;
    width: 35px;
    height: 35px;
}

.header_top__phone>span {
    color: #fd3f31;
    font-size: 18px;
    font-weight: 600;
    /* float: left; */
    margin-left: 5px;
}


/* header 城市选择 */

#divcitywrap {
    position: relative;
    /* float: left; */
}

#divcity {
    display: block;
    width: 100px;
    margin: 18px 0 0 30px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    /* top: 35px; */
    /* left: 175px; */
}

#divcity::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 4px;
    width: 1px;
    height: 16px;
    background-color: #666;
}

#divcitymore {
    margin-top: 8px;
    box-shadow: 0px 1px 4px 1px rgba(19, 5, 9, 0.17);
    background: #FFFFFF;
    text-align: center;
    display: none;
}

#divcitymore ul {
    list-style: none;
    padding-top: 10px;
    width: 60px;
}

#divcitymore li {
    width: 100%;
    height: 30px;
    cursor: auto;
}

#divcitymore a {
    display: block;
    padding: 8px 0;
}

#divcitymore a:hover {
    background: #f5f5f5;
}

#divcitymore a.cur {
    color: #f03726;
}

#divcitynow {
    padding: 3px 10px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
}


/* footer  
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=
*/

.footer {
    width: 100%;
    background-color: #dddede;
    color: #333;
    box-sizing: border-box;
}

.rentalfooter {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 40px;
    box-sizing: border-box;
}

.rentalfooter_left {
    flex: 2;
}

.rentalfooter_center {
    margin: 0 20px 0 50px;
    flex: 1;
}

.rentalfooter_right {
    flex: 1;
}

.rentalfooter_nav {
    display: flex;
    flex-flow: wrap;
    font-size: 14px;
    align-items: center;
}

.rentalfooter_nav a {
    margin-right: 10px;
    color: #333;
}

.rentalfooter .rentalfooter_title {
    font-size: 26px;
    color: #333;
    position: relative;
    margin: 30px 0 15px;
}

.rentalfooter_info {
    font-size: 16px;
    margin: 20px 0;
}

.rentalfooter_info__msg {
    font-size: 12px;
}

.rentalfooter_phone {
    margin-bottom: 20px;
}

.rentalfooter_phone_tl {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
}

.rentalfooter_phone .rentalfooter_phone_num {
    line-height: 32px;
    font-size: 26px;
}

.rentalfooter_guide {
    margin: 10px 0;
    line-height: 20px;
    font-size: 16px;
}

.rentalfooter_scan_logo {
    width: 60%;
    margin: 0 auto 20px;
}

.rentalfooter_scan_logo img {
    width: 100%;
}

.rentalfooter_scan_img {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.rentalfooter_scan_img .img {
    margin: 0 10px;
    flex: 1;
}

.rentalfooter_scan_img .img img {
    width: 100%;
}

.rentalfooter_copyright {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 12px;
    background-color: #414141;
    color: #fff;
}


/* 友情链接 */

.hotlinks {
    width: 100%;
    background-color: #414141;
    min-width: 1200px;
}

.friendlink {
    padding: 30px 0;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #636363;
}

.friendlink a {
    color: white;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.friendlink a::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 11px;
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.friendlink a:last-child:before {
    content: none;
    display: none;
}


/* 搜索模块 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.red {
    color: #fd3f31;
}

.g_list__search {
    background-color: white;
    width: 100%;
}

.g_search_nav {
    display: flex;
    justify-content: space-between;
    width: 1199px;
    margin: auto;
}

.g_search_nav .icon-sousuo {
    cursor: pointer;
    opacity: 0.3;
    transform: scale(1.2);
    width: 32px;
    margin-top: 13px;
    margin-left: 10px;
}

.g_search_nav .g_nav__crumb {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 50%;
    display: flex;
    color: #656565;
    font-size: 14px;
    align-items: center;
}

.g_search_nav .g_nav__crumb .active {
    color: #fd3f31;
}

.g_search_nav .g_nav__crumb .arrow {
    margin: 0px 10px;
}

.g_search_nav .g_nav__crumb .link:hover {
    color: #fd3f31;
}

.g_search_nav .g_searchnav__search {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 15px;
    width: 447px;
    height: 46px;
    box-shadow: 0px 3px 3px #888;
    box-sizing: border-box;
    display: flex;
    border-radius: 5px;
}

.g_search_nav .g_searchnav__search>a:last-child {
    width: 122px;
    background-color: #fd3f31;
    height: 46px;
    color: white;
    vertical-align: middle;
    font-size: 18px;
    display: flex;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    text-indent: 8px;
}

.g_search_nav input {
    border: 0px solid red;
    height: 30px;
    font-size: 18px;
    margin-top: 10px;
    outline: none;
    width: 325px;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.g_search__condition {
    width: 1199px;
    margin: auto;
}

.gblsearchnavright {
    padding-top: 25px;
    padding-bottom: 40px;
    float: right;
    margin-right: 15px;
}

.globalnavbread {
    color: #656565;
}

.gblsearchnavright>div:first-child {
    width: 447px;
    height: 46px;
    box-shadow: 0px 3px 3px #888;
    box-sizing: border-box;
    display: flex;
    border-radius: 5px;
}

.g_search__condition .g_s_condtion__group {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 7px;
}

.g_search__condition .g_c__label {
    font-size: 14px;
    color: #000000;
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-top: 13px;
    min-width: 70px;
    max-width: 150px;
}

.g_search__condition .g_c__con {
    color: #656565;
}

.g_search__condition .g_c__con>a {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    padding-right: 30px;
    padding-top: 13px;
}

.g_search__condition .g_s__show {
    height: 40px;
    border-bottom: none;
    margin-top: 20px;
}

.g_search__condition .g_s__show .g_c__label {
    width: 50px;
    font-size: 14px;
    padding-top: 8px;
}

.g_search__condition .g_s__show .g_c__con {
    display: flex;
}

.g_search__condition .g_s__show .g_c__con>a {
    margin-top: 6px;
    height: 28px;
    line-height: 28px;
    color: #fd3f31;
    text-align: right;
    border: 1px solid #fd3f31;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
    padding-top: 0px;
}

.g_search__condition .g_s_show__delete {
    padding-left: 20px;
    padding-right: 5px;
}

.g_search__condition .g_s__clear>a {
    padding-left: 30px;
    color: #656565;
    font-size: 14px;
    margin-top: 6px;
    height: 28px;
    line-height: 28px;
    display: block;
}

.g_search__condition a:hover {
    color: #fd3f31;
}


/* 联合办公 写字楼 办公室 -----  列表 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.g_list__main {
    /*listpage*/
    background-color: #f5f6fb;
    padding-top: 20px;
    margin-top: 30px;
}

.g_list__reg {
    width: 1219px;
    margin: auto;
    margin-top: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.g_list__reg .g_listreg__left {
    width: 942px;
    height: 100%;
    background-color: #ffffff;
}

.ulistdrooms>a {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #656565;
    line-height: 28px;
    height: 28px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 76px;
    text-align: center;
}

.glstreg_left__summary {
    font-size: 16px;
    color: #999999;
    display: flex;
    font-family: "Microsoft YaHei", 微软雅黑;
    margin-left: 20px;
    margin-top: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.glstreg_left__summary>em {
    color: #000;
}

.glstreg_left__item {
    border-bottom: 1px solid #dcdcdc;
    height: 180px;
    width: 902px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}

.glstreg_left__item .item_left__pic {
    width: 240px;
    height: 180px;
    position: relative;
    border-radius: 5px;
}

.glstreg_left__item .item_right {
    margin-left: 20px;
    width: 620px;
    height: 180px;
    display: flex;
    flex-direction: row;
}

.glstreg_left__item .item_right .info_l {
    width: 430px;
}

.glstreg_left__item .item_right .info_r {
    text-align: right;
    margin-top: 26px;
    width: calc(100% - 430px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
    color: gray;
}

.glstreg_left__item .item_right .dispriceext {
    font-size: 26px;
    font-weight: bold;
    color: #fd3f31;
}

.glstreg_left__item .item_right .info_l>a {
    text-align: left;
    font-family: Microsoft Yahei-Bold;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    display: block;
}

.g_list__reg .info_l__address {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #656565;
    margin-top: 19px;
}

.g_list__reg .tgdaddress {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 19px;
}

.g_list__reg .info_l__tips {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #656565;
    margin-top: 11px;
}

.g_list__reg .g_list__rooms {
    max-width: 385px;
    margin-top: 10px;
    max-height: 59px;
    border-left: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
}

.g_list__reg .g_list__rooms .roos_item {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #656565;
    line-height: 28px;
    height: 28px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 100px;
    text-align: center;
}

.g_list__reg .g_list__rooms .roos_item:hover {
    color: #ffffff;
    background-color: #fd3f31;
}

.g_list__reg .g_list__rooms .roos_item:nth-child(-n+5) {
    border-top: 1px solid #dcdcdc;
}

.g_list__reg .roos_item__dialog {
    z-index: 999;
    padding-top: 5px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 0px 10px #696969;
    flex-direction: row;
    flex-wrap: wrap;
    color: black;
    display: none;
}

.g_list__reg .g_list__rooms .roos_item:hover .roos_item__dialog {
    display: flex;
}

.g_list__reg .roos_item__dialog img {
    width: 216px;
    height: 161px;
    z-index: 999;
}

.g_list__reg .roos_item__dialog span:nth-child(2):after {
    margin: 0px 5px;
    content: "|";
    color: #656565;
}

.g_list__reg .btndetail {
    width: 143px;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    background-color: #f03726;
    text-align: center;
    margin-top: 48px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 47px;
}

.glstreg_left__item:hover .btndetail {
    display: unset;
}

.glstreg_left__item:hover h2 a {
    color: #fd3f31;
}

.glstreg_left__item .item_left {
    position: relative;
}

.glstreg_left__item .dis {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fc5b4d;
    min-width: 90px;
    height: 25px;
    color: white;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    margin: 6px 0 0 -6px;
    padding: 0 5px 0 15px;
    box-shadow: 1px 0px 1px #434343;
}

.glstreg_left__item .disarrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #444;
    border-right: 3px solid #444;
    border-left: 3px solid transparent;
    border-bottom: 2px solid transparent;
    position: absolute;
    top: 25px;
    left: 0;
}

.glstreg_left__item .info_l__hd {
    display: flex;
    justify-content: space-between;
}

.glstreg_left__item .info_l__hd a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glstreg_left__item .info_l__hd .disbriefwrap_tips {
    margin-top: 2px;
    border-radius: 7px;
    background-color: red;
    padding: 5px;
    height: 12px;
    line-height: 12px;
    color: white;
    margin-right: -66px;
}

.g_list__reg .g_listreg__left .glstreg_page {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: auto;
    margin: 90px 0 10px;
    padding: 20px 0;
    border-bottom: unset;
}

.glstreg_page a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

.glstreg_page a.cur,
.glstreg_page a.next,
.glstreg_page a.prev {
    color: #ffffff;
    background-color: #f03726;
}

.glstreg_left__item:hover {
    background-color: #f7f7f7;
    border-bottom: 1px solid white;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    width: 912px;
    padding-left: 10px;
}


/*联合办公,精选办公地图展示板块*/

.g_listside__map {
    padding: 5px;
    background-color: #ffffff;
    position: relative;
    height: 220px;
}

.g_listreg__side {
    width: 257px;
    float: right;
    height: 100%;
}

.g_listside__connect {
    background-color: white;
    padding-bottom: 20px;
}

.g_listside__map img {
    width: 252px;
    height: 226px;
    transform: rotateX(50deg);
    margin-top: 20px;
}

.g_listside__map .msg {
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
}

.g_listside__map .msg>span:first-child {
    font-size: 18px;
}

.g_listside__map .msg>span:last-child {
    font-size: 10px;
}

.g_listside__connect .phone {
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.g_listside__connect .phone .label {
    font-size: 18px;
    color: #000000;
    padding: 3px;
    display: inline-block;
}

.g_listside__connect .phone .con {
    font-size: 20px;
    color: #f03726;
    font-weight: bold;
    padding: 3px;
    display: inline-block;
}

.g_listside__connect .chart {
    text-align: center;
}

.g_listside__connect img {
    width: 217px;
    height: 217px;
    margin-top: 13px;
}


/* 周边推荐 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    办公室详情  写字楼详情  联合办公详情  资讯详情
*/


/*slide板块*/

.g_slider__group {
    position: relative;
    width: 1200px;
    margin: auto;
}

.g_slider__list {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.g_slider__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 43px;
    margin-bottom: 15px;
    width: 267px;
    height: 259px;
    min-width: 267px;
}

.g_slider__item img {
    cursor: pointer;
}

.g_slider__item:hover .name {
    color: #fd3f31;
    cursor: pointer;
}

.g_slider__item .bottom {
    font-size: 20px;
    color: #999;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.g_slider__group img {
    width: 267px;
    height: 180px;
}

.g_slider__group .name {
    font-size: 20px;
    color: #131313;
    width: 267px;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g_slider__group .price {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fd3f31;
}

.g_slider__group .address {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}

.g_slider__group>i {
    font-size: 30px;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
}

.g_slider__group>i:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.g_slider__group>.prev {
    left: 0px;
    top: 87.5px;
}

.g_slider__group>.next {
    right: 0px;
    top: 87.5px;
}

.g_slider__group .hasml {
    margin-left: 310px;
    display: none;
}


/*新闻详情*/

.g_slider__group .ndtl {
    padding-bottom: 15px;
    border: 1px solid #dcdcdc;
    margin-right: 49px;
    margin-left: 49px;
    height: unset;
}

.g_slider__group .ndtl:nth-child(3n+1) {
    margin-left: 98px;
}

.g_slider__group .newsdetailbtn {
    display: inline-block;
    width: 118px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 2px solid #f03726;
    color: #f03726;
    font-size: 16px;
    margin: auto;
    margin-top: 15px;
}

.aumap {
    left: calc(50% - 600px);
}


/* 搜索框下拉 */

.autoCompleteUL {
    z-index: 999;
    width: 380px;
    position: absolute;
    top: 40px;
    list-style: none;
    background: #FFF;
    border: 1px solid #ddd;
    display: none;
    padding: 5px;
}

.autoCompleteUL>li {
    display: block;
    overflow: hidden;
    padding: 2px;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
}

.autoCompleteUL>li.active,
.autoCompleteUL>li:hover {
    background: #e8f3fd;
    cursor: pointer;
}

.autoCompleteUL>li>span:first-child {
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.autoCompleteUL .kongjian {
    color: #63c9ff;
    background-color: #dbf2ff;
}

.autoCompleteUL .loupan {
    color: #FFA641;
    background-color: #FFF1E0;
}

.autoCompleteUL>li>span:last-child {
    color: #999;
    float: right;
}

.pagination {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: auto;
    margin: 90px 0 10px;
    padding: 20px 0;
    border-bottom: unset;
}
.pagination li {
display: inline-block;
width: 30px;
line-height: 30px;
font-size: 20px;
text-align: center;
}
.pagination li.active {
color: #ffffff;
background-color: #f03726;
}