@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0; max-width: 100%; height: auto; display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}
*{font-family:'微软雅黑';}

/**布局开始**/
body,html {
    margin: 0;
    padding: 0;
}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a {text-decoration:none; }

/* Head部分*/
.head{width:100%; height:auto; min-width:1400px; background:#fff;}
.head_box{width:100%; height:127px; margin:1%; display: flex; justify-content: space-between; align-items: center;}
.head_box .logo{width:519px; height:127px; background:url(images/logo.png) no-repeat; flex-shrink: 0;margin:2%}
.head_box .sear{flex: 1; display: flex; justify-content: flex-end; margin: 0 1%;}

/* 搜索框样式 */
#keyword {border: 1px solid #c0c0c0; border-right: none; color: #9b9b9b; height:19px; padding-left:10px;}
.wp_search .search{background:#fff url(images/search_08.png) no-repeat 36px;border: #c0c0c0 1px solid; border-left: none; height:23px;}

/* Nav部分 */
.nav {
    width: 100% !important;
    height: 80px !important;
    background: #2d5e90 !important;
    min-width: 1400px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
}

.nav_box {
    width: 100% !important;
    height: 100% !important;
    min-width: 1400px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    box-sizing: border-box !important;
    position: relative !important;
}

#wp_nav_w2 .wp_nav {
    display: flex !important;
    width: 100% !important;
    min-width: 1400px !important;
    max-width: none !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
}

#wp_nav_w2 .wp_nav .nav-item {
    flex: 1 1 0% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    text-align: center !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#wp_nav_w2 .wp_nav .nav-item a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

#wp_nav_w2 .wp_nav .nav-item a span.item-name {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 8px !important;
    line-height: 47px !important;
    background-color: #2d5e90 !important;
    cursor: pointer !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px !important;
    font-family: '微软雅黑' !important;
    transition: background-color 0.8s ease !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

#wp_nav_w2 .wp_nav .nav-item a span.item-name:hover {
    background-color: #1e4a75 !important;
}

/* 子菜单容器 */
#wp_nav_w2 .wp_nav .nav-item .sub-menu,
#wp_nav_w2 .wp_nav .nav-item .children,
#wp_nav_w2 .wp_nav .nav-item .dropdown,
#wp_nav_w2 .wp_nav .nav-item > div:nth-child(2),
#wp_nav_w2 .wp_nav .nav-item > ul,
#wp_nav_w2 .wp_nav .nav-item > div[style*="display"] {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    z-index: 1000 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    transform: none !important;
    display: none !important;
    background: #2d5e90 !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 0 !important;
    font-size: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
}

/* 显示子菜单 */
#wp_nav_w2 .wp_nav .nav-item:hover .sub-menu,
#wp_nav_w2 .wp_nav .nav-item:hover .children,
#wp_nav_w2 .wp_nav .nav-item:hover .dropdown,
#wp_nav_w2 .wp_nav .nav-item:hover > div:nth-child(2),
#wp_nav_w2 .wp_nav .nav-item:hover > ul,
#wp_nav_w2 .wp_nav .nav-item:hover > div[style*="display"] {
    display: block !important;
}

/* 子菜单项 */
#wp_nav_w2 .wp_nav .nav-item .sub-menu a,
#wp_nav_w2 .wp_nav .nav-item .children a,
#wp_nav_w2 .wp_nav .nav-item .dropdown a,
#wp_nav_w2 .wp_nav .nav-item > div:nth-child(2) a,
#wp_nav_w2 .wp_nav .nav-item > ul a,
#wp_nav_w2 .wp_nav .nav-item > div[style*="display"] a,
#wp_nav_w2 .wp_nav .nav-item .sub-menu span,
#wp_nav_w2 .wp_nav .nav-item .children span,
#wp_nav_w2 .wp_nav .nav-item .dropdown span,
#wp_nav_w2 .wp_nav .nav-item > div:nth-child(2) span,
#wp_nav_w2 .wp_nav .nav-item > ul span,
#wp_nav_w2 .wp_nav .nav-item > div[style*="display"] span {
    display: block !important;
    text-align: center !important;
    padding: 12px 5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #fff !important;
    background: #2d5e90 !important;
    text-decoration: none !important;
    border: none !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
    outline: none !important;
}

/* 子菜单项悬停效果 */
#wp_nav_w2 .wp_nav .nav-item .sub-menu a:hover,
#wp_nav_w2 .wp_nav .nav-item .children a:hover,
#wp_nav_w2 .wp_nav .nav-item .dropdown a:hover,
#wp_nav_w2 .wp_nav .nav-item > div:nth-child(2) a:hover,
#wp_nav_w2 .wp_nav .nav-item > ul a:hover,
#wp_nav_w2 .wp_nav .nav-item > div[style*="display"] a:hover {
    background: #1e4a75 !important;
    color: #fff !important;
}

/* 强制清除所有可能影响布局的样式 */
#wp_nav_w2 .wp_nav .nav-item .sub-menu *,
#wp_nav_w2 .wp_nav .nav-item .children *,
#wp_nav_w2 .wp_nav .nav-item .dropdown *,
#wp_nav_w2 .wp_nav .nav-item > div:nth-child(2) *,
#wp_nav_w2 .wp_nav .nav-item > ul *,
#wp_nav_w2 .wp_nav .nav-item > div[style*="display"] * {
    float: none !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border: none !important;
    outline: none !important;
    background: #2d5e90 !important;
    border-radius: 0 !important;
    line-height: inherit !important;
}

/* 特别确保链接和span元素无间隙 */
#wp_nav_w2 .wp_nav .nav-item .sub-menu a,
#wp_nav_w2 .wp_nav .nav-item .children a,
#wp_nav_w2 .wp_nav .nav-item .dropdown a,
#wp_nav_w2 .wp_nav .nav-item > div:nth-child(2) a,
#wp_nav_w2 .wp_nav .nav-item > ul a,
#wp_nav_w2 .wp_nav .nav-item > div[style*="display"] a {
    margin: 0 !important;
    padding: 12px 5px !important;
    border: none !important;
    background: #2d5e90 !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
}

/* ==================== 焦点图部分 - 修复白色遮盖问题 ==================== */
.banner{
    width:100%; 
    overflow: visible !important;  /* 改为visible */
    min-width: 1400px;
    position: relative;
    background: #fff;
}

.ban_box{
    width:1000px;
    height:563px;  /* 16:9比例: 1000 ÷ 16 × 9 = 562.5 ≈ 563px */
    margin:0 auto;
    position: relative;
    overflow: visible !important;  /* 改为visible */
    background: transparent !important;  /* 改为透明 */
    display: block !important;
}

.ban_box .con {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;  /* 改为visible */
    background: transparent !important;  /* 改为透明 */
    display: block !important;
}

/* 焦点图轮播容器 - 全部改为透明背景 */
.ban_box .con .focus_ban {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: visible !important;
    background: transparent !important;
    display: block !important;
}

.ban_box .con .focus_ban .focus-scroll {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: visible !important;
    background: transparent !important;
}

.ban_box .con .focus_ban .focus-scroll .focus-item {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    float: left !important;
    background: transparent !important;
}

.ban_box .con .focus_ban .focus-scroll .focus-item a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    background: transparent !important;
}

/* 修复大轮播指示器 */
.ban_box .con .focus-pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
    height: 20px !important;
    text-align: center !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;  /* 透明背景 */
}

.ban_box .con .focus_ban .focus-title-bar,
.ban_box .con .focus_ban .focus-title-bar .focus-title,
.ban_box .con .focus_ban .focus-title-bar .focus-title-bg{
    display:none !important;
}

.ban_box .con .focus-pagination .focus-page{
    width:12px !important; 
    height:12px !important;
    border-radius: 50% !important;
    background-color: rgba(255,255,255,0.5) !important;
    margin: 0 5px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10001 !important;
}

.ban_box .con .focus-pagination .focus-page-active{
    background-color:#ffe726 !important;
}

.ban_box .con .focus-nav {
    display: none !important;
}
.focus_ban{
width:1000px;
height:563px;}

/* 关键修复：焦点图图片样式 - 确保在最上层 */
.ban_box .con img, 
.focus_ban img,
.ban_box .con .focus_ban img,
.ban_box .con .focus_ban .focus-scroll img,
.ban_box .con .focus_ban .focus-scroll .focus-item img,
.ban_box .con .focus_ban .focus-scroll .focus-item a img {
    width: 100% !important;
    height: 563px !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    position: relative !important;
    z-index: 1000 !important;  /* 提高z-index */
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    vertical-align: top !important;
    background: transparent !important;  /* 透明背景 */
    opacity: 1 !important;  /* 确保不透明 */
    visibility: visible !important;  /* 确保可见 */
}

/* 强制修复：确保焦点图容器正确显示 */
.ban_box,
.ban_box .con,
.ban_box .con .focus_ban,
.ban_box .con .focus_ban .focus-scroll,
.ban_box .con .focus_ban .focus-scroll .focus-item,
.ban_box .con .focus_ban .focus-scroll .focus-item a {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* 特别修复：移除可能覆盖图片的伪元素 */
.ban_box::before,
.ban_box::after,
.ban_box .con::before,
.ban_box .con::after,
.ban_box .con .focus_ban::before,
.ban_box .con .focus_ban::after,
.ban_box .con .focus_ban .focus-scroll::before,
.ban_box .con .focus_ban .focus-scroll::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}

/* 修复小轮播指示器 */
.pic_news1 .con {
    position: relative !important;
    z-index: 1 !important;
}

.pic_news1 .con .focus .focus-pagination {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    margin-top: 10px !important;
    position: relative !important;
    z-index: 9999 !important;
    height: auto !important;
}

.pic_news1 .con .focus .focus-pagination .focus-page {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: 10px !important;
    border-radius: 50% !important;
    background-color: rgba(0,0,0,0.3) !important;
    margin: 0 3px !important;
    visibility: visible !important;
    opacity: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10000 !important;
}

.pic_news1 .con .focus .focus-pagination .focus-page-active {
    background-color: #5cc588 !important;
}

/* 确保小轮播图片样式 */
.pic_news1 .con img,
.focus img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ==================== 内容区域样式（保持原样） ==================== */
.post .tt{
    height:50px; 
    border-bottom:1px solid #d9d9d9;  
    margin-bottom: 16px; 
    padding: 0 ;
}
.post .tt .tit .title{
    font-size:22px;  
    font-weight:normal; 
    line-height:50px; 
    padding-left: 0;
}
.post .tt .tit{float:left;}

.post .tt .more_btn{float:right;}
.post .tt .more_btn .more_text{color:#535353; line-height:50px; font-size:12px; font-family:'宋体';}
.news1{margin-bottom: 6px;}
.pic_news1 .con .focus .focus-pagination .focus-page {
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    margin-top: 10px;}
.pic_news1 .con .focus .focus-pagination .focus-page-active {background-color: #5cc588 !important;}
.info1 {margin-bottom: 23px;}
.content{width:100%; height:auto; margin-bottom:0; min-width:1400px;}
.cont_box{width:1000px; height:auto; margin:0 auto;padding:0;}
.cont_box .pic_news{float:left;width:271px; height:auto;}

.cont_box .news_fast{float:left; width:363px; height:auto; margin:0 0 0 30px;}
.news_list .news .news_title a{color:#003380; font-size:16px; line-height:31px;}
.news_list .news .news_summary a{color:#808080; font-size:14px; line-height:28px;}
.wp_article_list .list_item {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-bottom: none;
    vertical-align: top;}
.wp_article_list .list_item .Article_Index{display:none;}
.wp_article_list .list_item .Article_Title a{color:#333333; font-size:13px;}
.wp_article_list .list_item span{margin-left:0;}

.cont_box .info{float:left; width:300px; height:auto;margin-left:30px}
#wp_news_w60 li .news_nav{width:275px; height:auto;}
#wp_news_w60 li .news_nav .news_time{float:left; width:78px;}
#wp_news_w60 li .news_nav .news_list{float:left; width:175px;}
#wp_news_w60 li .news_nav .news_list .news_intro a{color:#4f4f4f; font-size:14px;line-height: 22px;}
#wp_news_w60 li .news_nav .news_list .news_intro{margin-left:16px;}
.news_time .date-day{width:78px; height:34px; line-height:34px; background:#387fc0; color:#fff; font-family:'Cambria'; font-size:24px; text-align:center;}
.news_time .date-month{width:78px; height:35px; line-height:35px; background:#edecec; color:#585858; font-family:'Cambria'; font-size:15px; text-align:center;}

/** 底部区域布局 - 左右排列 70% + 30% **/
.content_botbox{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}

.content_bot{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cont_bot{
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* 党史学习部分 - 左边70% */
.message{
    width: 69%;
    height: auto;
    min-height: 220px;
    background: #fff !important;
    position: relative;
    box-sizing: border-box;
    margin-right: 1%;
    padding: 0;
    display: flex;
    flex-direction: column;
border:none !important;
}

.message .tt .tit .title {
    color: #cc0000 !important;
}

/* 党史学习内容位置 */
#wp_news_w71{
    margin-left: 20px !important;
    margin-top: 15px;
    width: calc(100% - 100px) !important;
    flex: 1;
}

/* 党史学习新闻列表布局 */
#wp_news_w71 .wp_article_list .list_item {
    width: 100% !important;
    height: 28px;
    line-height: 28px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 5px !important;
    margin-bottom: 8px !important;
}

#wp_news_w71 .wp_article_list .list_item .Article_Title {
    flex: 1 !important;
    margin-right: 15px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-align: left !important;
}

#wp_news_w71 .wp_article_list .list_item .Article_Title a {
    color: #333 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

#wp_news_w71 .wp_article_list .list_item .Article_Title a:hover {
    color: #2a5589 !important;
}

#wp_news_w71 .wp_article_list .list_item .Article_PostTime {
    flex-shrink: 0 !important;
    width: auto !important;
    color: #999 !important;
    font-size: 12px !important;
    min-width: 80px !important;
    text-align: right !important;
}

.message .mess_link{
    width: 55px;
    height: 85px;
    background: url(images/message_03.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 60px;
    transform: translateY(0);
}

/* 服务之窗 - 右边30% */
.service{
    width: 29%;
    height: auto;
    min-height: 220px;
    background: #fff !important;
    box-sizing: border-box;
    margin-left: 1%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.service .con {
    flex: 1;
    display: flex;
    align-items: center;
}

/* 服务之窗导航布局 */
#wp_nav_w70 .wp_nav{
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
}

#wp_nav_w70 .wp_nav .nav-item{
    width: 48%;
    height: 75px;
    text-align: center;
    margin-bottom: 15px;
}

#wp_nav_w70 .wp_nav .nav-item a span.item-name{
    font-size: 14px;
    color: #6a6a6a;
    padding: 50px 4px 0px 4px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 服务之窗图标定位 */
#wp_nav_w70 .wp_nav .i1{height:75px; background:url(images/160621_03.png) no-repeat center 15px; background-size: 30px auto;}
#wp_nav_w70 .wp_nav .i2{height:75px; background:url(images/160621_06.png) no-repeat center 15px; background-size: 30px auto;}
#wp_nav_w70 .wp_nav .i3{height:75px; background:url(images/160621_08.png) no-repeat center 15px; background-size: 30px auto;}
#wp_nav_w70 .wp_nav .i4{height:75px; background:url(images/160621_10.png) no-repeat center 15px; background-size: 30px auto;}
#wp_nav_w70 .wp_nav .i5{height:75px; background:url(images/160621_12.png) no-repeat center 15px; background-size: 30px auto;}
#wp_nav_w70 .wp_nav .i6{height:75px; background:url(images/160621_16.png) no-repeat center 15px; background-size: 30px auto;}
#wp_nav_w70 .wp_nav .i7{height:75px; background:url(images/160621_15.png) no-repeat center 15px; background-size: 30px auto;}

/*页脚*/
.foot{width:100%; height:112px; background-color: #2d5e90; min-width:1400px;margin: 0;padding: 1%;}
.foot_box{width:1000px; margin:0 auto; height:112px;}

.link_box{margin-left: 118px;}
.lianjie{float:left; margin-right:14px; margin-top:20px;}
.lianjie span{color:#fff; font-size:13px; line-height:34px;}
#wp_nav_w9{float:left;}
#wp_nav_w9 .wp_nav .nav-item{margin-top:20px;}
#wp_nav_w9 .wp_nav .nav-item a span.item-name{color:#fff; font-size:13px;padding:0 8px; line-height:34px;}

.copy p{color:#fff; font-size:12px; line-height:34px; text-align:center;}

/*列表页*/
.wrapper{width:100%; min-height:400px; min-width:1400px;}
.inner{width:1000px; margin:0 auto; background:#fff;min-height: 440px;}
.list_ban{width:100%; height:auto;}
.list_banbox{width:1400px; height:430px; margin:0 auto; background:url(images/banner_02.png) no-repeat;}
.col_menu { width:284px; float:left;border: #2d5e90 1px solid; margin-top:10px;}
.col_menu_dw{width: 1150px; border:none; margin-top:30px;float: left;}
.col_menu_dw img{width:1150px; height:auto; border:none;}
.col_menu_con{min-height:166px;}
.col_menu .col_menu_head{background:#2d5e90; width:284px; height:32px;}
.col_menu .col_menu_head h3.col_name { font-size:16px; font-weight:bold; color:#fff; line-height:32px; margin-left:10px;}

.col_news { width:690px; float:right; margin-top:10px;}
.col_news_dw{margin-top:30px;width: 230px;float: right;background: #ebecee;padding: 0px 10px 25px 20px;margin-right: 14px;}
.col_news2 { width:100% !important;}
.col_news_head {background:#2d5e90;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px; background:#2d5e90;} 
.col_metas .col_title h2 { display:inline-block; font-size:16px; font-weight:bold; color:#fff; padding:0 50px 0 25px;} 
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;}
.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
#wp_news_w6 .wp_article_list .list_item .ex_fields{margin-right:12px;}
#wp_paging_w6 .wp_paging{margin-right:12px;}  
.col_metas .col_path{margin-right:12px; font-size:14px; color:#fff; font-family:'微软雅黑';}
.col_metas .col_path a{color:#fff;}
.wp_listcolumn .wp_column{width:auto; margin:0 10px;}
.wp_listcolumn .wp_column a{background-color:#fff; font-size:14px;}
.possplit{background-image:url(images/line02.jpg);}
.wp_listcolumn{border:none;}
.wp_listcolumn .wp_column:hover{color:#2a5589;}
.wp_listcolumn .wp_column a{background:url(images/list_arrow.png) no-repeat 6px 12px; border-top:none;}
.wp_listcolumn .wp_column a:hover{background:url(images/list_arrow02.png) no-repeat 6px 12px; color:#2a5589;}
.wp_listcolumn .wp_column a .column-name:hover{color:#2a5589;}
.wp_listcolumn .wp_column a.selected{color:#2a5589; background-color:#fff; background-image:url(images/list_arrow02.png);}

/*文章页*/
.infobox { margin:0 auto;}
.article h1.arti_title { line-height:26px; font-family: "Microsoft YaHei"; padding:5px; text-align:center; font-size:18px; color:#282828; padding-top:32px;}
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} 
.article .entry { margin:0 auto; overflow:hidden;}
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}
.article .entry .read p { margin-bottom:6px; margin-left:36px; margin-right:36px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }  
div#wp_news_w51 .list_item.i1 {
    display: none;
}
h3.widget_title {
    display: none;
}

.guestbook_widget_box {
    border: none !important;
    width: 430px;
    margin: 0px 0px 0px 125px;
}

.guestbook_link {
    display: none;
}
.col_dw_img{width:570px; height:auto;}

.news_icon{display:none;}

.articlelist1_a_title{
    height: 28px;
    color: #333333;
    font-size: 13px;
    line-height: 28px;
    float: left;
    display: block;
    }
.scrollnews_li{background:none;float: left;width: 100%;}
.articlelist1_issuetime {
    padding-left: 5px;
    text-align: right;
    display: inherit;
    height: 28px;
    color: #333333;
    font-size: 13px;
    line-height: 28px;
    float: right;
}

.inner_dj{width:1440px;}
