@charset "utf-8";
.banner img {
    display: block;
    width: 100%;
    min-height: 1.6rem;
    object-fit: cover;
}
/* imgList */
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.imgList li a{
  display: flex;
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  position: relative;
}
.imgList li a::before{
  display:block;
  content:"";
  width:0;
  height:2px;
  background:#0151a6;
  position:absolute;
  left:0;
  bottom:-1px;
  transition:all .5s;
}
.imgList li a:hover::before{
  width:100%;
}
.imgList li a .img{
  width: 2.5rem;
  padding: 1.6rem 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.imgList li a p.txt{
  width: calc(100% - 2.5rem);
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.imgList li.noImg a p.txt{
  width: 100%;
  padding-left: 0;
}
.imgList li a p.txt span{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.imgList li a p.txt span:nth-of-type(1){
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgList li a p.txt span:nth-of-type(3){
  font-size:0.16rem;
  color: #999999;
  line-height: 0.26rem;
  max-height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgList li a p.txt span:nth-of-type(2){
    font-family: Arial;
    width: 100%;
    font-size: 0.16rem;
    color: #275ebc;
    line-height: 0.3rem;
    box-sizing: border-box;
    margin-top: 0.06rem;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #275ebc;
}
.imgList li a:hover p.txt span:nth-of-type(2){
  color: #333333;
}
.imgList li a:hover p.txt span:nth-of-type(3){
  color: #333333;
}

/* 分页 */

.footer {
    margin-top: 0.3rem;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.5rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 0.07rem;
}

.pagination a.active {
    background: #1f4cc1;
    color: #fff;
    border: 1px solid #1f4cc1;
}

.pagination a:hover {
    background: #1f4cc1;
    color: #fff;
    border: 1px solid #1f4cc1;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}



.nymain .leftNav {
    float: left;
    width: 2.7rem;
    position: relative;
    margin-top: 0.4rem;
}

.nymain .leftNav>h2 {
    color: #fff;
    background: #275ebc;
    font-size: 0.3rem;
    overflow: hidden;
    padding: 0.15rem 0.3rem;
    line-height: 0.4rem;
    text-align: center;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 0.1rem;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 0.2rem;
    font-size: 0.26rem;
    font-weight: 600;
    color: #fff;
    padding: 0.2rem 0;
}

.nymain .leftNav>ul {
    background: #f5f5f5;
    padding-bottom: 2.3rem;
    border-left: 0.04rem solid #275ebc;
    padding-top: 0.2rem;
}

.nymain .leftNav>ul>li {
    position: relative;
    /* overflow: hidden; */
    border-bottom: 2px solid #fff;
}

.nymain .leftNav>ul>li>a::after {
    content: "";
    position: absolute;
    border-left: 0.04rem solid #275ebc;
    top: 0;
    left: -0.04rem;
    height: 100%;
    z-index: 9;
    display: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    padding: 0.15rem 0.3rem;
    /* background: #fefefe; */
    position: relative;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    right: 0.1rem;
    top: 0.18rem;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>a {
    background: #fff;
    font-weight: 600;
    color: #275ebc;
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    background: #fff;
    font-weight: 600;
    color: #275ebc;
}

.nymain .leftNav>ul>li.active>a::after {
    border-color: #275ebc;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 0.3rem center;
    color: #275ebc;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0.45rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 0.14rem;
    line-height: 0.36rem;
    padding-left: 0.15rem;
    background: none;
    color: #666;
    position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666;
    border-radius: 50%;
}

.ny-right {width: calc(100% - 2.7rem);padding-left: 0.5rem;box-sizing: border-box;float: left;}

.ny-rcom {
    font-size: 0.24rem;
    color: #1f4cc1;
    margin-bottom: 0.15rem;
    font-weight: normal;
}

.position {
    margin-top: 0.4rem;
}

.position>div {
    position: relative;
    font-size: 0;
    line-height: 0.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.1rem;
}

.position h3 {
    position: absolute;
    width: 2.35rem;
    padding-left: 0.35rem;
    height: 0.9rem;
    font-size: 0.24rem;
    font-weight: normal;
    color: #fff;
    background: #1f4cc1;
    background-position: center top;
    text-align: left;
    line-height: 1rem;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    right: -0.37rem;
    bottom: -0.3rem;
    width: 0.74rem;
    height: 0.74rem;
    z-index: 9;
}

.position span {
    color: #888888;
    font-size: 0.16rem;
    vertical-align: middle;
    float: left;
}

.position h2 {
    position: relative;
    color: #272727;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    padding-left: 0.15rem;
}

.position h2::before {
    display:block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.05rem;
    background: #275ebc;
    width: 0.04rem;
    height: 0.22rem;
}


.position img {
    height: 0.16rem;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.position a {
    font-size: 0.16rem;
    color: #666666;
    margin: 0 0.05rem;
    vertical-align: middle;
    float: left;
}

.position a:hover {
    color: #0166b3;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.fw-nav{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #dddddd;
    margin: 0.3rem 0 0;
    justify-content: flex-start;
    align-items: center;
}
.tabIn{
    width: 20%;
    padding: 0.25rem 0.1rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
}
.tabIn p{
    display:block;
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding: 0 0.15rem;
    border-radius: 0.05rem;
    cursor: pointer;
    text-align: center;
    margin: 0.2rem auto;
    max-width: 2rem;
}
.tabIn p:hover{
    color:#275ebc;
}
.tabIn p.in{
    background: #275ebc;
    color: #fff;
}
.fw-nav .tabCon{
    width: 80%;
    padding: 0.4rem 5%;
    border-left: 1px solid #dddddd;
    overflow: hidden;
}
.fw-nav ul li{
    float: left;
    width: 15%;
    margin-right: 2%;
}
.fw-nav ul li:nth-of-type(6n){
    margin-right: 0;
}
.fw-nav ul li a{
    display:block;
    width: 100%;
    border-radius: 0.05rem;
    margin: 0.15rem 0;
    height: auto;
}
.fw-nav ul li a .icon{
    position:relative;
    width: 0.64rem;
    height: 0.64rem;
    margin: 0 auto;
    border-radius: 100%;
    background: #f4f4f4;
    margin-bottom: 0.15rem;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.19);
}
.fw-nav ul li a .icon img{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 0.3rem;
    max-width: 0.3rem;
    min-width: 0.28rem;
}
.fw-nav ul li a:hover{
}
.fw-nav ul li a .tit{
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
}
.fw-nav ul li a:hover .tit{
    color: #275ebc;
    font-weight: bold;
}
.fw-nav ul li a.active{
    background:#275ebc;
    color:#fff;
}
.fw-nav .tabCon div{
    display:none;
    animation: 0.5s ease 0s 1 normal backwards running fadeInRight;
}
.fw-nav .tabCon div.on{
    display:block;
}
.fwznCon{
    margin-top: 0;
    background: #fff;
    padding: 0.3rem;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-top: none;
}
.fwznCon .fwznTit{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.fwznCon .fwznTit .icon{
    width: 1.4rem;
    height: 1.4rem;
    background: #f4f4f4;
    border-radius: 100%;
    margin-right: 0.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
}
.fwznCon .fwznTit .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.4rem;
    max-height: 0.4rem;
    min-width: 0.3rem;
    min-height: 0.3rem;
    position: relative;
}
.fwznCon .fwznTit .icon::before{
    display:block;
    content:"";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.fwznCon .fwznTit .bt p{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333;
}
.fwznCon .fwznTit .bt p span{
    font-weight: bold;
}
.fwznCon .fwznTit .bt p a{
    display: block;
    background: #275ebc;
    text-align: center;
    color: #fff;
    border-radius: 0.2rem;
    line-height: 0.4rem;
    margin-top: 0.05rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0.3rem;
}
.fwzn_sj h2{
    font-size: 0.22rem;
    color: #275ebc;
    text-align: center;
    margin-top: 0.3rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fwzn_sj h2 p{
    position: relative;
    padding-bottom: 10px;
}
.fwzn_sj h2 p::before{
    display: block;
    content: "";
    width:100%;
    height: 2px;
    background: #275ebc;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fwzn_sj li{
    float: left;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
    width: calc(33.33% - 0.2rem);
}
.fwzn_sj li:nth-of-type(3n){
    margin-right: 0;
}
.fwzn_sj li a{
    display:block;
    width: 100%;
    height: 0.64rem;
    font-size: 0.16rem;
    line-height: 1.4;
    color: #333;
    background: #f5f5f5;
    padding: 0 0.1rem;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
    border-left: 2px solid transparent;
}
.fwzn_sj li a::before{
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #275ebc;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s;
}
.fwzn_sj li a:hover::before{
    width: 100%;
}
.fwzn_sj li a:hover{
    color: #fff;
}
.conSub {margin-top: 0.4rem;}
.conSub h2{
    font-size: 0.2rem;
    background: #f4f4f4;
    line-height: 0.42rem;
    text-indent: 1em;
    color: #333;
    position: relative;
    border-left: 0.05rem solid #275ebc;
    margin-bottom: 0.2rem;
}
.conSub p{
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-top: 0.1rem;
}
.conSub p img{
    display:block;
    margin: 0 auto;
}
.fwznCon .conSub:last-of-type p img{
    display: inline-block;
    margin-right: 5px;
}
.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 0.28rem;
    margin-top: 0.3rem;
    font-weight: normal;
}

.art-main .art-tit h4 {
    font-size: 0;
    margin-top: 0.1rem;
    width: 0.8rem;
    height: 0.05rem;
    background-color: #ca983a;
    margin: 0.3rem auto;
}

.art-main .art-body {
    padding-top: 0.2rem;
}

.art-main .art-body p {
    text-indent: 2em;
    margin-bottom: 0.1rem;
    text-align: justify;
}
.art-main .art-body .textindent {
    text-indent: 0 !important;
 }
.art-main .art-body p ,.art-main .art-body span{
    font-size: 0.18rem!important;
    line-height: 0.34rem!important;
    color: #333!important;
}
.art-main .art-body iframe{
    min-height: 8rem;
}
.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
    height: auto!important;
}

.art-main .cont-tit p {
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.36rem;
    color: #999;
    border-bottom: 1px solid #dddddd;
    margin-top: 0.1rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 0.16rem;
    margin-right: 0.05rem;
}

.art-main .cont-tit p .liulan {
    margin-left: 0.5rem;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 0.25rem;
}

.pnext {
    margin-top: 0.25rem;
}

.pnext p {
    text-indent: initial;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #555555;
}

.pnext p a {
    font-size: 0.16rem;
    color: #555555;
}

.pnext p:hover {
    color: #275ebc;
}

.pnext p:hover a {
    color: #275ebc;
}


/* 列表 */

.text-list {
    margin-top: 0;
}

.text-list ul li a {
    display: block;
    overflow: hidden;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    transition: all 0.3s;
    border-bottom: 1px solid #e7e7e7;
}

.text-ldata {
    float: left;
    width: 0.8rem;
    margin-right: 0.3rem;
    height: 0.86rem;
    line-height: 0.9rem;
    font-size: 0;
    background: #275ebc;
    color: #fff;
    text-align: center;
}

.text-ldata img {
    display: block;
}

.text-ldata div {
    transition: all 0.3s;
    vertical-align: middle;
    display: inline-block;
}

.text-ldata div p {
    font-size: 0.15rem;
    line-height: 0.28rem;
}

.text-ldata div span {
    display: block;
    font-size: 0.42rem;
    line-height: 0.46rem;
}

.text-linfo {
    overflow: hidden;
    transition: all 0.3s;
}

.text-linfo h3 {
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-linfo p {
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.08rem;
}

.text-list ul li a:hover {
    background: #ecf3fa;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.text-list ul li a:hover .text-ldata img {
    display: none;
}

.text-list ul li a:hover .text-ldata div {
    background: #275ebc;
    /* padding-left: 0.1rem; */
    /* margin-top: 0.1rem; */
}

.text-list ul li a:hover .text-ldata div p {
    color: #fff;
}

.text-list ul li a:hover .text-ldata div span {
    color: #fff;
}

.text-list ul li a:hover .text-linfo {
    border-color: transparent;
}

.text-list ul li a:hover .text-linfo h3 {
    font-weight: 600;
    color: #0066cb;
    font-size: 0.18rem;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 0.1rem;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 0.35rem;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    /* box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16); */
    top: -0.1rem;
}

.img-lists ul li:hover .info p {
    color: #0066cb;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 1.96rem;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-lists ul li a>div.info img {
    height: 0.14rem;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 0.14rem;
    display: inline-block;
    margin-left: 0.05rem;
    color: #999;
    vertical-align: middle;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 0.15rem 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 0.16rem;
    color: #000;
    line-height: 0.3rem;
    text-align: center;
}

.dt-list2 li {
    float: left;
    width: 48%;
    margin-top: 0.4rem;
}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 4%;
}

.dt-list2 li a {
    display: block;
    margin-right: 0.07rem;
    margin-bottom: 0.07rem;
    background: #f2f2f2;
    padding: 0.3rem 0.25rem;
    box-shadow: 0.06rem 0.06rem 0 0px #dbe8f7;
    transition: all 0.3s;
}

.dt-list2 li a h3 {
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dt-list2 li a h4 {
    color: #808080;
    font-size: 14px;
    line-height: 0.22rem;
    height: 0.44rem;
    overflow: hidden;
    margin-top: 0.2rem;
    margin-bottom: 0.28rem;
}

.dt-list2 li a div {
    height: 1px;
    background: #cccccc;
    position: relative;
}

.dt-list2 li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    background: #27aeb6;
    width: 0.5rem;
    height: 3px;
}

.dt-list2 li a div::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: -2px;
    transform: translateY(-50%);
    background: #0066cb;
    width: 0.5rem;
    height: 3px;
}

.dt-list2 li a p {
    overflow: hidden;
    line-height: 0.24rem;
    margin-top: 0.25rem;
}

.dt-list2 li a p span {
    float: left;
    padding-left: 0.25rem;
    color: #0066cb;
}

.dt-list2 li a p em {
    float: right;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
    background: #0066cb;
    text-align: center;
    line-height: 0.23rem;
    color: #fff;
    font-family: 宋体;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}

.dt-list2 li a:hover {
    background: #0066cb;
    box-shadow: 0.04rem 0.08rem 0.1rem rgba(0, 0, 0, .3);
}

.dt-list2 li a:hover h3 {
    color: #fff;
    font-weight: 600;
    font-size: 0.18rem;
}

.dt-list2 li a:hover h4 {
    color: #c7ceea;
}

.dt-list2 li a:hover p em {
    background: #27aeb6;
}

.dt-list2 li a:hover p span {
    color: #fff;
}

.dt-list2 li a:hover div::before {
    background: #27aeb6;
}

.dt-list2 li a:hover div::after {
    background: #f29b76;
}

.img-lists ul {
    overflow: hidden;
    /* margin-left: -2%; */
    /* margin-right: -2%; */
}

.img-lists ul li {
    float: left;
    width: 29%;
    margin: 0.4rem 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
    top: -0.1rem;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 61%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 1.96rem;
}

.img-lists ul li a>div.info {
    padding: 0.1rem;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.05rem;
}

.img-lists ul li:hover a>div.info p {
    color: #275ebc;
}

@media screen and (max-width: 1400px) {
   .fw-nav .tabCon{
        padding: 0.4rem 3%;
    }
    .fw-nav ul li{
        margin-right: 2%;
        width: 18.4%;
    }
    .fw-nav ul li:nth-of-type(6n){
        margin-right: 2%;
    }
    .fw-nav ul li:nth-of-type(5n){
        margin-right: 0;
    }
}

@media screen and (max-width: 1350px) {
    .position h3 {
        left: 0.1rem;
    }
    .art-main .art-tit h3 {
        font-size: 0.24rem;
    }
}
@media screen and (min-width: 1081px) {
    .nymain .leftNav>ul{
        display: block!important;
    }
}
@media screen and (max-width: 1080px) {
    .img-lists ul li {
        width: 48%;
        margin: 20px 1%;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div.info p {
        font-size: 14px;
    }
    .img-lists ul li a>div.info img {
        height: 12px;
    }
    .img-lists ul li a>div.info span {
        font-size: 12px;
    }
    .banner {
        margin-top: 75px;
    }
    .nymain .leftNav ul li a {
        font-size: 16px;
    }
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;
    }
    .img-lists ul li {
        width: 48%;
        margin-left: 2%;
        margin-top: 20px;
    }
    .img-lists ul li:nth-child(3n+1) {
        margin-left: 2%;
    }
    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div.info p {
        font-size: 14px;
    }
    .img-lists ul li a>div.info img {
        height: 12px;
    }
    .img-lists ul li a>div.info span {
        font-size: 12px;
    }
    .dt-list2 li a {
        padding: 20px 15px;
    }
    .ny-right{
        width:100%;
        padding-left: 0;
        float:none;
    }
     .nymain .leftNav>h2 {
        line-height: 30px;
        font-size: 18px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        border-radius: 0;
        padding-right: 0;
        padding: 10px 20px;
    }
    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: right center;
    }
    .nymain .leftNav>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-position: right center;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }
    .nymain .leftNav ul {
        display: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .nymain .leftNav ul li a {
        line-height: 30px;
        padding: 5px 20px;
    }
    .nymain .leftNav>ul>li>span {
        top: 13px;
    }
    .nymain .leftNav>ul>li::after {
        border-top-width: 20px;
        border-bottom-width: 20px;
    }
    .position{
        margin-top: 20px;
    }
    .tabIn p{
        font-size: 20px;
        padding: 0 10px;
    }
    .fw-nav .tabCon{
        padding: 10px 20px;
    }
    .fw-nav ul li{
        float: left;
        width: calc(25% - 15px);
        margin-right: 20px!important;
    }
    .fw-nav ul li:nth-of-type(4n){
        margin-right: 0!important;
    }
    .fw-nav ul li a{
        margin: 10px 0 0;
    }
    .fwzn_sj li{
        margin-top: 0.3rem;
        margin-right: 0.3rem;
        width: calc(50% - 0.15rem);
    }
     .fwzn_sj li:nth-of-type(3n){
         margin-right: 0.3rem;
     }
     .fwzn_sj li:nth-of-type(2n){
         margin-right: 0;
     }
}

@media screen and (max-width:768px) {
    .img-lists ul li {
        margin: 10px 1%;
    }
    .img-lists ul li a>img {
        height: 191px;
    }
    .position h2 {
        float: none;
        font-size: 20px;
        line-height: 24px;
        padding-left: 10px;
    }
    .position h2::before{
        top: 4px;
        height: 20px;
    }
    .position {
        margin-bottom: 0;
    }
    .position>div {
        text-align: left;
        line-height: 15px;
        background-size: auto 50px;
        /* padding-left: 80px; */
    }
    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }
    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }
    .pagination {
        padding-top: 50px;
    }
    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 0 3px;
    }
    .art-main .art-body{
        padding-top: 10px;
    }
    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    .art-main .cont-tit p span {
        font-size: 12px;
    }
    .art-main .cont-tit p img {
        height: 12px;
    }
    .pnext {
        float: none;
        border: none;
        width: auto;
    }
    .pnext p {
        line-height: 30px;
    }
    .zzjg_text li {
        width: 50%;
    }
    .img-lists ul li a>div.info p {
        font-size: 12px;
    }
    .xbxx {
        padding-top: 0;
    }
    .xbxx ul li a {
        padding: 15px 10px;
    }
    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }
    .xbxx ul li a div span {
        font-size: 12px;
    }
    .xbxx ul li a div img {
        height: 14px;
    }
    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .nymain .leftNav>h2 img {
        height: 20px;
    }
    .position a {
        margin: 0 2px;
        font-size: 12px;
    }
    .position span {
        font-size: 12px;
    }
    .text-ldata {
        width: 80px;
        overflow: hidden;
        margin-right: 15px;
    }
    .text-ldata div {
        margin-left: 0;
    }
    .text-ldata div p {
        font-size: 14px;
    }
    .text-ldata div span {
        font-size: 30px;
    }
    .text-list ul li a:hover .text-linfo {
        padding-left: 15px;
    }
    .text-list ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .fw-nav ul li{
        float: left;
        width: calc(33.33% - 10px);
        margin-right: 15px!important;
    }
    .fw-nav ul li:nth-of-type(4n),.fw-nav ul li:nth-of-type(5n){
        margin-right: 15px!important;
    }
    .fw-nav ul li:nth-of-type(3n){
        margin-right: 0!important;
    }
    .fwznCon{
        padding: 20px 10px;
    }
    .conSub{
        margin-top: 20px;
    }
    .fw-nav ul li a{
        margin: 5px 0;
    }
    .fw-nav ul li a .tit{
        font-size: 15px;
    }
    .tabIn p{
        font-size: 18px;
        padding: 0;
        line-height: 40px;      
        margin: 10px auto;
    }
    .fwznCon .fwznTit .bt p a{
        position: static;
        border-radius: 8px;
    }
}

@media screen and (max-width: 540px) {
    .img-lists ul li a>img {
        height: 100px;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .dt-list2 li {
        width: auto;
        float: none;
    }
    .dt-list2 li:nth-child(2n+1) {
        margin-right: 0;
    }
    .position>div{
        padding-bottom: 5px;
    }
    .art-main .art-body p ,.art-main .art-body span{
        font-size: 16px!important;
        line-height: 28px!important;
        color: #333!important;
    }
    .art-main .art-body p{
        margin-bottom: 5px;
    }
    .art-main .art-body img {
        max-width: 100% !important;
    }
    .banner{
        margin-top: 50px;
    }
    .text-linfo p{
        display:none;
    }
    .text-linfo h3{
        white-space: normal;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 60px;
        font-size: 16px;
    }
    .text-ldata {
        width: 80px;
        overflow: hidden;
        margin-right: 0;
        height: auto;
        line-height: 1;
        padding: 10px 0;
    }
    .text-ldata div {
        margin-left: 0;
    }
    .text-ldata div p {
        font-size: 14px;
        line-height: 1;
        margin-top: 8px;
    }
    .text-ldata div span {
        font-size: 30px;
        line-height: 1;
    }
    .text-list ul li a{
        display:flex;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 0;
    }
    .text-linfo{
        width: calc(100% - 80px);
        padding-left: 15px;
        box-sizing:border-box;
    }
    .text-list ul li a:hover{
        padding: 10px;
    }
    .fw-nav ul li{
        width: 32%;
    }
    .fw-nav ul li:nth-of-type(4n){
        margin-right: 2%;
    }
    .fw-nav ul li:nth-of-type(3n){
        margin-right: 0;
    }
    .fw-nav ul li a .tit{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .tabIn{
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }
    .tabIn p{
        width: 48%;
        max-width: 150px;
        margin: 0;
    }
    .position:nth-of-type(2){
        margin-top: 18px!important;
    }
    .conSub p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .conSub h2{
        font-size: 18px;
        text-indent: 10px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .fwznCon .fwznTit .bt p{
        line-height: 24px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .fwznCon .fwznTit .icon{
        margin-right: 20px;
        width: 82px;
        height: 82px;
        min-width: 82px;
    }
    .fw-nav{
        flex-wrap: wrap;
        margin: 10px 0 0;
    }
    .fw-nav .tabIn, .fw-nav .tabCon{
        width: 100%;
    }
    .fw-nav .tabCon{
        padding: 5px 10px;
        border-left: none;
        border-top: 1px solid #dddddd;
    }
    .fw-nav ul li{
        float: left;
        width: calc(33.33% - 7px);
        margin-right: 10px!important;
    }
    .fw-nav ul li:nth-of-type(4n),.fw-nav ul li:nth-of-type(5n){
        margin-right: 10px!important;
    }
    .fw-nav ul li:nth-of-type(3n){
        margin-right: 0!important;
    }
    .fw-nav ul li a{
        margin: 10px 0 5px; 
    }
    .fwznCon .fwznTit .bt p a{
        
        line-height: 34px;
        max-width: 120px;
        padding: 0;
    }
    .nymain .leftNav>h2{
        padding: 5px 15px;
    }
    .imgList li a{
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .imgList li a .img{
        width: 100%;
        padding: 56.25% 0 0;
    }
    .imgList li a p.txt{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .imgList li.noImg a p.txt{
        margin-top: 0;
    }
    .imgList li a p.txt span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .imgList li a p.txt span:nth-of-type(3){
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }
    .fwzn_sj li{
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
    }
    .fwzn_sj li a{
        height: 60px;
        font-size: 16px;
    }
}