* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.container {
    position: relative;
    width: 90%;
    height: 100%;
    margin: auto;
}

.header {
    position: relative;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.header a {
    text-decoration: none;
    color: #444;
}

.header-head {
    position: relative;
    height: 90px;
    line-height: 90px;
}

.header-head img {
    vertical-align: middle;
}

.logon, #logon_menu {
    position: absolute;
    right: 16px;
    top: 0;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: right;
    padding: 4px;
}
.logon a {
    margin: 0;
    margin-top: 4px;
    color: #333;
    padding: 2px 8px;
}
#logon_menu {
    display: none;
    color: #333;
}

.search-box {
    position: absolute;
    padding: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
}
#search_txt {
    font-size: 1rem;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    outline: none;
}
#search_btn {
    font-size: 18px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: -3px;
    color: #666;
}

.menu {
    background: #1295d4;
}
.menu ul {
    list-style-type: none;
}
.menu li {
    float: left;
    position: relative;
}
.menu li a, .submenu-box li {
    display: block;
    color: #fff;
    padding: 8px 0;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.menu a:hover, .menu li.hover a {
    background: #f7f7f7;
    color: #000;
}
.submenu-box {
    position: absolute;
    text-align: left;
}
.submenu-box ul {
    background-color: #f7f7f7;
    text-align: left;
    box-shadow: 1px 1px 3px 0 #aaa;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.submenu-box li {
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #000;
}
.submenu-box li.inline {
    display: inline-block;
    *display: inline;
    margin: 0 2px -1px 0;
    padding: 12px 10px;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.submenu-box li:hover {
    background-color: #ccc;
}
.menu-down, .menu-up {
    position: absolute;
    color: #fff;
    padding: 8px;
    top: 80px;
    right: 8px;
    z-index: 2;
    display: none;
}

.menu ul li .notice,
.col-left ul li .notice,
.submenu-box li .notice,
.res-box-title .notice,
.res-left li .notice {
    border-radius: 16px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    line-height: 14px;
    background-color: #ee0000;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: super;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.70);
    cursor: default;
}
.submenu-box li .notice, .menu ul li .notice {
    margin-left: 4px;
    position: absolute;
}

.item-row {
    text-align: left;
    position: relative;
    margin: 21px 0 10px 0;
    padding: 20px 0;
}
.item-row.odd {
    background-color: #f6f6f6;
}
.item-row.even {
    background-color: #fff;
}
.item-box-left {
    float: left;
    width: 30%;
}
.item-box-right {
    float: right;
    width: 30%;
}
.item-box-center {
    margin-left: 33%;
    margin-right: 33%;
}
.item-box-left, .item-box-right, .item-box-center {
    box-shadow: 1px 1px 3px 0 #aaa;
}
.item-title {
    color: #cf4d4b;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.item-title a {
    color: #1295d4;
    margin: 4px 8px 0 0;
}
.item-line {
    height: 3px;
    width: 31px;
    background: #d1d1d1d1;
    margin-top: 16px;
}

.item-box-cont {
    position: relative;
    height: 345px;
    border: 0 solid #eee;
    margin-top: 17px;
    overflow: hidden;
}
.item-row.odd .item-box-cont {
    background-color: #fff;
}

.item-box-cont ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 4px;
}
.item-box-cont li {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 8px;
    margin: 0;
    font-size: 14px;
}
.item-box-cont li a {
    text-decoration: none;
    color: #000;
}
.item-box-cont li:hover {
    color: #444;
}
.item-box-cont li:hover a {
    text-decoration: underline;
    color: #444;
}
.item-right {
    float: right;
    width: 100px;
    font-size: 12px;
    text-align: right;
}
.item-content {
    margin: 0 100px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}
.item-right-160 {
    float: right;
    font-size: 12px;
    text-align: right;
}
.item-content-160 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}
.item-title.color {
    color: #fff;
    padding: 4px 8px;
}
.item-title.color a {
    color: #fff;
}
.item-title.color.color3 {
    background-color: #1295d4;
}
.item-title.color.color2 {
    background-color: #fc6f22;
}
.item-title.color.color6 {
    background-color: #fc9d04;
}
.item-title.color.color4 {
    background-color: #837997;
    /*color: #837997;*/
}
.item-title.color.color5 {
    background-color: #71b908;
}
.item-title.color.color1 {
    background-color: #f9faad;
    color: #000;
}
.item-box-cont.color {
    margin-top: 0;
}

.item-title.color.color1 a {
    color: #000;
}

.list-pages {
    text-align: center;
    margin: 16px;
}
.list-pages ul {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: inline-block;
    *display: inline;
}
.list-pages li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    padding: 6px;
    margin: 0 4px;
}
.list-pages li.selected {
    box-shadow: 1px 1px 3px 0 #aaa;
}

.content-title {
    padding: 8px 64px;
    font-weight: bold;
    text-align: center;
}
.content-tag {
    width: 100%;
}
.content-tag-bar {
    text-align: right;
    margin: 8px;
}
.content-tag-bar a {
    padding: 4px 8px;

}
.content-tag-bar a:hover {
    background: #eee;
}
.content-tag-row {
    position: relative;
    padding: 8px 16px;
}
.content-tag-content {
    margin: 12px 0 24px 0;
}

.footer {
    position: relative;
    background-size: cover;
    padding: 16px 0;
    font-size: 12px;
    background: #f2f2f2;
    color: #616161;
    border-top: 0 solid #eee;
}
.footer a {
    color: #616161;
}

.warp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.clear {
    clear: both;
}
li.clear {
    float: none;
    clear: both;
}
.hide {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-head img {
        max-width: 96%;
        height: auto;
        max-height: 100%;
    }

    .logon a, .logon span {
        display: block;
        text-align: left;
        padding: 8px;
        color: #fff;
    }
    .logon {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
        background: #333;
        height: auto;
        z-index: 11;
    }
    #logon_menu {
        display: block;
        top: 14px;
    }

    .menu-down {
        display: block;
    }
    .menu {
        max-height: 72px;
        overflow: hidden;
    }

    .item-row {
        margin: 0;
        padding: 8px 0;
    }

    .item-box-left, .item-box-right, .item-box-center {
        width: 100%;
        float: none;
        margin: 16px 0;
    }
}
