/*****网站内页，全局栏目头颜色设置－开始******/


h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}



/* 公用标题样式 */
.bt {text-align: center; margin-bottom: 30px;position: relative;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.bt h3 { display: inline-block;font-size: 30px;line-height: 1;color: #222;letter-spacing: 2px;border-top: 1px solid #ccc; padding-top: 12px;}
.bt h5 {font-size: 18px;line-height: 1;color: #9d9d9d;text-transform: capitalize;margin-top: 8px;letter-spacing: 2px;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .bt{margin-bottom: 20px;}
  .bt h3{font-size: 26px;}
  .bt h5{font-size: 15px;margin-top: 6px;letter-spacing: 1px;}
  
}

@media (max-width: 767px) {
  
  .bt {margin: 0 15px 20px;}
  .bt h3 {font-size: 22px;}
  .bt h5 {font-size: 14px;margin-top: 5px;letter-spacing: 0;}

}



.police a {float: left;margin: 0 0px!important;}
.gywm{padding: 50px 0;}


.gy-cont{position: relative;border: 1px solid #ddd;padding: 20px;overflow: hidden;}

.gy-img{float: left;width: 40%;}
.gy-img iframe{width: 100%;height: 300px;}

.gy-nr{float: left;width: 60%;padding-left: 30px;}
.gy-nr h3 { font-size: 30px;line-height: 1; font-weight: bold; font-family: cursive;color: #c90000;margin-bottom: 20px;display: inline-block;border-bottom: 2px dotted #bbb;padding-bottom: 5px;}
.gy-nr .gy-txt{}
.gy-nr .gy-txt p {font-size: 15px;line-height: 1.4;color: #444;}
.gy-nr .gy-btn{margin-top: 30px;}
.gy-nr .gy-btn a {display: inline-block;font-size: 15px;line-height: 1;padding: 10px 30px; margin-right: 20px;border: 2px solid #c90000;color: #c90000;}
.gy-nr .gy-btn a.a1 {font-weight: bold; background: #c90000;color: #fff;padding: 12px 30px;border: none;position: relative;}
.gy-nr .gy-btn a.a1:after { position: absolute; content: " "; width: 0; height: 100%; background: linear-gradient(90deg, #ff8900ab, transparent);left: 0;top: 0;transition: all .5s;}
.gy-nr .gy-btn a:hover{background: #c90000;color: #fff;}
.gy-nr .gy-btn a.a1:hover:after{width: 100%;}




@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-img {width: 45%;}
  .gy-img iframe {height: 250px;}
  
  .gy-nr {float: left;width: 55%;padding-left: 20px;}
  .gy-nr h3{font-size: 26px;margin-bottom: 12px;}
  .gy-nr .gy-txt p { font-size: 13px;line-height: 1.3;color: #444;}
  
  .gy-nr .gy-btn a{font-size: 13px;}
  .gy-nr .gy-btn {margin-top: 20px;}

}
@media (max-width: 992px){
  
  .gy-cont{padding: 15px;}
  .gy-img {width: 45%;}
  .gy-nr h3{font-size: 22px;margin-bottom: 10px;padding-bottom: 3px;}
  .gy-nr .gy-txt{}
  .gy-nr .gy-txt p {font-size: 13px;line-height: 1.3;}
  .gy-nr .gy-btn a{font-size: 13px;margin-right: 15px;}
  .gy-nr .gy-btn {margin-top: 20px;}
  .gy-nr {width: 55%;padding-left: 15px;}

}
@media (max-width: 767px){

  .gywm {padding: 30px 15px;}
  .gy-cont {padding: 0;border: none;}
  .gy-img{float: none;width: 100%;margin-bottom: 15px;}
  .gy-img iframe {height: 200px;}
  .gy-nr{padding: 0;float: none;width: 100%;}
  .gy-nr .gy-btn a { font-size: 12px;}
  
  
  
}



.cpzs{padding: 50px 0;background: #f3f3f3;}


.cp-cont{overflow: hidden;}
.cp-nav{float: left;width: 23%;}
.cp-nav h3 { background: #c90000;color: #fff;text-align: center;font-size: 30px; line-height: 1;letter-spacing: 1px;padding: 30px 0;}
.cp-nav h3 .fa{margin-right: 5px;}
.cp-nav ul{background: #fff;}
.cp-nav ul li{}
.cp-nav ul li a { display: block; font-size: 18px;line-height: 1;padding: 25px 15px; border-bottom: 1px solid #ddd; font-weight: bold;color: #444;letter-spacing: 1px;}
.cp-nav ul li a span {display: inline-block;width: 15px;height: 2px;background: #ddd;vertical-align: middle;margin-right: 8px;transition: all .5s;}
.cp-nav ul li a:hover{color: #c90000;}
.cp-nav ul li a:hover span{width: 20px;background: #c90000;}
.cp-nav .cp-dh{background: #c90000;text-align: center;color: #fff;padding: 20px 0;}
.cp-nav .cp-dh h2 {font-size: 30px;line-height: 1;font-weight: bold;}
.cp-nav .cp-dh p {font-size: 15px;line-height: 1;margin-top: 8px;}

.cp-list{float: right;width: 75%;background: #fff;padding: 0 20px;}

.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background:url(../images/cp-r.png)no-repeat;background-size: 100%;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:url(../images/cp-l.png)no-repeat;background-size: 100%;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { text-align: center;bottom: 0;left: 0; width: 100%;background: rgb(0 0 0 / 50%);padding: 15px;}
.swiper-pagination-bullet{background: #000;}
.swiper-pagination-bullet-active{background: #c90000;}

.swiper-container{margin: 20px 0;}

.swiper-slide{}
.swiper-slide a{display: block;}
.swiper-slide a .cp-img {height: 300px; overflow: hidden;display: flex; flex-wrap: wrap; align-items: center;justify-content: center;}
.swiper-slide a .cp-img img { max-width: 100%;max-height: 100%; height: 100%;}




@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-nav h3{font-size: 24px;padding: 25px 0;}
  .cp-nav ul li a{font-size: 16px;padding: 20px 15px;}
  .cp-nav .cp-dh h2{font-size: 24px;}
  .cp-nav .cp-dh p {font-size: 14px;margin-top: 5px;}
  
  .swiper-slide a .cp-img{height: 220px;}
  .cp-list{padding: 0 15px;}
  .swiper-container {margin: 15px 0;}
  .swiper-button-next, .swiper-button-prev{width: 20px;}
  
  
}
@media (max-width: 992px){
  
  .cp-nav{width: 28%;}
  .cp-nav h3{font-size: 22px;padding: 20px 0;}
  .cp-nav ul li a{font-size: 16px;padding: 20px 12px;}
  .cp-nav .cp-dh h2{font-size: 22px;}
  .cp-nav .cp-dh p{font-size: 14px;margin-top: 5px;}
  .cp-list {width: 70%;padding: 0 15px;}
  .swiper-container {margin: 15px 0;}
  .swiper-slide a .cp-img{height: 170px;}
  .swiper-button-next, .swiper-button-prev{width: 20px;}
  
  
}
@media (max-width: 767px){

  .cpzs{padding: 30px 10px;}
  .cp-nav{float: none;width: 100%;margin-bottom: 15px;}
  .cp-nav h3{display: none;}
  .cp-nav .cp-dh{display: none;}
  .cp-nav ul{overflow: hidden;background: none;}
  .cp-nav ul li {float: left;width: 50%;padding: 5px;}
  .cp-nav ul li a span{display: none;}
  .cp-nav ul li a {font-size: 14px;padding: 12px 0;text-align: center; border: none;background: #fff;font-weight: normal;}
  
  .cp-list {width: 100%; padding: 0 10px;float: none;}
  .swiper-slide a .cp-img {height: 110px;}
  
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{padding: 8px;}
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 2px;}
  .swiper-button-next, .swiper-button-prev {width: 12px;}
  
  
}



.anli{padding: 50px 0;}

.walking{margin: 0;height: 250px !important;}

.walking .ar_1{width: 300px;height: 250px;}
.walking .ar_1 .item{height: 220px;}
.walking .ar_1 .item img{height: 100%;transition: all .5s;}
.walking .ar_1:hover .item img{transform: scale(1.1);}
.walking .ar_1 p {height: 30px;line-height: 30px;background: none;color: #444;font-size: 16px;}
.walking .ar_1:hover p{color: #c90000;}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  .walking {height: 190px !important;}
  .walking .ar_1{width: 220px;height: 190px;}
  .walking .ar_1 .item {height: 160px;}
  
  
}
@media (max-width: 767px){
  
  .anli {padding: 30px 0;}
  .walking {height: 130px !important;}
  .walking .ar_1{width: 130px;height: 130px;margin-left: 5px;}
  .walking .ar_1 .item {height: 100px;}
  .walking .ar_1 p{height: 20px;line-height: 20px;font-size: 13px;}

}



.youshi{background: #f3f3f3;padding: 50px 0;}


.ys-cont {background: #fff;padding: 50px;}
.ys-cont .ys-box{overflow: hidden;margin-bottom: 50px;}
.ys-cont .ys-box.box1{}
.ys-cont .ys-box.box2{}
.ys-cont .ys-box.box1 .ys-img{float: right;}
.ys-cont .ys-box.box1 .ys-nr{float: left;}
.ys-cont .ys-box.box2 .ys-img{float: left;}
.ys-cont .ys-box.box2 .ys-nr{float: right;}

.ys-cont .ys-img{width: 48%;}
.ys-cont .ys-img img{width: 100%;}
.ys-cont .ys-nr{width: 48%;}
.ys-cont .ys-nr h3 {font-size: 30px;font-weight: bold;color: #444;letter-spacing: 2px;margin-bottom: 15px;}
.ys-cont .ys-nr .ys-txt{}
.ys-cont .ys-nr .ys-txt p {font-size: 16px;line-height: 1;color: #666;margin-bottom: 8px;}
.ys-cont .ys-nr .ys-txt p .fa {color: #c90000;margin-right: 5px;font-size: 20px;}
.ys-cont .ys-nr a {display: inline-block;background: #c90000;color: #fff;font-size: 15px;line-height: 1;margin-top: 30px;padding: 10px 30px;border: 2px solid #c90000;font-weight: bold;}
.ys-cont .ys-nr a:hover{background: none;color: #c90000;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .ys-cont{padding: 30px;}
  .ys-cont .ys-nr h3{font-size: 22px;}
  .ys-cont .ys-nr a{font-size: 13px;margin-top: 15px;}
  

}
@media (max-width: 767px){

  .youshi {padding: 30px 15px;}
  .ys-cont {padding: 15px;}
  .ys-cont .ys-box .ys-img,.ys-cont .ys-nr{float: none !important;width: 100%;}
  .ys-cont .ys-box{margin-bottom: 20px;}
  .ys-cont .ys-nr h3 { font-size: 18px;margin: 10px 0;}
  .ys-cont .ys-nr .ys-txt p { font-size: 13px;line-height: 1.2; margin-bottom: 3px;}
  .ys-cont .ys-nr .ys-txt p .fa{font-size: 16px;}
  .ys-cont .ys-nr a{font-size: 12px;padding: 8px 30px;}
  
  
}







.xinw{padding: 50px 0;}


.xw-cont{overflow: hidden;}

.xw-box{float: left;width: 50%;padding: 0 20px;}

.xw-tit{position: relative;border-bottom: 1px solid #ddd;margin-bottom: 20px;padding-bottom: 10px;}
.xw-tit h3 {font-size: 22px;line-height: 1; color: #333;letter-spacing: 1px;border-top: 1px solid #ddd;padding-top: 10px;display: inline-block;}
.xw-tit a {position: absolute;  right: 0; bottom: 10px;display: inline-block;font-size: 15px;line-height: 1;text-transform: uppercase;color: #888;}
.xw-tit a:hover{color: #c90000;}

.xw-gs{}
.xw-gs .gs-img{}
.xw-gs .gs-img img{width: 100%;}
.xw-gs .gs-top{margin: 15px 0;}
.xw-gs .gs-top h3 { font-size: 16px;line-height: 1;font-weight: bold;}
.xw-gs .gs-top h3 a{color: #222;}
.xw-gs .gs-top h5 {font-size: 13px;line-height: 1; color: #888;margin: 8px 0;}
.xw-gs .gs-top p {font-size: 14px;line-height: 1.3;  color: #666;}
.xw-gs .gs-top h3 a:hover{color: #c90000;}
.xw-gs .gs-list{}
.xw-gs .gs-list ul{}
.xw-gs .gs-list ul li { margin-top: 8px; border-bottom: 1px dashed #bbb;padding-bottom: 8px;}
.xw-gs .gs-list ul li a{overflow: hidden;display: block;}
.xw-gs .gs-list ul li a h3 { float: left; width: 85%;font-size: 15px;line-height: 1;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xw-gs .gs-list ul li a h3 .fa { color: #e97d00; font-size: 20px;line-height: 1;margin-right: 5px;}
.xw-gs .gs-list ul li a h5 { float: right;width: 15%;text-align: right; font-size: 13px;line-height: 1;color: #888;}
.xw-gs .gs-list ul li a:hover h3{color: #c90000;}


.xw-hy{}
.xw-hy .hy-top {margin: 15px 0;background: #eee;padding: 15px;}
.xw-hy .hy-top h3 {font-size: 22px;line-height: 1;letter-spacing: 1px;color: #222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xw-hy .hy-top a:hover h3{color: #c90000;}
.xw-hy .hy-top h5 {font-size: 13px;line-height: 1; color: #888;margin: 8px 0;}
.xw-hy .hy-top p {font-size: 14px;line-height: 1.3;  color: #666;}
.xw-hy .hy-list{}
.xw-hy .hy-list ul{}
.xw-hy .hy-list ul li {margin-bottom: 15px;}
.xw-hy .hy-list ul li a{overflow: hidden;display: block;}
.xw-hy .hy-list ul li a .hy-dste {float: left;width: 15%;text-align: center;border: 1px solid #ccc;padding: 10px 0;}
.xw-hy .hy-list ul li a .hy-dste h5 {font-size: 36px;line-height: 1;font-weight: bold;color: #888;}
.xw-hy .hy-list ul li a .hy-dste p {font-size: 15px;line-height: 1;color: #888;margin-top: 5px;}
.xw-hy .hy-list ul li a .hy-txt{float: left;width: 85%;padding-left: 15px;}
.xw-hy .hy-list ul li a .hy-txt h3 {font-size: 18px;line-height: 1;color: #333;margin: 5px 0 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xw-hy .hy-list ul li a .hy-txt p { font-size: 14px;line-height: 1.3;color: #666;}
.xw-hy .hy-list ul li a:hover .hy-txt h3{color: #c90000;}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .xw-tit h3{font-size: 20px;}
  .xw-tit a{font-size: 13px;}
  .xw-box{padding: 0 15px;}
  
  .xw-gs .gs-top h3{font-size: 15px;}
  .xw-gs .gs-top h5{font-size: 12px;}
  .xw-gs .gs-top p{font-size: 12px;}
  .xw-gs .gs-list ul li a h3{font-size: 13px;width: 80%;}
  .xw-gs .gs-list ul li a h5{font-size: 12px;width: 20%;}
  .xw-gs .gs-list ul li a h3 .fa{font-size: 16px;}
  
  
  .xw-hy .hy-top h3{font-size: 15px;}
  .xw-hy .hy-top h5{font-size: 12px;margin: 5px 0;}
  .xw-hy .hy-top p { font-size: 12px;line-height: 1.3; color: #666; height: 32px; overflow: hidden;}
  .xw-hy .hy-list ul li {margin-bottom: 10px;}
  .xw-hy .hy-list ul li a .hy-dste{width: 20%;}
  .xw-hy .hy-list ul li a .hy-dste h5{font-size: 26px;}
  .xw-hy .hy-list ul li a .hy-dste p{font-size: 13px;margin-top: 3px;}
  .xw-hy .hy-list ul li a .hy-txt{width: 80%;padding-left: 10px;}
  .xw-hy .hy-list ul li a .hy-txt h3{font-size: 15px;margin: 3px 0 8px;}
  .xw-hy .hy-list ul li a .hy-txt p {font-size: 12px;line-height: 1.2;height: 30px;overflow: hidden;}
  

}
@media (max-width: 767px){

  .xinw {padding: 30px 15px;}
  .xw-box{float: none;width: 100%;padding: 0;margin-bottom: 20px;}
  
  .xw-tit{margin-bottom: 10px;}
  .xw-tit h3 {font-size: 16px;}
  .xw-tit a {font-size: 12px;}
  
  
  
  
  
}







/* 友情链接 */
.links {margin: 30px 0 15px;}
.links span {font-size: 16px; line-height: 1.5; color: #000; font-weight: bold;text-transform: uppercase;display: inline-block;margin-bottom: 5px;}
.links span b {font-size: 18px; background: #0063a7; color: #fff;  line-height: 1; padding: 2px 10px;margin-right: 5px;border-radius: 2px;}
.links a{margin: 0 5px;font-size: 15px;line-height: 1.5;color: #444;}
.links a:hover{color: #0063a7;}





@media (max-width: 767px){

  .links{padding: 0 15px;margin: 0;margin-top: 20px;}
  
  .links span b{font-size: 16px;}
  .links span{font-size: 15px;}
  .links a {font-size: 13px;}

}




/*底部*/
.footers{}

.f_one{background: #343434;padding: 30px 0;color: #fff;}

.f-bt{margin-bottom: 15px;}
.f-bt h3 { font-size: 20px;line-height: 1;letter-spacing: 2px;color: #fff;}
.f-bt h5 {font-size: 13px;font-style: italic; margin-top: 5px;line-height: 1;letter-spacing: 1px;text-transform: uppercase;}
.f-bt hr { border-top: 2px solid rgb(255 255 255 / 50%);width: 50px;margin: 10px 0 0;}

.f-pro{float: left;width: 20%;}
.f-pro ul{overflow: hidden;height: 120px;}
.f-pro ul li{}
.f-pro ul li a {display: inline-block;font-size: 15px; line-height: 1; margin-bottom: 10px;color: #ccc;}
.f-pro ul li a:hover{color: #fff;text-decoration: underline;}

.f-lx{float: left;width: 45%;padding-left: 30px;border-left: 1px solid rgb(255 255 255 / 20%);background: url(../images/f-img.png)no-repeat right bottom;background-size: 350px;height: 200px;}
.f-lx h2 {font-size: 17px; line-height: 1;margin-bottom: 15px;}
.f-lx p {font-size: 15px;line-height: 1;margin-bottom: 10px;color: #ccc;}

.f-nav{float: left;width: 20%;padding-left: 20px;border-left: 1px solid rgb(255 255 255 / 20%);}
.f-nav ul{overflow: hidden;}
.f-nav ul li{float: left;width: 50%;}
.f-nav ul li a {display: inline-block;font-size: 15px; line-height: 1; margin-bottom: 10px;color: #ccc;}
.f-nav ul li a:hover{color: #fff;text-decoration: underline;}

.f-ewm{float: right;width: 15%;}
.ewm-box{}
.ewm-box img{width: 100px;}
.ewm-box p {font-size: 13px;line-height: 1;margin-top: 5px;margin-left: 20px;}

.f_two{background: #212121;}
.f_two p.copyright {text-align: center; font-size: 14px;line-height: 40px;color: #ddd;}

.footer{display: none;}
@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #21272f;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}


@media (min-width: 992px) and (max-width: 1200px){
  
 
  
}
@media (max-width: 992px){

 
}
@media (max-width: 767px){

}


/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu{float: left;width: 21%;margin-right: 2%;padding: 0;}
.page-body .col-md-9{float: left;width: 77%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #c90000; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul { padding: 0; border: none;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;}
.page-l-clist li.layer1 a {display: block; overflow: hidden;padding: 15px 20px; border-bottom: 1px solid #ddd;background: #eee;}
.page-l-clist li.layer1 a span{float: left;}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #fff; background: #c90000;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #c90000;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #c90000;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #c90000;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #c90000;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c90000;
    border-color: #c90000;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 0;background: #fafafa; box-shadow: 0 0 5px #ddd; padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  border-left: 2px solid #44392a; padding: 2px 10px;}

.page-title{margin-bottom: 20px;}
.page-title h3 { height: 32px;position: relative;  color: #fff; border-bottom: 1px solid #bbb;}
.page-title a{display: none;}
.page-title a:last-child { display: block; position: absolute; top: 0;color: #c90000;font-size: 20px; font-weight: bold; border-bottom: 3px solid #c90000; line-height: 1;padding-bottom: 10px;z-index: 3;}



/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0 0 5px #00000040;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a:hover h5{color: #c90000;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 200px;border: none;padding: 0;overflow: hidden;display: flex;padding: 5px;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;border: 1px solid #ddd;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;margin-top: 10px; color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-4 a:hover h5{color: #c90000;}
.page-alist .col-md-4 a .img-inner {  width: auto;  height: 220px;  border: none; padding: 0; overflow: hidden; display: flex; flex-wrap: wrap;align-content: center;padding: 5px;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: none;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #c90000; color: #fff;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;}
.page-alist .page-atit p {color: #666;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #c90000;}

.page-alist{}
.page-alist li{padding-top: 0;margin-bottom:15px;}


.list-title{overflow: hidden;}
.list-title h3{float:left;width: 85%;font-size: 16px;line-height: 1;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-title h3 .fa{margin-right: 5px;}
.list-title span { float: right; width: 15%;  font-size: 12px;text-align: right; line-height: 1; display: inline-block;color: #999;}
.list-title p.list-desc { font-size: 14px;line-height: 1;color: #777;}
.list-title p.list-desc span{color: #c90000;}
.list-title h3:hover{color: #c90000;}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.7;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}



.page-nav{padding: 0 10px;margin-bottom:20px;display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{float: left;width: 33.3333%;text-align: center;margin-bottom: 10px;padding: 0 5px;}
.page-nav ul li a {display: block;font-size: 15px;line-height: 1;  background: #eee;padding: 15px 0;}
.page-nav ul li a:hover {  background: #c90000; color: #fff;}
.page-nav ul li.now a{  background: #c90000; color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 25%;}
  .page-alist .col-md-3 a .img-inner{height: 170px;}
  
  .news_alist li a{padding:15px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  
  .page-nav{display: block;}
  
}
@media (max-width: 767px){

  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 10px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;padding: 3px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px;float: left; width: 50%;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  
  .list-title h3{font-size: 14px;width: 80%;}
  .list-title span{width: 20%;}
  
 
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  .page-title{display: none;}
  
  .news_alist li a { padding: 10px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
}






