﻿/* phone版-重定义样式 */
html{
    zoom: 1 !important;
}
body{
    min-width: 100%;
}
.logobar,
.sw,
#content{
	width: 100%; 
}

#header{
    margin-bottom: 10px;
}
.logobar{
    height: auto;
    overflow: hidden;
}
/* logo */
.logo{
    overflow: hidden;
    margin: 10px;
}
.logo img{
    max-width: 100%;
    height: auto;
}

.home-page .ind-loop .ind-box{
    width:100%;
}

html{
    zoom: 1 !important;
}
body{
    min-width: 100%;
}
.sw,
#content{
    box-sizing: border-box;
	width: 100%;
    padding: 0 3%; 
}
.logobar{
    height: auto;
    padding: 10px 0;
	width: calc(100% - 6%);
    margin: 0 3%;
}
.logo{
    margin-top: 0;
}
/* 搜索 */
.s-form{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border-radius: 18px;
}
.s-form #inputkeyword{
    height: 36px;
    line-height: 36px;
    width: calc(100% - 60px);
}
.s-form .search{
    height: 36px;
    line-height: 36px;
}
/* 导航 */
.navBar{
    height: auto;
    padding: 10px 0;
}
.mainNav{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.mainNav li.li1{
    width: 25%;
    flex: none;
}
.mainNav .li1 .a1{
    display: block;
    width: 100%;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 3px;
}
.mainNav .ul1{
    display: none !important;
}
/* 底部 */
.footer{
    padding: 20px 10px;
}

/* 侧栏 & 侧栏菜单 */
.side{
    width: 100%;
    float: none;
    margin: 0 0 10px;
}
.side_T .hd{
    display: none;
}

#sideMenu{
    background-color: #fafafa;
    padding: 10px 5px 5px;
}
#sideMenu .bd{
    background: none;
}
#sideMenu .menuList{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#sideMenu .menuList li{
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100% / 2 - 10px);
    float: none;
    padding: 0;
    margin: 0 5px 5px;
    height: auto;
    border: none;
    background: none;
    border: 1px solid #eaeaea;
    background: #fff;
}
#sideMenu .menuList li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}
#sideMenu .menuList li.on{
    border-color: #0078d7;
}
#sideMenu .menuList li.on a{
    color: #0078d7;
}
/* 文章列表页 */
.listBox .wBd .infoList,
.listBox .wBd .CinfoList {
    padding: 10px 0;
}
.listBox .wBd .infoList li a,
.listBox .wBd .CinfoList li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listBox .infoList .date,
.listBox .wBd .CinfoList .date {
    margin-left: 10px;
}

/* mainBox */
.mainBox{
    border: none;
    padding: 0;
}
.mainBox .wHd{
    padding: 0 0 10px;
    height: auto;
}
.mainBox .wHd .pathWrap,
.mainBox .wHd .pathWrap .path{
    margin: 0;
    float: none;
}
.mainBox .wHd h3{
    display: none;
}
/* ==========================================================================
   首页
========================================================================== */
/* 焦点图 & 新闻 & 日历 */
.home-page .focus-news-box{
    flex-wrap: wrap;
}
.home-page #focusNews{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
.home-page #focusNews .con{
    width: calc(100% - 100px);
    padding-right: 100px;
}
.home-page #focusNews .hd{
    bottom: 5px;
}
.home-page #focusNews .bd li img{
    display: block;
    width: 100%;
    height: auto;
}
.home-page #news{
    width: 100%;
    margin: 0 0 10px;
}
.home-page .calendar-link{
    width: 100%;
    margin: 0 0 10px;
}

/* 采购日期 */
.calendar-box>div,
.calendar-box .fc-toolbar{
    width: 100% !important;
}
.calendar{
    width: calc(100% - 4px) !important;
}
/* .calendar{
    width: calc(100% - 28px) !important;
}
.calendar-link::before{
    left: calc(100% - 28px) !important;
} */
.calendar-box .fc-toolbar .fc-center{
    margin-top: 5px;
}

/* ==========================================================================
   采购日期-列表页
========================================================================== */
.mainBox{
    min-height: auto;
}
.mainBox .wBd{
    padding: 20px 0;
}
#dateheader{
    margin-bottom: 0;
}

/* 通用框 & 新闻 */
#news,
.ind-box{
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
#news .hd .more,
.ind-box .hd .more{
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: #fafafa;
}
.ind-box .hd .more:hover{
    text-decoration: none;
}
#news .hd{
    position:static;
}
#news .hd ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    left: auto;
    right: auto;
    top: auto;
}
#news .hd li{
    width: 25%;
}
#news .bd{
    padding: 10px 10px 0;
}

/* 采购图表 */
.ind-eachart{
    flex-direction: column;
    border: 1px solid #eaeaea;
    border-top: 0;
}
.ind-eachart .mhd{
    width: 100%;
    padding: 40px 0;
}
.ind-eachart .mhd::after{
    display: none;
}
.ind-eachart .mhd::before{
    bottom: 0;
}
.ind-eachart .hd{
    padding: 15px 10px 5px;
    height: auto;
    background-color: #f8f8f8;
    border: none;
    border-bottom: 1px solid #eaeaea;
}
.ind-eachart .hd::after,
.ind-eachart .hd ul::after{
    display: block;
    content: "";
    font-size: 0;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.ind-eachart .hd li{
    box-sizing: border-box;
    margin: 0 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.ind-eachart .hd li.on{
    border: 1px solid #0078d7;
    font-weight: normal;
    color: #0078d7;
}
/* 友情链接*/
.textlink h3,
.textlink li{
    float: none;
    margin-bottom: 5px;
}
.textlink li select{
    box-sizing: border-box;
    width: calc(100% - 20px);
    outline: none;
}

/* ==========================================================================
   文章列表页
========================================================================== */
/* 分页 */
.page a,
.page span,
.page_css a,
.page_css span{
    display: none;
}
.page .prev,
.page_css .prev,
.page .next,
.page_css .next,
.page .total,
.page_css .total,
.page .current,
.page_css .current{
    display: inline-block;
}


/* 公示公告-列表 */
.cg_row{
    margin: 20px 0 0;
}
.control-label{
    margin-left: 0;
}
.form-group .form-element{
    margin-left: 75px;
}
.form-input{
    margin-left: 10px;
}
.form-control{
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    outline: none;
}
.btnB{
    margin: 0 0 0 10px;
    height: 32px;
    line-height: 32px;
}
/* ==========================================================================
   文章-内容页
========================================================================== */
.article_content{
    padding: 0 0 20px;
}
.article_info{
    height: auto;
    padding: 5px 10px;
    margin: 20px 0;
    line-height: 24px;
}
.article_content h1{
    font-size: 26px;
    line-height: 1.4;
}
#articleContnet img,
#articleContnet input[type=image] {
    max-width: 100%;
    height: auto !important;
}
.article .artilcle_tool{
    padding: 5px;
}
.article .artilcle_tool_r{
    margin-top: 0;
}
.mainBox .article_page{
    margin-bottom: 0;
}