﻿.left
{
    width: 710px;
    float: left;
    margin-top: 5px;
}
.right
{
    width: 250px;
    float: right;
    margin-top: 5px;
}
.tb
{
    width: 710px;
}
.tb td {
    padding:7px 0;
}
.bt
{
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 14px;
    background-color: #cadfed;
    padding-left: 6px;
    padding-top:0;
    padding-bottom:0;
}
.left ol {
    background-color:#baf2ff;
}
.left ul,.left ol {
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
}
.left ul li {
    text-align:left;
    line-height:30px;
}
.left,.left a {
    font-size: 14px;
}
.sx
{
    width: 30px;
    text-align: center;
    color: White;
}
.sx span {
    background-color:lightskyblue;
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    font-size:12px;
    border-radius:2px;
}
.mc
{
    width: 200px;
}
.dh
{
    width: 180px;
    font-family: Arial;
    color: #184d8f;
}
.dz
{
    width: 272px;
    color: #4f4f4f;
}
.mc, .dh, .dz {
    text-align: left;
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mc a
{
    color: #184d8f;
    font-size: 14px;
    font-family: 微软雅黑;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mc a:hover
{
    text-decoration: underline;
}

.bm_h:hover
{
    background-color:lightcyan;
}
/*生成的html展示页面*/
.fie
{
    margin:0 auto; width:100%; border:1px solid #9c5e5e;
    padding:10px;
    box-sizing:border-box;
    font-weight:bold;
    line-height:30px;
    text-align:justify;
    border-radius:3px;
    }
.fie span{
    font-weight:normal;    
}
.bianmin_Con {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
}
.bianmin_Con ul:first-child {
    flex-grow: 1;
    padding: 5px;
    box-sizing: border-box;
}
.bianmin_Con ul:last-child {
    width:250px;
    margin-top:5px;
}
.bianmin_mc{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    line-height:40px;
}
.bianmin_contact {
    text-align:left;
    line-height:35px;
    padding-left:15px;
}
.bianmin_contact span {
    font-weight:bold;
}

.smallMenu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: lightcyan;
}

.smallMenu li {
    white-space: nowrap;
    line-height: 35px;
}
.listBianMin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}

.listBianMin li {
    width: 155px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
    font-size:13px;
    color: white;
    line-height: 21px;
    position: relative;
}
.listBianMin li > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.listBianMin li > span {
    display: none;
}
.bg_LanSe {
    background-color: dodgerblue;
    ;
}

.bg_HongSe {
    background-color: orangered;
}

.bg_LvSe {
    background-color: mediumseagreen;
}

.bg_ZiSe {
    background-color: darkorchid;
}

.bg_HuangSe {
    background-color: orange;
}

.bg_HuiSe {
    background-color: steelblue;
}

.bg_QingSe {
    background-color: olive;
}

.bg_TuSe {
    background-color: peru;
}

.BianMinRecom li {
    background-color: gray;
}