@charset "utf-8";
.list_banner img{
  display: block;
  width: 100%;
}
.list-page{
    position: relative;
    z-index: 0;
    xmargin-top: -50px;
    padding-bottom: 17px;
    background: url(../img/list_bg.png)no-repeat bottom center;
}
.list-page>.w{
  transform: translateY(-50px);
}
.list-right{
  width: 77%;
}

.list-right .list-main{
  padding: 0;
  padding-left: 55px;
  padding-top: 40px;
}
.list-main{
    min-height: 600px;
}
/* 侧边栏 */
.sidebar{
    width: 23%;
}
.sidebar h1{
    background: url(../img/left_nav_bg.jpg) no-repeat right top;
    background-color: #007dc8;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 95px;
    color: #fff;
    position: relative;
}
.sidebar h1::after{
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 50%;
  border: 3px solid #a6c5e6;
  bottom: 15px;
  border-radius: 50%;
  margin-left: -4px;
}
.sidebar h1::before{
  content: '';
  width: 55px;
  height: 1px;
  background: #a6c5e6;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 18px;
}

.sidebar ul li{
    background: #f5f5f5;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}
.sidebar ul li:hover{
    background: #dcdcdc;
}
.sidebar ul li:hover a{
    color: #007dc8;
}
.sidebar ul .current{
    background: #dcdcdc;
}
.sidebar ul .current a{
    color: #007dc8;
}
.sidebar ul li a{
    font-size: 15px;
    color: #424243;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 60px;
}
.sidebar ul li a:after{
    content: ">>";
    font-size: 15px;
    color: #007dc8;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.sidebar ul .current a:after,.sidebar ul li:hover a:after{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
/* 列表页 */
.list-main{
    padding: 20px 0 0 45px;
}
.list-banner a{
    display: block;
}
.list-banner a img{
    width: 100%;
}
.list-ul{
    
}

.list-time{
    background: #bfbfbf;
    float: left;
    text-align: center;
    transition: all .3s;
    width: 66px;
}
.list-time p{
    color: #fff;
    font-size: 31px;
    background: #007dc8;
}
.list-time span{
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 29px;
}
.list-ul li {
    border-bottom: dotted 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}
.list-ul li:hover{
    transform: translateY(-7px);
    box-shadow: 0 5px 5px #ccc;
}
.list-ul li a{
    width: 90%;

}
.list-ul li a p{
    font-size: 17px;
    font-weight: bold;
    color: #494949;
}
.list-ul li:hover a p{
    color: #232323;
}
.list-ul li a span{
    font-size: 14px;
    color: #757575;
    margin-top: 12px;
    display: block;
    line-height: 20px;
    text-indent: 2em;
}
/* 列表页结束 */

/* 当前位置开始 */
.Breadcrumbs{
    padding-left: 45px;
    background-color: rgba(255, 255, 255, .5);
    padding-left: 15px;
}
.Breadcrumbs p,.Breadcrumbs a{
    display: inline-block;
    font-size: 14px;
    color: #010101;
    line-height: 50px;
}
.Breadcrumbs a:hover{
    color: #005799;
}
/* 当前位置结束 */

/* 内容页 */
.content h2{
  font-size: 0.3rem;
  color: #040404;
  text-align: center;
  margin-bottom: 0.4rem;
  font-weight: bold;
  text-align: center;
}
.fbt{
    text-align: center;
    font-size: .16rem;
    margin-bottom: .3rem;
    margin-left: 3.5rem;
}
.Author{
  margin-bottom: 0.4rem;
  text-align: center;
}
.Author span{
  display: inline-block;
  font-size: .15rem;
  color: #707070;
  margin: 0 .2rem 0 0;
}
.content{
  margin-top: .15rem;
  padding-left: 20px;
}
.content-main p{
  font-size: .17rem;
  color: #2f2f2f;
  line-height: 1.8;
  text-indent: 2em;
}
.content-main .gwzz p{
    color: #6e6e6e;
}
.content-main .gwzz span{
    color: #6e6e6e;
}

.content2 .content-main p{

color: #5e5e5e;

color: #4a4a4a;
}
.content2 .content-main p span span{
  
font-family: 'Times New Roman','time news R';
}
.content-main table p{
  text-indent: 0;
}
.content-main {
  padding-bottom: .4rem;
  border-bottom: solid 1px #a0a0a0;
  margin-bottom: .2rem;
}
.dpzw{
    margin-bottom: 0;
    padding-bottom: 0.2rem;
}
.content-main h1{
  xfont-family: '方正小标宋_GBk','fzxbs' !important;
}
.content-main h1 span{
  xfont-family: '方正小标宋_GBk','fzxbs' !important;
}
.content-main img{
  max-width: 100%;
  display: inline-block;
}
.content-main p img{
  margin-left: -2em;
}
.content-main table p img{
   margin-left: 0em;
   vertical-align: middle;
}
.page_ a{
  color: #7d7d7d;
  line-height: 30px;
}
.jzlt li h6{
  /* padding-top: .2rem; */
  display: flex;
  justify-content: space-between;
}
.jzlt li h6 img{
  width: 1.3rem;
  height: 1.6rem;
}

.jzlt li h6 p{
  font-size: 0.19rem;
  color: #1e9199;
  margin-bottom: .1rem;
}
.jzlt li h6 em,.jzlt li h6 span{
  display: block;
  font-size: 0.166rem;
  color: #000;
  line-height: 0.25rem;
}
/* 联系我们 */
.aboutUs{
  display: flex;
  justify-content: space-around;
}
.aboutUs_p{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  color: #4a4a4a;
  padding-left: 14px;
  border-left: solid 8px #0056ab;
  margin-bottom: 10px;
}
.aboutUs_l span,.aboutUs_r span{
  display: block;
}
.aboutUs_l1{
  background: url(../img/ab_bg1.jpg)no-repeat;
  padding: 19px 35px 28px 0;
  margin-bottom: 15px;
}
.aboutUs_l1 span,.aboutUs_l2 span,.aboutUs_r span{
  padding-left: 22px;
  line-height: 30px;
  font-size: 14px;
}
.aboutUs_l2{
  background: url(../img/ab_bg2.jpg)no-repeat;
  padding: 19px 35px 28px 0;
  margin-bottom: 15px;
}
.aboutUs_r{
  background: url(../img/ab_bg3.jpg)no-repeat;
  padding: 19px 35px 28px 0;
  margin-bottom: 15px;
  width: 400px;
}
.leader ul{
  padding: 0 18px;
  background: #f8f8f8;
  background: url(../img/jgsz_bg.png)no-repeat right bottom #f9f9f9;
  background: url(../img/leader_bg.png)no-repeat right bottom #f8f8f8;
}
.leader ul li{
  /* background: url(../img/leader_bg.png)no-repeat right bottom #f8f8f8; */
  position: relative;
  padding: 19px 14px;
  margin-top: 110px;
  margin-top: 0;
  padding-left: 24px;
  border-bottom: 1px solid #eeeeee;
}
.leader ul li a{
  display: block;
}
.leader_cont_top{
  margin-bottom: 4px;
}
.leader_cont_top p{
  display: inline-block;
  font-size: 18px;
  color: #0057b1;
  font-weight: 600;
}
.leader_cont_top span{
  color: #4a4a4a;
  font-size: 16px;
  display: inline-block;
  margin-left: 30px;
  /* font-weight: 600; */
}
.leader_cont{
  width: 73%;
 width: 100%;
  float: right;
}
.leader_img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 246px;
  height: 318px;
  overflow: hidden;
  display: none;
}
.leader_img img{
  display: block;
  width: 100%;
  xheight: 100%;
}
.leader_cont>p{
  font-size: 14px;
  color: #4a4a4a;
  height: 110px;
  height: auto;
  /* margin-bottom: 10px; */
  display: inline-block;
  width: 49%;
}
.leader_cont_footer{
  display: inline-block;
  justify-content: space-between;
  width: 49%;
  font-size: 14px;
}
.leader_cont_footer p{
  background: url(../img/leader_phone.png)no-repeat left center;
  padding-left: 20px;
  display: inline-block;
  margin-right: 30px;
  color: #4a4a4a;
}
.leader_cont_footer div{
  padding-left: 20px;
  background: url(../img/leader_position.png)no-repeat left center;
  display: inline-block;
  color: #4a4a4a;
}

.jgsz_cont{
  padding: 28px;
}
.jgsz_cont_title p{
  font-size: 18px;
  color: #0056ab;
  display: inline-block;
  font-weight: 600;
  /* margin-right: 18px; */
  width: 73px;
}
.jgsz_cont_title>a{
  
color: #4a4a4a;
}
.jgsz_cont_title p a{
  color: #0056ab;
  font-size: 17px;
}
.jgsz_cont_title span{
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-left: 10px;
}
.jgsz_cont_Detailed{
  display:flex;
  justify-content: space-between;
  margin-top: -32px;
}

.jgsz_cont_Detailed_l{
  font-size: 14px;
  color: #000000;
  padding-top: 8px;
  width: 48%;
}
.jgsz_cont_Detailed_r{
  width: 55%;
  /* margin-top: 18px; */
}
.jgsz_cont_Detailed_r div{
  display:inline-block;
  margin-right: 0px;
  width: 200px;
}
.jgsz_cont_Detailed_r div{
    width: 200px;
    /* margin-right: 67px; */
}
.xyw .jgsz_cont_Detailed_r div{
  
margin-right: 67px;
  
width: 300px;
}
.jgsz_cont_Detailed_r .xyk p{
  
display: block;
  
margin-bottom: 5px;
}

.jgsz_cont_Detailed_r p{
}
.jgsz_cont ul li{
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  padding-top: 10px;
}
.jgsz_cont_Detailed_r div p{
  font-size: 14px;
  display: inline-block;
  color: #000000;
  padding-left: 21px;
  background: url(../img/leader_phone.png)no-repeat left center;
}
.jgsz_cont_Detailed_r a{
  
color: #4a4a4a;
}
.jgsz_cont_Detailed_r div span{
  font-size: 14px;
  display: inline-block;
  color: #000000;
  padding-left: 15px;
  background: url(../img/email_ico.png)no-repeat left center;
  margin-left: 5px;
}
.jgsz_cont_Detailed_r>p{
  font-size: 14px;
  color: #000000;
  padding-left: 15px;
  background: url(../img/leader_position.png)no-repeat left center;
  margin-top: 10px;
  display: inline-block;
}
.jgsz_wrapper{
  background: url(../img/jgsz_bg.png)no-repeat right bottom #f9f9f9;
  margin-bottom: 60px;
}
.jgsz{
  margin: 40px 0 0 60px;
}
.bmzz{
  background: #87afd7;
  padding: 22px;
}
.bmzz p{
  font-size: 14px;
  /* font-weight: 600; */
  color: #ffffff;
}
.bmzz p:first-child{
  
margin-bottom: 10px;
}
.xyw ul li{
  padding-bottom:10px;
}
.bmzz span{
  color: #ffffff;
  font-size: 14px;
  display: block;
}
.bmzz p span{
    display: inline-block;
    font-family: 'Times New Roman','time news R';
}
@media screen and (max-width: 1000px) {
  .list_banner img {
    height: 150px;
  }
.content h2{
  font-size:18px;
  margin-bottom: .3rem;
}
  .fbt{
    font-size: 14px;
    margin-bottom: .3rem;
    margin-left: 0rem;
}
.Author span{
  font-size:14px;
}
  .list-page{
    margin-top: 0px;
  }
  .sidebar{
    width: 100%;
    float: none;
  }
  .list-right{
    width: 100%;
    float: none;
  }
  .Breadcrumbs{
    padding-left: 0;
  }
  .list-main{
    padding: 0;
  }
  .sidebar h1{
    font-size: 17px;
    line-height: 39px;
  }
  .sidebar ul li a{
    line-height: 30px;
  }
  .content{
    padding-left: 0;
  }
  .content img{
    max-width: 100%;
    height: auto !important;
  }
  .list-time p{
    font-size: 25px;
  }
  .list-time span{
    font-size: 12px;
  }
  .list-ul li{
    margin-bottom: 0px;
  }
  .list-page>.w{
    transform: translateY(0);
  }
  .sidebar h1{
    background: url(../img/left_nav_bg.jpg) no-repeat right top;
    background-size: cover;
  }
  .sidebar h1::after,.sidebar h1::before{
    display: none;
  }
  .list-ul li a{
    width: 78%;
  }
  .list-ul li a p{
    font-size: 15px;
  }
  .list-ul li a span{
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .teacher h3{
    margin-top: 5px;
    line-height: 38px;
    font-size: 18px;
  }
  .teacher h4{
    margin: 5px 0;
    padding: 5px;
  }
  .teacher ul li{
    width: 20%;
  }
  .list-right .list-main{
    margin-top: 20px;
    padding-left: 0;
    padding-top: 0;
  }
  .aboutUs{
    display: block;
    width: 100%;
  }
  .aboutUs_r,.aboutUs_l1,.aboutUs_l2{
    width: 100%;
  }
  .leader ul li{
    padding: 4px 10px;
    margin-top: 10px;
  }
  .leader_img{
    position: initial;
    width: 180px;
    height: auto;
  }
  .leader_cont{
    float: none;
    width: 100%;
  }
  .leader_cont_top{
    margin-bottom: 10px;
  }
  .leader_cont>p{
    height: auto;
  }
  .leader_cont_top p{
    font-size: 25px;
  }
  .leader_cont_footer{
    display: block;
    margin-top: 10px;
  }
  .jgsz{
    margin: 0;
  }
  .jgsz_cont{
    padding: 0;
  }
  .jgsz_cont_Detailed{
    display: block;
  }
  .jgsz_cont_Detailed_l, .jgsz_cont_Detailed_r{
    width: 100%;
  }
  .jgsz_cont_Detailed_r{
    margin-top: 10px;
  }
  .jgsz_cont_Detailed_r div span{
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .bmzz{
    padding: 5px 10px;
  }
  .jgsz_wrapper{
    margin-bottom: 20px;
  }
  .content-main table{
    width: 100%;
}
}