header {
 box-shadow: 0 0 0px rgba(0, 0, 0, 1);
 height: 85px;
}
/*nav>ul>li:last-child,
nav>ul>li:nth-child(3),
nav>ul>li:nth-child(11) {
 display:none
}*/
header .top-bar{
 display:none;
}
header .main-bar{
    background-color:#005826;
    height: 85px;
}
header .main-bar .logo img {
    height: 55px;
}
header .main-bar nav>ul>li:hover span a,header .main-bar nav>ul>li span a {
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
}
header .main-bar nav>ul {
    padding: 0 0 0 3rem;
    display: flex;
    justify-content: space-evenly;
}
header .main-bar nav {
    width: 100%;
}
header .main-bar nav>ul>li {
    position: relative;
    margin-left: 1%;
    text-align: center;
}
.banner .carousel-caption{
text-align:left;
}
.banner .carousel-caption h5{
  font-size:24px;
  max-width:500px;
}
.banner .carousel-caption a{
  color:rgba(255,255,255,0.6);
}
.banner .carousel-caption a:hover{
  color:rgba(255,255,255,1);
}
.banner .carousel-inner{
  background-color:#000;
}
.banner .carousel-inner  img.imgdark{
 opacity:0.6;
}
.lecture,.news {
    background: none; 
}
.main{
  background-image:url(../../images/bodybackground.png);
 background-repeat:no-repeat;
  background-size:cover;
background-color:#FFF;
}
.news-headlight .carousel-item img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
object-fit:cover;
}
.news-headlight .carousel-inner {
    height: 380px;
}
.news-headlight .carousel-caption {
    position: inherit;
    padding: 20px;
    text-align: left;
    right: 0;
    left: 0;
    bottom: auto;
}
.news-headlight .carousel-caption h5{
  font-size:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-headlight .carousel-caption p{
  font-size:14px;
color:#999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-headlight {
    background: #FFF;
    box-shadow: 0 0 6px #555;
    margin-left: 15px;
}
.lecture{
   height:100%;
    padding-bottom: 4rem;
}
.lecture .lec_container{
 position:relative;

}
.lecture .swiper-slide .poster a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
}
.lecture .navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -60px;
    top: 40%;
    width: calc(100% + 120px);
}
.swiper-button-disabled {
    opacity: 0.3;
    cursor: inherit;
}
.lecture .swiper-wrapper {
    height: 100%;
}
.lecture .swiper {
    width: 100%;
    height: 100%;
    padding: 5px 10px 30px 10px;
    user-select: none;
}
h2.block-title a {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 0;
    color: #005826;
}

h2.block-title {
    margin-left: 15px;
    font-weight: bold;
    color: #005826;
    font-size: 2rem;
    position: relative;
    margin-bottom: 15px;
margin-top:20px;
}
h3.block-title {
    margin-left: 15px;
    font-weight: bold;
    color: #005826;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 15px;
margin-top:20px;
padding-left:20px;
border-left:3px solid #005826;
}
ul.channel-list {
    padding: 0 0 0 15px;
}
ul.channel-list li {
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
}
ul.channel-list li a,ul.news-list li a {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
color:#333;
}
ul.channel-list li span{
  color:#999;
}

ul.news-list {
    padding: 0px 15px;
}
ul.news-list li {
    padding: 13px 0;
    border-bottom: 1px solid #ECECEC;
}
ul.news-list li:last-child{
 border-bottom:0;
}
ul.news-list li span{
display:block;
padding-bottom:3px;
color:#999;
font-size:14px;
}
.notice-list {
    padding: 15px 0 15px 15px;
}
.notice-list .list-item {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}
.notice-list  .daytime {
    width: 80px;
    padding: 10px;
    font-family: arial;
    font-size: 12px;
    display: block;
    text-align: center;
    background-color: #D0EEDE;
    border-radius: 5px;
    color: #116435;
}
.notice-list  .daytime span {
    display: block;
}
.notice-list .daytime span.day {
    font-size: 30px;
    font-family: fantasy;
}
.notice-list .list-article {
    display: block;
    width: fit-content;
    padding-left: 15px;
padding-top:5px;
}
.notice-list .list-article span{
  display:block;
font-size:12px;
color:#999;
margin-bottom:3px;
}
.notice-list .list-article a {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
color:#333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lecture h2.block-title{
   text-align:center;
  margin-bottom:60px;
}
.banner .carousel-inner, div.banner  #carouselCaptions,.banner .carousel-item {
    height: 100%;
}
.banner{
  max-height:30vh;
}
.path {
    margin-top: 110px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #d6d6d6;
}
.tabs-act {
  margin-top: 70px;
}
.sec-wrapper {
  width:100%;
  padding:0 0 0 25px;
  margin-bottom:50px
}
.sec-wrapper .top-title {
  font-size:28px;
  color:#005826;
  font-weight:bold;
  line-height:32px; 
  text-align:center;
  margin:0;
  padding:14px 0
}
.sec-wrapper .p0 {
padding:0
}
.sec-wrapper .person {
margin-bottom:50px
}
.sec-wrapper .person .person-img-a {
padding:65% 50%;
position:relative
}
.sec-wrapper .person .person-img-a .person-img-wrapper {
position:absolute;
top:0;
bottom:0;
right:0;
left:0
}
.sec-wrapper .person .person-img-a .person-img {
width:100%;
height:100%;
object-fit:cover
}
.sec-wrapper .name {
font-size:18px;
font-weight:bolder;
color:#005826
}
.sec-wrapper .name .line {
display:inline-block;
width:3px;
height:14px;
background-color:#a4a4a4;
margin:0 10px;
vertical-align:middle
}
.sec-wrapper .name .position {
font-size:14px;
color:#8f8f8f
}
.sec-wrapper .title {
margin-top:4px;
font-size:14px;
line-height:2;
text-align:justify
}
@media (max-width:768px){
  .about{
    padding-left:.25rem;
    padding-right:.25rem
  }
}
@media (max-width: 1360px){
.banner {
    height: 30vh;
}}