.font-15{
    font-size: 15px;
    text-align: center;
}
.margint-26{
    margin-top: 26px;
}
#footer>.container{
    width: 1400px;
}
body{
    font-size: 16px;
    color: #000;
    background: #edeff1;
}
.row{
    margin: 0;
}
a:hover, a:focus{
    color: #333;
    text-decoration: none ;
}
nav a:hover{
    color: #AF5057;
}
 /* 去除所有链接的下划线 */
a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
ul, ol, menu {
    list-style: none;
}
nav{   
    position: relative;
}
.main-content{
    background: #edeff1!important;
}
.navbar{
    
    min-height: 100px;
    background-image: url('/uploads/images/headbg.png');
    margin: 0 auto;
}
.navbar-right>li{
    font-size: 14px;
    font-weight: 400;
     background-image: url('/uploads/images/headbg.png');
}
.container{
    
    padding:20px 0;
}
.weather{
    margin:auto 0;
    line-height: 63px;
    height: 60px;
}
/*走马灯*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-control {
  z-index: 2;
}

html, body, .carousel, .carousel-inner, .carousel-inner .item {
  height: 100%;
}

.carousel-inner .item:nth-child(1) {
  background: #74C390;
}

.carousel-inner .item:nth-child(2) {
  background: #51BCE8;
}

.carousel-inner .item:nth-child(3) {
  background: #E46653;
}

@media (min-width: 1300px){
    .container,.search-box,.swiper-box {
    width: 100%;
    margin: 0 auto;
}
}

.new-nav{
     width: 700px;
    margin-left: 333px;
    display: flex;
    justify-content: space-between;    
    align-items: center;
    height: 60px;
}
.new-nav li{
    width: 100%;
    text-align: center;
    /*background: #94391d;*/
}
.new-nav li a{
    line-height: 40px;
    padding: 0;
    /*color:white !important;*/
}
.nav-menu{
    width: 116px!important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: #94391d ;
}
.nav > li > a:hover, .nav > li > a:focus{
      font-size: 18px;
      transition: font-size 0.2s ease-in-out;  
}
.new-nav>li>a:hover,.new-nav>li>a:focus,.new-nav>li>a:open{
    background-color: #94391d ;
}

.new-nav>.active{
    position: relative;
}
.new-nav>.active a{
        color: #AF5057;
}

.new-nav>.active::after {
  position: absolute;
  left: 40%;
  right: 40%;
  bottom: 10%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  content: "";

}
.nav > li > a:hover, .nav > li > a:focus{
    background: none;
}
.bg-content{
     width: 1296px;
    height: 260px;
    margin: 0 auto;
     position:relative;
}

.search-box{
    text-align: center;
    position:absolute;
    top: 0;
    left: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 316px;
    height: 56px;
        border:8px solid #eee;
}
 /* 搜索框样式 */  
.search-box .btn-group{
    height: 52px;
}
.btn-group .btn{
    font-size: 16px;
    width: 130px;
    height: 100%;
    border: 3px solid #94391d;
    background: #fff;
}
.search-box input{  
    width: 258px;
    height: 40px;
    padding: 0px 9px;
    background: #FFFFFF;
    border-radius:0 4px 4px 0;
    border-style: none;
    outline:none;
    border-radius: 0px;
}  
.search-box input::placeholder{
    /*width: 336px;*/
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #9B9B9B;
    line-height: 24px;
    font-weight: 400;
    text-indent: 20px;
}
/* 按钮样式 */  
.search-button {  
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: #AF5057;
    border: none;
    color: #fff;
     cursor: pointer;  
}  
.btn{
    border-radius: 0px;
}
.gjjs{
    width: 110px;
    background: #94391d;
}
.swiper-box{
    width: 1400px;
    margin: 0 auto;
    padding-bottom:35px ;
    display: flex;
}
/*轮播图*/
@media (min-width: 768px){
#index-focus .item .carousel-img {
    height: 100%;
    width: 100%;
}
    
}
#index-focus{
    width: 75%;
}
.index-focus{
    width: 100%;
    display: flex;
}
.icon-box{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
}
.item-icon-a{
    width: 100%;
    height: 20%;
}
.item-icon{
    width: 100%;
    height: 100%;
   text-align: center;
   display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 8px 8px 0;
}
.icon-image{
    width: 130px;
    height: 100%;
    padding: 15px 15px;
    border-top: 1px solid #4c5670;
    background: #3a435c;
    text-align: center;
}
.icon-title:hover >span:first-child{
    color: #3a435c;
    text-decoration: underline;
}
.icon-title{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icon-title>span{
    text-align: left;
}
.icon-title>span:first-child{
    color: #555;
    font-size: 16px;
}
.item-icon img{
    width: 100px;
    height: 100%;

}
.icon-image{
    position: relative;
}
.icon-image .angle {
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: 10;
    display: none;
    margin: -10px 0 0 0;
    width: 8px;
    height: 19px;
    background: url("/uploads/images/angle.png") no-repeat 0 50%;
}
.item-icon div{
    font-size: 15px;
    color:#888;
    flex: 1;
    height: 100%;
    background: white;
    border-top: 1px solid #edeff1;
}
.icon-box>a:first-child .icon-title{
    border:none;
}
.panel-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.container-box{
    display: flex;
    justify-content: space-around
}
.container-box>div:nth-child(1),.container-box>div:nth-child(2),.container-box>div:nth-child(3){
    margin-right: 0.666%;
}
/*古桥图录，影像记忆*/
.con_center {
    position: relative;
    padding: 35px 0 10px 0;
    background: #fff;
    height: 606px;
}
.con_center .cenbg {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: #f8f9f9;
}
.mainwidth {
    position: relative;
    margin: 0 auto;
    width: 1400px;
}
.main-content .conban:first-of-type .mainwidth:before{
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d2d2d2c7; /* 灰白色渐变 */
    z-index: 1; /* 确保遮罩在图片之上 */
}
.cenleft {
    float: left;
    width: 650px;
}
.toptitle {
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 4px solid #edeff1;
}

.albumtop {
    position: relative;
    padding: 0 0 50px 0;
}
.swipe-box {
    padding: 0;
}
.arrow-left,.arrow-right{
    position: absolute;
    left: 0;
    top: 142px;
    width: 48px;
    height: 80px;
    background-image: url(/uploads/images/prev.png);
    background-position: left 0;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.4);
    z-index: 10;
    opacity: 0.65;
    filter: Alpha(opacity=65);
    cursor: pointer;
}
.arrow-right {
    left: auto;
    right: 0;
    background: url(/uploads/images/next.png) no-repeat left 0;
}.albumtop .title {
    padding: 0 18px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    background: url(/uploads/images/ico_1.png) no-repeat right 5px;
}
.albumtop .textcon {
    position: relative;
        bottom: -12px;
    display: block;
    float: right;
    margin: -70px 0 0 0;
    padding: 40px 55px;
    width: 450px;
    background: #f0f0f0;
}
.albumtop .text {
    display: block;
    padding: 10px 0 0 0;
    /* height: 51px; */
    color: #666;
    
}
.muti2-ellip {
    padding: 10px 0px;;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cenright {
    float: right;
    width: 650px;
}
.toptitle {
    padding: 0 0 6px 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 4px solid #edeff1;
}
.toptitle .caption {
    float: right;
}
.caption {
    font-size: 14px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #bbb;
}
.caption .pages {
    font-size: 24px;
    font-weight: bold;
}
.memoryvideocon {
    position: relative;
    width: 650px;
    overflow: hidden;
}
.vmemoryslide .img {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
}
.memoryvideocon .vico {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(/uploads/images/videoico.png) no-repeat 50% 50%;
}
.vmemoryslide .title {
    position: relative;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    height: 51px;
}
.vmemoryslide .title .icon {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 8px;
    height: 22px;
    background: url(/uploads/images/ico_1.png) no-repeat left 3px;
    vertical-align: middle;
}
.vmemoryslide .date {
    display: block;
    color: #999;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.albumlist {
    padding: 0 0 30px 0;
    border-top: 1px solid #edeff1;
}
/*参考文献*/
.indbotcon {
    padding: 40px 0;
    background: #edeff1;
}

.indbotcon .toptitle {
    margin: 0;
    border-bottom: 4px solid #ddd;
}

.indliteratruelist {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 0 -140px;
}
.indliteratruelist li {
    float: left;
    display: inline;
    padding: 30px 0;
    margin: 0 0 0 100px;
    width: 650px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
}
.indliteratruelist .img {
    display: block;
    float: left;
    margin: 0 30px 0 0;
}
.indliteratruelist .textcon {
    display: block;
    overflow: hidden;
}
.indliteratruelist .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}
.indliteratruelist .title:hover{
    text-decoration: underline;
}
.indliteratruelist .t1 {
    display: block;
    overflow: hidden;
    zoom: 1;
    height: 24px;
    margin: 0 0 15px 0;
    font-size: 14px;
}
.indliteratruelist .more {
    padding: 0 15px 0 0;
    font-size: 12px;
    color: #999;
    background: url(/uploads/images/ico_1_small.png) no-repeat right 50%;
}

.indliteratruelist .text {
    display: block;
    margin: 0 0 5px 0;
    height: 90px;
    color: #777;
    overflow: hidden;
    font-size: 14px;
}
/*检索*/
.category-order li > a.active,.text-danger, .text-danger:hover,.article-list .article-title a span.highlight{
    color: #AF5057!important;
    /*color: #fc534c;*/
}
.panel-title::before {  
  /*content: '';  */
  position: absolute;  
  top: 34%;
  left: -2%;  
  width: 2px;
  height: 18px; 
  border-left: 2px solid #94391d ;  
}
.panel-heading{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.panel-title{
    font-weight: 600;
    line-height: 20px;
    font-size:16px;
    color:#333;
}
.panel-more{
    font-size: 14px;
color: #94391d;
text-align: right;
font-weight: 400;
}
.list-unstyled li{
    height:30px !important;
    /*line-height: 20px!important;*/
}
.oneNotice{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link-dark{
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;        /* 防止换行 */  
    overflow: hidden;           /* 隐藏溢出内容 */  
    text-overflow: ellipsis;     /* 显示省略号 */  
}
.more-color{
    color: #94391d !important;
}
.index-gallary img{
    width: 100%;
}
main .panel-body .bar{
    width: 100%;
    height: 1px;
    background: #ddd;
}
#myTabContent .tab-pane{
    padding-top: 15px;
    height: 60px;
}
#myTab{
    display: flex;
    justify-content: space-around;
    border: none;
    background: #FCF3F4;
    border-radius: 5px;
}
#myTab li{
    width: 20%;
    text-align: center;
    position: relative;
}
#myTab li:first-child a{
    border-radius: 5px 0 0 5px;
}
#myTab li:last-child a{
    border-radius: 0 5px 5px 0;
}
#myTab li a{
    border-radius: 0;
}
#myTab .active a{
    background: #94391d;
    border: none;
    color: white;
}
#myTab li a:hover, #myTab li a:focus{
    background: #94391d;
    border: none;
    color: white;
}
.tabselect {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    border-top: 8px solid #94391d;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    display: none;
}
#myTab .active .tabselect{
    display: block;
}
.panel-left, .panel-right{
    min-width: 639px;
    background: #f6f6f6;
}
.panel-right .after-line, .index-aside .after-line{
    margin-top: 20px;
}
.panel-right .line, .index-aside .line{
    width: 100%;
    height: 20px;
    background: #F4F4F4;
    position: absolute;
    left: 0;
}
.panel-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.panel-main p{
    margin: 10px 0;
}
.panel-right .resource{
    background: #F4F4F4;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.resource a:hover{
    color: #94391d;
}
.resource a{
    padding: 0 !important;
    text-decoration: none;
}
.resource p{
    text-align: center;
    margin-top: 8px;
}
.index-aside ul{
    background: #F4F4F4;
    padding-top: 15px;
    padding-bottom: 15px;
}
.index-aside ul li{
    margin-bottom: 5px;
}
.index-aside ul li, .index-aside ul li a{
    color: #94391d;
}
.szresource:hover, .szresource:focus{
    text-decoration: none;
    color: #555;
}
.tips{
    margin-left:236px;
    font-size: 14px;
    font-weight: 1;
}
.tips a{
       color: #94391d;
}
.footer-qrcode a:hover, .footer-qrcode a:focus{
    text-decoration: none;
    color: white;
}
.szresource li{
    width: 100px;
    margin: 10px 0;
}
.szresource img{
    width: 100%;
    height: 30px;
    object-fit: contain;
}
.szresource p{
    width: 100%;
}
.zjresource{
    width: 100%;
}
.zjresource img{
    width: 84px;
    height: 120px;
    box-shadow: 0 4px 8px rgba(0,0,0,.3);
}
.open > .dropdown-menu {
    transition: all 0.5s ease-in-out;
}

/*footer*/
.footlinks {
    text-align: center;
    /*float: left;*/
    padding: 0 60px 0 85px;
    width: 305px;
    background: url(/uploads/images/line_2.png) no-repeat left 45px;
}
.footlinks .title, .footcontact .title {
    display: block;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 1.2;
}
.linkslist {
    padding: 0 0 0 3px;
}
.linkslist li {
    padding: 0 0 4px 0;
}
.linkslist a {
    display: block;
    color: #d6d6d9;
}
.footcontact {
    float: left;
    padding: 0 0 0 80px;
    background: url(/uploads/images/line_2.png) no-repeat left 45px;
}
.footcontact .text {
    color: #d6d6d9;
}

@media (min-width: 992px){
    .col-md-9 {
    width: 72%;
    margin-right:20px;
    }
}
/*下划线*/
.entry-meta ul{
    border-bottom:none;
    border-top:1px solid #eeeeee;
}
.pager li{
    background: #fff;
}
