﻿@charset "utf-8";
/* CSS Document */


* { margin: 0; padding: 0; outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a, a:hover, a:focus { text-decoration: none; }
a { color: #3b93ec; }
    a:hover { color: #3b93ec; }
ul { list-style: none; }
html { height: 100%; }
body { font-family: "微软雅黑"; font-size: 13px; color: #444; max-width: 768px; min-width: 300px; margin: auto; background-color: #efefef; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
input[placeholder] { font-family: "微软雅黑"; }
.sectionbody { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-y: hidden; overflow-x: hidden; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.mainbody { position: relative; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.tuchubody { position: relative; background: #fff; margin: 0 15px 15px; border-radius: 5px; box-shadow: 0 2px 5px 0px rgba(121, 143, 177, 0.55); }

@media screen and (max-width: 340px) {
    .tuchubody { margin: 0 10px; }
}


.container { max-width: 738px; }

@media screen and (max-width: 340px) {
    .container { padding: 0 10px; }
}



/*============================================================================
 * flexbox
 *============================================================================*/
.flexbox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flexbetween { display: flex; justify-content: space-between; }
.flexaround { display: flex; justify-content: space-around; }
.flexrow { flex-flow: row wrap; align-content: flex-start; }
.flexend { display: flex; justify-content: flex-end; }
.flexcenter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.flex1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.flex2 { -webkit-box-flex: 0 0 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.flex3 { -webkit-box-flex: 0 0 33.333333%; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
.flex4 { -webkit-box-flex: 0 0 25%; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }
.flex-1 > * { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.flex-2 > * { -webkit-box-flex: 0 0 50%; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.flex-3 > * { -webkit-box-flex: 0 0 33.333333%; -webkit-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; }
.flex-4 > * { -webkit-box-flex: 0 0 25%; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }



/*============================================================================
 * margin距离
 *============================================================================*/
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mb8 { margin-bottom: 8px; }
.mr10 { margin-right: 10px; }
.mt20 { margin-top: 20px; }
.m20 { margin: 20px }
/*============================================================================
 * header
 *============================================================================*/
.headerbox { background: #fff; }
.headerbody { position: relative; }

/*====================斜坡背景头部====================*/
.topbg-brae { position: absolute; top: 0; width: 100%; max-width: 768px; height: 60px; background: url(../images/topbg-brae.png) no-repeat; background-size: cover; /* background:#3b93ec; */ }

/*====================平行背景头部====================*/
.topbg-plane { position: absolute; top: 0; width: 100%; max-width: 768px; /*
    background: url(../images/topbg-plane.png) no-repeat;
    background-size: cover;
*/ background: #3b93ec; }
.topbg-plane60 { height: 60px; }
.topbg-plane100 { height: 100px; }

@media screen and (max-width: 340px) {
    .topbg-plane60 { height: 50px; }
    .topbg-plane100 { height: 90px; }
    .topplacename { padding: 7px 0 !important; }
}


/*====================头部====================*/
.topheader { padding: 15px 0; }
.topbtn { min-width: 20%; padding: 2px 15px; color: #fff; line-height: 30px; height: 30px; }
    .topbtn:first-child { margin-right: -25%; }
    .topbtn:last-child { text-align: right; }
    .topbtn img { width: 24px; }

.toptitle { width: 68%; margin-left: 20%; }
.indextitle span { text-align: center; font-size: 18px; font-weight: normal; color: #fff; line-height: 30px; width: 100%; display: block; }
.toptitle span { text-align: center; font-size: 18px; font-weight: normal; color: #fff; line-height: 30px; width: 100%; white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis; }

@media screen and (max-width: 340px) {
    .topheader { padding: 10px 0; }
    .topbtn { padding: 2px 10px; }
        .topbtn img { width: 18px; }
}


/*====================index 头部====================*/
.index-topheader { padding-top: 15px; padding-bottom: 15px; }
    .index-topheader a { padding: 3px 15px; }

@media screen and (max-width: 340px) {
    .index-topheader { padding-top: 10px; padding-bottom: 10px; }
        .index-topheader a { padding: 3px 10px; }
}

.index-topheader a img { width: 24px; }
.index-topheader .searchbox { border: 1px solid rgba(255, 255, 255, 0.75); border-radius: 30px; height: 30px; }
    .index-topheader .searchbox input { background: transparent; border: 0; height: 28px; color: #fff; box-shadow: none; }
    .index-topheader .searchbox a img { width: 18px; }

.pc-banner { padding: 0 10px 10px; }
    .pc-banner img { box-shadow: 1px 1px 8px rgba(0,0,0,.4); border-radius: 5px; }

/*============================================================================
 * index nav
 *============================================================================*/
.navbox ul { margin-bottom: 0; }
    .navbox ul li { flex: 0 0 25%; text-align: center; }
        .navbox ul li a { color: #444; }
            .navbox ul li a img { width: 40px; margin-bottom: 3px; }

@media screen and (max-width: 340px) {
    .navbox ul li a { font-size: 12px; }
        .navbox ul li a img { width: 32px; margin-bottom: 3px; }
}



/*============================================================================
 * 底部 menu
 *============================================================================*/
.menubtn { position: relative; z-index: 1; text-align: center; font-size: 12px; box-shadow: 0 0px 4px 1px #c1ccdc; background: #fff; }
.menua { width: 33.3%; color: #888; }
    .menua span { display: inline-block; width: 32px; height: 32px; margin-top: 3px; }
.menu-home span { background: url(../images/menu-home.png); background-size: cover; }
.menu-search span { background: url(../images/menu-search.png); background-size: cover; }
.menu-cj span { background: url(../images/menu-pick.png); background-size: cover; }
.menu-out span { background: url(../images/menu-wd.png); background-size: cover; }
.menua p { margin-bottom: 4px; margin-top: -6px; }

.menua.active { color: #3b93ec; }
.menu-home.active span { background: url(../images/menu-home-active.png); background-size: cover; }
.menu-search.active span { background: url(../images/menu-search-act.png); background-size: cover; }
.menu-cj.active span { background: url(../images/menu-wd-active.png); background-size: cover; }
.menu-out.active span { background: url(../images/menu-wd-active.png); background-size: cover; }


/*============================================================================
 * item
 *============================================================================*/
.item { margin-bottom: 8px; }
    .item .itemheading { border-bottom: 1px solid #e4e4e4; background: #fff; }
.itemheading { padding: 10px 15px; }
    .itemheading .itemname { border-left: 3px solid #3b93ec; padding-left: 5px; line-height: 16px; font-size: 16px; }
.itemmore { float: right; line-height: 16px; margin-top: -16px; }

@media screen and (max-width: 340px) {
    .itemheading { padding: 10px; }
        .itemheading .itemname { font-size: 14px; }
}

.itemlist { border-bottom: 1px solid #e4e4e4; margin-right: -1px; background: #fff; }
    .itemlist > * { border-bottom: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; padding: 10px; margin-bottom: -1px; }



/*============================================================================
 * gnblock
 *============================================================================*/
.gnblock a { display: block; text-align: center; }
.gnblock img { width: 44px; }
.gnblock p { margin-bottom: 0; margin-top: 5px; color: #444; }

@media screen and (max-width: 340px) {
    .gnblock img { width: 36px; }
}



/*============================================================================
 * lineblock
 *============================================================================*/
.lineblock { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
    .lineblock > * { padding: 10px 15px; }
.container .lineblock > * { padding: 10px; }
.line-img .linebody { padding-left: 0 !important; }
.line-img img { width: 30px; height: 30px; }
.linebody { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #e4e4e4; }
.lineblock:last-child .linebody { border-bottom: 0; }
.linebody p { margin: 5px 0; color: #444; }
.linebody .tagbox { margin: 5px 0 5px 10px; color: #888; }
    .linebody .tagbox .tags { display: inline-block; background: #5d7be8; color: #fff; padding: 0px 5px; margin: 0 3px; border-radius: 5px; font-size: 12px; min-width: 16px; text-align: center; }
.linebody i { background: url(../images/icon-yjt.png); background-size: cover; width: 16px; height: 16px; margin: 7px 0 7px 3px; }

@media screen and (max-width: 340px) {
    .line-img img { width: 24px; height: 24px; margin-top: 4px; }
    .lineblock > * { padding: 8px 10px; }
    .container .lineblock > * { padding: 8px 10px; }
    .linebody i { width: 14px; height: 14px; margin: 8px 0 8px 3px; }
}

.no-xinxi { text-align: center; color: #f00 !important; }




/*============================================================================
 * lineblock  form
 *============================================================================*/
.lineblock label { line-height: 30px; margin-bottom: 0; margin-right: 10px; color: #444; font-weight: normal; }
    .lineblock label span { color: #FF0000; }
        .lineblock label span.zhushi { color: #888; font-size: 12px; margin-left: 5px; }
.lineblock .form-control { border: 0; border-radius: 0; box-shadow: none; padding: 0; height: 30px; background-color: inherit; }
.lineblock select { -webkit-appearance: none; -moz-appearance: none; direction: rtl; }
    .lineblock select option { direction: ltr; }
textarea.form-control { height: auto !important }



/*============================================================================
 * mediabox
 *============================================================================*/
.mediabox { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #e4e4e4; }
    .mediabox > * { padding: 10px 15px; }
.media-left { padding-right: 0; }
    .media-left img { width: 54px; margin-top: 6px; }
.cell-right { position: relative; }
    .cell-right::after { content: ""; background: url(../images/icon-yjt.png); background-size: cover; width: 16px; height: 16px; position: absolute; top: 50%; right: 15px; transform: translate(50%,-50%); }
    .cell-right > *:last-child { padding-right: 30px; }

.mediabody { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
    .mediabody h4 { margin-top: 0; margin-bottom: 8px; font-size: 16px; color: #444; }
    .mediabody p { line-height: 24px; margin-bottom: 5px; color: #444; padding-left: 6px; }
    .mediabody span { font-weight: normal; }

@media screen and (max-width: 340px) {
    .mediabox > * { padding: 10px; }
    .mediabody p { line-height: 16px; font-size: 12px; }
}



/*============================================================================
 * caritem
 *============================================================================*/
.caritem { position: relative; background: #fff; border-radius: 2px; box-shadow: 0 2px 5px 0px rgba(121, 143, 177, 0.55); padding: 15px; margin-bottom: 10px; }
    .caritem img { width: 64px; }
.carbody { margin-left: 12px; }
    .carbody h4 { margin-bottom: 5px; margin-top: 5px; }
    .carbody p { font-size: 12px; color: #888; }
    .carbody a { position: absolute; right: 15px; font-size: 12px; bottom: 10px; }
.img-i { width: 18px !important; height: 100%; }

.zwbl-box { border-top: 1px dashed #ddd; margin-top: 10px; }

@media screen and (max-width: 340px) {
    .caritem img { width: 52px; }
    .carbody h4 { font-size: 16px; }
}



/*============================================================================
 * carbtn
 *============================================================================*/
.carbtnbox { width: 80%; }
.carbtn { border-radius: 5px; box-shadow: 0 2px 5px 0px rgba(121, 143, 177, 0.55); margin-bottom: 15px; display: block; }
.carbg-yellow { background: url(../images/carbg-yellow.png); background-size: cover; }
.carbg-blue { background: url(../images/carbg-blue.png); background-size: cover; }
.carbg-green { background: url(../images/carbg-green.png); background-size: cover; }
.carbg-violet { background: url(../images/carbg-violet.png); background-size: cover; }
.carbtnicon { text-align: right; padding: 10px 20px; }
    .carbtnicon img { width: 70px; }
.carbtnbody { color: #fff; padding: 5px 15px 15px; }
    .carbtnbody h4 { margin-top: 0; margin-bottom: 3px; font-weight: inherit; }
    .carbtnbody p { margin: 0; }

@media screen and (max-width: 340px) {
    .carbtnicon { padding: 10px 15px; }
        .carbtnicon img { width: 60px; }
    .carbtnbody { padding: 0px 15px 12px; }
        .carbtnbody h4 { font-size: 16px; margin-bottom: 0; }
        .carbtnbody p { font-size: 12px; }
}



/*============================================================================
 * tablistbox
 *============================================================================*/
.tablistbox { position: relative; z-index: 1; background: #fff; text-align: center; box-shadow: 0 2px 2px 0px rgba(121, 143, 177, 0.27); }
    .tablistbox ul { border-bottom: 0; width: 86%; margin: auto; }
        .tablistbox ul > li { margin-bottom: 0; }
            .tablistbox ul > li > a { color: #444; border: 0; border-radius: 0; margin-right: 0; padding: 14px 27px; }
            .tablistbox ul > li.active > a, .tablistbox ul > li.active > a:focus, .tablistbox ul > li.active > a:hover { color: #3b93ec !important; border: 0; border-bottom: 2px solid #3b93ec; }

@media screen and (max-width: 340px) {
    .tablistbox ul > li > a { padding: 11px 15px; }
}



/*============================================================================
 * footbtns
 *============================================================================*/
.foot-tabcontent { position: relative; }
.footbtns { position: relative; text-align: center; }
    .footbtns ul { border-bottom: 0; }
        .footbtns ul > li { margin-bottom: 0; }
            .footbtns ul > li > a, .footbtns ul > li > a:focus, .footbtns ul > li > a:hover { color: #fff !important; background-color: #3b93ec; border: 0; border-bottom-color: #5c7be6; padding: 13px }

@media screen and (max-width: 340px) {
    .footbtns ul > li > a { padding: 12px 15px; }
}



/*============================================================================
 * textbox
 *============================================================================*/
.textbox { padding-bottom: 10px; background: #fff; }
    .textbox h3 { font-size: 18px; text-align: center; margin-bottom: 15px; }
    .textbox h4 { font-size: 16px; margin-top: 15px; margin-bottom: 15px; border-top: 1px dashed #e3e9ef; padding-top: 15px; }
    .textbox h5 { margin-top: 15px; margin-bottom: 15px; }
    .textbox p { text-indent: 2em; margin-bottom: 5px; line-height: 22px; text-align: justify; }



/*============================================================================
 * 我的 页面
 *============================================================================*/
.userbox { background: url(../images/userbg.png); background-size: cover; text-align: center; width: 100%; border-radius: 3px; padding: 15px; box-shadow: 0 2px 5px 0px rgba(121, 143, 177, 0.55); }
.userxinxi img { width: 80px; }
.userxinxi h4 { font-size: 16px; margin-bottom: 5px; }
.userxinxi p { margin-bottom: 3px; font-size: 13px; }
.userxinxi div { font-size: 12px; color: #888; }
.userkjbtn img { width: 36px; margin-top: 24px; }

@media screen and (max-width: 340px) {
    .userxinxi img { width: 64px; }
    .userxinxi h4 { font-size: 15px; margin-bottom: 2px; }
    .userxinxi p { margin-bottom: 3px; font-size: 12px; }
    .userkjbtn img { width: 28px; margin-top: 20px; }
}


/*======================淡背景======================*/
.danbgbody { background-color: #f2f6fc; }
    .danbgbody .item { border-radius: 3px; box-shadow: 0 1px 2px 0px rgba(121, 143, 177, 0.15); }





/*============================================================================
 * 文章页
 *============================================================================*/
.articletitle { border-bottom: 1px solid #e4eaf1; padding: 15px 0 10px; }
    .articletitle h4 { margin-top: 0; margin-bottom: 2px; font-size: 17px; }
    .articletitle span { color: #888; font-size: 12px; }

.tongjibox { padding: 10px 0; color: #888; }
    .tongjibox > * { margin-right: 20px; }
    .tongjibox span { margin-left: 5px; }
.dianzan img { width: 16px; height: 18px; float: left; }

.articlebody { padding: 10px; margin-bottom: 10px; }
    .articlebody p { text-indent: 2em; line-height: 24px; text-align: justify; }
    .articlebody img { width: 100%; }



/*======================组织架构======================*/
.frametitle { text-align: center; margin-bottom: 25px; font-size: 16px; }
.framelist { margin-bottom: 25px; }
    .framelist h4 { font-size: 15px; font-weight: inherit; }
    .framelist ul { padding-left: 30px; }
        .framelist ul li { border-bottom: 1px dashed #e9ebef; line-height: 24px; padding: 8px 0; color: #888; }
            .framelist ul li span { display: inline-block; color: #444; }








/*图片列表*/
.imglist { margin-bottom: 0; }
    .imglist li { width: 32.3333%; margin: 0.5%; }
        .imglist li a { display: block; }
    .imglist img { width: 100%; }


/*提示*/
.tishibox { position: absolute; bottom: 34px; left: 72px; width: 152px; text-align: center; color: #5f94ec; border: 1px dashed #5f94ec; padding: 8px 12px; border-radius: 8px; }
    .tishibox::before { content: ""; display: inline-block; width: 32px; height: 32px; background: #f3f7fc; position: absolute; left: -20px; bottom: -20px; }
    .tishibox::after { content: ""; display: inline-block; background: url(../images/tishijt.png) no-repeat; background-size: cover; width: 32px; height: 32px; position: absolute; left: -20px; bottom: -20px; }



/*底部按钮定位*/
.bottombtn { position: fixed; width: 100%; bottom: 0; }


/*语音留言*/
.voicemail { background: url(../images/yuanbtnbg.png) no-repeat; background-size: cover; width: 86px; height: 86px; margin: 10px auto 0; display: block; }
    .voicemail img { width: 54px; margin: 10px 16px; }


.evaluate { margin-top: 5px; line-height: 30px; }


/* 分页 */
.paginationbox .pagination { display: flex; justify-content: center; padding: 30px 0; }
.paginationbox ul > li a { padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; text-decoration: none; background-color: #fff; border: 1px solid #ddd; display: block; }
.paginationbox ul > li.pageon a { background: #006eab; color: #fff; }




/*处理状态*/
.statemark { color: #fff !important; padding: 1px 4px; margin-right: 5px; border-radius: 2px; font-size: 12px; display: inline-block; }

.bg-theme { background: #5c7be6; }
.bg-gray { background: #cacaca; }
.bg-green { background: #4caf50; }
.bg-red { background: #ff4f31; }

.line-theme { border: 1px solid #5c7be6; color: #5c7be6 !important; }
.line-gray { border: 1px solid #a5a5a5; color: #a5a5a5 !important; }
.line-green { border: 1px solid #04a20b; color: #04a20b !important; }
.line-red { border: 1px solid #ef2300; color: #ef2300 !important; }
.text-white { color: #fff !important; }
.text-theme { color: #5c7be6 !important; }
.text-red { color: #ff4f31 !important; }
.cxsqbtn { background: #5c71e6; color: #fff; padding: 5px 8px; font-size: 12px; float: right; }
/**2019-7-19**/
.lab { color: #fff; display: inline-block; border-radius: 11px; background-color: #FF5722; margin-left: 9px; padding: 0px 6px; }

.selects { display: block; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.contet li { float: left; padding: 6px 11px; }
.height2 { height: 25px; }
.fl { float: left; }
.fr { float: right; }
.clearfoat { clear: both; height: 0; }
.detail a { text-align: right; color: blue; font-size: 14px; }
.map { height: 200px; background-color: #e4e4e4; }
.map-lg { height: 100%; background-color: #e4e4e4; }
.table-details { /*	padding:5px 0 0;*/ color: #444; }
    .table-details tr td, .table-details tr th { padding: 7px 0; font-weight: normal; line-height: 24px; }
    .table-details tr th { color: #999; }
.input-detail { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 10px; }
.width30 { width: 30%; }
.width10 { width: 100%; }
.width50 { width: 50%; }
.fr { float: right; }
.btn-detail { background-color: #3b93ec; color: #fff; }
.height40 { height: 40px; }


/******************************** 2019/09/20信阳地名 ***************************/
.newsul { margin: 0; background: #fff; }
    .newsul li a { display: flex; position: relative; padding: 10px 30px 10px 10px; color: #444; }
    .newsul li:not(:last-child) { border-bottom: 1px dashed #ddd; }
    .newsul li a .imgbox { width: 80px; height: 60px; background: #444; }
    .newsul li a .newsnr { width: calc(100% - 90px); margin-left: 10px; }
        .newsul li a .newsnr span { font-weight: bold; margin-bottom: 5px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%; }
        .newsul li a .newsnr p { line-height: 20px; margin: 0; }
    .newsul li a::after { content: ""; background: url(../images/icon-yjt.png); background-size: cover; width: 16px; height: 16px; position: absolute; top: 50%; right: 18px; transform: translate(50%,-50%); }
.flexbox-column { display: flex; flex-direction: column; height: 100%; }
.height10 { height: 100%; }
.search-input { height: 100%; width: 100%; border-radius: 4px; border: 0; padding: 10px 10px 10px 40px; background: #FFf url(../images/icon-search.png) no-repeat 9px center; background-size: 24px; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.showdiv { background: #fff; padding: 10px; overflow-y: auto; }
    .showdiv h1 { text-align: center; padding: 10px 0 }
    .showdiv .show-p { line-height: 24px; text-indent: 2em; text-align: justify; }
/* .topsearchbtn{
    margin-left: 10px;
} */
.topsearchbtn button { color: #fff; background: #3b93ec; border: 0; font-family: "微软雅黑"; padding: 7px 10px; border-radius: 3px; margin-left: 5px; }
.topplacename { padding: 12px 0; align-items: center; }
.placename-sort { background: #fff; padding: 5px 10px; border-bottom: 1px solid #ddd; position: relative; }
    .placename-sort > span { width: 20%; padding: 7px 0 7px 25px; font-weight: bold; position: absolute; top: 6px; }
    .placename-sort > ul { padding-left: 20%; }
        .placename-sort > ul > li { width: 32%; text-align: left; padding: 7px 0; display: inline-block; }
            .placename-sort > ul > li > a { display: block; color: #444; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .placename-sort:nth-child(1) > span { background: url(../images/diming.png) no-repeat 0px; background-size: 20px; }
    .placename-sort:nth-child(2) > span { background: url(../images/leibie.png) no-repeat 0px; background-size: 20px; }
    .placename-sort:nth-child(3) > span { background: url(../images/quhua.png) no-repeat 0px; background-size: 20px; }
.placename-listtop { position: relative; height: 35%; }
    .placename-listtop .listtop { position: absolute; left: 0; right: 0; padding: 10px 0; align-items: center; }
.placename-listbottom { height: 65%; }
    .placename-listbottom .list-total { padding: 8px 0; background: #3b93ec; color: #fff; text-align: center; display: block; }
    .placename-listbottom > ul { background: #fff; height: calc(100% - 34px); overflow-y: auto; }
        .placename-listbottom > ul > li > a { display: flex; align-items: center; color: #444; padding: 10px 10px; line-height: 24px; justify-content: space-between; }
        .placename-listbottom > ul > li:not(:last-child) { border-bottom: 1px dashed #ddd; }
        .placename-listbottom > ul > li > a > div { flex: 1; }
        .placename-listbottom > ul > li > a div p { color: #888; }
        .placename-listbottom > ul > li > a > span { text-align: right; width: 90px; font-size: 12px; }
.placenamemap { width: 100%; height: 50%; }
.placename-details { background: #fff; padding: 0 10px; overflow-y: auto; height: 100%; color: #777; }
    .placename-details .details table { width: 100%; }
        .placename-details .details table tr th { text-align: right; padding: 5px; width: 65px; color: #333; font-weight: normal; }
    .placename-details .details h3 { border-bottom: 1px solid #ddd; height: 12px; margin: 15px 0; color: #333; }
        .placename-details .details h3 span { background: #fff; font-size: 16px; border-left: 8px solid #2196F3; padding-left: 10px; padding-right: 5px; }
    .placename-details .details p { line-height: 24px; margin: 12px 0; text-indent: 2em; }
.location { overflow: hidden; }
    .location > li { width: 50%; float: left; padding: 5px 0; }
        .location > li span:first-child { color: #333; }



.shuaxin {
    float: right;
    margin-top: -38px;
    margin-right: 16px;
    color: #fff;
    cursor:pointer;
}

.show-p p img{
	display:block;
	width:100%;
	margin:10px 0;
}