.redfont {
    color: red;
    font-weight: bold;
}

.boldfont {
    font-weight: bold;
}

.rightdiv {
    width: 97%;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 3%;
}

.whiteback {
    background: #fff;
}

.bluefont {
    color: blue;
    font-weight: bold;
}

.greenfont {
    color: green;
    font-weight: bold;
}

.purplefont {
    color: #800080;
    font-weight: bold
}

.darkcyanfont {
    color: #008B8B;
    font-weight: bold;
}

.darkfont {
    color: #008B8B;
}

.input250 {
    width: 250px;
}

table tr td.wht {
    font-weight: bold;
    color: red;
}

table tr.tt2 th {
    text-align: center;
    font-weight: bold;
}

table tr.redtr td {
    font-weight: bold;
    color: red;
}

#LAY-component-grid-all .layui-card-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
}

div.jdmain {
    margin: 4px;
    padding: 8px;
    border: 1px solid gray;
    background: #EAEAEA;
    width: 510px
}

div.jdcont {
    padding: 0;
    background-color: white;
    border: 1px solid navy;
    width: 500px
}

div.jdarrow {
    padding: 0;
    background-color: #FFCC66;
    border: 0;
    width: 0px;
    text-align: center;
    height: 16px
}

div.jdtext {
    position: relative;
    top: -30px;
    text-align: center;
    font-weight: bold;
    font-size: 8pt
}
/* 领导小组会议 */

div.hymain {
    margin: 2% auto;
    width: 90%;
    text-align: center;
    background: #fff;
    padding: 5%;
    height: auto;
}

div.hycont {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    background: #fff;
}

div.hyyt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

div.hyyt a.hyyt {
    font-weight: normal;
    font-size: 21px;
}

h1.hytitle {
    line-height: 200%;
    margin: 0 0 2% 0;
}

iframe.hypdf {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0 0 2% 0;
    text-align: center;
    vertical-align: top;
    overflow: auto;
    background: #fff;
}

.demo-carousel {
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.code {
    width: 400px;
    margin: 0 auto;
}

.input-val {
    width: 295px;
    background: #ffffff;
    height: 2.8rem;
    padding: 0 2%;
    border-radius: 5px;
    border: none;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 1.0625rem;
}

#canvas {
    float: right;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 2.5rem;
}

.btn {
    width: 100px;
    height: 40px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    font-size: 1.2rem;
    color: #e22e1c;
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
