/*主颜色 color: #722160; 决定是否有动画效果wow fadeInUp animated */

.logo {
    font-size: 0.8em;
    
    font-weight: bold;
}
.logo a{color: #fff;}
.header .container{background: url(../images/mcgh/dbbj.png) no-repeat top right;}
.menuw .container{background: none}
.menuw{background-color: #ffffff;}
.menu{ width:100%;display: flex;align-items: center;
    justify-content: space-between;position: relative;}	
    .menu .nav{width: 100%}
.logo{display: flex;
    height: 120px;
    align-items: center;    justify-content: space-between;}
.menu .nav{display: flex;
    height: 80px;
    align-items: center;}
.menu ul li {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
}
.menu ul li * {
	
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu ul li a {
	font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}
.menu ul li a:hover{
    /*color: #4f4f4f;*/

}
.menu ul li:hover > .navchild{

	visibility: visible;
    opacity: 1;
    /*display: block;*/
    transform: translateY(10px);/*向下移动10px*/
}
.menu li .navchild {
	
    position: absolute;
    top: 40px;
    left: 0px;
    width: 180px;
    
    text-align: center;
    padding-bottom: 5px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild li {
        transition: .3s;
    height: 50px;
    width: 100%;
    margin: 0px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu li .navchild li a{
	    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 400;}
.menu li .navchild li a:hover{
	background: rgba(255, 255, 255, 1);

}
/*自定义/*/



/*baner 数字*/
#swiper1 .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5;
}
#swiper1 .swiper-pagination{text-align: right;}
#swiper1 .swiper-pagination-bullet-active,#swiper2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #722160;
}


.menu ul li label {
	font-size: 9px;
	color: #626b72;
	opacity: 0.39;
	filter: alpha(opacity=39);
}
.menu ul li em {
	height: 18px;
	width: 0px;
	margin: 0 auto;
	background: url(../images/icon1.png) no-repeat center center;
}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #d31f23;
}
.menu ul li a:hover em, .menu ul li.on em {
	width: 100%;
}
/*----------mainer----------*/
.mainer {
  /*padding-top: 110px; 决定是否悬浮*/
}



.banner * {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.banner .item .text {
  height: 599px;
  background: rgba(0,0,0,0.69);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#69000000');
  color: #fff;
  width: 100%;
  display: table;
}
.banner .item .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.banner h1 {
  font-size: 41px;
  line-height: 1.5em;
}
.banner p {
  padding-top: 20px;
  font-size: 18px;
}
.banner ul li {
  float: left;
  font-size: 12px;
  margin-right: 20px;
  text-align: center;
}
.banner ul li .img {
  width: 61px;
  margin: 0 auto;
  margin-bottom: 15px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  border-radius: 61px;
  border: 2px solid #fff;
  overflow: hidden;
}
.banner.owl-carousel .owl-item ul li img {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
.banner ul {
  overflow: hidden;
  margin: 40px 0;
}
.banner.owl-theme .owl-dots .owl-dot {
  margin-bottom: 20px;
}
.banner.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
  width: 30px;
}
.page {
  padding: 60px 0;
}

/*顶部及banner end*/
/*以上内容基本不用动，新网页开始写代码*/
/*新闻公告*/
.wp_xwgg{
    padding-top: 20px;
    background-image: url(../images/mcgh/xwggbj.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: transparent;
    background-size: cover;
}
.wp_xwgg .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ititle {
    display: flex;
    height: 66px;
    padding: 20px 0px;
    border-bottom: 2px solid #722160;
    align-items: center;
    justify-content: space-between;
}
.ititle .title {
    padding-left: 40px;
    font-size: 1.5em;
    font-weight: bold;
    color: #722160;
}
.xwsd{padding-right: 50px;}
.xwsd-cont{display: flex;align-items: center;margin-top: 0px;justify-content: space-between;flex-wrap: wrap;}
.xwsd-cont .slider {width: 49%; }
.xwsd-cont .slider a img{    box-shadow: 0px 0px 20px rgb(114 33 96 / 40%);}
.xwsd-cont .list{width: 50%}
.xwsd-cont .slider a .top {
    height: 50px;
   line-height: 50px;
   text-align: center;
}

.swiper-horizontal>.swiper-pagination-bullets{bottom: var(--swiper-pagination-bottom, 55px);}
#swiper1 .swiper-pagination-bullets{bottom: var(--swiper-pagination-bottom, 5px);}
.xwsd-cont .slider a .top h5 {
    
    font-size: 1em;
    color: #000000;
}
.xwsd .ititle .title {background: url(../images/mcgh/xwsd.png) no-repeat left;}
.tzgg .ititle .title {background: url(../images/mcgh/tzgg.png) no-repeat left;}
.ititle .more {
   padding-top: 10px;
}
.more a {
    display: inline-block;
    font-size: 0.9em;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    color: #777777;
}
.xwsd .list ul {
  margin: 0;
}

.xwsd .list li {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ebeff5;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.xwsd .list li:last-child {
  border-bottom: 0;
}

.xwsd .list li > a {
  display: block;
  color: inherit;
}

.xwsd .list li.active,
.xwsd .list li:hover,
.xwsd .list li.hover-active {
  color: #0d4589;
}

.xwsd .list li:hover,
.xwsd .list li.hover-active {
  box-shadow: 0 4px 20px rgba(13, 69, 137, 0.15);
  background-color: #f8fbff;
  transform: translateY(-2px);
}

.xwsd .list li.active {
  box-shadow: 0 4px 20px rgba(13, 69, 137, 0.1);
  background-color: #f8fbff;
}
.xwsd .list  .news-list-title {
    font-weight: 600;
    margin: 0 0 10px;
    color: #1a1f2b;
    line-height: 1.45;
    transition: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.xwsd .list  .news-list-title-data{
font-size:0.9em;
}
.xwsd .list  .news-list-title-title{
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xwsd .list .news-list-desc {
    margin: 14px 0 0;
    font-size: 0.8em;
    color: #6b7384;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*通知公告*/
.notice-list {
    overflow: hidden;
    margin-top: 20px;
}

.notice-list ul {
    margin: 0;
    margin-left: -2.5%;
}

.notice-list li {
    float: left;
    margin-left: 2.5%;
    margin-bottom: 18px;
}

.notice-list li a {
    display: flex;
    align-items: stretch;
    text-decoration: none;
    transition: all 0.3s;
}

.notice-list .notice-date {
    flex-shrink: 0;
    width: 65px;
    height:65px;
    text-align: center;
    background-color: #f5f5f5;
    padding: 5px 5px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notice-list .notice-day {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    display: block;
}

.notice-list .notice-year-month {
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
    display: block;
}

.notice-list .notice-box {
    flex: 1;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
}

.notice-list li a:hover .notice-box .notice-excerpt {
   color:#722160;
   font-weight: bold;
   padding-left: 5px;
}
.notice-list li a:hover .notice-day,.notice-list li a:hover .notice-year-month{
     color:#722160;
}
.notice-list .notice-excerpt {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
}

.notice-list li a:hover .notice-excerpt {
    color: #0d4589;
}
/*第二块*/
.wp_ztky{
    padding-top: 20px;
    background-image: url(../images/mcgh/ztkybj.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: transparent;
    background-size: cover;
}
.wp_ztky .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ztjz .ititle .title {background: url(../images/mcgh/zt.png) no-repeat left;}
.kycg .ititle .title {background: url(../images/mcgh/ky.png) no-repeat left;}
.ztjz{padding-right: 50px;}
.ztjz .news_list{
   display: flex;
   margin-top: 20px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.ztjz .news_list li.news{
   width: 48.3%;background: #fff;margin: 0 0 50px 0;padding: 22px 35px;box-sizing: border-box;
}
.ztjz .news_list li.news .news_title{
   font-weight: bold;line-height: 52px;color: #1e1e1e;height: 52px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.ztjz .news_list li.news .news_title a{
   color: #1e1e1e;
}
.ztjz .news_list li.news .news_icon1{
   font-size: 0.9em;color: #606060;
   line-height: 33px;
   padding: 0 0 0 0px;
  /* background: url(images/main_icon1.png) no-repeat left center;*/
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.ztjz .news_list li.news .news_icon2{
   font-size: 0.9em;color: #606060;
   line-height: 33px;
   padding: 0 0 0 0px;
  /* background: url(images/main_icon2.png) no-repeat left center;*/
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.ztjz .news_list li.news .news_icon3{
   font-size: 0.9em;
   color: #606060;
   line-height: 33px;
   padding: 0 0 0 0px;
   /*background: url(images/main_icon3.png) no-repeat left center;*/
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.ztjz .news_list li.news:hover .news_title a,.ztjz .news_list li.news:hover .news_icon1,.ztjz .news_list li.news:hover .news_icon2,.ztjz .news_list li.news:hover .news_icon3 {
   color: #fff;;
}
.ztjz .news_list li.news:hover{
    background-image: url(../images/mcgh/ztdj.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: transparent;
    background-size: cover;

        transform: translateY(-2px);
}
#wp_news_w25{padding-top: 20px;}
.kycg .news_list li.news{
   background: #fff;padding: 12px 25px 10px 32px;margin: 0 0 10px 0;
}
.kycg .news_list li.news .news_title{
   line-height: 1.5em;height:1.5em;font-weight: bold;color: #1e1e1e;overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.kycg .news_list li.news .news_title a{
   color: #1e1e1e;
}
.kycg .news_list li.news .news_time{
   font-size: 15px;line-height: 30px;color: #777777;
}
.kycg .news_list li.news:hover .news_title a{
   color: #fff;
}
.kycg .news_list li.news:hover {
   background-color: #722160;
   transform: translateY(-2px);
}
/*第三块*/
.wp_xsjy{
    padding-top: 20px;
    background-image: url(../images/mcgh/xsjy.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: transparent;
    background-size: cover;
}
.wp_xsjy .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xshd .ititle .title {background: url(../images/mcgh/xs.png) no-repeat left;}
.jyjx .ititle .title {background: url(../images/mcgh/jy.png) no-repeat left;}
.xshd {padding-right: 25px;}
.jyjx{padding-left: 25px;}
.xshd .news_list,.jyjx .news_list{padding-top: 20px;}
.xshd .news_list li.news,.jyjx .news_list li.news{
    padding: 0px;
    margin: 0 0 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xshd .news_list li.news .news_img,.jyjx .news_list li.news .news_img{
   width: 30%;
}
.xshd .news_list li.news .news_img a img,.jyjx .news_list li.news .news_img a img{
   width: 100%;
}
.xshd .news_list li.news .news_content,.jyjx .news_list li.news .news_content{
   width: 65%;
}
.xshd .news_list li.news .news_title,.jyjx .news_list li.news .news_title{
   font-weight: bold;color: #333333;line-height: 40px;overflow: hidden;height: 40px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.xshd .news_list li.news .news_title a,.jyjx .news_list li.news .news_title a{
   color: #333333;
}
.xshd .news_list li.news:hover .news_title a,.jyjx .news_list li.news:hover .news_title a{
   color: #732261;
}
.xshd .news_list li.news .news_text,.jyjx .news_list li.news .news_text{
   font-size: 0.8em;color: #989898;
   line-height: 27px;overflow: hidden;height: 52px;
   margin: 12px 0 12px 0px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.xshd .news_list li.news .news_text a,.jyjx .news_list li.news .news_text a{
   color: #989898;
}
.xshd .news_list li.news:hover,.jyjx .news_list li.news:hover{ transform: translateY(-2px);
}
.xshd .news_list li.news:hover .news_text a,.jyjx .news_list li.news:hover .news_text a{
   color: #722160;
}   
   .xshd .news_list li.news .news_time, .jyjx .news_list li.news .news_time{
   font-size: 14px;color: #989898;line-height: 30px;
}
#wp_news_w25{padding-top: 20px;}


.jyjx .news_list li.news .news_title a{
   color: #1e1e1e;
}
.jyjx .news_list li.news .news_time{
   font-size: 15px;line-height: 30px;color: #777777;
}

/*第四块*/
.wp_sqzs{
    padding-top: 20px;
    background-image: url(../images/mcgh/sqzs.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: transparent;
    background-size: cover;
}
.wp_sqzs .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sqyr .ititle .title {background: url(../images/mcgh/sq.png) no-repeat left;}
.zsjy .ititle .title {background: url(../images/mcgh/zs.png) no-repeat left;}
.sqyr {padding-right: 25px;}
.zsjy{padding-left: 25px;}
.sqyr .news_list{
   display: flex;
   margin-top: 20px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.sqyr .news_list li.news{
   width: 48.3%;background: #fff;margin: 0 0 45px 0;padding: 22px 35px;box-sizing: border-box;
}
.sqyr .news_list li.news .news_title{
   
   color: #1e1e1e;height: 2.8em;
   overflow: hidden;
  
}
.sqyr .news_list li.news .news_title a{
   color: #1e1e1e;
}
.sqyr .news_list li.news .news_icon1{
   font-size: 0.9em;color: #722160;
   line-height: 33px;
   padding: 0 0 0 0px;
   font-weight: bold;
  /* background: url(images/main_icon1.png) no-repeat left center;*/
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.sqyr .news_list li.news .news_icon2{
   font-size: 0.9em;color: #606060;
   line-height: 33px;
   padding: 0 0 0 0px;
  /* background: url(images/main_icon2.png) no-repeat left center;*/
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.sqyr .news_list li.news .news_icon3{
   font-size: 0.9em;
   color: #606060;
   line-height: 33px;
   padding: 0 0 0 0px;
   /*background: url(images/main_icon3.png) no-repeat left center;*/
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.sqyr .news_list li.news:hover .news_title a,.ztjz .news_list li.news:hover .news_icon1,.ztjz .news_list li.news:hover .news_icon2,.ztjz .news_list li.news:hover .news_icon3 {
   color: #fff;;
}
.sqyr .news_list li.news:hover{
    background-image: url(../images/mcgh/ztdj.png);
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-color: transparent;
    background-size: cover;

        transform: translateY(-2px);
}

.zsjy_cont {background: #fff;margin: 20px 0 15px 0;padding: 22px 35px;box-sizing: border-box;}
.zsjy_cont ul li{line-height: 4em; height: 4em; border-bottom: 1px solid #999999 ;overflow: hidden;}
.zsjy_cont ul li span{color: #722160;font-weight: bold;}
.zsjy_cont ul li a{color: #000000;margin-left: 25px;}
.zsjy_cont ul li:hover{padding-left: 10px;}
/*第五块*/
.wp_zt{margin-top: 20px;}
.wp_zt .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp_zt .ititle{width: 100%;}
.wp_zt .ititle .title {background: url(../images/mcgh/ztl.png) no-repeat left;}
.wp_zt .row{display: flex;width: 100%;margin:20px 0px;    flex-wrap: wrap;}
.subject {
    padding-bottom: 60px;
}
.wp_zt .kzx,.ztlm{ 
    margin: 0px 5px;
    display: block;
    position: relative;
    overflow: hidden;

}
.wp_zt .row>div {
    margin-bottom: 10px;
}

.wp_zt .row img {
    width: 100%;
}

.wp_zt .row img,
.wp_zt .row .img-txt {
    cursor: pointer;
    
    transition: transform 0.5s ease;

}
.row .img-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.wp_zt .row img:hover,
.wp_zt .row .img-txt:hover {
    transform: scale(1.1);
    /* æ”¾å¤§10% */
}

/*第六块*/
.wp_foot{background-color: #722160;
    height: 260px;
    display: flex;
    align-items: center;}
.sknr {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0px;
    flex-wrap: wrap;
    
}
.lxfs ul {
    display: flex;
    flex-wrap: wrap;

    
}
.fotlogo{margin-top: 50px;}
.sknr .bt {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.dz {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: column;   
}
.dz span{margin:10px 5px;}
.wxlogo img {
    width: 80px;
    height: 80px;
   
}
.wxlogo{text-align: center;}

.lxfs .bt{text-align: left;}
.lxfs li{margin:10px;}
.lxfs a{color:#fff;}
.banq{background-color: rgba(114, 33, 96, 0.8);}
.bq{text-align: center; color: #fae8f6;}
.bq span{font-size: 0.8em}
/*新网页代码end*/

/*二级列表*/
.nymain {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background-size: cover;
}

.nymain .leftNav {
    float: left;
    width: 20%;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(73, 94, 160, 0.1)
}
.ny-right {
    float: right;
    width: 75%;
    padding: 20px 40px 40px 40px;
    min-height: 400px;
    background: #fff;
    border-top: 2px solid #722160;
    box-shadow: 0px 2px 5px 0px rgba(73, 94, 160, 0.1);
}
.nymain .leftNav ul li a {
    display: block;
    font-size: 1.1em;
    line-height: 66px;
    padding-left: 40px;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
}
.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 66px;
    border-bottom: 1px solid #d2d2d2;
}
.position h3 {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    bottom: 0;
    left: 0;
}
.position span {
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}
.position a {
    font-size: 16px;
    color: #888;
    margin: 0px 5px;
    vertical-align: middle;
}
.nymain .leftNav>h2 {
    line-height: 80px;
    color: #fff;
    background: #722160;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.text-list ul li {
   
    position: relative;
    line-height: 70px;
    border-top: 1px dashed #E0E0E0;
    font-size: 1.1em;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.text-list ul li a {
    display: block;
    white-space: nowrap;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-list ul li span {
    float: right;
    padding-left: 20px;
    font-family: Arial;
    color: #999;
}
.nymain .leftNav>ul>li {
    position: relative;
}
.nymain .leftNav>ul>li:hover a{
    padding-left: 30px;font-weight: 600;color: #722160;
}
.nymain .leftNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(../images/left-sj.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: none;
}
.nymain .leftNav>ul>li.on>a::after, .nymain .leftNav>ul>li.active>a::after, .nymain .leftNav>ul>li:hover>a::after {
    display: block;
}
.nymain .leftNav>ul>li.active>a {
    color: #722160;
    font-weight: 600;
}
.text-list ul li a:hover{
    color: #722160;
    font-weight: 600;}
.pb_sys_style2 .p_no_d,.pb_sys_style1 .p_no_d{
    border: 1px solid #722160!important;
    color: #fff;
    background-color: #722160!important;}

/*三级界面*/
.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 30px;
    font-weight: 600;
}
.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px solid #dcdcdc;
}
.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0px 30px;
}
.art-main .art-body {
    padding-top: 20px;
}
/*对内容页格式化*/
.art-main .art-body p, .art-main .art-body p * {
    /* color: #333333; */
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 1em!important;
    line-height: 2em!important;
     /*margin-bottom: 0.2rem !important; */
}
.art-info {
    border-top: 1px dashed #e0e0e0;
    margin-top: 25px;
}
.vsbcontent_img img{width:70%!important;height:auto}
.szdw .vsbcontent_img img{width:unset!important;height:auto}
#vsb_content_500 DIV{font-size:1em!important}
.pnext p {
    text-indent: initial;
    line-height: 32px;
    color: #555555;
}
.pnext p a {
    color: #555555;
}
.pnext p a:hover{

  color: #722160;
  padding-left: 10px;
}
.pnext {
    margin-top: 25px;
}

/*以上内容基本不用动，新网页开始写代码*/
/*师资队伍*/
.right_szdw{
    padding: 20px 10px 20px 10px;
}
.ny-right #teamlist{
    margin-top: 10px;
   display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.ny-right #teamlist .teamitem {
    padding-top: 10px;
    margin-bottom: 20px;
    
    background: #f8f8fa;
   /* width: 32.5%;*/
   
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid transparent;
    
}
.ny-right #teamlist .teamitem a {
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
   justify-content: space-between;
}
#teamlist .teamitem .teamimg {
    
    width: 30%;
    float: left;
}
.ny-right #teamlist .teamitem a img {
    
    max-height: 220px;
    overflow: hidden;
}
.ny-right .teamitem .teaminfo {
    float: right;
    width:65%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    padding: 2em 1em 0.8em 0px;
    margin: 0px;
    text-align: left;
}
.ny-right .teamitem .title {
    display: inline-block;
    padding-right: 12px;
}
.ny-right .teaminfo .title {
   
    color: #484848;
}
.ny-right .teamitem .subtitle {
    display: inline-block;
    font-size: 0.9em;
    color: #999;
    margin-top: 7px;
}
.ny-right #teamlist .teamitem .description {
    line-height: 2em;
    font-size: 0.8em;
    color: #999;
    margin-top: 1.5em;
}
.ny-right #teamlist .teamitem a.details {
    display: block;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: relative;
    border: none;
    border: 1px solid transparent;
    top: 150px;
    transition: all 0.3s ease-out 0s;
    opacity: 1;
    left: 52px;
    left: 280px;
    top: 150px;
    position: absolute;
}
.ny-right #teamlist .teamitem:hover .teaminfo {
    padding-top: 30px;
}
.ny-right #teamlist .teamitem:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
    border: 1px solid #f2f2f2;
}

.subject .row .col-lg-2{
    padding:0px;
  
    overflow: hidden;
}
.kzx{ 
    margin: 0px 5px;
    
    position: relative;
    overflow: hidden;

}

/*新网页代码end*/
@media only screen and (max-width: 1400px) {
.container {width: 100%;padding:0px 20px;}
}

/*----------自定义 max是小于----------*/
/*小于1200 平板*/
@media only screen and (max-width: 1200px) {
.header .wrap {
	overflow: inherit;
}
.header * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}


.header .clear {
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 30px auto;
	position: absolute;
	top: 10px;
	right: 10px;
}
.header .clear .on {
	background: url(../images/menu1.png) no-repeat center center;
	background-size: 30px auto;
}
.header {
	padding: 15px 0;
}
.banner .item .text {
	height: 500px;
}
.banner h1 {
	font-size: 35px;
}
/*以上内容基本不用动，新网页开始写代码*/
.container {width: 100%;padding:0px 5px;}
.wrap {
    padding: 0 10px;
    position: relative;
    /* overflow: hidden; */
}
.menu .xl{bottom: 5px;}
.menu .nav, .logo {

    height: auto;
  
}


.menu {
    display: none;
    position: absolute;
    padding-bottom: 70px;
    background: #fff;
    z-index: 1000;
    top: 10px;
    left: 0;
    width: 100%;
}
.menu .xl {
        bottom: 20px;
        top:auto;
        color: #000;
        /* margin: 50px 0px; */
    }
.menu .nav{flex-direction: column;height: auto;}
.menu ul li {
        float: none;
        width: 100%;
        /*line-height: 50px;
        height: 50px;*/
        margin: 0 10px;
        text-align: left;
       
}
.menu li .navchild {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    /*z-index: 999;*/
    text-align: center;
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild ul{
    display: none;
}
.menu ul li a{
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding:15px 0px;
    text-align: center;
}
.menu li .navchild li {
    transition: .3s;
    height: 50px;
    width: 100%;
    margin: 0px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu li .navchild li a {
    color: #000;
    font-size: 18px;
    padding:0px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
}
.menu ul li:hover > .navchild {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.menu > .nav > li .arrow {
        display: block;
        color: #2b3a66;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        width: 90px;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
.menu > .nav > li .arrow i{color: #2b3a66;}

.nav  > li .active i:before {
        content: "\f107";
}
.wp_foot{height: auto;}
.xwsd,.ztjz,.xshd,.jyjx,.sqyr,.zsjy {
    padding: 0px;
}
.wp_foot .wp-xs-12{margin:10px;}



/*新网页代码end*/



}


/*手机*/
@media only screen and (max-width:768px) {
#swiper1 {
      width: 100%;
      height:auto;
    }
.xwsd-cont .slider,.xwsd-cont .list{width: 100%;}
.logo {
   width:75%;
}
.ny-right .teamitem .teaminfo{padding:0px;}
.wp_foot{height: auto;}
.xwsd,.ztjz,.xshd,.jyjx,.sqyr,.zsjy {
    padding: 0px;
}
.wp_foot .wp-xs-12{margin:10px;}
.ztjz .news_list li.news{width: 100%;margin: 0 0 10px 0;}
.sqyr .news_list li.news{

    width: 48.3%;
    background: #fff;
    margin: 0 0 15px 0;
    padding: 10px 10px;
    box-sizing: border-box;

}
.jbwz{display: none;}
.container {width: 100%;padding:0px 5px;}
.wrap {
    padding: 0 10px;
    position: relative;
    /* overflow: hidden; */
}
.menu .xl{bottom: 5px;}
.menu .nav, .logo {

    height: auto;
  
}


.menu {
	display: none;
	position: absolute;
	padding-bottom: 70px;
	background: #fff;
	z-index: 1000;
	top: 10px;
	left: 0;
	width: 100%;
}
.menu .xl {
        bottom: 20px;
        top:auto;
        color: #000;
        /* margin: 50px 0px; */
    }
.menu .nav{flex-direction: column;height: auto;}
.menu ul li {
	    float: none;
	    width: 100%;
        /*line-height: 50px;
        height: 50px;*/
        margin: 0 10px;
        text-align: left;
       
}
.menu li .navchild {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    /*z-index: 999;*/
    text-align: center;
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild ul{
    display: none;
}
.menu ul li a{
    font-size: 16px;
	color: #333;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding:15px 0px;
	text-align: center;
}
.menu li .navchild li {
    transition: .3s;
    height: 50px;
    width: 100%;
    margin: 0px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu li .navchild li a {
    color: #000;
    font-size: 18px;
    padding:0px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
}
.menu ul li:hover > .navchild {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.menu > .nav > li .arrow {
	    display: block;
        color: #2b3a66;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        width: 90px;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
.menu > .nav > li .arrow i{color: #2b3a66;}

.nav  > li .active i:before {
        content: "\f107";
}




/*手机版二级界面*/

.hui .item{width: 100%}
.about-box{height: auto}
.about-box{background: #003c6c!important;}
.about-img-box {
    width: 100%;
    height: auto;
    float: none;}
.about-text {
    width: 100%;
    padding-right: 0px; 
    height: auto;
}
.about-text .title{
	margin:20px 0px;
}
.text-box{

	height: 300px;
    overflow: hidden;
} 

.morejj{margin: 10px;}
.about-text .text-box p{margin-top: 0px}
.zt .col-xs-6{    
	width: 48%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
        }
.about-text .title span {font-size: 32px;}
.inline {flex-direction: column;height: auto;padding: 15px 5px;}   
.footer .right {margin: 20px 0px;} 
.support {height: auto;line-height: 30px;}
.footer img{width: 90%}
/*二级*/
.nymain .leftNav,.nymain .ny-right {width: 100%;}
.nymain .leftNav {
        float: none;
        top: 0;
        margin-right: 0;
    }
.ny-right {
        float: none;
       box-sizing: border-box;
        margin-top: 20px;
        padding: 0px 20px 15px 20px;
    }
    .position>div {
        text-align: left;
        line-height: 22px;
        padding-bottom: 10px;
    }
        .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .nymain .leftNav>h2 {
        height: inherit;
        line-height: 56px;
        font-size: 18px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        
    }
    .nymain .leftNav ul li a {
        line-height: 45px;
        font-size: 14px;
    }

.nymain {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    background-size: cover;
}

/*以上内容基本不用动，新网页开始写代码*/



/*新网页代码end*/


}
@media only screen and (max-width:768px) and (min-width:500px) {

}
/*模板不可删除*/
.active{display: block;}
.arrow{display: none;}