@charset "UTF-8";
/* 常用服务 */
.cyfw {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 0.3rem;
}
.cyfw ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cyfw li {
    width: calc(25% - 0.4rem);
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}
.cyfw li:nth-of-type(4n) {
    margin-right: 0;
}
.cyfw li a {
    display: block;
    width: 100%;
    height: 0.7rem;
    background: #fff;
    padding: 0 0.4rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.15rem 0 rgba(0,0,0,0.1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
}
.cyfw li .icon {
    width: 1.08rem;
    height: 1.08rem;
    border: 1px dashed #0152a6;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.cyfw li .icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cyfw li .icon img:nth-of-type(1) {
    display: block;
}
.cyfw li .icon img:nth-of-type(2) {
    display: none;
}
.cyfw li .tit {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333;
    font-weight: bold;
}
.cyfw li a:hover .icon img:nth-of-type(1) {
    display: none;
}
.cyfw li a:hover .icon img:nth-of-type(2) {
    display: block;
}
.cyfw li a:hover .tit {
    color: #014a95;
}
.cyfw li a::before {
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.cyfw li a:hover .icon {
    border: 1px dashed transparent;
}
.cyfw li a:hover{
   transform: translateY(-0.1rem);
}
/* 专题专栏 */
.VisionImg{
    margin-top: 0.5rem;
}
.VisionImg>div {
    float: left;
    width: calc(33.333% - 0.2rem);
    margin-right: 0.3rem;
    margin-top: 0.3rem;
}
.VisionImg>div:nth-of-type(3n) {
    margin-right: 0;
}
.VisionImg>div a .img {
    width: 100%;
    padding: 47.7% 0 0;
    border-radius: 0.1rem;
}
/* 历史沿革 */
.lsyg {}
.lsygSub {
    position: relative;
    padding: 0 0.5rem 0 1rem;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0.8rem 0 0.5rem;
}
.lsygSub::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(1, 74, 149, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
}
.lsygSub .lsygCon{
}
.lsygSub ul {
    width: auto;
    display: flex;
    justify-content: flex-start;
}
.lsygSub li {
    padding: 1.3rem 0.5rem;
    width: 2.1rem;
    box-sizing: border-box;
    position: relative;
}
.lsygSub li::before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lsygSub li::after {
    display: block;
    content: "";
    width: 1px;
    height: 0.5rem;
    border-radius: 100%;
    background: #014a95;
    position: absolute;
    left: 3px;
    top: 0.8rem;
}
.lsygSub li.fz::before{
    display:none;
}
.lsygSub li.fz::after{
    width: 0.5rem;
    height: 0.6rem;
    background: url(../img/fzIcon.png) no-repeat left center;
    left: 0;
    top: 0.7rem;
    border-radius: 0;
    );
}
.lsygSub li:nth-of-type(odd)::after {
    top: auto;
    bottom: 0.8rem;
}
.lsygSub li .con {
    position: absolute;
    left: 0;
    top: 0;
}
.lsygSub li:nth-of-type(odd) .con {
    bottom: 0;
    top: auto;
}
.lsygSub li .time {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #014a95;
}
.lsygSub li .tit {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
    white-space: nowrap;
}
.lsygSub li.first .con:nth-of-type(2){
    bottom: auto;
    top: 0;
    display: flex;
    flex-direction: column-reverse;
}
.lsygSub li.first::after{
    height: 1rem;
}
.lsygSub .slick-prev,
.lsygSub .slick-next {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 100%;
    background: url(../img/arrowIcon3.png) no-repeat center;
    background-size: 100% auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
    position: absolute;
    right: -0.52rem;
    top: 50%;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    transform: translateY(-50%);
}
.lsygSub .slick-prev {
    right: auto;
    left: -1rem;
    transform: translateY(-50%) rotateY(180deg);
}
.lsyg .content .bt {
    display: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    background: url(../img/arrowIcon4.png) no-repeat center;
    pointer-events: none;
    /* 也可加其他视觉效果 */
}
/* 机构设置 */
.jgszSub{
    margin-top: 0.8rem;
}
.jgszSub .jgszBt h2{
  display: block;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #014a95;
}
.jgszSub .jgszBt a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #014a95;
    margin: 5px 0;
    font-weight: normal;
}
.jgszSub .jgszBt a:hover{
    font-weight: bold;
    letter-spacing: 1px;
}
.jgszSub .jgszBt{
    margin-bottom: 0.2rem;
    border-bottom: 2px solid #014a95;
    padding-bottom: 0.2rem;
}
.jgszSub .jgszLxfs{
    width: 100%;
    float: left;
}
.jgszSub .jgszLxfs p{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  color: #333333;
  font-weight: normal;
  line-height: 0.34rem!important;
  letter-spacing: 0em;
}
.jgszSub .mCustomScrollbar{
    width: 48.5%;
    float: right;
    height: auto;
    max-height: 4rem;
}
.jgszSub .mCustomScrollbar .con_sub p{
    margin-bottom: 0;
    text-indent: 0;
}
.jgszBt .morehz .morelj{
    display: block;
}
/* 师资内容 */
.szdwCon{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.szdwCon::before{
    display:block;
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 0.72rem);
    position: absolute;
    left: 1rem;
    top: 0.72rem;
    border: 1px solid #e5e5e5;
    z-index: -1;
    box-sizing: border-box;
}
.szdwImg img{
  display: block;
  width: 2rem;
  min-width: 2rem;
  height: auto;
  margin-top: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(0,0,0,0.2);
}
.szdwSub .bt{
  font-size: 0.32rem;
  line-height: 1;
  color: #014a95;
  margin-bottom: 1rem;
}
.szdwSub{
  width: 100%;
  margin-left: 0.8rem!important;
  padding-right: 0.8rem;
  padding-bottom: 0.6rem;
  box-sizing: border-box;
  min-height: 3.6rem;
position: relative;
}
.szdwSub::before{
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 3px solid #014a95;
  border-right: 3px solid #014a95;
  position: absolute;
  right: -1px;
  top: 0.72rem;
  transform: translateY(-1px);
}
.szdwSub::after{
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-left: 3px solid #014a95;
  border-bottom: 3px solid #014a95;
  position: absolute;
  left: -1.8rem;
  bottom: -1px;
  transform: translateX(-1px);
}
.fhlby a{
    float: right;
    font-size: 0.18rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    background: #014a95;
    border-radius: 0.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fhlby a img{
    display: block;
    width: 0.24rem;
    margin-right: 0.15rem;
}
.fhlby a:hover{
    transform: translateY(-0.1rem);
}
/* 机构设置内容 */
.jgszList{
    width: 100%;
    box-sizing: border-box;
}
.jgszList li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.jgszLxfs .jgszList li p{
    text-indent: 0;
    padding-left: 2em;
    box-sizing: border-box;
}
.jgszLxfs .jgszList li p:nth-of-type(1){
    width: 22%;
}
.jgszLxfs .jgszList li p:nth-of-type(2){
    width: 18%;
}
.jgszLxfs .jgszList li p:nth-of-type(3){
    width: 30%!important;
}
.jgszLxfs .jgszList li:last-of-type{
    border-bottom: none;
}
/* media */
@media only screen and (max-width: 1040px) {
    .VisionImg{
        margin-top: 0;
    }
    .VisionImg>div {
        width: calc(33.333% - 0.1rem);
        margin-right: 0.15rem;
        margin-top: 0.15rem;
    }
    .VisionImg>div:nth-of-type(3n) {
        margin-right: 0;
    }
    .jgszSub .jgszLxfs,.jgszSub .mCustomScrollbar{
        width: 100%;
        float: none;
    }
    .jgszSub .mCustomScrollbar{
        margin-top: 0.3rem;
    }
     .jgszSub .jgszBt{
         justify-content: flex-end;
     }
    .jgszSub{
        margin-top: 0.4rem;
    }
    .jgszSub .jgszBt h2{
        width: 100%;
    }
    .morelj{
        margin-top: 0.2rem;
    }
    .jgszSub .jgszBt a{
        margin: 0;
    }
    .szdwSub{
        margin-left: 0.4rem!important;
        padding-right: 0.3rem;
    }
    .szdwCon{
        margin: 0.4rem 0;
    }
    .cyfw{
        margin-top: 0;
    }
    .cyfw li {
        width: calc(25% - 0.18rem);
        margin-right: 0.24rem;
        margin-top: 0.24rem;
    }
    .jgszLxfs .jgszList{
        overflow-x: scroll;
        padding-left: 0;
        padding-bottom: 5px;
    }
    .jgszLxfs .jgszList li {
        min-width: 960px;
    }
    .jgszLxfs .jgszList li p:nth-of-type(1){
        width: 30%!important;
    }
    .jgszLxfs .jgszList li p:nth-of-type(2){
        width: 24%!important;
    }
    .jgszLxfs .jgszList li p:nth-of-type(3){
        width: 46%!important;
    }
    .szdwSub .bt{
        margin-bottom: 0.6rem;
    }
    .szdwCon::before{
        height:calc(100% - 0.52rem);
    }
    .szdwCon::before,.szdwSub::before{
        top: 0.52rem;
    }
    .szdwSub::after{
        left: -1.4rem;
    }
}
@media only screen and (max-width: 768px) {
    .cyfw li {
        width: calc(33.333% - 0.1rem);
        margin-right: 0.15rem;
        margin-top: 0.15rem;
    }
    .cyfw li:nth-of-type(4n) {
        margin-right: 0.15rem;
    }
    .cyfw li:nth-of-type(3n) {
        margin-right: 0;
    }
    .cyfw li a{
        padding: 0 0.2rem;
    }
}
@media only screen and (max-width: 540px) {
    .cyfw li {
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem;
        margin-top: 0.2rem;
    }
   .cyfw li:nth-of-type(4n) {
        margin-right: 0.2rem;
    }
    .cyfw li:nth-of-type(3n) {
        margin-right: 0.2rem;
    }
    .cyfw li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cyfw li .icon {
        width: 0.8rem;
        height: 0.8rem;
    }
    .cyfw li .tit {
        font-size: 0.18rem;
        line-height: 0.25rem;
    }
    .cyfw li a:hover .icon::before{
        width: 0.8rem;
        height: 0.8rem;
    }
    .VisionImg>div {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 10px;
    }
   .VisionImg>div:nth-of-type(3n) {
        margin-right: 10px;
    }
    .VisionImg>div:nth-of-type(2n) {
        margin-right: 0;
    }
    .VisionImg>div a .img{
        border-radius: 5px;
    }
    .lsygSub{
        padding: 0 40px 0 80px;
        margin: 30px 0;
    }
    .lsygSub li{
        padding: 1rem  20px;
    }
    .lsygSub li .tit{
        white-space: normal;
        font-size: 16px;
        line-height: 24px;
    }
    .lsygSub li::after{
        height: 0.6rem;
        top: 0.4rem;
    }
    .lsygSub li:nth-of-type(odd)::after{
        bottom: 0.4rem;
    }
    .lsygSub li.fz::after{
        height: 0.4rem;
        top: 0.6rem;
    }
    .lsygSub li .time{
        font-size: 26px;
        line-height: 1;
    }
    .lsygSub li .con{
        padding-left: 10px;
    }
    .jgszSub .mCustomScrollbar{
        margin-top: 0.15rem;
    }
    .jgszSub .jgszBt{
        margin-bottom: 0.1rem;
        padding-bottom: 0.1rem;
    }
    .jgszSub{
        margin-top: 15px;
    }
    .jgszSub .jgszBt h2{
        font-size: 20px;
    }
    .morelj{
        margin-top: 0.1rem;
    }
    .szdwCon{
        flex-wrap: wrap;
    }
    .szdwSub{
        margin-left: 0!important;
        min-height: auto;
        padding: 0!important;
    }
    .szdwImg{
        width: 100%;
    }
    .szdwImg img{
        margin: 0 auto;
    }
    .szdwSub .bt{
        font-size: 24px;
        margin: 15px 0 10px;
        text-align: center;
    }
    .szdwCon::before{
        display: none;
    }
    .szdwCon{
        margin: 15px 0;
    }
    .cyfw li a{
        height: 0.54rem;
    }
    .cyfw li a::before{
        width: 2px;
    }
    .jgszLxfs .jgszList li{
        padding: 2px 0;
    }
    .szdwSub .con_sub{
        padding: 0.2rem;
        border: 1px solid #e5e5e5;
    }
     .szdwSub::before{
         top: 49px;
     }
    .szdwSub::after{
        left: 0;
    }
    .fhlby a{
        line-height: 0.44rem;
        padding: 0 0.15rem;
        border-radius: 5px;
    }
    .fhlby a img{
        margin-right: 0.1rem;
    }
}