html {
    height: 100%;
}
body {
    min-width:1212px;
    font-size: 16px;
}
p {
    line-height: 28px
}
/*a, a:hover {*/
/*    color: #fff;*/
/*}*/
.yzh-content {
    box-sizing: border-box;
    padding: 22px;
    width: 1212px;
    margin: auto;
}
.yzh-bg-color1 {
    background-color: #003399;
}

/*栏目标题*/
.yzh-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 25px;
}
.yzh-title h2 {
    background: url("../images/icon1.png") no-repeat;
    background-position: 0 8px;
    padding-left: 15px;
    color: #BD1A2D;
}

/*注释文字*/
.yzh-note {
    font-size: 14px;
    color: #999;
}

/*分页*/
.yzh-page {
    display: flex;
    align-items: center;
}

/*支持 反对*/
.yzh-opinion {
    padding-left: 36px;
    color: #999;
    padding-top: 8px;
}
.yzh-opinion.up {
    background: url("../images/icon-up.png") no-repeat;
}
.yzh-opinion.down {
    background: url("../images/icon-down.png") no-repeat;
}

/*标签栏*/
.yzh-label {
    background-color: #C7CEDA;
}
.yzh-label .yzh-content {
    display: flex;
    justify-content: space-between;
    background-color: #D9DFEB;
}


/*header*/
.yzh-header {
    background: #003399;
}
.yzh-header-img {
    background: url("../images/header-bg-img.png") no-repeat center;
    width: 100%;
    height: 100px;
}

.yzh-header .yzh-content {
    display: flex;
    align-items: center;
    padding: 0 22px;
}
.yzh-header .yzh-search {
    width: 282px;
    height: 36px;
    background: url("../images/input-search.png") no-repeat;
    background-size:282px 36px;
}
.yzh-header .yzh-search button {
    background: transparent;
    border: none;
    cursor:pointer;
    width: 30px;
}
.yzh-header input {
    width: 220px;
    height: 24px;
    margin-top: 7px;
    margin-left: 20px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}
.yzh-header input::-webkit-input-placeholder {
    color: #FFF;
}
.yzh-header .yzh-nav {
    padding: 38px 10px;
    font-size: 18px;
    color: #fff
}
.yzh-header .yzh-nav.on {
    background: #003399;
}
.yzh-nav a, .yzh-nav a:hover {
    color: #fff;
}


/*footer*/
.yzh-footer {
    /*background-color: #BD1A2D;*/
    background-color: #007FFF;
}
.yzh-footer .yzh-content {
    padding: 0;
}
.yzh-footer p {
    font-size: 14px;
    padding-left: 30px;
    color: #fff;
}
.yzh-footer p.border {
    border-left: 1px solid #fff;
}
.yzh-footer a, .yzh-footer td {
    color: #FFF;
}
