.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.custom-header {
    background-color: #18a36e;
    /* 蓝色背景 */
    color: #fff;
    /* 文本颜色为白色 */
    padding: 15px 0;
    /* 上下内边距 */
    text-align: left;
    /* 文本居中 */

}

.custom-logo {
    /* 自适应宽度 */
    max-width: auto;
    /* 最大高度100 */
    height: 60px;
    /*    margin-left: -20px;*/
    /* 左边空白为200px */
}

.site-title {
    margin-left: 20px;
    /* 标题和 Logo 之间的左边距 */
    display: inline-block;
    /* 使标题和 Logo 水平排列 */
    vertical-align: middle;
    /* 垂直居中对齐 */
}

/*定义导航菜单样式*/
.highlight {
    font-size: 18px;
}

.navbar {
    border-radius: 0px;
}

.navbar-nav>li>a {
    padding-left: 5px;

    padding-right: 5px;
}

/*.navbar-default .navbar-brand {
    background-color: #18a36e;
    color: #fff;
}*/

.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #18a36e;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left:0px;
}
.navbar-form .form-control {
    width: 90px;
    /* 更改搜索框的宽度 */
}

/* 在小屏幕设备上调整搜索框宽度 */
@media (max-width: 768px) {
    .navbar-form .form-control {
        width: 100%;
        /* 使用100%宽度 */
    }
}
.navbar-default  .navbar-nav>li>a  {
color: #115B30;
}
.navbar-default .navbar-brand {
color: #115B30;
}

/* 首页列表 */

.more {
    font-size: 10px;
    color: grey;
}

.content ul {
    list-style: none;
    padding: 0;
}

.content li {
    margin-bottom: 10px;
    /*    font-size: 16px;*/
}

.content ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*    max-width: 30em;*/
    /* 控制每行最大字符数 */
}

.content ul li a {
    color: #5A5555;
}

.content span {
    display: inline-block;
    float: right;
    width: 60px;
    text-align: right;
    /*    margin-right: 10px;*/
}

.underline-container {
    width: 96%;
    /* 设置外层容器的宽度 */
    margin: 0 auto;
    /* 水平居中 */
}

.underline {
    border-top: 2px solid #18a36e;

    /* 设置下框线，可根据需要调整线条颜色和粗细 */
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #18a36e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

ul>li>a {
    font-size: 18px;
}

/*列表页*/
.blackfont {
    background-color: #FFFFFF;
    color: #000000;
}
.bottom{
    margin-bottom: 20px;
}
.gonggaolist {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-size: 18px;
    line-height: 32px;
    font-family: FZPSHJWRegular;
    /*font-weight: bold;*/
    margin: auto;
    overflow: hidden;
}

.blackfont>.gonggaolist_title {
    position: relative;
    float: left;
    display: inline-block;
    height: 100%;
    /*left: 4%;*/
    z-index: 99;
    background-color: #FFFFFF;
    color: #000000;
}

.bluefont>.gonggaolist_title {
    position: relative;
    float: left;
    display: inline-block;
    height: 100%;
    /*left: 4%;*/
    z-index: 99;
    background-color: #FFFFFF;
    color: rgba(0, 172, 233, 1.0);
}

.blackfont>.gonggaolist_meta {
    position: relative;
    float: right;
    display: inline-block;
    height: 100%;
    /*right: 6%;*/
    text-align: right;
    overflow: hidden;
    z-index: 99;
    background-color: #FFFFFF;
    color: #000000;
}

.bluefont>.gonggaolist_meta {
    position: relative;
    float: right;
    display: inline-block;
    height: 100%;
    /*right: 6%;*/
    text-align: right;
    overflow: hidden;
    z-index: 99;
    background-color: #FFFFFF;
    color: rgba(0, 172, 233, 1.0);
}

.backgoundline {
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 100%;
    margin: 0% 10% 0% 10%;
    top: -100%;
    z-index: 98;
    display: inline-block;
}
/*面包屑*/
.breadcrumb {
    padding: 8px 8px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: right;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #18a36e;
  border-color: #18a36e;
}

.first {
    display: block;
    /*margin-bottom: 20px;*/
    /*width: 240px;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    text-align: left;
    font-size: 14px;
    /*background: #004ca3;*/
    /*color: #fff;*/
}

/*内容页*/
.biaotiW {
    padding: 30px 0px 10px 0px;
    clear: both;
    font-size: 24px;
    font-family: FZPSHJWRegular;
    font-weight: bold;
    color: black;
    margin: auto;
    text-align: center;
    width: 95%;
}

.xinxi {
    border-bottom-style: solid;
    border-bottom-color: rgba(162, 162, 162, 1.00);
    padding: 0px 0px 20px 0px;
    clear: both;
    font-size: 10px;
    font-family: FZPSHJWRegular;
    color: rgba(190, 190, 190, 1.00);
    margin: auto;
    text-align: center;
    width: 95%;
}

.neirong {
    margin: auto;
    padding: 20px 30px 30px 30px;
    font-size: 18px;
    line-height: 180%;
    font-family: FZPSHJWRegular;
    width: 100%;
    text-align: left;
/*    color: #282828;*/

}
/*段落首行缩进*/
.v_news_content p {
  text-indent: 4ch;
}
.neirong img {
    width: auto;
    height: auto;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    text-align: left;
}

.carousel-inner .item img {
    width: 100%;
    height: 340px;
    /* 默认高度为340px */
}

.carousel-inner .item a:link {
    color: #fff;
}

.carousel-inner .item>a>img {
    width: 100%;
    height: 340px;
}

@media (max-width: 767px) {

    /* 在小屏幕上，图片高度固定为140px */
    .carousel-inner .item>a>img {
        height: 140px;
    }

}

@media (max-width: 767px) {
    .image-container {
        height: 140px;
        margin-bottom: 20px;
        /* 设置手机端上下图片之间的间距 */
    }
}

.navbar {
    margin-bottom: 0px;
}



/*学科平台*/

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 200px;
}

.image-container:hover img {
    transform: scale(1.1);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
}

/*图片画廊*/
.swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide a .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*友情链接*/
footer {
    background-color: #18a36e;
    color: #fff;
    padding: 20px 0;
    margin-top: 50px;

}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #fff;
}

.footer-links li {
    display: inline-block;
    margin-right: 10px;
}

.footer-links li:last-child {
    margin-right: 0;
}

.copyright {
    margin-top: 20px;
}