﻿.item_middle {
    height: auto;
    width: 100%;
    float: left;
}

.p_m_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px dotted #e5e5e5;
    margin-top: 5px;
}

.p_m_center {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

    .p_m_center div {
        width: 45%;
        float: left;
        text-align: center;
        height: 35px;
        line-height: 35px;
        background-color: #1C84C6;
        border-radius: 5px;
        color: white;
        font-size: 14px;
    }

.pc_content {
    width: 100%;
    margin-top: 10px;
    height: auto;
    float: left;
    background-color: white;
}

.pc_content_dh {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-bottom: 1px solid #1C84C6;
    float: left;
}

.pc_content_dh_c {
    width: 80%;
    margin: 0 auto;
    height: auto;
}

    .pc_content_dh_c div {
        width: 33.3%;
        float: left;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 5px 5px 0px 0px;
    }

.pro_on {
    background-color: #1C84C6;
    color: white;
}

.pc_content_item {
    width: 96%;
    margin: 0 auto;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    float: left;
}

    .pc_content_item .Title {
        width: 30%;
        float: left;
        margin-top: 8px;
        text-align: center;
        height: 26px;
        line-height: 26px;
    }

    .pc_content_item input, select, textarea {
        width: 60%;
        float: left;
        margin-top: 8px;
        height: 26px;
        border: none;
        background-color: #f2f2f2;
    }

.pc_content_item, textarea {
    height: 36px;
}

    .pc_content_item button {
        width: 80%;
        border: none;
        height: 30px;
        margin: 0 auto;
        margin-top: 10px;
        line-height: 30px;
    }



#imgsub {
    width: 50%;
    padding: 0px;
    float: left;
    line-height: 30px;
}

.layui-upload-list {
    /*margin-left: 30%;*/
    height: auto;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

.layui-upload-img {
    /*height: 60px;*/
    width: 100%;
    border: 1px solid #f2f2f2;
}

.smallimg {
    height: 115px;
}

.editor {
    width: 100%;
    margin: 0 auto;
    float: left;
    height: auto;
}


/*下方导航条*/

/*.map-box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    position: fixed;
    width: 100%;
    height: 60px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 0px;
    background-image: url(../images/icos2/bottom_bg.png);
    background-position: left center;
    background-size: 100% !important;
    background-position: -10px;
    background-repeat: repeat-x;
    box-shadow: 0px 0px 10px #e7e7e7;
}

.box-flex {
    -webkit-box-flex: 1;*/ /* android 2.1-3.0, ios 3.2-4.3 */
    /*-webkit-flex: 1;*/ /* Chrome 21+ */
    /*-ms-flex: 1;*/ /* WP IE 10 */
    /*flex: 1;*/ /* android 4.4 */
    /*-moz-box-flex: 1;*/ /*Firefox*/
    /*box-flex: 1;
    text-align: center;
    color: gray;
    
}

.box_on {
    color: #557DDD;
    font-weight: bold;
}

.box-flex div {
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 13px;
    background-size: 40%;
}


.box-flex-i2 {
    background-image: url("../images/c_0002.png");
}

.box-flex-i3 {
    background-image: url("../images/icos2/c_0003.png");
}

.box-flex-i4 {
    background-image: url("../images/icos/b_0008.png");
}

.box-flex-i5 {
    background-image: url("../images/icos2/c_0004.png");
}

.box-flex-i1_on {
    background-image: url("../images/b_0002.png");
}

.box-flex-i2_on {
    background-image: url("../images/icos/b_0004.png");
}

.box-flex-i3_on {
    background-image: url("../images/icos/b_0007.png");
}

.box-flex-i4_on {
    background-image: url("../images/icos/b_0006.png");
}

.box-flex-i5_on {
    background-image: url("../images/b_0010.png");
}*/

/*顶部导航条*/
.top {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 18px;
    font-family: "微软雅黑";
}

    .top a, .top a:link, .top a:hover {
        color: white;
    }

.top_left {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 10%;
    float: left;
    height: 40px;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
    background-image: url(/templet/images/arrow_left_b.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.4;
    background-size:30%;
}

    .top_left img {
        height: 20px;
        
    }

.top_center {
    width: 80%;
    float: left;
    font-weight: bold;
}

.top_right {
    width: 10%;
    float: left;
    height: 40px;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
    background-image: url(/templet/WxMini/images/saveico.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .top_right img {
        height: 20px;
    }

#searchbox {
    width: 90%;
    margin: 0 auto;
    background-color: #F5F6FA;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

    #searchbox input[type=search] {
        width: 75%;
        height: 40px;
        border: none;
        background-color: transparent;
        text-indent: 10px;
    }

    #searchbox input[type=button] {
        width: 20%;
        height: 40px;
        border: none;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        float: right;
        float: right;
    }

#cate_content {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

#content {
    width: 90%;
    margin: 0 auto;
    float: left;
    margin-left: 5%;
    padding-bottom: 60px;
}

.cate_content_item {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 180%;
    color: black;
    margin: 0 auto;
    border-bottom: 1px dotted #e5e5e5;
    font-size: 15px;
    float: left;
}

.itemtitle {
    background-color: #06c1ae;
    color: white;
    border-bottom: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cate_next {
    text-indent: 15px;
    font-size: 15px;
}

.cate_content_item div {
    width: 50%;
    float: left;
}

.cateedit {
    text-align: right;
}

    .cateedit img {
        height: 20px;
        margin-left: 15px;
    }

.titlemc_btn {
    width: 50%;
    margin: 0 auto;
    background-color: #00aaff;
    border-radius: 5px;
    color: white;
}

#dlg {
    padding-bottom: 60px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

/*em {
    width: auto;
    float: left;
    height: 16px;
    line-height: 16px;
    font-style: normal;
    margin-top: 8px;
}*/

.website_btn {
    /*background-color: #6495ED;*/
    line-height: 60px;
    text-align: center;
    width: 48%;
    float: left;
    color: white;
    font-size: 18px;
    /*box-shadow: 0px 10px 5px #6495ED;
    border-radius: 10px;*/
    margin-top: 20px;
}
