.wrap_content img,.er_main img{max-width: 100%;}
.sub_03b2{padding: 10px 20px 0;flex: 1;overflow: hidden;background: #fff;}

.sub_03b2a{flex: 1;overflow: hidden;background: #fff;}
.sub_03b2a ul{padding: 0 6px;}
.sub_03b2a li{box-sizing: border-box;padding: 28px 0px 28px;border-bottom: 1px solid #ebebeb;}
.sub_03b2a .item{display: flex;}
.sub_03b2a .img_box{width: 300px;margin-right: 35px;position: relative; }
.sub_03b2a .img_box .img{padding-bottom: 56.33%;}
.sub_03b2a .info_box{flex: 1;overflow: hidden;padding-right: 20px;}  
.sub_03b2a .title{font-weight: bold;color: #414141;}
.sub_03b2a .info{margin: 10px 0 10px;color: #0b0b0b;}
.sub_03b2a .time a{ color: #007072; margin-right: 0px; transition: all 0.32s ease-in-out; width:28px; height: 14px; background: url(../images/morejt.png) no-repeat; background-size: contain; -webkit-transition: all 0.32s ease-in-out; -moz-transition: all 0.32s ease-in-out; -ms-transition: all 0.32s ease-in-out; -o-transition: all 0.32s ease-in-out;
} 
.sub_03b2a .item:hover .time a{ margin-right: 10px;} 
.sub_03b2a .item:hover .title{color: #007072;}
.sub_03b2a .date{text-align: center;box-sizing: border-box;padding: 8px;color: #fff;
    background-image: -moz-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    background-image: -webkit-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    background-image: -ms-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    position: absolute;left: 26px;top: 0;}
.sub_03b2a .date .day{font-weight: bold;line-height: 1.136;margin-bottom: 4px;}
.sub_03b2a li:hover{ box-shadow: 0 8px 16px rgba(0, 0, 0, .05);}


/* iconlist */
.title_h2 {
    position: relative;
    display: inline-block;
    padding: 8px 34px;
    /*background: url(../images/leftnabgs.png) no-repeat;
    background-size: 100% 100%;
    */
    /* background-color: #3a9993; */
    background-image: -moz-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    background-image: -webkit-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    background-image: -ms-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    color: #fff;
    margin-bottom: 30px;
}
.title_h2::after{
    content: "";
    position: absolute;
    left: 6px;
    display: block;
    width: 4px;
    height: 100%; 
    background-color: #fff;
    bottom: 0px;
}
.title_h2 h2 {
    color: #fff;
    font-weight: normal;
}
.xktd-box1{margin-left: 30px;}
.xktd-list1 {
    margin: 0 -30px;
    padding-bottom: 50px;
}

.xktd-list1 li {
    margin-bottom: 24px;
}

.xktd-list1 li a {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    /* padding: 15px 30px 15px 30px; */
    background: #f4f8fb;
    box-sizing: border-box;
    align-items: center;
    /* overflow: hidden; */
    position: relative;
}

.xktd-list1 li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 152, 68);
    background: -webkit-linear-gradient(bottom, rgba(87, 193, 170, 1), rgba(3, 113, 114, 1));
    background: -o-linear-gradient(bottom,  rgba(87, 193, 170, 1), rgba(3, 113, 114, 1));
    background: -moz-linear-gradient(bottom,  rgba(87, 193, 170, 1), rgba(3, 113, 114, 1));
    background: linear-gradient(to bottom,  rgba(87, 193, 170, 1), rgba(3, 113, 114, 1));
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.xktd-list1 li a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 0;
}

.xktd-list1 li a .left {
    background:url(../images/kyimgbgaa.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    /* border-radius: 50%;
    background-color: rgb(0, 152, 68);
    background: -webkit-linear-gradient(bottom, rgba(0, 152, 68, 0), rgba(0, 152, 68, .345));
    background: -o-linear-gradient(bottom, rgba(0, 152, 68, 0), rgba(0, 152, 68, .345));
    background: -moz-linear-gradient(bottom, rgba(0, 152, 68, 0), rgba(0, 152, 68, .345));
    background: linear-gradient(to bottom, rgba(0, 152, 68, 0), rgba(0, 152, 68, .345)); */
    width: 60px;
    height: 60px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    z-index: 4;
    /* flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.xktd-list1 li a .left img {
    margin-top:10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: auto;
}
.xktd-list1 li a .left img:nth-child(2){display:none;}
/* .xktd-list1 li a .left img:nth-child(2) {

    height: 0;
}

.xktd-list1 li a:hover img:nth-child(1) {

    height: 0;

}

.xktd-list1 li a:hover img:nth-child(2) {
    height: auto;
    z-index: 1;
} */

.xktd-list1 li a .right {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    width: calc(100% - 88px);
    margin-left: 56px;
    padding: 20px 0;
    padding-right: 30px;
}

.xktd-list1 li a .right .tit {
    color: #282828;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}
/* 
.xktd-list1 li a:hover .right i {
    background: url(../images/right2.png) no-repeat;
    background-size: cover;
}

.xktd-list1 li a .right i {

    display: block;
    width: 28px;
    height: 8px;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
} */


.xktd-list1 li a:hover .right i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.xktd-list1 li a:hover {box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);}

.xktd-list1 li a:hover .right .tit {
    color: #fff;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* @keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
} */
/* iconlist */

/* mode02 */
.submode02{
    position: relative; padding-bottom: 20px; 

}
.submode02 .index_02{padding: 20px 0 0;}
.submode02 .index_02 .box.off{display: none;}
.submode02 .index_title{
display: block;position: relative;
}
.submode02 .index_title .titletab{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.submode02 .index_title .titletab a{
    position: relative;
    height: 72px;
    text-align: center;
    color: #292929;
    width: 15%;
    margin-right:2%;
    margin-bottom: 20px;   
    background: url(../images/tabbgtp01.png) no-repeat;
    background-size: 100% 100%;
    transition: all linear .35s;
    -ms-transition: all linear .35s;
    -moz-transition: all linear .35s;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
}
.submode02 .index_title .titletab a p{
    position: relative;
    padding-bottom: 20px;
    line-height: 26px;
     /* border-bottom: 1px solid #d1d1d1; */
    margin:20px 10px 0 56px;
}
.submode02 .index_title .titletab a p::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width:52px;
    height: 1px;
    background: #d1d1d1;
}
.submode02 .index_title .titletab a:nth-child(6n){
  margin-right: 0;
}
.submode02 .index_title .titletab a:last-child p{/* margin-top: 6px; *//* padding-bottom: 16px; */}
 .submode02 .index_title .titletab a i{
    width:48px;
    height:36px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
 .submode02 .index_title .titletab a i.imgbg01{
     background: url(../images/pticona01.png) no-repeat;
     background-size: contain;

 }
 .submode02 .index_title .titletab a i.imgbg02{
     background: url(../images/pticona02.png) no-repeat;
     background-size: contain;

 }
  .submode02 .index_title .titletab a i.imgbg03{
     background: url(../images/pticona03.png) no-repeat;
     background-size: contain;

 }
 .submode02 .index_title .titletab a i.imgbg04{
    background: url(../images/pticona04.png) no-repeat;
    background-size: contain;

}
.submode02 .index_title .titletab a i.imgbg05{
    background: url(../images/pticona05.png) no-repeat;
    background-size: contain;

}

.submode02 .index_title .titletab a.on,
.submode02 .index_title .titletab a:hover{
   margin-top: -10px;
   box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);
}
/* .submode02 .index_title .titletab a.on i.imgbg01,
.submode02 .index_title .titletab a:hover i.imgbg01{
  background: url(../images/pticona011.png) no-repeat;
  background-size: contain;

} */
.submode02 .index_title .titletab a.on i.imgbg02,
.submode02 .index_title .titletab a:hover i.imgbg02{
  background: url(../images/pticona022.png) no-repeat;
  background-size: contain;
}
/* .submode02 .index_title .titletab a.on i.imgbg03,
.submode02 .index_title .titletab a:hover i.imgbg03{
  background: url(../images/pticona033.png) no-repeat;
  background-size: contain;
}
.submode02 .index_title .titletab a.on i.imgbg04,
.submode02 .index_title .titletab a:hover i.imgbg04{
  background: url(../images/pticona044.png) no-repeat;
  background-size: contain;
}
.submode02 .index_title .titletab a.on i.imgbg05,
.submode02 .index_title .titletab a:hover i.imgbg05{
  background: url(../images/pticona055.png) no-repeat;
  background-size: contain;
} */
/* .mode02 .index_title .titletab a::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #aec989;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
} */
/* .mode02 .index_title .titletab a.imgbg01{
    background: url(../images/kpicon01.png) no-repeat;
} */


.submode02 .index_title .titletab a:first-child{margin-left: 0;}
.submode02 .index_title .titletab a:last-child::after{display: none;}
.submode02 .index_title .titletab a.on,
.submode02 .index_title .more a:hover{
    color: #fff;
    background: url(../images/tabbgtp.png) no-repeat left center;
    background-size: 100% 100%;
}
/* .submode02 .index_title .title a.on::before{content: '';display: block;position: absolute;
    left: 0;right: 0;bottom: 0;height: 6px;
    background: #f60;}
    .submode02 .index_title .title a.on::after{
          background: #fff;
    } */
.submode02 .index_title .more a{height: 24px;position: absolute;right: 5px;top: 50%;transform: translateY(-50%);text-align: center;line-height: 28px;color: #333;}
.submode02 .index_title .more a.off{display: none;}

/* tabtab */

/* sublistin03 */
.sublistin03 ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sublistin03 .item {
  width: 47%;
 margin-right:5.5%;
  margin-bottom: 5%;

}
.sublistin03 .item:nth-child(2n) {
  margin-right: 0;
}
/* .sublistin03 .item {
  width: 31%;
 margin-right:3.33%;
  margin-bottom: 5%;

}
.sublistin03 .item:nth-child(3n) {
  margin-right: 0;
} */
.li03tex{
  background: #fff;
  padding: 17px 20px 20px;
  border-radius: 0 0 30px 0;
  box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
  text-align: left;
}
.li03tex p{
  position: relative;
  padding-left: 24px;
  display: inline-block;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
}
.li03tex p::before{
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background-color: #009c84;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sublistin03 .item:hover .li03tex{
    background-color: #57c1aa;
}
.sublistin03 .item:hover .li03tex p{
  color: #fff;
}
.sublistin03 .item:hover .li03tex p::before{
  background-color: #fff;
}
/* sublistin03 */
/* sld */
.sub02c{padding-top:50px;padding-bottom:20px;margin-bottom:20px}
.sub_02c ul{margin:0 0px 0 -28px}
.sub_02c li{width:20%}
.sub_02c .item{margin:0 0 40px 28px;text-align:center;position:relative;
  padding:0px 0px 14px;
  transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;
  -webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;
  box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);
  background:#f6f6f6;top:0}
.sub_02c .img{padding-bottom:120%}
.sub_02c .title{margin:18px 0 5px;color:#292929}
.sub_02c .info{margin:0 10px;color:#292929}
.sub_02c .item:hover{background:#ebf7eb}
.sub_024{margin-top:30px;overflow:hidden}
.sub_024 li{width:27%}
.sub_024 .item{width:auto}
/* sld */
/* imglist03 */
.modeList {
    margin: 0 -12px;
}

.modeList li>a {
    display: block;
    margin: 0 12px;
}

.modeList {
    margin: 0 -25px;
}
.modeList .item{ box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);  margin-bottom: 50px; position: relative;}
.modeList .item:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #399993;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    transition: 1s;
  }
  .modeList .item:hover:before {
    width: 100%;
    height: 2px;
  }
.modeList li>a {
    display: block;
    margin: 0 25px;
}
.modeList3 {
    position: relative;
}

.modeList .modeList3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.35s ease-out;
    background-color: #22b064;
    width: 0;
    z-index: 0;
}

.modeList .modeList3>* {
    position: relative;
    z-index: 5;
}

.modeList li:hover .modeList3::before {
    width: 100%;
    transition: width 0.35s ease-out;
}
.infotext {
    position: relative;
    padding: 26px 22px 26px 0;
}


.bgblocks {
    background: #f6f6f6;
    height: 26px;
    margin-left: 30px;
    flex: 1 1 auto;
}

.infotext h3 {
    color: #292929;
    position: relative;
    padding: 0px 60px 0 30px;
    font-weight: normal;
    background:#fff url(../images/xtco01.png) no-repeat center right;
    background-size: 31px 32px;
}
.infotext h3::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: #399993;
    height:20px;
    width: 5px;
} 

.infotext {
    display: flex;
    align-items: center; 
    overflow: hidden;
  }
  
  .title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    flex: 1 0 auto;
    min-width: 0;
    background:#fff url(../images/ptjilbg02.jpg) no-repeat center right;
    background-size: contain;
  }
  
  .text-bg {
    background-color: #fff;
    padding-right: 14px; 
  }
  .modeList .item:hover .infotext h3{
    color: #399993;
    background:#fff url(../images/xtco02.png) no-repeat center right;
    background-size: 31px 32px;
  }
/* imglist03 */
/* datelist */
.dateLt01a li {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 2px solid #f2f2f3;
    color: #363636;
}

.dateLt01a li .noticBox {
    position: relative;
    margin-left: 70px;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    display: block;
    transition:.3s;
}

.dateLt01a li .nDate {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #007071;
    background: #f2f2f3;
    transition:.3s;
}

.dateLt01a li .nDate strong {
    margin-top: 6px;
    text-align: center;
    display: block;
    font-weight: normal;
}

.dateLt01a li .nDate i {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    color: #007071;
    font-style: normal;
    text-align: center;
}


/* 
三角
.noticeList li .nDate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #be812f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
} */



/* 一行两行居中
.dateLt01a p {
    padding-right: 50px;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
     line-height: 26px;
    max-height: 54px;
    display: inline-block;
} 
*/

.dateLt01a p {
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 60px;
    display: inline-block;
}
.dateLt01a li:hover .nDate{
    background-color: #007071;
    color: #fff;
}
.dateLt01a li .noticBox:hover{  background-color: #57c1aa; color: #fff;}
.dateLt01a li .noticBox:hover p{font-weight: bold;}
.dateLt01a li:hover .nDate i {
    color: #fff;
}

/* datelist */
/* listDate02 */
.listin01{margin-top: -10px;padding: 0 10px;}
.listin01 li {
    /* border-bottom: 1px solid #eaeaea; */
    position: relative;
}

/* .listin01 li::before {
   content: "";
   position: absolute;
   width: 8px;
   height: 8px;
   left: 0;
   top:20px;
   border-radius: 50%;
   background: #034b5a;
   transition: all ease-in-out .3s;
   -ms-transition: all ease-in-out .3s;
   -moz-transition: all ease-in-out .3s;
   -webkit-transition: all ease-in-out .3s;
   -o-transition: all ease-in-out .3s;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
} */

.listin01 li a {
    display: block;
    padding-left: 16px;
    color: #363636;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
}

.listDate02 ul li {
    transition: 0.3s;
}
.listin01 .flex{ align-items: flex-start; }
.listDate02 .listin01 li a {
    position: relative;
    padding-right: 16px;
    color: #292929;
    margin: 0 20px;
    padding: 17px 0 18px 24px;
    border-bottom: 1px dashed #d2d2d2;
    transition: 0.3s;
}


.listDate02 .listin01 li a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top:26px;
    border-radius: 50%;
    background: #034b5a;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
 }

.listin01 li span {
    border-bottom: none;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    padding: 0;
    color: #292929;
    font-weight: normal;
}

.listin01 li h3 {
    font-weight: normal;
    width: calc(100% - 140px);
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.listin01 li a:hover {
    font-weight: bold;
}

.listin01 li a:hover span {
    font-weight: normal;
}

/* listDate02 */
/* sldinfo */

.sldinfo_ins02 {
    margin-bottom: 40px;
  }
  
  .sldinfo_ins02 .info1 {
    position: relative;
    overflow: hidden;
    padding: 0px 28px 30px;
    /*background: linear-gradient(0deg, #11554d, #317a4b);
    */
    transition: all 0.5s ease-out;
    /* background: #f5fbf5; */
  }
  
  /* .sldinfo_ins02 .info1::before {
    width: 289px;
    height: 185px;
    background: url(../images/lgolgosdlb.png) no-repeat right bottom;
    background-size: 100% 100%;
    position: absolute;
    right: -100%;
    top: 14%;
    z-index: 0;
    content: '';
    transition: all 0.5s ease-out;
  }
  
  .sldinfo_ins02 .info1:hover::before {
    right: 4%;
  } */
  .sldinfo_ins02 p{line-height:28px;}

  .sldinfo_ins02 .titp2{text-indent:2em;}
  .sldinfo_ins02 .info1:hover {
    /* box-shadow: 0px 8px 12px 0px rgba(0, 46, 47, 0.1); */
  }
  
  .sldinfo_ins02 .sldimgle .img {
    padding-bottom: 130%;
  }
  
  .sldinfo_ins02 .info1 .sldimgle {
    width: calc(220px - 0px);
    float: left;
    overflow: hidden;
  }
  
  /* .info1 .sldimgle img {
  border-radius: 30px 0 30px 0;
  } */
  
  .sldinfo_ins02 .info1 .txt {
    margin: 0 0 0 calc(290px - 0px);
    padding: 0
  }
  
  
  .sldinfo_ins02 .info1 .txt .t1 {
    position: relative;
    color: #007071;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 40px;
  }
  
  .sldinfo_ins02 .info1 .txt .t1 h4 {
    color: #399993;
    position: relative;
    display: inline-block;
    margin-left: 24px;
    font-weight: bold;
    z-index: 1;
  }
  .sldinfo_ins02 .info1 .t1 h4::before {
    content: "";
    display: block;
    width: 120%;
    height: 14px;
    background: #dbedec;
    position: absolute;
    left: 0;
    bottom: 6px;
    z-index: -1;
  }
  
  .sldinfo_ins02 .info1 .txt .t2 {
    margin-bottom: 20px;
    color: #202020;
  }
  
  .sldinfo_ins02 .info1 .txt .t3 {
    line-height: 1.67;
    color: #454545;
  }
  .info_article h3{color: #006336;}
  .info_article p{margin-top: 28px; line-height: 32px; color: #333;}
  /* sldinfo */
  .sldtextall .infle{
    width: 40%;
  }
  .sldtextall .infri{
    width: 55%;
  }
  
  .info_article .infoH3_style{position: relative;color: #007071; padding-bottom: 10px; z-index: 1;margin-bottom: 30px;margin-top: 30px;}
  .infoH3_style::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 68px;
    height: 4px;
    background: #399993;
  } 
  .infoH3_style::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 124px;
    height: 22px;
    background: #dbedec;
    z-index: -1;
  }
  
  
  .listpet ul li{
    position: relative;
     color: #464646;
     font-weight: normal;
     padding-left: 16px;
     display: block;
     margin-bottom: 6px;
     margin-left: 38px;
  }
   .listpet ul li::before{
      content: "";
     position: absolute;
     width: 5px;
     height: 5px;
     border-radius: 50%;
     left: 0;
     background: #12315f;
     transition: transform 0.35s ease-out;
     top: 12px;
  
   }
   .info_article {
    text-align: justify;
    word-break: break-word;
     text-justify: distribute;
   }
   .info_article .listpet p {
    margin-top: 0px;
    line-height: 32px;
    color: #333;
    text-align: justify;
  }
  /* article */
  .article-img {
    margin-left: 35px;
}
.textri .gkimg img {
    padding: 6px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}
.textri{
    position: relative;
    margin-left: 26px;
    position: relative;
    z-index: 1;
    padding-right: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.textri .gkimg {
    padding-bottom: 56.95%;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
}
.textri::after {
    content: "";
    width: 94%;
    height: 92%;
    background: #006f6f;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.zzgkBox01 p{
    text-indent: 2em;
}

/* list3 */
.list-3{flex-wrap:wrap;align-items:stretch;justify-content:flex-start;counter-reset:l3;}
.list-3 .item{flex:0 0 auto;width:31.25%;margin-right:3.123%;margin-bottom:6%;counter-increment:l3;}
.list-3 .item:nth-child(3n){margin-right:0;}
.icard{background:#fff;transition:.3s;position:relative;top:0;cursor:pointer;}
.icard.border{border:1px solid #eff4f3;}
.icard:hover{top:-5px;box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.icard .img .tag{position:absolute;left:0;top:0;width:100%;z-index:2;padding:20px;}
.icard .img .tag .l{max-width:45px;flex:0 0 auto;}
.icard .img .tag .r{width:40px;height:40px;flex:0 0 auto;background:rgba(9,80,75,0.5);border-radius:50%;line-height:40px;color:#fff;text-align:center;}
.icard .img .tag .r:after{content:'0'counter(l3);}
.icard .itxt{padding:42px 24px 20px;position: relative;}
.icard .itxt .it{
    /* white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:15px; */
}
.icard .itxt .ip{line-height:1.5;height:4.5em;margin-bottom:2em;}
.icard .itxt .vm .iconfont{color:#69b64b;}

.list-3 .date{
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    background: #57c1aa;
    border-radius: 6px;
    /*background-image: -moz-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    background-image: -webkit-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    background-image: -ms-linear-gradient( 120deg, rgb(87,193,170) 0%, rgb(0,112,113) 97%);
    */position: absolute;
    left: 26px;
    top: -30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.list-3 .date .day{font-weight: bold;line-height: 1.136;margin-bottom: 4px;}


/* list3 */
/* list4 */
.list4{width: 92%; margin: 0 auto;}
.list4 ul.flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 3%;
}

.list4 .flex li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    text-align: center;

}
.gkrwBox .flex li:nth-child(4n){margin-right: 0;}

.list4 li a {
    display: block;
    color: #222222;
    height: 52px;
    line-height: 52px;
    background: #f3f8f6;
    transition: background-color 0.35s ease-out;
}

.list4 li a:hover {
    color: #fff;
    background-color: #399993;
}

.list4 .list4_txt{text-align: left;}
.list4 .list4_txt h3{color: #fff; display: inline-block;padding: 16px 10px; text-align: center; background: #399993; width: 24%; 
    margin-bottom:4%;}


/* list4 */

/* map */
#bMapContainer{height: 440px;}
.aboutBox01{padding-top: 4%;}
.aboutTits{
  margin-bottom: 30px;
  width: 390px;
}
.aboutImgs{
  margin-left: 450px;
}
.aboutTits h4 {
    font-weight: bold;
    color: #007071;
}
.tithbox{position: relative;padding-bottom: 34px;margin-bottom: 34px;}
.aboutPins{ align-items: flex-start;  gap: 10px;justify-content: flex-start;}
.aboutPins strong{width: 70px; font-weight: normal;}
.aboutPtit{flex: 1; color: #515151;}
.aboutimga {margin-top: 30px;width: 120px;}
.aboutimga img{
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.aboutimga span{
    display: block;
    text-align: center;
}
.tithbox::before {
   content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 14px;
    height: 2px;
    background: #848484;
} 
.aboutTits h6{color: #848484;font-weight: normal;}
.aboutTits,
.aboutTits p {
    color: #7a7a7a;
    line-height: 30px;
}
/* map */
.gp-ellipsis {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.gp-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.MLS-list8 li{ padding: 10px 0; border-bottom:2px solid #f3f3f4;}
/* .MLS-list8 li:last-child{border-bottom: 2px solid #f3f3f4;} */
.list-date8 {
    float: left;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background: #f2f2f3;
    transition: all 0.35s ease-out;
}


/* .list-date8::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d3d3d5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.list-date8::after {
    content: '';
    width: 3px;
    height: 0;
    background-color: #fac781;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transition: height 0.35s ease-out;
} */

.list-date8 strong {
    padding-bottom: 6px;
    color: #164fa8;
    line-height: 1;
    display: block;
    transition: all 0.35s ease-out;
}

.list-date8 span {
    color: #164fa8;
    /* font-weight: lighter; */
}

.MLS-list8 li:hover .list-date8 {
    background: #164fa8;
}

.MLS-list8 li:hover strong,
.MLS-list8 li:hover span {
    color: #fff;
}

.MLS-list8 li h3 {
    color: #363636;
    margin-left: 70px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    transition: all 0.35s ease-out;
    font-weight: normal;
}

.MLS-list8 li h3 p {
    /* font-weight: 100; */
    line-height: 28px;
    max-height: 56px;
    display: inline-block;
    padding: 0 20px 0 30px;
    border-left: 0;
    vertical-align: middle;
}

.MLS-list8 li:hover h3 {
    background-color: #f3f6fc;
    /* color: #fff; */
}


  @media screen and (min-width: 1025px) {
    .listin01 li a:hover {
        color: #006336;
        /* background: linear-gradient(to right, #127637, #76bb2c);
      -webkit-background: linear-gradient(to right, #127637, #76bb2c);
      -moz-background: linear-gradient(to right, #127637, #76bb2c);
      -ms-background: linear-gradient(to right, #127637, #76bb2c);
      box-shadow: 0px 15px 30px 0px rgba(0, 46, 47, 0.2); */
      }
      .listin01 li:hover h3,
      .listin01 li:hover p,
      .listin01 li:hover a,
      .listin01 li:hover span {
        color: #007071;
      }
      .listDate02 ul li:hover {
        padding-left: 8px;
        box-shadow: 0px 8px 16px 0px rgba(218, 218, 218, 0.45);   
      }
      
      /* .listDate02 .listin01 li:hover::before{
      background: #006336;
      height: 100%;
      width: 4px;
      } */



  }
@media screen  and (max-width:1640px){
    /* .sub_03b2a .img_box{width: 240px;}  */
    /* .sub_03b2a .info{margin: 5px 0 0;}  */
    .sub_03b2a .img_box{margin-right: 15px;}
    /* .sub_03b2a li { padding: 50px 20px 30px;} */
    .sub_03b2a .time a{    
        width: 24px;
        height: 10px;}
        .submode02 .index_title .titletab a i{    
            width: 48px;
            height: 30px;}
}
@media screen  and (max-width:1380px){
    .submode02 .index_title .titletab a{   
         width: 30%;
    margin-right: 4%;}
    .submode02 .index_title .titletab a:nth-child(3n){
  margin-right: 0;
}
.submode02 .index_title .titletab a i{left: 26px;}
.submode02 .index_title .titletab a p{    margin: 20px 10px 0 66px;}
.submode02 .index_title .titletab a:last-child p{margin-top: 20px; padding-bottom: 20px;}
    .article-img {
        margin-left: 14px;
        width: 49%;
    }
    .aboutTits {
        width: 270px;
    }
    .aboutImgs {
        margin-left: 320px;
    }
    .submode02 .index_title .titletab a{
        height: 96px;
    }

}





@media screen and (max-width:1180px) { 

    .submode02 .index_title .titletab a{width: 30%;}


}

@media screen and (max-width: 996px) { 
    .dateLt01a li .noticBox{padding: 0 20px;}
    .sub_03b2a{margin: 0;}
    .sub_03b2a li{padding: 20px 0px;}
    .xktd-list1 li a .right {
        padding: 12px 0;
        padding-right: 30px;
    }
    .xktd-list1 li {
        margin-bottom: 12px;
    }
    .xktd-list1 {
        padding-bottom: 20px;
    }

    .sublistin03 .item{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .li03tex p{height: auto;}

    .li03tex{
        padding: 10px;
    }
    .sub_02c ul{margin-left:-30px}
.sub_02c li{width:33.3%}
.sub_02c .item{margin-left:30px;padding:0px 0 14px;margin-bottom: 26px;}

.sub_02c .title{margin:4px 0 0}
.sub_02c .info{display:none}
.sub_02c .title{margin:5px 0}
.sub_024 li{width:50%}

.info1 .sldimgle {
    width: calc(120px - 20px);
}
.info1 .txt {
    margin: 0 0 0 calc(140px - 20px);
}
.sldinfo_ins .info1{
    padding-bottom: 20px;
    padding-left: 0;
    padding-right:0
}
.sldinfo_ins {

    margin-bottom: 20px;
}
.info1 .txt .t1{
    margin-bottom: 10px;
}
.sldinfo_ins02 .info1 .sldimgle {
    padding: 0;
    float: none;
   width: 200px;
    margin: 0 auto;
}
.sldinfo_ins02 .info1 .txt .t1 {
    margin-bottom: 10px;
}
.sldinfo_ins02 .info1 .txt {
  padding-top: 20px;
  background: none;
  margin: 0 0 0 calc(0% - 0px);
}
  .listin01 li span{
    display: none;
  }
  .listin01 li h3 {
    width: calc(100% - 0px);
}
  .listin01 li h3{
    width: calc(100% - 0px);
    height: auto;
  }
  .textri{
    padding-right: 10px;
padding-bottom: 10px;
}
.textri .gkimg img{
padding: 3px;
}
.list4{width: 100%; }

.aboutTits {
    margin-bottom: 30px;
    width: 100%;
    float: none;
}
.aboutImgs {
    margin-left: 0;
}
#bMapContainer {
    height: 240px;
}
.tithbox {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.aboutimga {
    margin: 10px auto;
}
}
@media screen and (max-width: 767px) {
    .submode02 .index_title .titletab a {
        width: 48%;
        height: 80px;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .submode02 .index_title .titletab a.on,
.submode02 .index_title .titletab a:hover{
   margin-top: 0px;
}
.submode02 .index_title .titletab a i{
    width: 48px;
    height: 28px;
    left: 20px;
}
    .submode02 .index_title .titletab a:nth-child(3n){
  margin-right: 2%;
}
.submode02 .index_02 {
    padding: 10px 0 0;
}
.MLS-list8 li h3 p{padding: 0 10px 0 16px;}
.submode02 .index_title .titletab a:last-child p{margin-top: 10px; padding-bottom: 16px;}
    .article-img {
    .submode02 {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .title_h2{margin-bottom: 20px;}
    .xktd-list1 {
        padding-bottom: 0px;
    }
    .sub_02c li {
        width: 49%;
    }
    .listDate02 .listin01 li::before {
        top: 20px;
    }
    .listDate02 .listin01 li a {
        padding-left: 16px;
        margin: 0;
    } 
    /* .listin01 li h3{
        width: calc(100% - 105px);
    } */
    .listin01 {
      margin-top: -0px;
      padding: 0 0px;
    }
    .listpet ul li{ margin-left: 0;}
    .info_article .infoH3_style {
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .article-img{
    font: none;
    margin: 0 auto;
}
 .article .textri{
    margin-left: 0;
    
}

.list4 .list4_txt h3,.list4 .flex li{width: 48%;}


 }

 @media screen and (max-width: 580px) {
    .list-3 .item{width:100%;margin-right:0;margin-bottom:20px;}


 }

@media screen and (max-width: 479px) {
    .sub_03b2a .item{flex-direction: column;}
    .sub_03b2a .img_box{width: 100%;margin: 0 0 15px;}
    .sub_03b2a .time{text-align: right;display: none;}
    .sub_03b2a .time a{position: relative;}

    .xktd-list1 li a .left {
        width: 60px;
        height: 60px;
    }

    .xktd-list1 li a .left img {
        width: 35px;
    }


}