* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #000
}

a:hover,
a:active {
    text-decoration: none
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

#uname-img {
    height: 66px;
    cursor: pointer
}

@font-face {
    font-family: 'BerlinSmallCaps';

    font-weight: normal;
    font-style: normal
}

#top-banner div {
    cursor: pointer
}

#header {
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto");
    position: relative;
    z-index: 97
}

#top-banner {
    height: 66px;
    background-color: #004ea2;
    overflow: hidden;
    width: 100%
}

#top-banner .wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto")
}

#logo-img {
    display: block;
    margin: 6px 0;
    height: 54px;
    float: left
}

#logo-text {
    color: #FFF;
    font-size: 40px;
    line-height: 66px;
    font-family: 'BerlinSmallCaps'
}

#search-box {
    float: right
}

#navbar {
    width: 1000px;
    margin: 4px auto;
    text-align: center
}

#navbar li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 0;
    margin: 10px 0
}

#navbar a {
    color: #5d5d5d;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 5px;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 3px solid #FFF
}

#navbar a:hover {
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #c6002f;
    text-decoration: none
}

#navbar li:first-child a {
    padding-left: 0;
    border-left: 0
}

#navbar li:last-child a {
    padding-right: 0;
    border-right: 0
}

#banner-img {
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    width: 100%
}

#main-body {
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto")
}

#main-body .wrapper {
    max-width: 720px;
    margin-left: 300px;
    height: auto
}

.sidebar {
    float: left;
    width: 220px;
    height: 450px;
    background: #c6002f;
    position: relative
}

#list {
    width: 93.5%;
    min-height: 800px
}

#list h1 {
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
    text-shadow: 1px 1px 2px #000;
    color: #233192
}

.wrapper.wrapper55 {
    max-width: 750px !important;
    margin-left: 244px !important
}

.wrapper.wrapper55 div#list {
    width: 740px
}

#news_list .news_piece {
    height: 24px;
    list-style: none;
    width: 100%;
    margin: 10px 0px
}

#news_list .news_piece a {
    height: 24px;
    line-height: 24px;
    color: #666;
    float: left;
    display: inline-block;
    width: 80%;
    width: calc(95% - 75px);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis
}

#news_list .news_piece:hover a,
#news_list .news_piece:hover span {
    color: #c6002f
}

#news_list .news_piece .news_date {
    float: right;
    height: 24px;
    line-height: 24px;
    color: #666;
    margin-right: 3px;
    width: 100px;
    text-align: right
}

#page_controller {
    width: 100%;
    text-align: center
}

#page_controller a {
    height: 24px;
    line-height: 24px;
    color: #666;
    margin: 10px 10px
}

#page_controller a:hover,
#page_controller a:hover i {
    color: #c6002f
}

.bottom-gradient-1 {
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #c6002f;
    background: -moz-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6002f), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #c6002f 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6002f', endColorstr='#ffffff', GradientType=0)
}

:root .sidebar {
    filter: none
}

.sidebar-content {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 800px;
    width: 100%;
    background: #99a3bc
}

.sidebar-content ul {
    position: relative
}

.bottom-gradient-2 {
    height: 350px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    background: #99a3bc;
    background: -moz-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99a3bc), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #99a3bc 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99a3bc', endColorstr='#FFFFFF', GradientType=0)
}

:root .sidebar-content {
    filter: none
}

.sidebar-content ul {
    list-style: none;
    margin: 20px 0
}

.sidebar-content li {
    margin: 0 10px
}

.sidebar-content a,
.sidebar-content a:visited {
    display: block;
    height: 40px;
    width: 180px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 0 10px;
    text-shadow: 1px 1px 2px black;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    filter: DropShadow(Color=#000000, OffX=1, OffY=1)
}

.sidebar-content a:hover {
    background: #c6002f
}

.sidebar-content a.active {
    background: #c6002f
}

#footer {
    padding: 30px 0;
    background-color: #004ea2;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    width: 100%
}

#footer .wrapper {
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto")
}

#footer a {
    color: #FFF
}

#footer a:hover {
    text-decoration: underline
}

.selected1,
.parent1 {
    background: #c6002f !important
}

.sidebar-content li:hover {
    padding-left: 0px
}

div#list h1.list-title {
    display: none
}

.news_list33 li.news_piece span.news_date {
    display: none
}

.news_list33 li.news_piece a {
    text-decoration: underline;
    width: 100% !important;
    word-wrap: break-word !important;
    height: auto !important;
    white-space: normal !important;
    color: #000 !important;
    line-height: 26px
}

.news_list33 li.news_piece {
    margin: 0 0 10px 0 !important;
    display: inline-block;
    height: auto !important;
    list-style: circle !important;
    padding-left: 17px;
    background: url(biao2.jpg) no-repeat 0 7px;
    line-height: 26px
}

h1.list-title57 a {
    color: #233192
}

#list h1 {
    margin-bottom: 13px
}

ul.list-wrapper li {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px #c0c0c0 dotted;
    padding: 5px;
    padding-left: 20px;
    transition: .3s
}

ul.list-wrapper li p {
    margin: 0
}

#main-body .wrapper.key {
    margin-left: 284px
}

#main-body .wrapper.key h1 {
    padding-left: 16px
}

#list h1 {
    margin-bottom: 12px
}

#list h1 {
    padding: 11px 0 10px 0
}

.news_list33 li.news_piece {
    background-size: 8px 8px
}

.danye {
    background-color: #2a458c !IMPORTANT
}

.navbar li {
    border: 0px
}

.navbar li:hover {
    padding: 0px !important
}

.navbar ul.subnav li a {
    border-bottom: 1px #888 solid
}