
.map {
    width: 100%;
    height: 100%;
    /*visibility: hidden;*/
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f1f0;
    display: block;
}

.map_box {
    width: 100%;
    height: 100%;
}

/*地图*/
.m-container {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*列表框:外加左右按钮*/
.m-list-container {
    width: 1204px;
    position: fixed;
    z-index: 199;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%,0);
}

.m-list-container .m-left{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-611px,-50%);
}

.m-list-container .m-right{
    position: absolute;
    right:50%;
    top:50%;
    transform: translate(611px,-50%);
}

/*列表*/
.m-list-box {
    width: 999px;
    height: 241px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.m-list-box ul {
    width: 127500px;
    height: 100%;
    position: absolute;
}

.m-list-box ul li {
    float: left;

}

/*普通大框*/
.m-list-box .m-normal_box, .m-list-box .m-cur_plt_box, .m-list-box .m-live_box {
    width: 243px;
    height: 240px;
    margin-right: 9px;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

/*普通框的图片*/
.m-normal_box .m-big-pic {
    width: 100%;
    height: 135px;
}

.m-normal_img_box {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.m-big-pic {
    cursor: pointer;
    transition: all 0.6s;
}

.m-big-pic:hover {
    transform: scale(1.05);
}

/*普通头部*/
.m-normal-info {
    margin-top: 5px;
    margin-left: 9px;
    height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    color: #5e5e5e;
    /*line-height: 15px;*/
}

/*普通头部子元素*/
.m-normal-info .m-type {

}

/*.m-normal-info .m-num_img {*/
.m-num_img {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

/*.m-normal-info .m-num_span {*/
.m-num_span {
    margin-left: 5px;
    /*padding-top: 2px;*/
}

.m-normal-info .m-split {
    margin-left: 5px;
    width: 1px;
    height: 11px;
}

.m-normal-info .m-timer {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.m-normal-info .m-public-time {
    margin-left: 5px;
    /*padding-top: 2px;*/
}

.m-normal_box .m-main_text {
    margin-top: 3px;
    padding: 0 9px;
    font-size: 14.5px;
    color: #46798e;
    line-height: 18.5px;
    /*height: 44px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*普通大框*/
.m-normal_box {
    background-color: #ffffff;
}

/*时政大框*/
.m-cur_plt_box,.m_polity_std_box{
    background-color: #eee6e5;
}



/*突发大框*/
.m-live_box {
    background-color: #ede8de;
}

/*图文*/
.m-live_box.m-picText_box {
    background-color: #ffffff;
}

/*突发,时政头部*/
.m-top-info {
    margin-top: 5px;
    margin-left: 9px;
    height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #5e5e5e;
    font-size: 11px;
    /*line-height: 15px;*/
}

/*突发,时政头部子元素*/
.m-top-info .m-type {

}

.m-top-info .m-num {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.m-top-info .m-people-num {
    margin-left: 5px;
    padding-top: 2px;
}

.m-top-info .m-split {
    margin-left: 5px;
    width: 1px;
    height: 11px;
}

.m-top-info .m-timer {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.m-top-info .m-public-time {
    margin-left: 5px;
    padding-top: 2px;
}

/*时政信息*/
.m-cur_plt_box .m-main_text {
    margin-top: 20px;
    padding: 0 9px;
    font-size: 18px;
    color: #897676;
    line-height: 26px;
    word-break: break-all;
}

/*突发信息*/
.m-live_box .m-main_text {
    margin-top: 15.5px;
    padding: 0 9px;
    font-size: 18px;
    color: #978876;
    line-height: 26px;
    word-break: break-all;
}

/*所有底部*/
.m-bottom-info {
    position: absolute;
    height: 14px;
    bottom: 9px;
    left: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    color: #5e5e5e;
}

.m-bottom-info img {
    width: 14px;
    height: 14px;
}

.m-bottom-info .m-new {
    margin-left: 5px;
}

.m-bottom-info .m-time {
    margin-left: 5px;
}

/*列表框底部背景*/
.m-black {
    width: 100%;
    height: 280px;
    position: fixed;
    background-color: rgba(242, 241, 240, 0.85);
    right:-100%;
    bottom: 0;
}

.m-cp {
    width: 100%;
    position: absolute;
    height: 36px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #ffffff;
    bottom: 0;
    z-index: 999;
}

.m-copy-right {
    font-size: 12px;
    line-height: 16px;
    color: #b9b9b9;
    text-align: center;

}
.m-copy-right a{
    color: #b9b9b9;
    text-decoration: none;
}
.m-copy-right img{
    display: inherit;
    margin-top: -1px;
    vertical-align: middle;
    border: 0;
}
.m-copy-right a:hover{
    color: #b9b9b9;
    text-decoration: underline;
}
/*单个地图新闻点的央视——直播*/
.map-div-live {
    width: 28px;
    height: 28px;
    background: url("../img/red.png") no-repeat;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    line-height: 28px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

/*单个地图新闻点的央视——回放*/
.map-div-back {
    width: 28px;
    height: 28px;
    background: url("../img/green.png") no-repeat;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    line-height: 28px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/*地图普通头部子元素*/
.m-type-box-back {
    width: 40px;
    height: 16px;
    background-color: #7ec3b0;
    position: relative;
}

.m-type-box-live {
    width: 40px;
    height: 16px;
    background-color: #e55b5b;
    position: relative;
}

.m-type_icon {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 3px;
}

.m-type_text {
    position: absolute;
    width: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    left: 16px;
    color: #ffffff;
}

.m-right, .m-left:hover {
    cursor: pointer;
}

.num-block {
    display: inline-block;
    float: left;
    /*margin-top: 1px;*/
}

.zh-block {
    display: inline-block;
    float: left;
}

/*ie9 hack*/
.m-bottom-info, .m-normal-info {
    width: 100% \9;
    height: 20px \9;
}

.m-normal-info, .m-bottom-info {
    display: block \9;
    overflow: hidden \9;
}

.m-normal-info > *, .m-bottom-info > * {
    display: inline-block \9;
    vertical-align: middle \9;
}

.m-list-container {
    display: block \9;
    /*position: relative\9;*/
}

.m-right, .m-left {
    position: absolute \9;
    display: block \9;
    top: 107px \9;
}

.m-right {
    right: 0 \9
}

.m-left {
    left: 0 \9;
}

.m-loading {
    position: fixed;
    z-index: 999;
    width: 184px;
    height: 100px;
    border-radius: 20px;
    background-color: rgba(90, 159, 195, 0.4);
    top: 50%;
    margin-top: -39px;
    left: 50%;
    margin-left: -92px;
    display: none;
}
.m-loadErr{
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 1000;
    display: none;
}

.amap-marker-content>div {
    background-size: cover;
}

.raidus{
    border-radius: 100%;
}
