/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.container {
    width: 1400px !important;
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0;
}

/* 头部样式 */
.header {
    background-color: #0A428D;
    color: #fff;
}
.header-bg{
    width: 100%;
    height: 157px;
    background-image: url(../images/top_bg.png);
    background-size: cover;
    background-position: center;
}
.header-nav{
    width: 100%;
    height: 54px;
    background-color: #1A3A6B;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 157px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width:auto;
    height: 96px;
}

.tr_title {
    display: flex;
    align-items: center;
}

.tr_title img {
    width:auto;
    height: 96px;
}

/* 导航栏样式 */
.navbar {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 54px;
    line-height: 54px;
    padding: 0px;
    background-color: #1A3A6B;
    position: relative;
    z-index: 1000;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.nav-item a {
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-item a:hover {
    background: #C8172E;

    color: #fff;
}

.nav-item.active>a {
    background: #C8172E;

    color: #fff;
}

/* 下拉菜单样式 */
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1A3A6B;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    line-height: 1.5;
    height: auto;
}

.dropdown-menu li a:hover {
    background-color: #C8172E;
    color: #fff;
}

/* 鼠标悬停显示下拉菜单 */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Banner样式 */
.banner {
    width: 100%;
    overflow: hidden;
}

#bannerCarousel {
    width: 100%;
}

#bannerCarousel .carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

#bannerCarousel .carousel-item {
    position: relative;
}
.banner-content {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.banner-title {

    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
    
font-weight: 380;
font-style: Medium;
font-size: 48px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0px;
vertical-align: middle;

}

.banner-subtitle {
    font-size: 20px;
    color: #E5E7EB;
    margin-bottom: 30px;
    font-weight: 500;
}

.banner-buttons {
    display: flex;
    gap: 20px;
}

.banner-btn {
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-btn .banner-btn-icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px;
}



.banner-btn-primary {
    background-color: #fff;
    color: #1A3A6B;
}

/* .banner-btn-primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
} */

.banner-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    line-height: 56px;
}

/* .banner-btn-secondary:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-2px);
} */

#bannerCarousel .carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    gap: 10px;
}

#bannerCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.4);
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

#bannerCarousel .carousel-indicators button.active {
    /* width: 32px;
    border-radius: 6px; */
    background-color: #fff;
}

/* 主体内容样式 */
.main-content {
    /* padding: 30px 0; */
}

/* 成果数据区 */
.results-section {
    padding: 55px 0;
    background-color: #F4F7FC;
}

.section-title {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.title-icon {
    width: 5px;
    height: 19px;
    background-image: url(../images/cat_icon.jpg);
    background-size: cover;
    background-position: center;

}

.title-icon1 {
    width: 5px;
    height: 19px;
    background-image: url(../images/cat_icon1.png);
    background-size: cover;
    background-position: center;
}

.section-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0A428D;
    margin: 0;
}

.data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.data-card {
    background-color: #fff;
    border-radius: 8px;
    height: 192px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.data-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.data-value {
    font-size: 40px;
    line-height: 36px;
    font-weight: bold;
    color: #0A428D;
    margin-bottom: 24px;

font-family: MiSans;

font-style: Semibold;
leading-trim: NONE;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;

}

.data-label {
    font-size: 14px;
    color: #666;
    line-height: 16px;
}

.intro-card {
    background-color: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 8px;
    padding: 30px;
    height: calc(100% - 44px);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    background-image: url(../images/r1r_bg.png);
    background-size: cover;
    background-position: center;
}

.intro-card p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 30px;
}

.read-more-btn {
    display: inline-block;
    padding: 0px 25px;
    height: 44px;
    line-height: 42px;
    color: #1A3A6B;
    text-decoration: none;
    border-radius: 60px;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.3s ease;
    align-self: flex-start;
    border: 1.5px solid #1A3A6B
}

.read-more-btn img {
    height: 9px;
    margin-left: 8px;
}

/* .read-more-btn:hover {
    background-color: #1A3A6B;
    color: #fff;
} */

/* 四新亮点展示区 */
.highlights-section {
    padding: 135px 0;
    background-color: #1A3A6B;
    height: 544px;
    box-sizing: border-box;
    background-image: url(../images/Features_Section.jpg);
    background-size: cover;
    background-position: center;
}

.highlights-section .section-title h3 {
    color: #fff;
}

.highlights-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.highlight-card {
    background-color: #fff;
    height: 216px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.highlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-card:hover {
    transform: translateY(-8px);
}


/* 支撑材料区 */
.support-section {
    padding: 71px 0;
    background-color: #D6E0F2;
}

.support-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.support-card {
    background-color: #fff;
    border-radius: 8px;
    height: 187px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #F3F4F6
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.support-icon {
    margin-bottom: 15px;
}

.support-icon img {
    height: 79px;
    object-fit: contain;
}

.support-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* 社会报道区 */
.news-section {
    padding: 65px 0 50px;
    background-color: #fff;
}

.news-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.news-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.news-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.news-image img {
    width: 100%;
    height: 100%;

}

.news-content {
    padding: 22px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.news-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 450;
    color: #1F2937;
    flex-direction: column;
    align-items: flex-start;
    font-family: MiSans;

}

.news-dot {
    width: 12px;
    height: 6px;
    background-color: #1A3A6B;
}

.news-date {
    font-size: 12px;
    color: #999;
    height: 24px;
    line-height: 24px;
}

.news-content p {
    font-size: 12px;
    color: #4B5563;
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 尾部样式 */
.footer {
    width: 100%;
    color: #fff;
    height: 156px;
    background-image: url(../images/MainFooter.png);
    background-size: cover;
    background-position: center;
    padding: 48px 0;
    box-sizing: border-box;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
   
    height: 55px;
    object-fit: contain;
}

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #94A4C5;
    font-size: 14px;
    line-height: 16px;
}

/* .footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact span {
    color: rgba(255, 255, 255, 0.5);
}

 */
.footer-contact a {
    color: #94A4C5;
    text-decoration: none;
}
.footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-icp {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}


.footer-links {
    font-size: 12px;
    color: #94A4C5;
}
.footer-links a {
    color: #94A4C5;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}



/* 面包屑导航 */
.breadcrumb {
    margin: 20px 0;
    font-size: 14px;
    color: #666;
}
.breadcrumb span {
    margin:0px 2px;
}
.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .current {
    color: #333;
    font-weight: bold;
}

/* 内容包装器 */
.content-wrapper {
    display: flex;
    gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 左侧菜单栏 */
.sidebar {
    flex: 0 0 256px;
}

.sidebar-title {
    background-color: #0A428D;
    color: #fff;
    text-align: center;
    height: 63px;
    margin-bottom: 20px;
}

.sidebar-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 63px;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #0A428D;
}

.sidebar-menu li {
   line-height: 57px;
   text-align: center;
}

.sidebar-menu li>a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
    border-left: 5px solid #fff;
}

.sidebar-menu li>a:hover {
    background-color: #ECF0F6;
    color: #0A428D;
    border-left: 5px solid #0A428D;
}

.sidebar-menu li.active>a {
    background-color: #ECF0F6;
    color: #0A428D;
    border-left: 5px solid #0A428D;
}

/* 子菜单 */
.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ECF0F6;
    padding-left: 30px;
    box-sizing: border-box;
}

.submenu li {
    border-bottom: none;
    height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
}

.submenu li a {
    font-size: 14px;
    border: none;
    margin: auto;
    background-color: #ECF0F6;
    border: none;
    width: 140px;
    height: 30px;
    line-height: 30px;
    position: relative;
    border-radius: 16px;
}

.submenu li a::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 6px solid #333;
}
.submenu li.active a::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 6px solid #fff;
}
.submenu li>a:hover::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 6px solid #fff;
}
.submenu li>a:hover {
    background-color: #0A428D;
    border: none;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    color: #fff;
}
.submenu li.active a {
    background-color: #0A428D;
    border: none;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    color: #fff;
}

/* 右边内容区 */
.content-area {
    flex: 1;
    background-color: #fff;
}
.content-area .section-title h3{
    color: #0A428D;
    font-weight: 400;
}
/* 内容头部 */
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0A428D;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    box-sizing: border-box;
    position: relative;
}
.content-header::after{
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 5px;
    height: 18px;
    background: #0A428D;
    border-radius: 3px;
}

.page-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* 筛选器 */
.filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}

.year-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.year-filter label {
    font-size: 14px;
    color: #666;
}

.year-filter select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.form-select{
    width: 188px;
    height: 38px;
    border-radius: 6px !important;
    border: 1px solid #3051B4 !important;
    margin-right: 30px;
}
.batch-upload-btn {
    padding: 7px 15px;
    background-color: #0A428D;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.batch-upload-btn:hover {
    background-color: #004488;
}

.upload-icon {
    width: 16px;
    height: 16px;
    background-image: url('https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=upload%20icon%2C%20white%20on%20blue%20background%2C%20simple%20design&image_size=square');
    background-size: contain;
    background-repeat: no-repeat;
}

/* 列表 */
.result-list {
    margin-bottom: 30px;
    margin-top: 25px;
}

.research-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.research-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.research-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    flex: 0 0 8px;
    height: 8px;
    background-color: #003366;
    border-radius: 50%;
    margin-top: 8px;
}

.list-item a {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
}

.list-item a:hover {
    color: #003366;
    text-decoration: underline;
}

.list-item .date {
    flex: 0 0 100px;
    color: #999;
    font-size: 13px;
    text-align: right;
}

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #f0f0f0;
    border-color: #0A428D;
}

.pagination a.active {
    background-color: #0A428D;
    color: #fff;
    border-color: #0A428D;
}

.pagination a.prev, .pagination a.next {
    padding: 6px 15px;
}

/* 简介 */
.college-intro {
    margin-top: 20px;
}

.intro-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.intro-meta {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #0A428D;
    width: 100%;
    text-align: center;
}

.intro-content {
    line-height:28px;
    font-size: 14px;
    color: #333;
}

.intro-content p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.intro-content p:last-child {
    margin-bottom: 0;
}

.listmain{height:100%;position:relative;padding:0;max-width:1300px;margin:30px auto;min-height:600px}
.listmain ul{margin:0;padding:0}
.lm-left{width:260px;float:left;padding:0; margin-right:30px}
.lm-left .left-lmname{background:#1a3a6b;position:relative;height:60px;line-height:60px;padding:0;overflow:hidden}
.lm-left .left-lmname h1{ color:#ffffff;font-size:24px;line-height:60px;padding:0 0 0 30px;z-index:999; text-align:left;width:100%;display:block}
.lm-left .left-lmname span{color:#ffffff;font-size:10px;line-height:30px;width:100%;display:block;text-align:center}
.lm-left .list-sub{height:auto;overflow:hidden;width:260px;padding:0;border:#e9e9e9 1px solid}
.lm-left .list-sub a{display:block;line-height:50px;height:50px;font-size:16px;cursor:pointer;color:#333333;text-align:left;border-bottom:#ffffff 1px solid;border-left:#a3a3a3 5px solid;background:#e9e9e9;text-indent:2em}
.lm-left .list-sub a i{background:url("../images/sub_jtbg.png") -44px center no-repeat;display:block;float:right;width:6px;height:50px;margin:0 15px 0 0}
.lm-left .list-sub a:hover i{background:url("../images/sub_jtbg.png") left center no-repeat;display:block;float:right;width:6px;height:50px}
.lm-left .list-sub a:last-child{border-bottom:none}
.lm-left .list-sub a:hover{background:#0069bc;color:#ffffff;border-left:#004987 5px solid}
.lm-left .list-sub #this-on{background:#0069bc;color:#ffffff;border-left:#004987 5px solid}
.lm-left .list-sub #this-on i{background:url("../images/sub_jtbg.png") left center no-repeat;display:block;float:right;width:6px;height:50px}

/**/
.lm-right{margin-right:0;background:#ffffff;overflow:hidden}
.this-name{background:#f5f5f5; padding:0 10px;margin:0;color:#ffffff}
.this-name h1{color:#999999;font-size:18px;line-height:50px;padding:0 25px;float:left;background:#f5f5f5;border-top-right-radius:10px;border-top-left-radius:10px}
.this-name span{color:#999999;font-size:14px;background:url("../images/ico_home.png") left 16px no-repeat;padding:0 0 0 20px; line-height:50px;display:block;width:100%}
.this-name span a{color:#999999}
.lm-right .lm_list{height:auto;overflow:hidden;margin:0 auto;padding:5px 0 20px}
.lm-right .lm_list li{line-height:50px;height:50px;font-size:14px;color:#999999;text-align:right;padding:0 10px;border-bottom:#e0e0e0 1px dashed;position:relative}
.lm-right .lm_list li a{color:#4a4a4a;height:50px;line-height:50px;overflow:hidden;padding-left:15px;font-size:16px;background:url("../images/ico_0021.png") left center no-repeat;display:block;text-align:left;padding-right:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; text-decoration: none; }
.lm-right .lm_list li span{position:absolute;right:0;top:50%;transform:translateY(-50%)}
.lm-right .lm_list li:hover{background:#ececec;color:#cc0000}
.lm-right .lm_list li a:hover{background:url("../images/ico_002.png") left center no-repeat #ececec;color:#cc0000}
.lm-right .ssjg_list{height:auto;overflow:hidden;margin:0 auto}
.lm-right .ssjg_list li{font-size:14px;color:#999999;text-align:right;padding:0.8em 10px;line-height:1.5;border-bottom:#e0e0e0 1px dashed}
.lm-right .ssjg_list li span{font-size:inherit;font-family:inherit;color:#cc0000}
.lm-right .ssjg_list li a{color:#4a4a4a;height:50px;line-height:50px;overflow:hidden;float:left;padding-left:15px;font-size:16px;background:url("../images/ico_0021.png") left center no-repeat}
.lm-right .ssjg_list li:hover{background:#ececec;color:#cc0000}
.lm-right .ssjg_list li a:hover{background:url("../images/ico_002.png") left center no-repeat #ececec;color:#cc0000}
.lm-right .ssjg_list li em{font-style:normal}
.lm-right .list-fy{text-align:center;margin:20px auto; }

/*list_subs*/
.list_subs{width:260px;margin:0 auto;border-left:#1a3a6b 10px solid}
.list_subs ul li{border-bottom:0;list-style:none}
.list_subs ul li a{color:#555555;font-size:18px;display:block;position:relative;border-bottom:#dedede 1px solid;width:90%;margin:0 auto;padding:0.5em 8px;text-decoration:none}
.list_subs ul li .inactive{background:url("../images/suboff.png") no-repeat 205px center}
.list_subs ul li .inactives{background:url("../images/subon.png") no-repeat 205px center;color:#C8172E;font-weight:bold}
.list_subs ul li ul{display:block}
.list_subs ul li ul li{border-left:0;border-right:0;background-color:#f7f7f7;border-color:#467ca2;background-image:url("../images/subico2j.png") !important;background-position:20px;background-repeat:no-repeat}
.list_subs ul li ul li:hover{background-image:url("../images/subico2hj.png") !important;background-position:20px;background-repeat:no-repeat}
.list_subs ul li ul li ul{display:none}
.list_subs ul li ul li a{padding-left:30px;font-size:15px}
.list_subs ul li ul li ul li{background-color:#f7f7f7;border-color:#6196bb;background-image:url("../images/subico3j.png") !important;background-position:32px;background-repeat:no-repeat}
.list_subs ul li ul li ul li:hover{background-image:url("../images/subico3hj.png") !important;background-position:32px;background-repeat:no-repeat}
.last{background-color:#d6e6f1;border-color:#6196bb}
.list_subs ul li ul li ul li a{color:#666666;padding-left:45px;font-size:14px;font-weight:normal}
.list_subs ul li a:hover{color:#0952a6;font-weight:bold}
.list_subs .thisnav{color:#C8172E;font-weight:bold}

.c-content{height:auto;overflow:hidden;position:relative;margin:40px auto;padding:0 20px}
.c-content .c-title{font-size:30px;color:#222222;line-height:50px;text-align:center}
.c-content .other-s{font-size:14px;height:35px;line-height:35px;text-align:center;color:#666666;background:#f5f5f5;margin:15px auto 0;position:relative}
.c-content .other-s .sjfx{position:absolute;right:10px;top:10px}
.c-content .nr-info{height:auto;overflow:hidden;position:relative;text-align:left}
.c-content .nr-info p{font-size:16px;color:#666;line-height:34px;margin:15px 0;text-indent:2em;text-align:left}
.c-content .nr-info table p{text-indent:0}
.c-content .nr-info p img{display:block;margin:0 auto}