* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* 蓝色主色调 */
:root {
    --primary-color: #0066cc;
    --secondary-color: #004080;
    --light-blue: #e6f0fa;
    --text-color: #333;
    --light-text: #666;
    --border-color: #ddd;
    --hover-color: #0052a3;
    --shadow-color: rgba(0, 102, 204, 0.2);
    --accent-yellow: #ffc107;
}

/* 顶部欢迎横幅 */
.top-banner {
    background-color: var(--secondary-color);
    color: white;
    padding: 8px 0;
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    overflow: hidden;
}

.scrolling-text {
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.language-selector a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

.language-selector a:hover {
    color: var(--accent-yellow);
    text-decoration: underline;
}

/* 学院标识与搜索区 */
.header-main {
    background-color: white;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.college-logo {
    width: 640px;
    height: 80px;
}

.college-info {
    display: flex;
    flex-direction: column;
}

.college-name {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.college-english {
    font-size: 14px;
    color: var(--text-color);
    margin: 5px 0 0;
}

.college-motto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex: 1;
    text-align: center;
}

.motto-text {
    font-size: 48px;
    color: var(--secondary-color);
    font-weight: 800;
    margin: 0;
    font-family: 'STHeiti', 'Microsoft YaHei', 'SimHei', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 64, 128, 0.2);
    letter-spacing: 8px;
}

.motto-subtext {
    font-size: 16px;
    color: var(--secondary-color);
    margin: 0;
    font-family: 'SimSun', serif;
}

.search-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.search-box {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-box input {
    padding: 8px 12px;
    border: none;
    outline: none;
    font-size: 14px;
    width: 200px;
}

.search-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background-color: var(--hover-color);
}

.advanced-search {
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s;
}

.advanced-search:hover {
    color: var(--hover-color);
    text-decoration: underline;
}

/* 导航栏 */

.navbar {
    background-color: var(--primary-color);
    color: white;
    padding: 0 20px;
    position: relative;
    overflow: visible;
    z-index: 1000;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    overflow-y: hidden;
}
.navbar .navbox {
	width: 1400px;
	height: 50px;
	margin: 0 auto;
	background-color: #0066cc;
	
} 
/**导航窗口大小及位置**/
.navbar .navbox .mark{background:#0066cc;}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav { height:49px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:20px; color:#fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ color:#F4E1C9; background:#E99419;}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name { padding:0 40px 0 50px; height:49px; line-height:49px;}   /**导航栏目高度与边距**/
.wp_nav .nav-item { border-right: 1px solid #0066cc;}
.wp_nav .sub-nav {border: 0px; }
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0066cc;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:17px; font-weight:normal;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent { background:#339ae9;
; color:#F4E1C9;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 5px; height:40px; line-height:40px;}		/**子菜单栏目高度与边距**/








/* 响应式设计 */
@media (max-width: 1200px) {
    .header-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .search-area {
        align-items: center;
    }
    
    .nav-menu a {
        font-size: 14px;
        padding: 26px 15px;
    }
}

@media (max-width: 900px) {
    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-menu a {
        padding: 15px 12px;
    }
    
    .navbar {
        height: auto;
    }
    
    .nav-container {
        height: auto;
        flex-wrap: wrap;
    }
    
    .college-name {
        font-size: 24px;
    }
    
    .motto-text {
        font-size: 18px;
    }
}


/* 轮播图 */
.slider-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-item {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 20;
}

.prev-btn,
.next-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 102, 204, 0.7);
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(0, 102, 204, 0.9);
}

.slider-dots {
    display: flex;
    gap: 12px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: rgba(0, 102, 204, 0.9);
    transform: scale(1.2);
}


/* 内容区域 */
.content-background {
    background-color: #f4f5f0;
    position: relative;
    padding: 20px 0;
}

.content-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-image: url('images/xiangyun.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 20%;
    opacity: 0.08;
    z-index: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    position: relative;
    color: var(--text-color);
    z-index: 1;
}

/* 新闻栏目 */
.news-section {
    margin: 40px 0;
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title a {
    font-size: 14px;
    color: var(--light-text);
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s;
}

.section-title a:hover {
    color: var(--primary-color);
}

/* 校园要闻左右布局 */
.campus-news-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.campus-news-main {
    flex: 1;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.campus-news-main:hover {
    box-shadow: 0 8px 25px var(--shadow-color);
    transform: translateY(-5px);
}

.campus-news-main .news-image {
    height: 280px;
}

.campus-news-main .news-content {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}

.campus-news-main .news-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.campus-news-list {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-item-list {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.news-item-list:hover {
    background-color: var(--light-blue);
    transform: translateX(10px);
    box-shadow: 0 4px 15px var(--shadow-color);
}

.news-item-list .news-title {
    font-size: 16px;
    margin-bottom: 8px;
}

/* 双栏新闻布局 */
.dual-news-sections {
    display: flex;
    gap: 60px;
    margin: 40px 0;
    align-items: stretch;
}

/* 教育教学 - 风格1 */
.news-style-1 {
    flex: 1;
    padding: 20px;
    border: 1px solid rgba(0, 102, 204, 0.1);
    border-radius: 8px;
    background-color: white;
}

.news-style-1 .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-style-1 .news-item {
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.news-style-1 .news-item:hover {
    box-shadow: 0 8px 25px var(--shadow-color);
    transform: scale(1.02);
}

.news-style-1 .news-content {
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
}

.news-style-1 .news-title {
    font-size: 17px;
    margin-bottom: 8px;
}

/* 媒体北体 - 时间线风格 */
.news-style-2 {
    flex: 1;
    padding: 20px;
    border: 1px solid rgba(0, 102, 204, 0.1);
    border-radius: 8px;
    background-color: white;
    margin-left: 20px;
}

.news-style-2 .news-timeline {
    position: relative;
    padding-left: 30px;
}

.news-style-2 .news-timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--primary-color);
}

.news-item-timeline {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.news-item-timeline::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}

.news-item-timeline:hover {
    transform: translateX(10px);
}

.news-item-timeline:hover::before {
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.timeline-date {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 8px;
}

.timeline-content .news-title {
    font-size: 16px;
}

/* 阳光体育 - 卡片式风格 */
.news-style-3 {
    flex: 1;
    padding: 20px;
    border: 1px solid rgba(0, 102, 204, 0.1);
    border-radius: 8px;
    background-color: white;
    margin-left: 20px;
}

.news-list-card {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-item-card {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.news-item-card:last-child {
    border-bottom: none;
}

.news-item-card:hover {
    background-color: rgba(255, 223, 186, 0.1);
    padding-left: 10px;
}

.card-date {
    display: inline-block;
    background-color: #ffc107;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

.card-title {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
}

.card-title a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: var(--primary-color);
}

/* 通用新闻样式 */
.news-image {
    width: 100%;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-title a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-title a:hover {
    color: var(--primary-color);
}

.news-date {
    font-size: 14px;
    color: var(--light-text);
    margin-bottom: 10px;
}

.news-excerpt {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.5;
}

.news-excerpt a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-excerpt a:hover {
    color: var(--primary-color);
}

/* 校园地图/风景图片 */
.campus-image {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.campus-image img {
    width: 100%;
    height: auto;
    max-height: 300px;
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

/* 页脚 */
.footer {
    background-color: var(--secondary-color);
    color: white;
    padding: 40px 0 20px;
    background-image: linear-gradient(135deg, var(--secondary-color) 0%, #003366 100%);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/xiangyun.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 15%;
    opacity: 0.1;
    z-index: 0;
}

.footer-content, .footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-right: 40px;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 20px;
    column-fill: balance;
}

.footer-column li {
    margin-bottom: 8px;
    break-inside: avoid;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

.footer-qrcode {
    text-align: center;
    margin-left: 20px;
}

.qrcode-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.footer-qrcode-group {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.footer-qrcode p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .campus-news-layout {
        flex-direction: column;
    }
    
    .campus-news-list {
        flex: 1;
        max-width: 100%;
    }
    
    .dual-news-sections {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .slider {
        height: 300px;
    }

    .campus-news-main .news-image {
        height: 200px;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campus-news-main,
.news-item-list,
.news-style-1 .news-item,
.news-item-timeline {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.campus-news-main {
    animation-delay: 0.1s;
}

.news-item-list:nth-child(1) {
    animation-delay: 0.2s;
}

.news-item-list:nth-child(2) {
    animation-delay: 0.3s;
}

.news-item-list:nth-child(3) {
    animation-delay: 0.4s;
}

.news-item-list:nth-child(4) {
    animation-delay: 0.5s;
}

.news-style-1 .news-item:nth-child(1) {
    animation-delay: 0.2s;
}

.news-style-1 .news-item:nth-child(2) {
    animation-delay: 0.3s;
}

.news-style-1 .news-item:nth-child(3) {
    animation-delay: 0.4s;
}

.news-item-timeline:nth-child(1) {
    animation-delay: 0.2s;
}

.news-item-timeline:nth-child(2) {
    animation-delay: 0.3s;
}

.news-item-timeline:nth-child(3) {
    animation-delay: 0.4s;
}

.news-item-timeline:nth-child(4) {
    animation-delay: 0.5s;
}

.news-item-timeline:nth-child(5) {
    animation-delay: 0.6s;
}
/*文章列表样式属性*/
.post .con .wp_article .list_item{border-bottom: 1px dashed #ccc;}
.post .con1 .wp_article_list .list_item{
	height: 30px;
	
	
}
.post .con .wp_article .list_item span{
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	/*padding-right: 5px;*/
}
.post .con li{
	margin-top: 5px;
}
.post .con .wp_article .list_item .Article_Index{background: url(images/li.png) no-repeat center;}


.con .wp_article_list .list_item .Article_Index {display:inline-block; width:10px; height: 24px;margin-top:3px;color:#fff;font-size:11px;float:left;margin-right:5px;overflow:hidden;text-indent:-99em;background:url(images/wp_article_li_1.png) repeat;}

/*.post .con .wp_article .list_item .Article_Index{background: url(images/li.gif) no-repeat center;}*/

.wp_article_list .list_item .Article_Index { display:inline-block; width:10px; height:16px; margin-top:3px; color:#fff; font-size:11px;float:left; margin-right:5px; overflow:hidden; text-indent:-99em; background:url(images/li.png) no-repeat 50%;}

.dongtai1 .wp_article_list .list_item .Article_Index { display:inline-block; width:10px; height:16px; margin-top:3px; color:#fff; font-size:11px;float:left; margin-right:5px; overflow:hidden; text-indent:-99em; background:url(images/li.png) no-repeat 50%;}

/*日期右间距*/.post .con1 {padding-right: 10px;}
.post .con1 li{margin-top: 10px}

/*新闻图片*/
.picbase1-credit{font-size:0px;}

/**列表页**/

.col_menu { width:220px; float:left;min-height: 400px;} 
.col_menu .col_menu_head { background:#c3ced6;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:17px; font-weight:bold; color:#fff; }		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:21px; padding:5px 5px 5px 30px;}  /**栏目名称图标**/
.col_menu .col_name{
	height:40px;
	width: 240px;
}

 /**栏目列表*/
.col_list .wp_listcolumn {border-bottom:1px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color:#fff; background:#339ae9; border-top:1px solid #fff;} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected {background:#F687A3;} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#333;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545; background:#e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px; border-top:1px solid #fff; border-bottom:1px solid #bbb;} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:none;} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px solid #fff; border-bottom:1px solid #ccc;} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:none;} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px; border-top:1px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_news {
	width: 800px;
	float: right;
	padding-right: 0px;
} /**栏目新闻**/
.col_news_head {
	border-bottom: 1px solid #0066b3;
	height: 50px;
}
.col_metas .col_title {
	height: 40px;
	background: #339ae9;
	width: 200px;
	float: left;
	text-align: center;
}  /**当前栏目**/
.col_metas .col_title span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 10px;

}   /**当前栏目名称**/
.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: 10px;
}
.col_news_list .wp_article_list .list_item {height:30px;line-height:28px;list-style: none;}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .pr_fields{ float: left; }
.col_news_list .wp_article_list .list_item .ex_fields{ float: right; }
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.png) no-repeat center;}  /**栏目新闻图标序号**/
.col_news_list .wp_article_list .list_item a{ font: 14px "微软雅黑"; color: #333; text-decoration: none;}
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry img { max-width:680px; }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { margin:0 auto;}
.article {}
.article h1.arti_title { line-height:26px; font-family: "Microsoft YaHei"; padding:5px; text-align:center; font-size:18px; color:#282828;} /**文章标题**/
h1.arti_title1 {line-height: 26px; font-family: "Microsoft YaHei"; padding: 5px;text-align: center;font-size: 16px;color: #282828;border-bottom: 2px solid #931f18;}
.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;min-height: 400px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.7; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:940px; }   /**文章阅读部分图片大小限制**/


.libiao {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	margin-top: 20px;
}
.display {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}