html {
    min-width: 1174px;
    min-width: 1174px;
}

a {
    color: #006699;
    text-decoration: none;
}

a:hover {
    color: #990000;
    outline: 0;
}

.box-full,
.page-w {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 1174px;
    text-align: left;
}

.page-w-overflow-visible {
    overflow: visible;
}

.page-w-overflow-auto {
    overflow: auto;
}

body {
    background: #fff;
}

.box-full,
.page-w,
.list-num *,
.list-title *,
.list-text *,
.list-cat-menu *,
.list-cat-index * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#body-bg-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 220px;
    background: #124779 url(/static-home/img/body-bg-line420-11.jpg) top center no-repeat;
}

#body-bg-line .body-bg-line-warp {
    position: relative;
    height: 220px;
}

#body-bg-line .body-bg-line-transparent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: transparent url(/static-home/img/body-bg-line-transparent.png) top left repeat-x;
}

#vote-bottom-message,
#vote-bottom-message a,
#vote-header-message,
#vote-header-message a {
    color: #630;
}

#vote-header-message {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 40px;
    border-bottom: 2px solid #ddd;
    background: #ffc;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

#vote-bottom-message {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2999;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    border-top: 2px solid #ddd;
    background: #ffc;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

#vote-bottom-message .icon,
#vote-header-message .icon {
    margin-right: .5em;
    color: #fc0;
    font-size: 30px;
}

.box-title b,
.sub-tabs b {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.header-bg {
    position: absolute;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    _background: #124779;
    border: none;
    opacity: .1;
    filter: alpha(opacity=10);
    -moz-opacity: .1;
    -khtml-opacity: .1;
}

.header {
    position: relative;
    z-index: 101;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 40px;
    text-align: center;
}

.header .links,
.header .user-center {
    height: 40px;
    line-height: 40px;
    color: #fff;
    ;
    font-size: 14px;
    overflow: hidden;
}

.header .links .icon,
.header .user-center .icon {
    vertical-align: middle;
}

.header .links a,
.header .user-center a {
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
}

.header .links a:hover,
.header .user-center a:hover {
    color: #fff;
    text-decoration: none;
}

.header .links a.empty-left {
    margin-left: 0;
}

.header .links a.empty-right {
    margin-right: 0;
}

.header .links-small {
    font-size: 12px;
}

.header .user-center {
    font-size: 14px;
}

.header .user-center span {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.header .user-center a {
    position: relative;
    padding: 5px 7px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px
}

.header .user-center a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.header .user-center a.user_name {
    background-color: rgba(0, 0, 0, 0.0)
}

.header .user-center a.user_name:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.header .user-center a b {
    color: #fff;
    font-weight: normal;
}

.header .user-center a i {
    margin-right: 5px;
    font-size: 16px;
}

.header .user-center a u {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: red;
}

.header .header-date {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
}

.header .header-weather {
    overflow: hidden;
    margin: 0 0 0 20px;
    padding: 0;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    line-height: 40px;
}

.header .header-weather img {
    height: 20px;
}

.header .header-weather b {
    margin: 0 5px 0 10px;
    color: #fff;
    font-weight: normal;
}

.header-weather-box {
    position: absolute;
    z-index: 2000;
    display: none;
    margin: 0;
    padding: 0;
    width: 390px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: left;
}

.header-weather-box .date {
    padding: 0 10px;
    height: 25px;
    border-bottom: 1px solid #ccc;
    background: #eaeaea;
    line-height: 25px;
}

.header-weather-box .info {
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    line-height: 30px;
}

.header-weather-box .info img {
    float: left;
    margin: 2px 10px 0 0;
    height: 25px;
}

.top {
    position: relative;
    z-index: 100;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 120px;
    text-align: center;
}

.top-logo {
    position: relative;
    z-index: 100;
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 120px;
    overflow: hidden;
}

.top-logo-img {
    z-index: 101;
    clear: both;
    display: block;
    margin: 16px 0 0 0;
    padding: 0;
    width: 190px;
    height: 85px;
    background: transparent url('/static-home/img/logo-new.png') no-repeat 0 -17px;
    text-indent: -1000px;
    overflow: hidden;
}

.top-logo-text {
    z-index: 101;
    clear: both;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    height: 32px;
    opacity: .5;
    overflow: hidden;
}

.top-logo-text ul {
    clear: both;
    display: block;
    width: 166px;
    margin: 0 0 0 3px
}

.top-logo-text li {
    clear: both;
    display: block;
    width: 166px;
    margin: 0;
    padding: 0;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}

.top-logo-text li > span {
    display: inline-block;
    padding-left: 100%;
}

.top-ads {
    position: relative;
    z-index: 100;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 945px;
    height: 120px;
}

.top-navs {
    position: relative;
    z-index: 100;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #999;
    text-align: left;
    font-size: 14px;
    background: #eaeaea;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.top-navs ul {
    float: left;
}

.top-navs li,
.top-navs ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 40px;
}

.top-navs ul li,
.top-navs ul li a {
    float: left;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.top-navs ul li a {
    width: 90px;
    border-right: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.top-navs ul li a.home {
    width: 70px;
    border-left: 1px solid #ccc;
}

.top-navs ul li a:hover {
    background: #fff;
    color: #069;
}

.top-navs ul li.this-on a,
.top-navs ul li.this-on a:hover {
    background: #fff;
    color: #069;
}

.top-search {
    float: right;
    margin: 4px 0 0 0;
    height: 34px;
    overflow: hidden;
}

.top-search form {
    margin: 0;
    padding: 0;
}

.top-search .label-appen .input-text {
    overflow: hidden;
    width: 205px;
}

.top-search .label-appen .input-addon {
    width: 75px
}

.page-map {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0 15px 0 0;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ddd;
    border-top: none;
    color: #999;
    text-align: left;
    font-size: 14px;
    background: #f6f6f6;
    overflow: hidden;
}

.page-map a,
.page-map span {
    z-index: 2;
    position: relative;
    float: left;
    margin: 0;
    padding: 0 5px 0 20px;
    height: 33px;
    line-height: 33px;
    color: #666;
    font-size: 14px;
}

.page-map .home {
    padding-left: 10px;
}

.page-map a,
.page-map a:hover {
    text-decoration: none;
}

.page-map a i,
.page-map span i {
    float: left;
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
    width: 20px;
    height: 33px;
    line-height: 33px;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}

.page-map a em,
.page-map span em {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ddd;
    border-style: dashed dashed dashed solid;
    border-width: 20px 0 20px 13px;
    position: absolute;
    right: -13px;
    top: -4px;
    *top: -3px;
    line-height: 0;
    font-size: 0;
}

.page-map a u,
.page-map span u {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f6f6f6;
    border-style: dashed dashed dashed solid;
    border-width: 20px 0 20px 13px;
    position: absolute;
    right: -11px;
    top: -4px;
    *top: -3px;
    line-height: 0;
    font-size: 0;
}

.page-map .this-on,
.page-map a:hover {
    z-index: 1;
    background: #fff;
    color: #333;
}

.page-map .this-on u,
.page-map a:hover u {
    border-color: transparent transparent transparent #fff;
}

.box-media-link {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-media-link-radius {
    border: 1px solid #0a5dad;
}

.box-media-link a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-media-link70,
.box-media-link70 a {
    height: 70px;
}

.box-media-link80,
.box-media-link80 a {
    height: 80px;
}

.box-media-link90,
.box-media-link90 a {
    height: 90px;
}

.box-media-link100,
.box-media-link100 a {
    height: 100px;
}

.box-media-link120,
.box-media-link120 a {
    height: 120px;
}

.box-media-link150,
.box-media-link150 a {
    height: 150px;
}

.box-media-link200,
.box-media-link200 a {
    height: 200px;
}

.box-media-link228,
.box-media-link228 a {
    height: 228px;
}

.box-media-link250,
.box-media-link250 a {
    height: 250px;
}

.box-media-link a:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.box-media-nohover a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.box-media-link button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.box-overflow {
    overflow: hidden;
}

.box-radius {}

.box-white {
    background: #fff;
}

.box-border {
    border: 1px solid #ccc;
    background: #fff;
}

.box-blue {
    border: 1px solid #82b3df;
    background: #fff url(/static-home/img/box-bg-blue.png) repeat-x 0 0;
}

.box-gray {
    border: 1px solid #ccc;
    background: #fff url(/static-home/img/box-bg-gray.png) repeat-x 0 0;
}

.box-green {
    border: 1px solid #090;
    background: #fff url(/static-home/img/box-bg-green.png) repeat-x 0 0;
}

.box-red {
    border: 1px solid #c10000;
    background: #fff url(/static-home/img/box-bg-red.png) repeat-x 0 0;
}

.box-yellow {
    border: 1px solid #f0d1c4;
    background: #fff url(/static-home/img/box-bg-yellow.png) repeat-x 0 0;
}

.box-hide {
    display: none;
}

.data-window-box {
    position: absolute;
    z-index: 9999;
    display: none;
    margin: 0;
    padding: 10px;
    width: 200px;
    border: 5px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.data-window-box-large {
    width: 750px;
}

.data-window-box-small {
    width: 400px;
}

.box-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 40px;
}

.box-title div {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

.box-title a,
.box-title a:hover {
    text-decoration: none;
}

.box-title b {
    float: left;
    overflow: hidden;
    height: 40px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

.box-title b i {
    float: left;
    margin: 8px 10px 0 0;
    color: #046dac;
    font-size: 24px;
}

.box-title b a {
    color: #333;
}

.box-title span {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 50px;
}

.box-title span a {
    color: #666;
}

.box-title .box-title-button {
    line-height: 40px;
}

.box-2cell,
.box-3cell,
.box-3cell-2x,
.box-4cell,
.box-4cell-3x,
.box-5cell,
.box-5cell-2x,
.box-5cell-3x,
.box-5cell-4x,
.box-side {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.box-left-space {
    margin-left: 10px;
}

.box-right-space {
    margin-right: 10px;
}

.box-left {
    float: left;
}

.box-right {
    float: right;
}

.box-10h,
.box-11h,
.box-12h,
.box-13h,
.box-14h,
.box-15h,
.box-16h,
.box-17h,
.box-18h,
.box-19h,
.box-1h,
.box-20h,
.box-21h,
.box-22h,
.box-23h,
.box-24h,
.box-25h,
.box-2h,
.box-3h,
.box-4h,
.box-5h,
.box-6h,
.box-7h,
.box-8h,
.box-9h {
    overflow: hidden;
}

.box-1h {
    height: 25px;
}

.box-2h {
    height: 50px;
}

.box-3h {
    height: 75px;
}

.box-4h {
    height: 100px;
}

.box-5h {
    height: 125px;
}

.box-6h {
    height: 150px;
}

.box-7h {
    height: 175px;
}

.box-8h {
    height: 200px;
}

.box-9h {
    height: 225px;
}

.box-10h {
    height: 250px;
}

.box-11h {
    height: 275px;
}

.box-12h {
    height: 300px;
}

.box-13h {
    height: 325px;
}

.box-14h {
    height: 350px;
}

.box-15h {
    height: 375px;
}

.box-16h {
    height: 400px;
}

.box-17h {
    height: 425px;
}

.box-18h {
    height: 450px;
}

.box-19h {
    height: 475px;
}

.box-20h {
    height: 500px;
}

.box-21h {
    height: 525px;
}

.box-22h {
    height: 550px;
}

.box-23h {
    height: 575px;
}

.box-24h {
    height: 600px;
}

.box-25h {
    height: 625px;
}

.box-26h {
    height: 650px;
}

.box-27h {
    height: 675px;
}

.box-28h {
    height: 700px;
}

.box-29h {
    height: 725px;
}

.box-30h {
    height: 750px;
}

.box-10w,
.box-11w,
.box-12w,
.box-13w,
.box-14w,
.box-15w,
.box-16w,
.box-17w,
.box-18w,
.box-19w,
.box-1w,
.box-20w,
.box-21w,
.box-22w,
.box-23w,
.box-24w,
.box-25w,
.box-2w,
.box-3w,
.box-4w,
.box-5w,
.box-6w,
.box-7w,
.box-8w,
.box-9w {
    overflow: hidden;
}

.box-1w {
    width: 25px;
}

.box-2w {
    width: 50px;
}

.box-3w {
    width: 75px;
}

.box-4w {
    width: 100px;
}

.box-5w {
    width: 125px;
}

.box-6w {
    width: 150px;
}

.box-7w {
    width: 175px;
}

.box-8w {
    width: 200px;
}

.box-9w {
    width: 225px;
}

.box-10w {
    width: 250px;
}

.box-11w {
    width: 275px;
}

.box-12w {
    width: 300px;
}

.box-13w {
    width: 325px;
}

.box-14w {
    width: 350px;
}

.box-15w {
    width: 375px;
}

.box-16w {
    width: 400px;
}

.box-17w {
    width: 425px;
}

.box-18w {
    width: 450px;
}

.box-19w {
    width: 475px;
}

.box-20w {
    width: 500px;
}

.box-21w {
    width: 525px;
}

.box-22w {
    width: 550px;
}

.box-23w {
    width: 575px;
}

.box-24w {
    width: 600px;
}

.box-25w {
    width: 625px;
}

.box-26w {
    width: 650px;
}

.box-27w {
    width: 675px;
}

.box-28w {
    width: 700px;
}

.box-29w {
    width: 725px;
}

.box-30w {
    width: 750px;
}

.box-2cell {
    width: 582px;
}

.box-3cell {
    width: 384.6px;
}

.box-3cell-2x {
    width: 779.2px;
}

.box-4cell {
    width: 286px;
}

.box-4cell-2x {
    width: 582px;
}

.box-4cell-3x {
    width: 878px;
}

.box-5cell {
    width: 226.8px;
}

.box-5cell-2x {
    width: 463.6px;
}

.box-5cell-3x {
    width: 700.4px;
}

.box-5cell-4x {
    width: 937.2px;
}

.box-side {
    width: 280px;
}

.box-container {
    width: 884px;
    height: auto;
}

.box-container .box-thumbs {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    width: 220px;
    border-right: 1px solid #ccc;
}

.box-container .box-thumbs .img-item {
    margin: 10px 0 5px 5px;
}

.box-container .box-thumbs-text-list {
    float: right;
    margin: 0 20px 0 0;
    padding: 0;
    width: 612px;
}

.box-container .box-sub-side {
    width: 200px;
    height: auto;
}

.box-container .box-sub-container {
    width: 674px;
    height: auto;
}

.box-container .box-2cell {
    width: 437px;
}

.box-container .box-3cell {
    width: 288px;
}

.box-container .box-3cell-2x {
    width: 586px;
}

.box-container .box-4cell {
    width: 213.5px;
}

.box-container .box-4cell-2x {
    width: 437px;
}

.box-container .box-4cell-3x {
    width: 660.5px;
}

.box-container .box-5cell {
    width: 168.8px;
}

.box-container .box-5cell-2x {
    width: 347.6px;
}

.box-container .box-5cell-3x {
    width: 526.4px;
}

.box-container .box-5cell-4x {
    width: 705.2px;
}

.box-navs-links {
    clear: both;
    padding: 10px;
    color: #ccc;
    font-size: 16px;
    line-height: 30px;
}

.box-navs-links b {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px 0 5px;
    height: 30px;
    border: 1px solid #ccc;
    background: #eaeaea;
    font-size: 16px;
    line-height: 30px;
}

.box-navs-links b i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.box-navs-links b.no-text {
    padding: 0 5px;
}

.box-navs-links b.no-text i {
    margin-right: 0;
}

.box-navs-links a {
    margin: 0 10px;
    color: #069;
}

.box-navs-links a,
.box-navs-links a:hover {
    text-decoration: none;
}

.box-navs-links a:hover {
    color: #008fd5;
}

.box-navs-button {
    padding: 10px;
}

.box-navs-button b {
    float: left;
    display: block;
    margin: 0;
    padding: 0 10px 0 5px;
    height: 30px;
    border: 1px solid #ccc;
    background: #eaeaea;
    font-size: 16px;
    line-height: 30px;
}

.box-navs-button b i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.box-navs-button b.no-text {
    padding: 0 5px;
}

.box-navs-button b.no-text i {
    margin-right: 0;
}

.box-navs-button a {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.box-navs-button a,
.box-navs-button a:hover {
    text-decoration: none;
}

.box-navs-button a:hover {
    background: #eaeaea;
}

.box-navs-button a,
.box-navs-button b {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-navs-button .this-on {
    background: #ffffd0;
}

.list-num {
    float: left;
    display: block;
    overflow: hidden;
    margin: 5px 10px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #eaeaea;
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.list-num-red {
    background: #c00;
    color: #fff;
}

.list-num-green {
    background: #090;
    color: #fff;
}

.list-num-blue {
    background: #046dac;
    color: #fff;
}

.list-title {
    margin: 0;
    padding: 0;
}

.list-title li {
    color: #ccc;
    font-size: 14px;
    line-height: 27px;
}

.list-title li.li-space-line {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
    height: 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 1px;
    line-height: 1px;
}

.list-title-overflow li {
    overflow: hidden;
    height: 27px;
    text-overflow: ellipsis;
}

.list-title li span {
    height: 27px;
    line-height: 27px;
}

.list-title li span.list-date {
    float: right;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.list-title li span.list-num {
    float: left;
    margin: 3px 10px 0 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.list-title li span.list-views {
    float: right;
    margin-left: 10px;
    color: red;
    font-size: 12px;
}

.list-title li span.list-font {
    margin: 3px 5px 0 0;
    width: 22px;
    height: 22px;
    color: #999;
    font-size: 16px;
    line-height: 22px;
}

.list-title a,
.list-title a:hover {
    text-decoration: none;
}

.list-title-gray a {
    color: #666;
}

.list-title-gray a:hover {
    color: #046dac;
}

.list-title-2cell {
    margin-left: -4%;
}

.list-title-2cell li {
    float: left;
    margin-left: 4%;
    width: 46%;
}

.list-title-3cell {
    margin-left: -3%;
}

.list-title-3cell li {
    float: left;
    margin-left: 3%;
    width: 30%;
}

.list-title-4cell {
    margin-left: -2.9%;
}

.list-title-4cell li {
    float: left;
    margin-left: 2.9%;
    width: 22%;
}

.list-title li.clear-s {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.marg-left {
    margin-left: 4%;
}

.list-text dl {
    margin: 0;
    padding: 10px;
    border-top: 1px dotted #ccc;
}

.list-text dl:first-child {
    border-top: none;
}

.list-text dl:hover {
    background: #fff;
}

.list-text dt {
    overflow: hidden;
    height: 30px;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
}

.list-text dt span {
    color: #666;
}

.list-text dt i {
    margin-right: 10px;
    color: #666;
    font-size: 16px;
}

.list-text dd {
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.list-text dd p {
    margin: 0;
    padding: 0;
    line-height: 22px;
}

.list-text dd p.top-text {
    color: #666;
}

.list-text dd p.bottom-text {
    overflow: hidden;
    height: 22px;
    color: #999;
}

.list-text dd span {
    float: right;
    overflow: hidden;
    margin-left: 7px;
    height: 22px;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.list-text dd a {
    color: #046dac;
}

.list-text dd i {
    margin-right: 7px;
    color: #999;
    font-size: 14px;
}

.list-text .list-date {
    float: right;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.list-text .list-num {
    float: left;
    margin: 3px 10px 0 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.list-text .list-views {
    float: right;
    margin-left: 10px;
    color: red;
    font-size: 12px;
}

.list-text .list-font {
    margin: 3px 5px 0 0;
    width: 22px;
    height: 22px;
    color: #999;
    font-size: 16px;
    line-height: 22px;
}

.list-text-overflow dd,
.list-text-overflow1line dd {
    overflow: hidden;
    height: 22px;
}

.list-text-overflow2line dd {
    overflow: hidden;
    height: 44px;
}

.list-text-overflow3line dd {
    overflow: hidden;
    height: 66px;
}

.list-cat-menu {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
}

.list-cat-menu li,
.list-cat-menu li a {
    text-align: left;
}

.list-cat-menu li {
    margin: 0;
    padding: 2px 0;
}

.list-cat-menu li a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    height: 27px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 27px;
}

.list-cat-menu li a {
    background-color: #fff;
}

.list-cat-menu li:first-child a {
    background-color: #f6f6f6;
}

.list-cat-menu li a span {
    float: left;
    margin: 0 10px 0 -10px;
    padding: 0;
    width: 27px;
    height: 27px;
    border-right: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}

.list-cat-menu li:first-child a span {
    background-color: #f6f6f6;
}

.list-cat-menu li.category {
    overflow: hidden;
    margin: 0;
    padding: 5px 0 2px 0;
}

.list-cat-menu li.category b {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 30px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eaeaea;
    font-size: 16px;
    line-height: 30px;
}

.list-cat-menu li ul li {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 26px;
}

.list-cat-menu li ul li a {
    height: 25px;
    border: none;
    font-size: 12px;
    line-height: 25px;
}

.list-cat-menu a,
.list-cat-menu a:hover {
    text-decoration: none;
}

.list-cat-menu a:hover {
    color: #900;
}

.list-cat-menu-center,
.list-cat-menu-center li,
.list-cat-menu-center li a {
    text-align: center;
}

.list-tag {
    clear: both;
    margin: 0;
    padding: 10px 10px 10px 0;
}

.list-tag a {
    float: left;
    overflow: hidden;
    margin: 10px 0 0 10px;
    padding: 0;
    width: 180px;
    height: 33px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ecf9ff;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 33px;
}

.list-tag a span {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 33px;
    height: 33px;
    border-right: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
}

.list-tag-265 a {
    width: 265px;
}

.list-tag a:hover {
    background-color: #fff;
}

.list-cat-index {
    clear: both;
    margin: 0;
    padding: 0;
}

.list-cat-index b,
.list-cat-index a {
    float: left;
    display: block;
    overflow: hidden;
    margin: 7px 0 0 2%;
    padding: 0;
    width: 30%;
    height: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f6f6f6;
    color: #006699;
    text-align: left;
    text-decoration: none;
    text-indent: 10px;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 33px;
}

.list-cat-index-border b,
.list-cat-index-border a {
    border: 1px solid #ccc;
}

.list-cat-index b,
.list-cat-index-border b {
    background-color: #f6f6f6;
    color: #333;
}

.list-cat-index-center b,
.list-cat-index-center a {
    text-align: center;
    text-indent: 0;
}

.list-cat-index b .icon,
.list-cat-index a .icon {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 33px;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
}

.list-cat-index a:hover,
.list-cat-index a.this-on,
.list-cat-index a.this-on:hover {
    background-color: #006699;
    color: #fff;
    text-decoration: none;
}

.list-cat-index-block b,
.list-cat-index-block a {
    float: none;
    display: block;
    overflow: hidden;
    margin: 7px 0 0 1%;
    padding: 0;
    width: auto;
    height: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    text-indent: 10px;
    font-size: 14px;
    line-height: 33px;
}

.list-cat-index-2cell b,
.list-cat-index-2cell a {
    margin-left: 3%;
    width: 45%;
}

.list-cat-index-3cell b,
.list-cat-index-3cell a {
    margin-left: 2%;
    width: 30%;
}

.list-cat-index-4cell b,
.list-cat-index-4cell a {
    margin-left: 1%;
    width: 23%;
}

.list-cat-index-5cell b,
.list-cat-index-5cell a {
    margin-left: 1%;
    width: 18%;
}

.list-cat-index-5cell b,
.list-cat-index-6cell a {
    margin-left: 1%;
    width: 15%;
}

.list-cat-index span {
    float: left;
    margin: 0;
    padding: 0;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
}

.list-cat-index span.one-index {
    margin: 0 10px 0 0;
    border-right: 1px solid #ccc;
}

.sub-tabs {
    position: relative;
    z-index: 99;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 36px;
    background-color: transparent;
}

.sub-tabs .sub-tabs-line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
}

.sub-tabs-bottom .sub-tabs-line {
    top: 0;
    bottom: auto;
    border-top: 1px solid #ccc;
    border-bottom: none;
}

.sub-tabs .sub-tabs-links {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    width: 100%;
    height: 35px;
    text-overflow: ellipsis;
}

.sub-tabs-bottom .sub-tabs-links {
    top: 0;
    bottom: auto;
}

.sub-tabs a,
.sub-tabs b {
    float: left;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
    height: 35px;
    color: #333;
    text-decoration: none;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
}

.sub-tabs a {
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color: #eaeaea;
}

.sub-tabs b {
    font-size: 16px;
}

.sub-tabs a i,
.sub-tabs b i {
    float: left;
    margin: 8px 10px 0 0px;
    color: #999;
    font-size: 18px;
    font-weight: normal;
}

.sub-tabs b i {
    margin: 8px 10px 0 -15px;
}

.sub-tabs span {
    float: right;
    margin-right: 8px;
    height: 35px;
    color: #999;
    font-size: 12px;
    line-height: 35px;
}

.sub-tabs span a {
    float: none;
    display: inline;
    color: #999;
    border: none
}

.sub-tabs .sub-title {
    border-left: 5px solid #046dac;
    color: #999;
    font-size: 14px;
}

.sub-tabs a.this-on,
.sub-tabs b.this-on {
    border-top: 2px solid #046dac;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #046dac;
}

.sub-tabs-bottom a.this-on,
.sub-tabs-bottom b.this-on {
    border-top: 1px solid #fff;
    border-bottom: 2px solid #046dac;
}

.sub-tabs a u,
.sub-tabs b u {
    color: #c00;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.sub-tabs a span,
.sub-tabs b span {
    float: none;
    margin-right: 0;
    margin-left: 5px;
    font-weight: 400;
    font-style: normal;
}

.sub-tabs a:hover {
    text-decoration: none;
}

.sub-tabs-blue .sub-tabs-line {
    border-color: #046dac;
}

.sub-tabs-blue a {
    border-color: #046dac;
    background-color: #046dac;
    color: #fff;
}

.sub-tabs-blue a:hover {
    color: #fff;
}

.sub-tabs-blue a.this-on,
.sub-tabs-blue b.this-on {
    background-color: #fff;
    color: #046dac;
    border-top-color: #046dac;
    border-bottom-color: #fff;
}

.sub-tabs-blue a u,
.sub-tabs-blue b u {
    color: #069;
}

.sub-tabs-blue a i {
    color: #fff
}

.sub-tabs-blue b i {
    color: #046dac
}

.sub-tabs-blue-bottom .sub-tabs-line {
    top: 0;
    bottom: auto;
    border-top: 1px solid #046dac;
    border-bottom: none;
}

.sub-tabs-blue-bottom .sub-tabs-links {
    top: 0;
    bottom: auto;
}

.sub-tabs-blue-bottom a.this-on,
.sub-tabs-blue-bottom b.this-on {
    border-top-color: #fff;
    border-bottom-color: #046dac;
}

.sub-tabs-blue-bottom a {
    border-color: #046dac;
}

.sub-tabs-blue-bottom a.this-on,
.sub-tabs-blue-bottom b.this-on {
    border-top: 1px solid #fff;
    border-bottom: 2px solid #046dac;
}

.sub-tabs-right a {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.sub-tabs-menu {
    position: relative;
    z-index: 99;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 100%;
    background-color: #f6f6f6;
}

.sub-tabs-menu .sub-tabs-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    width: 160px;
    height: 100%;
    text-overflow: ellipsis;
}

.sub-tabs-menu .sub-tabs-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 160px;
    height: 100%;
    border-right: 1px solid #ccc;
}

.sub-tabs-menu-100,
.sub-tabs-menu-100 .sub-tabs-links {
    width: 100px;
}

.sub-tabs-menu-100 .sub-tabs-line {
    width: 100px;
}

.sub-tabs-menu-120,
.sub-tabs-menu-120 .sub-tabs-links {
    width: 120px;
}

.sub-tabs-menu-120 .sub-tabs-line {
    width: 120px;
}

.sub-tabs-menu-140,
.sub-tabs-menu-140 .sub-tabs-links {
    width: 140px;
}

.sub-tabs-menu-140 .sub-tabs-line {
    width: 140px;
}

.sub-tabs-menu-160,
.sub-tabs-menu-160 .sub-tabs-links {
    width: 160px;
}

.sub-tabs-menu-160 .sub-tabs-line {
    width: 160px;
}

.sub-tabs-menu-180,
.sub-tabs-menu-180 .sub-tabs-links {
    width: 180px;
}

.sub-tabs-menu-180 .sub-tabs-line {
    width: 180px;
}

.sub-tabs-menu-200,
.sub-tabs-menu-200 .sub-tabs-links {
    width: 200px;
}

.sub-tabs-menu-200 .sub-tabs-line {
    width: 200px;
}

.sub-tabs-menu-220,
.sub-tabs-menu-220 .sub-tabs-links {
    width: 220px;
}

.sub-tabs-menu-220 .sub-tabs-line {
    width: 220px;
}

.sub-tabs-menu-240,
.sub-tabs-menu-240 .sub-tabs-links {
    width: 240px;
}

.sub-tabs-menu-240 .sub-tabs-line {
    width: 240px;
}

.sub-tabs-menu-260,
.sub-tabs-menu-260 .sub-tabs-links {
    width: 260px;
}

.sub-tabs-menu-260 .sub-tabs-line {
    width: 260px;
}

.sub-tabs-menu-280,
.sub-tabs-menu-280 .sub-tabs-links {
    width: 280px;
}

.sub-tabs-menu-280 .sub-tabs-line {
    width: 280px;
}

.sub-tabs-menu-300,
.sub-tabs-menu-300 .sub-tabs-links {
    width: 300px;
}

.sub-tabs-menu-300 .sub-tabs-line {
    width: 300px;
}

.sub-tabs-menu a,
.sub-tabs-menu b,
.sub-tabs-menu h1 {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
    height: 35px;
    color: #666;
    text-align: right;
    text-decoration: none;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 35px;
}

.sub-tabs-menu h1 {
    border: 1px solid #ccc;
    border-left: none;
    background-color: #eaeaea;
    color: #069;
    font-size: 16px;
}

.sub-tabs-menu a {
    border: 1px solid transparent;
    border-bottom: 1px solid #eaeaea;
}

.sub-tabs-menu b {
    border: 1px solid transparent;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
}

.sub-tabs-menu h1 i {
    float: left;
    margin: 8px -20px 0 0;
    width: 20px;
    color: #046dac;
    text-align: center;
    font-size: 18px;
}

.sub-tabs-menu a i,
.sub-tabs-menu b i {
    float: left;
    margin: 8px -20px 0 0;
    width: 20px;
    color: #999;
    text-align: center;
    font-size: 18px;
}

.sub-tabs-menu span {
    float: right;
    margin-right: 8px;
    height: 35px;
    color: #999;
    font-size: 12px;
    line-height: 35px;
}

.sub-tabs-menu span a {
    float: none;
    display: inline;
    color: #999;
}

.sub-tabs-menu a.this-on,
.sub-tabs-menu b.this-on {
    margin-left: 5px;
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
    background-color: #fff;
    color: #046dac;
}

.sub-tabs-menu a u,
.sub-tabs-menu b u {
    color: #c00;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.sub-tabs-menu a span,
.sub-tabs-menu b span {
    float: none;
    margin-right: 0;
    margin-left: 5px;
    font-weight: 400;
    font-style: normal;
}

.sub-tabs-menu a:hover {
    text-decoration: none;
}

.sub-tabs-menu .this-icon-close,
.sub-tabs-menu .this-icon-open {
    float: right;
    display: none;
    margin-right: 0;
    width: 20px;
    color: #999;
    font-size: 18px;
}

.sub-tabs-menu .this-close .this-icon-close {
    display: none;
}

.sub-tabs-menu .this-close .this-icon-open {
    display: block;
}

.sub-tabs-menu .this-open .this-icon-close {
    display: block;
}

.sub-tabs-menu .this-open .this-icon-open {
    display: none;
}

.sub-tabs-menu-center a,
.sub-tabs-menu-center b,
.sub-tabs-menu-center h1 {
    text-align: center;
}

.sub-tabs-menu-center a i,
.sub-tabs-menu-center b i,
.sub-tabs-menu-center h1 i {
    margin: 8px -20px 0 0;
}

.sub-tabs-menu-left a,
.sub-tabs-menu-left b,
.sub-tabs-menu-left h1 {
    text-align: left;
}

.sub-tabs-menu-left a i,
.sub-tabs-menu-left b i,
.sub-tabs-menu-left h1 i {
    margin: 8px 8px 0 0;
}

.sub-tabs-menu-justify a,
.sub-tabs-menu-justify b,
.sub-tabs-menu-justify h1 {
    text-align: justify;
    text-justify: inter-ideograph;
}

.thumbs-box {
    margin: 0;
    padding: 0;
}

.thumbs-box .img-item {
    position: relative;
    float: left;
    display: block;
    margin: 10px;
    padding: 0;
    width: 200px;
    height: 150px;
    background-color: #eaeaea;
}

.thumbs-box .img-item a {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 150px;
    color: #ccc;
    line-height: 100%;
}

.thumbs-box .img-item a img {
    width: 200px;
}

.thumbs-box .img-item a:hover {
    color: #fff;
}

.thumbs-box .img-title-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 25px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.thumbs-box .img-item a:hover .img-title-bg {
    background-color: #046dac;
}

.thumbs-box .img-title {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 101;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 90%;
    height: 25px;
    color: #ccc;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

.thumbs-box .img-item a .img-title {
    color: #ccc;
}

.thumbs-box .img-item a:hover .img-title {
    color: #fff;
}

.thumbs-box .img-video {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 101;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    background: url(/static-home/img/img-video.png) no-repeat 0 0;
}

.thumbs-box .img-item a img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.thumbs-box .img-item a:hover img {
    -webkit-box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -o-box-shadow: 0 0 30px #ccc;
}

.thumbs-box-400-300 .img-item,
.thumbs-box-400-300 .img-item a {
    width: 400px;
    height: 300px;
}

.thumbs-box-400-300 .img-item a img {
    width: 400px;
    max-width: 400px;
    max-height: 300px;
}

.thumbs-box-300-228 .img-item,
.thumbs-box-300-228 .img-item a {
    width: 300px;
    height: 228px;
}

.thumbs-box-300-228 .img-item a img {
    width: 300px;
    max-width: 300px;
    max-height: 228px;
}

.thumbs-box-200-150 .img-item,
.thumbs-box-200-150 .img-item a {
    width: 200px;
    height: 150px;
}

.thumbs-box-200-150 .img-item a img {
    width: 200px;
    max-width: 200px;
    max-height: 150px;
}

.thumbs-box-190-145 .img-item,
.thumbs-box-190-145 .img-item a {
    width: 190px;
    height: 145px;
}

.thumbs-box-190-145 .img-item a img {
    width: 190px;
    max-width: 190px;
    max-height: 145px;
}

.thumbs-box-180-137 .img-item,
.thumbs-box-180-137 .img-item a {
    width: 180px;
    height: 137px;
}

.thumbs-box-180-137 .img-item a img {
    width: 180px;
    max-width: 180px;
    max-height: 137px;
}

.thumbs-box-170-129 .img-item,
.thumbs-box-170-129 .img-item a {
    width: 170px;
    height: 129px;
}

.thumbs-box-170-129 .img-item a img {
    width: 170px;
    max-width: 170px;
    max-height: 129px;
}

.thumbs-box-160-122 .img-item,
.thumbs-box-160-122 .img-item a {
    width: 160px;
    height: 122px;
}

.thumbs-box-160-122 .img-item a img {
    width: 160px;
    max-width: 160px;
    max-height: 122px;
}

.thumbs-box-150-113 .img-item,
.thumbs-box-150-113 .img-item a {
    width: 150px;
    height: 113px;
}

.thumbs-box-150-113 .img-item a img {
    width: 150px;
    max-width: 150px;
    max-height: 113px;
}

.thumbs-box-140-106 .img-item,
.thumbs-box-140-106 .img-item a {
    width: 140px;
    height: 106px;
}

.thumbs-box-140-106 .img-item a img {
    width: 140px;
    max-width: 140px;
    max-height: 106px;
}

.thumbs-box-130-98 .img-item,
.thumbs-box-130-98 .img-item a {
    width: 130px;
    height: 98px;
}

.thumbs-box-130-98 .img-item a img {
    width: 130px;
    max-width: 130px;
    max-height: 98px;
}

.thumbs-box-120-90 .img-item,
.thumbs-box-120-90 .img-item a {
    width: 120px;
    height: 90px;
}

.thumbs-box-120-90 .img-item a img {
    width: 120px;
    max-width: 120px;
    max-height: 90px;
}

.thumbs-box-110-83 .img-item,
.thumbs-box-110-83 .img-item a {
    width: 110px;
    height: 83px;
}

.thumbs-box-110-83 .img-item a img {
    width: 110px;
    max-width: 110px;
    max-height: 83px;
}

.thumbs-box-100-75 .img-item,
.thumbs-box-100-75 .img-item a {
    width: 100px;
    height: 75px;
}

.thumbs-box-100-75 .img-item a img {
    width: 100px;
    max-width: 100px;
    max-height: 75px;
}

.box-full .thumbs-box-list {
    padding: 10px 0 10px 30px;
}

.box-full .thumbs-box-list .img-item {
    margin: 10px;
}

.box-full .thumbs-box-list .img-item,
.box-full .thumbs-box-list .img-item a {
    width: 200px;
    height: 150px;
}

.box-full .thumbs-box-list .img-item a img {
    width: 200px;
    max-width: 200px;
    max-height: 150px;
}

.pages {
    display: inline-block;
    margin: 10px auto;
    padding: 0;
    text-align: center;
}

.pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
}

.pages li {
    display: inline;
}

.pages li a,
.pages li span {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-decoration: none;
    line-height: 1.428571429;
}

.pages li:first-child a,
.pages li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pages li:last-child a,
.pages li:last-child span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pages li a:focus,
.pages li a:hover,
.pages li span:focus,
.pages li span:hover {
    background-color: #eee;
}

.pages .active a,
.pages .active a:focus,
.pages .active a:hover,
.pages .active span,
.pages .active span:focus,
.pages .active span:hover {
    z-index: 2;
    border-color: #428bca;
    background-color: #428bca;
    color: #fff;
    cursor: default;
}

.pages .disabled a,
.pages .disabled a:focus,
.pages .disabled a:hover,
.pages .disabled span,
.pages .disabled span:focus,
.pages .disabled span:hover {
    border-color: #ddd;
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}

.alert {
    margin: 0 0 10px 0;
    padding: 7px 10px;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
    font-size: 16px;
}

.alert a {
    font-weight: 700;
}

.alert p,
.alert ul {
    margin-bottom: 0;
}

.alert p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success a {
    color: #2b542c;
}

.alert-info {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info a {
    color: #245269;
}

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning a {
    color: #66512c;
}

.alert-danger {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger a {
    color: #843534;
}

.layer-windows-content {
    padding: 10px;
}

fieldset {
    clear: both;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: left;
    font-size: 12px;
}

legend {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #069;
    font-weight: 700;
    font-size: 14px;
}

fieldset,
legend {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.user-avatar {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.user-avatar a {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.user-avatar-168 a {
    padding: 5px;
    width: 168px;
    height: 168px;
}

.user-avatar-128 a {
    padding: 4px;
    width: 128px;
    height: 128px;
}

.user-avatar-64 a {
    padding: 3px;
    width: 64px;
    height: 64px;
}

.user-avatar-32 a {
    padding: 2px;
    width: 32px;
    height: 32px;
}

.user-avatar a img {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.user-avatar a:hover {
    background-color: #fc0;
}

.ico-user-group {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 50px;
    overflow: hidden;
    background-color: transparent;
    background-image: url('/static-base/img/ico-user-group.png');
    background-repeat: no-repeat;
    background-position: -2999px -2999px;
}

.ico-user-group-100 {
    background-position: 0 0
}

.ico-user-group-101 {
    background-position: 0 0
}

.ico-user-group-102 {
    background-position: 0 0
}

.ico-user-group-103 {
    background-position: 0 0
}

.ico-user-group-200 {
    background-position: 0 -50px
}

.ico-user-group-201 {
    background-position: 0 -50px
}

.ico-user-group-202 {
    background-position: 0 -50px
}

.ico-user-group-203 {
    background-position: 0 -50px
}

.ico-user-group-204 {
    background-position: 0 -50px
}

.ico-user-group-300 {
    background-position: 0 -100px
}

.ico-user-group-301 {
    background-position: 0 -100px
}

.ico-user-group-302 {
    background-position: 0 -100px
}

.ico-user-group-303 {
    background-position: 0 -100px
}

.ico-user-group-304 {
    background-position: 0 -100px
}

.ico-user-group-400 {
    background-position: 0 -150px
}

.ico-user-group-401 {
    background-position: 0 -150px
}

.ico-user-group-402 {
    background-position: 0 -150px
}

.ico-user-group-403 {
    background-position: 0 -150px
}

.ico-user-group-404 {
    background-position: 0 -150px
}

.ico-user-group-500 {
    background-position: 0 -200px
}

.ico-user-group-501 {
    background-position: 0 -200px
}

.ico-user-group-502 {
    background-position: 0 -200px
}

.ico-user-group-503 {
    background-position: 0 -200px
}

.ico-user-group-504 {
    background-position: 0 -200px
}

.ico-user-group-600 {
    background-position: 0 -250px
}

.ico-user-group-601 {
    background-position: 0 -250px
}

.ico-user-group-602 {
    background-position: 0 -250px
}

.ico-user-group-603 {
    background-position: 0 -250px
}

.ico-user-group-604 {
    background-position: 0 -250px
}


/*ico link 圆角图标*/

.ico-links-75 {}

.ico-links-75 a {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 75px;
    height: 75px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    text-decoration: none;
    cursor: hand;
}

.ico-links-75 a:hover {
    background: #fff;
    text-decoration: none;
}

.ico-links-75 a span,
.ico-links-75 a b {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}

.ico-links-75 a span {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}

.ico-links-75 a .icon {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
}

.ico-links-75 a b {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
    height: 25px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    overflow: hidden;
}


/* ico 及时通讯 */


/*Image ICO*/

.ico-instant-35,
.ico-instant-50 {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url('/static-base/img/ico-instant.png');
    background-repeat: no-repeat;
    background-position: -2999px -2999px;
    overflow: hidden;
}

.ico-instant-35 {
    width: 35px;
    height: 35px;
}

.ico-instant-50 {
    width: 50px;
    height: 50px;
}

.ico-instant-50-qq-1 {
    background-position: 0 0;
}

.ico-instant-50-qq-2 {
    background-position: -50px 0;
}

.ico-instant-50-qq-3 {
    background-position: -100px 0;
}

.ico-instant-50-qq-4 {
    background-position: -150px 0;
}

.ico-instant-35-qq-1 {
    background-position: -7px -50px;
}

.ico-instant-35-qq-2 {
    background-position: -57px -50px;
}

.ico-instant-35-qq-3 {
    background-position: -107px -50px;
}

.ico-instant-35-qq-4 {
    background-position: -157px -50px;
}

.ico-instant-50-wx-1 {
    background-position: 0 -85px;
}

.ico-instant-50-wx-2 {
    background-position: -50px -85px;
}

.ico-instant-50-wx-3 {
    background-position: -100px -85px;
}

.ico-instant-50-wx-4 {
    background-position: -150px -85px;
}

.ico-instant-35-wx-1 {
    background-position: -7px -135px;
}

.ico-instant-35-wx-2 {
    background-position: -57px -135px;
}

.ico-instant-35-wx-3 {
    background-position: -107px -135px;
}

.ico-instant-35-wx-4 {
    background-position: -157px -135px;
}

.ico-instant-50-sinawb-1 {
    background-position: 0 -170px;
}

.ico-instant-50-sinawb-2 {
    background-position: -50px -170px;
}

.ico-instant-50-sinawb-3 {
    background-position: -100px -170px;
}

.ico-instant-50-sinawb-4 {
    background-position: -150px -170px;
}

.ico-instant-35-sinawb-1 {
    background-position: -7px -220px;
}

.ico-instant-35-sinawb-2 {
    background-position: -57px -220px;
}

.ico-instant-35-sinawb-3 {
    background-position: -107px -220px;
}

.ico-instant-35-sinawb-4 {
    background-position: -157px -220px;
}


/* ico 云南民族 */

.ico-ynmz-50 {
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url('/static-base/img/ico-ynmz-50.png');
    background-repeat: no-repeat;
    background-position: -2999px -2999px;
    overflow: hidden;
}

.ico-ynmz-50-1-1 {
    background-position: -50px -50px;
}

.ico-ynmz-50-1-2 {
    background-position: -100px -50px;
}

.ico-ynmz-50-1-3 {
    background-position: -150px -50px;
}

.ico-ynmz-50-1-4 {
    background-position: -200px -50px;
}

.ico-ynmz-50-1-5 {
    background-position: -250px -50px;
}

.ico-ynmz-50-1-6 {
    background-position: -300px -50px;
}

.ico-ynmz-50-1-7 {
    background-position: -350px -50px;
}

.ico-ynmz-50-2-1 {
    background-position: -50px -120px;
}

.ico-ynmz-50-2-2 {
    background-position: -100px -120px;
}

.ico-ynmz-50-2-3 {
    background-position: -150px -120px;
}

.ico-ynmz-50-2-4 {
    background-position: -200px -120px;
}

.ico-ynmz-50-2-5 {
    background-position: -250px -120px;
}

.ico-ynmz-50-2-6 {
    background-position: -300px -120px;
}

.ico-ynmz-50-2-7 {
    background-position: -350px -120px;
}

.ico-ynmz-50-3-1 {
    background-position: -50px -190px;
}

.ico-ynmz-50-3-2 {
    background-position: -100px -190px;
}

.ico-ynmz-50-3-3 {
    background-position: -150px -190px;
}

.ico-ynmz-50-3-4 {
    background-position: -200px -190px;
}

.ico-ynmz-50-3-5 {
    background-position: -250px -190px;
}

.ico-ynmz-50-3-6 {
    background-position: -300px -190px;
}

.ico-ynmz-50-3-7 {
    background-position: -350px -190px;
}

.ico-ynmz-50-4-1 {
    background-position: -50px -260px;
}

.ico-ynmz-50-4-2 {
    background-position: -100px -260px;
}

.ico-ynmz-50-4-3 {
    background-position: -150px -260px;
}

.ico-ynmz-50-4-4 {
    background-position: -200px -260px;
}

.footer-user-apps {
    clear: both;
    overflow: hidden;
    margin: 5px 10px;
    padding: 0;
    height: 50px;
    text-align: center;
}

.footer-user-apps a {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.footer-user-apps a i {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
}

.footer {
    clear: both;
    margin: 0;
    padding: 10px 0 20px 0;
    border-top: 2px solid #046dac;
    background-color: #efefef;
    text-align: center;
}

.footer div,
.footer h1,
.footer p {
    text-align: center;
}

.footer-select {
    overflow: hidden;
    padding: 10px 0;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.footer-select select {
    margin-right: 10px;
    margin-left: 10px;
}

.footer-links {
    overflow: hidden;
    padding: 10px 0;
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}

.footer-links a {
    margin: 0 10px;
    color: #046dac;
    font-weight: 400;
}

.footer-menu {
    overflow: hidden;
    height: 35px;
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

.footer-menu a {
    margin: 0 10px;
    color: #333;
    font-weight: 400;
}

.footer-info {
    padding: 10px 0;
    background-color: #ddd;
    text-align: center;
}

.footer-info h1 {
    overflow: hidden;
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.footer-info p {
    overflow: hidden;
    margin: 0;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.footer-info a {
    margin: 0 10px;
    color: #333;
}

.footer-ico {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

.footer-ico a {
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
    padding: 0;
    width: 140px;
    height: 50px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

.footer-ico span {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-image: url(/static-home/img/footer-ico.jpg);
    background-repeat: no-repeat;
}

.footer-ico b {
    float: left;
    display: block;
    overflow: hidden;
    margin: 5px 0 0 0;
    padding: 0;
    width: 85px;
    height: 40px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.footer-ico-1 span {
    background-position: 0 0;
}

.footer-ico-2 span {
    background-position: -50px 0;
}

.footer-ico-3 span {
    background-position: -100px 0;
}

.footer-ico-4 span {
    background-position: -150px 0;
}

.footer-system {
    color: #999;
    font-size: 11px;
}

.page-tools {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 3001;
    margin: 0;
    padding: 0;
    width: 60px;
    text-align: center;
    font-size: 16px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)-50));
}

.page-tools-button {
    display: block;
    overflow: hidden;
    margin: 2px 0;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    color: #999;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
}

.page-tools-button i {
    display: block;
    height: 45px;
    color: #999;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
}

.page-tools-button:hover {
    background: #fff;
    color: #069;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
}

.page-tools-button:hover i {
    color: #069;
}

.page-tools .reading-history-box p {
    margin: 0;
    padding: 20px;
}

.page-tools .reading-history-box ul {
    margin: 0;
    padding: 10px;
}

.page-tools .reading-history-box ul li {
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    color: #ccc;
    font-size: 12px;
    line-height: 20px;
}

.politicians_library img {
    float: left;
    display: block;
    margin-right: 20px;
    width: 100px;
    height: 142px;
    border: 0;
}

.politicians_library h1 {
    margin-left: 40px;
    width: auto;
    height: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.politicians_library h1 span {
    font-weight: 400;
    font-size: 14px;
}

.politicians_library a,
.politicians_library a:hover {
    text-decoration: none;
}

.politicians_library_lb {
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 79px;
    height: 177px;
    background: #f6f6f6;
}

.politicians_library_lb a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.politicians_library_lb img {
    overflow: hidden;
    width: 79px;
    height: 111px;
}

.politicians_library_lb p {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.politicians_library_lb span {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    height: 36px;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.pad-left {
    padding-left: 10px;
}

.geerapoer {
    width: 258px;
    height: 185px;
    background-image: url(/static-home/img/side-box-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
}

.syimg {
    height: 117px;
}

.syimg a p {
    text-indent: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.syimg a p:hover {
    text-decoration: none;
}

.botnn {
    color: #fff;
}

.botnn a {
    display: block;
    padding: 8px 20px;
    border-radius: 10px;
    background: #0088e1;
    color: #FFF!important;
    font-size: 16px;
}

.botnn a:hover {
    color: #fff!important;
}

.demo1 {
    color: #f77b00!important;
}

.demo2 {
    color: #c2c0c1!important;
}

.demo3 {
    color: #f4ce15!important;
}
