@charset "utf-8";
/*CSS样式重写*/

 


body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}


body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1400px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #e62c2c;
    text-decoration:none;
}

  
 /*加入goto top按钮属性开始*/
.hide {
  display: none !important; }

.show {
  display: block !important; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation: fadeInLeft 0.8s forwards;
  animation: fadeInLeft 0.8s forwards; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation: fadeInRight 0.8s forwards;
  animation: fadeInRight 0.8s forwards; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation: fadeInUp 0.8s forwards;
  animation: fadeInUp 0.8s forwards; }

@-webkit-keyframes slideTo {
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes slideTo {
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); } }

@keyframes slideRight {
  to {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes scaleFrom0 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes scaleFrom0 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes shining {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  20%, 80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

  60% {
    opacity: 0.5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } }

@keyframes shining {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  20%, 80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

  60% {
    opacity: 0.5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } }

@-webkit-keyframes scaleInfinite {
  from, to {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  67% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scaleInfinite {
  from, to {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  67% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

 /*加入goto top按钮属性结束*/






/*新加属性1014*/
/*.col_box{padding: 10px; float: left;
}*/
.col_box{padding: 0px; float: left; 
}






/*
.col_box .title {width: 100%; float: left; border-bottom: 1px solid #bbbbbb; padding-bottom: 6px}
.col_box .title h2 { height: 32px; float: left; font-family: 微软雅黑; line-height: 32px; font-size: 16px; background:url(../img/dot_6px.png) left center no-repeat; padding-left:20px; font-weight:normal}
  .col_box .title a {float: right; font-size: 10px; color: #f54343; margin-top: 8px; height:20px; line-height:20px}
 .col_box .title a {float: right; font-size: 10px; color: #f54343; margin-top: 8px; height:20px; width:18px; background:url(../img/dot_3px.png) center repeat-x}*/





.col-1-12{width:8.3333%; }
.col-2-12{width:16.6667%; }
.col-5-12{width: 41.6667%;}
.col-6-12{width: 50%;}
.col-3-12{width: 25%;}
.col-4-12{width: 33.3333%;}
.col-8-12{width: 66.6667%;}
/*.col-9-12{width: 75%;}*/
.col-9-12{width: 100%;}
.col-12-12{width: 100%;}
 /*新加属性1014*/








.clearfix:after,.wrapper:after,.home_box:after {
visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;
}

.clearfix,.wrapper,.home_box{
*zoom:1;
}









input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
    max-width: 100%;
}

/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#9D9D9D;
}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#9D9D9D;
}

/*通用样式*/
.lf{
    float: left;
}
 
.rt{
    float: right;
}



.search_bar{
    float: right;
}


 li{
   list-style-type:none;
   }

.kuang,

.container{
   /*原首页宽度 width: 1200px;*/

width: 1300px;
    margin: 0 auto;
   /* position: relative;*/
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*原.mainbody { width:1200px; margin:0 auto; }*/

.mainbody { width:1300px; margin:0 auto; }

.mainbody .indexpart {width: 100%;  margin-top: 40px; overflow: hidden}
.mainbody .indexpart .title {width: 100%; float: left; border-bottom: 1px solid #bbbbbb; padding-bottom: 6px}
.mainbody .indexpart .title h2 { height: 32px; float: left; font-family: 微软雅黑; line-height: 32px; font-size: 16px; background:url(../img/dot_6px.png) left center no-repeat; padding-left:20px; font-weight:normal}
.mainbody .indexpart .title a {float: right; font-size: 10px; color: #f54343; margin-top: 8px; height:20px; line-height:20px}




/*头部*/
.header{
 
    height: 166px;
    background: #f6f6f6;
}



/*头部newv*/
.headernew {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  min-width: 1280px; }


/*新加背景*/


.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.wrapper_side{
	width: 285px;
	float: left;
	padding-top: 10px;
	margin-right: 20px;
}
.wrapper_right{
	width: 895px;
	float: right;
	padding-top: 20px;
}

.wrapper_home{
	width: 1400px;
	padding-top: 10px;
}

.wrapper_content{
	width: 1400px;
}

.mobile{
	display: none;
}

.header .wrapper{
	/*background: url(../images/header_bg.png) no-repeat 615px 0px;
       background: url(../images/footer_bg.png) no-repeat 515px 5px;*/

	height: 166px;
}

.nav .nav_container{
		background: url(../images/header_bg.png) no-repeat 715px -65px;
}

/*新加背景结束*/

 

.header .wrapper .right a{
	color: #fff;
	padding: 0 15px;
	display: block;
	float: right;
	height: 14px;
	line-height: 14px;
	border-right: solid #fff 1px;
}

.header .wrapper .right a:first-child{
	border:none;
	padding-right: 0;
}


.header .wrapper .right{
	padding-top: 15px;
}

.header .wrapper .right div{
	padding-bottom: 15px;
}










.header .top{
    height: 30px;
    line-height: 30px;
    /* background: #801B14;*/

}
.header .top a{
    color: #fff;
}
.header .logo{
    float: left;
    line-height: 136px;
    animation: zoomIn 1s;
    margin-top: -5px;

/*margin-left: -35px;
 background: #801B14; */

}


/*新加顶部信息链接*/
.header .toplink{
    float: left; 
 
    line-height: 25px;
    font-size: 13px;
   color: #000;
    margin-top: 5px;
  /* background-color: #801B14;*/

}
  .toplink a {
          color: #000;
      }

      .toplink img{
          position: relative;
          top: -2px;
      }


 

/*新加顶部信息搜索框新样式开始*/
  .headernew .btns {
    float: right;
    padding: 24px 65px 0 0; }
    .header .btns a {
      position: relative;
      float: left;
      padding: 0 32px;
      font-size: 13px;
      color: #777676;
      letter-spacing: 0.1em; }
      .header .btns a:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 18px;
        background: #aeaeae;
        right: 0;
        top: 1px; }
      .headernew .btns a:hover {
        color: #3515fa; }
    .headernew .btns .ym-logo {
      padding: 0 33px 0 32px; }
      .header .btns .ym-logo img {
        width: 70px;
        margin-top: -2px; }
    .header .btns #btn-en {
      padding: 0 33px; }
      .header .btns #btn-en img {
        width: 18px;
        margin-top: 3px; }
    .headernew .btns #btn-search img {
      width: 14px;
      margin-top: 3px; }
    .headernew .btns #btn-search:after {
      display: none; }
  .headernew .search-box {
    position: absolute;
    left: 25%;
    top: 0;
    height: 100%;
    width: 75%;
    background-color: #fff;
    z-index: 1;
    display: none; }
    .headernew .search-box.active {
      display: block;
      -webkit-animation: fadeInDown 0.2s ease forwards;
              animation: fadeInDown 0.2s ease forwards; }
    .headernew .search-box.on #jump-search {
      display: block; }
    .headernew .search-box.on #btn-search-close {
      display: none; }
    .headernew .search-box .search {
      padding-right: 130px;
      padding-top: 22px; }
      .headernew .search-box .search input {
        display: block;
        width: 70%;
        box-sizing: border-box;
        font-size: 15px;
        border: none;
        color: #000; }
        .headernew .search-box .search input::-webkit-input-placeholder {
          font-size: 15px;
          color: #888889; }
    .headernew .search-box #jump-search {
      display: none;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      line-height: 65px;
      width: 110px;
      background-color: #4b34fa;
      font-size: 20px;
      color: #fff; }
    .headernew .search-box #btn-search-close {
      text-align: center;
      position: absolute;
      right: 75px;
      top: 26px;
      width: 15px;
      height: 15px;
      background: url(../img/close_1x.png) no-repeat center;
      background-size: contain; }

/*新加顶部信息搜索框新样式结束20230304*/


/*
.hidden_search .sctext { width: 100%; height: 36px; padding: 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .scbtn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:36px;width:40px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../img/serbtn.svg) no-repeat center;background-size: 20px 20px}
.hidden_search .scsearch_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 45px; padding-left: 20px; width: 90% }
.hidden_search .scclose_btn { position: absolute; right: 10px; top: 32%;  width: 35px; height: 35px;
 -webkit-transition: 0.5s; transition: 0.5s; font-size: 26px;background: url(../img/closebtn.svg) no-repeat center; background-size: 18px 18px }
 .hidden_search .scclose_btn:hover{ color: #530794; }
*/










.search{
    float: right;
z-index:10000;


}
.search form{
    position: relative;
    margin-top: -45px;
}
.search input[type='text']{
   /*  width: 138px;
    height: 27px;
      line-height: 27px;  
 padding: 0 5px 0 15px;
    border: none;
       border-radius: 25px;  */


padding: 0 5px 0 15px;
line-height: 20px; font-size: 12px; width: 120px; height: 20px;border: 1px solid #969696; background: #ffffff;border-radius:10px; 

}
.search input[type='submit']{
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    height: 26px;
    cursor: pointer;
    border: none;
    background: url(../img/search.png) no-repeat center center;
}

 /* images/search-ico.png
.head .search {float: right; line-height: 20px; font-size: 12px; width: 154px; height: 20px;border: 1px solid #969696; background: #ffffff;border-radius:10px }
.head .search .kuang {width: 129px; height: 18px; border:none; background: #ffffff; padding: 0;border-radius:10px }
.head .search .tijiao {width: 25px; height: 18px; text-indent: 999px; border:none; background: url(../img/search.png) center no-repeat #ffffff;border-radius:10px }
 */





.toggle{
    display: none;
}




/*导航栏*/
.nav{
    height: 38px;
        border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.menu>li{
    display: inline-block;
   /*  原  width: 125px;*/
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: relative;
}
.menu>li>a{
    display: block;
    font-size: 16px;
}
.menu>li:hover{
 /*  原底部红线效果 
  border-bottom: 1px solid #e62c2c; */
}

.menu>li>a:hover{
    font-weight: bold;
}


/*新加黑色底线动画效果 2023-02-15  开始 */
.menu li>a:before,
.menu .nav-child a span:before {
	transition: all .5s ease;
	content: "";
	height: 1px;
	left: 50%;
	width: 0%;
	bottom: 0;
	display: block;
	position: absolute;

	background-color: #e62c2c;
}

.menu li>a:hover:before,
.menu .nav-child a span:hover:before {
	width: 100%;
	left: 0;
}

.menu .nav-child {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 5;
	padding: 72px 50px 20px;
	background-color: #fff;
	opacity: 0;
}


/*新加黑色底线动画效果end */




.menu>li>span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 38px;
   /*  left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;*/
   /*  黑色半透明 background: rgba(0,0,0,.6);*/

line-height: 35px;
padding: 12px 26px 20px;
	background-color: #fff;


    background-color: #f6f6f6;
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
  /*字体白色  color: #fff;*/
    color: #000000;
    font-size: 14px;
}
.second-menu a:hover{
    color: #9f9f9f;
 
  /* +红色线条  border-bottom: 1px solid #e62c2c; */
     

/* new add */
  /*  background: rgba(230,44,44,.9); */

}

.section{
    position: relative;
    min-height: 500px;
}

.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0 0 5px;
}
.title h3{
    position: relative;
    padding-left: 5px;
    font-size: 16px;
    font-weight:  normal;
}
.title h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 35px;
    background: url(../images/list-icon.png) no-repeat 0 0;
}

.box{
    overflow: hidden;
    background: url(../images/box-bgnew.jpg) no-repeat right bottom;
}
/*新闻动态*/
.news{
    float: right;


 height: 40px;
    line-height: 40px;
    margin-bottom: 5px;



  color: #333;
    font-size: 14px;


margin-top: 0px; 

  /* width: 370px; */
width: 420px;
}

/*新加news title属性*/
 
.news .title {width: 100%; float: left; border-bottom: 1px solid #bbbbbb; padding-bottom: 6px}
.news .title h2 {height: 32px; float: left; font-family: 微软雅黑; line-height: 32px; font-size: 16px;background:url(../img/dot_6px.png) left center no-repeat; padding-left:20px; font-weight:normal}
.news .title a {float: right; font-size: 10px; color: #f54343; margin-top: 8px; height:20px; width:18px; background:url(../img/dot_3px.png) center repeat-x}

/*.news ul {width: 372px; float: left; margin-top: 25px;}
.news ul li { width: 372px; float: left;line-height: 150%; margin-bottom:8.5px; font-size: 12px;}
.news ul li a {float: left}
.news ul li span {float: right}*/


 




/* 原news title 旧属性
.news .title {
    padding: 10px 0 25 5px;
  
   
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}*/

.newslist{
    float: left;
 /*  原  width: 370px;*/
 width: 420px;
    position: relative;
margin-top:20px;
}

.newslist>ul>li {
     
    margin-left:10px;
    position: relative;
}

.newslist>ul>li .date{
    float: right;
    width: 100px;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 13px;
    text-align: center;
    
    position: relative;
    top: 0px;
}
.newslist>ul>li .date span{
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    top: 0px;
    background: url(../images/date.png) no-repeat;
}










.albumBox{
    float: left;
    width: 780px;
    position: relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 100px;
    z-index:1;
}
.albumBox .hd ul{
    text-align: right;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-left: 1px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #9C2017;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 530px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd img:hover{
    transform: scale(1.05);
}
.albumBox .bd .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd .info p{
    padding: 0 100px 0 15px;
}
.albumBox .bd .info a{
    color: #fff;
    font-size: 16px;
}

.news-info{

   background: #C7C7C7;

   margin: 0 0px; 
 float: left;
   /*  原 width: 595px; 新加比例测试：45%*/
  width: 370px;
}
.news-info li{
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 0px dotted #EFD0B2;



}
.news-info li:last-child{
    margin: 0;
}
.news-info li a{
    position: relative;
    padding-left: 15px;
  color: #333;
    font-size: 13px;
}
.news-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C7C7C7;
}
.news-info li a:hover:before{
    background: #9C2017;
}


/* 照片墙 */
      
      .mien .bd {
          width: 100%;
          min-height: 150px;
          margin-bottom: 40px;
          overflow: hidden;

         list-style:none; 
      }
      
      .mien li {
          float: left;
          width: 430px;
          margin-right: 5px;

         list-style:none; 
      }
      
      .mien li:last-child {
          margin-right: 0;

         list-style:none; 
      }
      
      .mien li>a {
          display: block;
          height: 268px;
          overflow: hidden;

         list-style:none; 
      }
      
      .mien li img {
          width: 100%;
          min-height: 216px;

         list-style:none; 
      }
      
      .mien li img:hover {
          transform: scale(1.1);

         list-style:none; 
      }
      
      .mien li p {
          height: 56px;
          line-height: 56px;
          padding: 0;
          text-align: center;

         list-style:none; 
        /*  border-bottom: 1px solid #ebeaea; */
      }
      
      .mien li:hover p {
          background-color: #f6f6f6;
          border-bottom: 1px solid #e62c2c;


         list-style:none; 

      }




/*more 更多特效*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/

.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}

 .more_div_img{position: absolute;
    top: -17px;}

.lb_dt .swiper-slide .con:hover .p2 .more_div_img::after{    transform: scale(1.7);}

.more_div_img{display:inline-block;width:41px;height:41px;border-radius:50%;transition:0.4s;margin-left: 1.4275rem;position:relative;}
.more_div_img::after{display:inline-block;width:41px;height:41px;background:#f6f6f6;border-radius:50%;transition:0.4s;content:"";position:relative;z-index:1;}
.more_div_img::before{display:inline-block;width:41px;height:41px;background:url(../images/arrow2.png) no-repeat center center;border-radius:50%;transition:0.4s;content:"";    position: absolute;
    top: 0;
    left: 0;z-index:3;}
.more_div_img:hover::after{transform: scale(1.7);}

.more_div_img>img{display:none;}

.index_miso .more{transition: 0.4s;}
//.index_miso .more:hover{transform: rotate(360deg);}
.index_miso .more:hover img{transition:0.4s}
.index_miso .more:hover img{    transform: scale(1.7);}

 .more{position: relative;z-index: 10;top: 0.8rem;}


/*边框阴影切换效果*/
 .item {
 transform:scale(1);
}


/*masonry*/

.masonry_wrap{
width: 89%;
  margin: auto;
 }
	.masonry {
    margin-left:1rem;
	z-index: 12;
   position: relative;
   }
   
  .masonry .item {
   position: relative;
   width: 25%;
   background: #fff;
	margin-bottom: 2rem;
		}
  
     .masonry .item .item__content a{display: block;position: relative;margin-left: -1rem; padding:3.9rem;display: block;border: 1px solid #000;
        background: #fff;
		box-shadow: 5px 5px 0 rgba(0,0,0,1);
		transition:box-shadow 0.4s;
		}

	.masonry .item .item__content a>div{position: relative;}
 
   
     .masonry .item .item__content .img{width: 100%;overflow: hidden;}
     .masonry .item .item__content .img img{width: 100%;transition: 0.4s;}
     .masonry .item:hover .item__content .img img{transform: scale(1.1);}
     .masonry .item .item__content .bt{ font-size: 1.125rem;
       color: #000;
       margin-top: -2.875rem;
       position: absolute;
       z-index: 10;
       line-height: 1.5rem;
       display: inline;
       bottom: -0.7rem;
       left: -3px;}
   .masonry .item .item__content .bt span{background: #fff;/*overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/}
     .masonry .item .item__content .sj{font-size: 12px;color: #fff;background: #00a494;    padding: 8px 12px;font-family: 'Roboto-Regular';
       position: absolute;z-index: 5;
       top: 15px;
       left: -7px;}

     .masonry .item .item__content.item__content--small .bt{margin: 0;display:block;top:0;left:0;position: relative !important;}
     .masonry .item .item__content.item__content--small .sj{position: relative;top: auto;left: auto;display: table;margin-bottom: 18px;margin-top: 0}
		
     .masonry .item .item__content .img{width: 100%;overflow: hidden;}
     .masonry .item .item__content .img img{width: 100%;}
    
     .masonry .item:nth-child(2),.masonry .item:nth-child(4) {margin-top: 1.5rem;}
      .masonry .item:hover .item__content a {box-shadow: 0 0 1.5rem rgba(0,0,0,.25);z-index: 10 !important;}	
   @media screen and (max-width: 1440px) {
   .masonry .item .item__content a {padding:3.3rem;}
}

     @media screen and (max-width: 1440px) {
       .masonry .item, .masonry .grid-sizer{width: 33.33%;}
	   .masonry .item:nth-child(4) {margin-top: 0;}
     }

     @media screen and (max-width: 1024px) {
       .masonry .item, .masonry .grid-sizer{width: 50%;} 
       .masonry .item .item__content a {padding: 3rem;}
     }
     
      @media screen and (max-width: 700px) {
       .masonry .item, .masonry .grid-sizer{width: 100%;} 
       .masonry .item:nth-child(2),.masonry .item:nth-child(4) {margin-top: 0rem;}
     }
		
	

/*masonry end*/


/*名师线条*/
.line{
            margin: 24px 0;
 
            width: 32px;
            height: 2px;
            background-color: #bec1c6;
            float: right;
            display: block;
        }

.btn {
            width: 90px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: #a0a0a0;
    color: #fff;
    float: right;
    margin-top: 10px;
    cursor: pointer;
        }

.btn:hover {
            background-color: #e62c2c;
        }






/*通知公告*/
.notice{
    float: left;
  /* 原 width: 740px;*/
 width: 790px;*/
}

/*
.notice .title {
    padding: 10px 0 25 5px;
  
   
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}
*/



.notice .title h3:before{
    width: 32px;
    height: 39px;
    background-position-x: -37px;
}
.notice ul li{
    padding-bottom: 12px;
    margin-bottom: 5px;
    border-bottom: 0px dashed #BF8F5F;
}
.notice ul li:last-child {
    margin-bottom: 0;
}
.notice ul li p{
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 12px;
}
.notice ul li span{
    padding-left: 0px;
    color: #B79166;
    background: url(../images/time.png) no-repeat left center;
}






/*通知公告新格式=========================*/

.notice_container{
	/*background: #fafafa;
	height: 292px; */
	padding-left: 0px;
	padding-right: 0;
 
}

 
/*.新加col_box title属性*/

.notice_container .title {width: 100%; float: left; border-bottom: 1px solid #bbbbbb; padding-bottom: 6px}
   .notice_container .title h2 { height: 32px; float: left; font-family: 微软雅黑; line-height: 32px; font-size: 16px;background:url(../img/dot_6px.png) left center no-repeat; padding-left:20px; font-weight:normal}
    .notice_container .title a {float: right; font-size: 10px; color: #f54343; margin-top: 8px; height:20px; width:18px; background:url(../img/dot_3px.png) center repeat-x}



  
.notice_container ul li{
	width: 50%;
	padding: 0 30 0 0px;
	float: left;
 


} 






.notice_container ul li div{
		border-bottom: solid #ddd 0px;


             /*     padding: 13px 0;  */

		padding: 0px 0;
}

.notice_container ul li a{
	font-size: 14px;
	color: #444;
	white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow:ellipsis;
    display: block;
    padding-bottom: 15px;
  /*  line-height: 30px;*/

    line-height: 26px;
}

.notice_container ul li a:hover{
    color: #e62c2c;
    text-decoration:none;
}




.notice_container ul li span{
	font-size: 12px;
	color: #fff;
	/*background: #c9151e;*/
	padding: 2px 10px 0px 0px;
	line-height: 22px;

    padding-left: 0px;
    color: #B79166;
    background: url(../images/time.png) no-repeat left center;




}

.notice_container>ul>li .date{
    float: left;
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    text-align: center;
    
    position: relative;
    top: 0px;
}
.notice_container>ul>li .date span{
    display: inline-block;
    width: 17px;
    height: 16px;
    position: relative;
    top: 0px;
    background: url(../images/date.png) no-repeat;
}



.notice_container ul li span.n_teacher{
	background: #f1ddb0;
	color: #5b3f00;
}

.notice_container ul li em{
	font-size: 14px;
	color: #999;
	padding-left: 5px;
	line-height: 22px;
}

/*通知公告新格式-END================*/









.mid_zt_body{
   
    margin: 30px 0 20px;
   /* background: #FAEDD7; */
  background: url(../images/mid_ztbodybg.png) no-repeat 


}




/*美院要闻、 */
.mid{
    height: 385px;
    margin: 20px 0 10px;

         background: #801B14;

   /* background: #FAEDD7; 
  background: url(../images/mid_box3.jpg) no-repeat */




}
.mid .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}
.mid .title h3 a{
    color: #801B14;
}
.mid .container>div{
    float: left;
 /*   width: 370px;*/
  width: 675px;
}
.mid ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 0px dashed #F1D6BA;
}
.mid ul li span{
    float: right;
    color: #666;
}
.mid ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8D0708;
}
/*美院要闻*/


.zbcg {
      margin: 0 10 0 5px;
 float: left;
  width: 675px;


}



.zbcg .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}

.zbcg ul li{list-style-type:none;}

/* */

.sbgl {
   /* margin: 0 45px;*/
  width: 675px;
  float: right;
   margin: 0 5px; 

 /*  background: #FAEDD7; */

}


.sbgl .title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}
/* */
.sysgl .title h3:before{
    width: 37px;
    height: 31px;
    background-position-x: -142px;
}







/*美影采撷 国际交流 */
.mid2{
    height: 385px;
    margin: 20px 0 10px;
   /* background: #FAEDD7; 
  background: url(../images/mid_box3.jpg) no-repeat */


}
.mid2 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}
.mid2 .title h3 a{
    color: #801B14;
}
.mid2 .container>div{
    float: left;
 /*   width: 370px;
  width: 675px;*/
}
.mid2 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid2 ul li span{
    float: right;
    color: #666;
}
.mid2 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid2 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8D0708;
}



  /*美院聚焦*/

 /*原.myjj {width: 1200px; float: left; overflow: hidden; margin-top: 0px;}*/

.myjj {width: 1300px; float: left; overflow: hidden; margin-top: 0px;}
.myjj .title {width: 100%; float: left; border-bottom: 1px solid #bbbbbb; padding-bottom: 6px}
.myjj .title h2 { height: 32px; float: left; font-family: 微软雅黑; line-height: 32px; font-size: 16px;background:url(../img/dot_6px.png) left center no-repeat; padding-left:20px; font-weight:normal}
.myjj .title a {float: right; font-size: 14px; color: #858585; margin-top: 8px; height:20px; width:18px; background:url(../img/dot_3px.png) center repeat-x}
.myjj ul {float: left; width: 1300px; margin-top: 31px;}
/*原.myjj ul li {width: 285px; background: #f7f7f8; float: left; margin-right: 20px; display: inline}
.myjj ul li .pic {width: 285px; height: 220px; float: left; overflow: hidden}
.myjj ul li .pic img {width: 285px; height: 220px;moz-transform: scale(1, 1);*/

.myjj ul li {width: 321px; background: #f7f7f8; float: left; margin-right: 4px; display: inline}
.myjj ul li .pic {width: 321px; height: 220px; float: left; overflow: hidden}
.myjj ul li .pic img {width: 321px; height: 220px;moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;}
.indexnew ul li .pic img:hover {-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);}
.indexnew ul li .wenzi {width: 235px; padding: 38px 25px 18px; float: left;text-align:center}

.myjj ul li .wenzi h2{
font-size: 15px;
color: #353535;
width: 235px;
float: left;
text-align: left;font-weight:normal
}
.myjj ul li .wenzi p {Width:235px; float:left; line-height:200%; text-align:left; margin-top:10px; color:#9c9c9c}
.myjj ul li .wenzi h2 a {color: #353535}
.myjj ul li .wenzi span {width: 159px; height: 35px; margin-top: 28px; text-align: center; font-size: 15px; color: #9b9999; background: #ffffff; display:inline-block; line-height: 35px; }
.myjj ul li .wenzi span a {color: #9b9999}
.myjj ul li p img {width: auto; height: auto}




  /*美院聚焦结束*/




/*mid part1 meiyingcaixie*/


 .mid_part1{
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/

      }

 

 .mid_part1 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}
 .mid_part1 h3 a{
    color: #801B14;
}

  .mid_part1 ul {
          margin: 22px 0 20 0px;
      }
      
.mid_part1 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
float: left;
       }
      
      .mid_part1  ul li a {
          font-size: 18px;
      }
      
      .mid_part1  ul li span {
          padding: 0 20px;
      }
      
      .mid_part1  ul li:last-child span {
          display: none;
      }
      


 .mid_part2{
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/

      }

 

 .mid_part2 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}
 .mid_part2 h3 a{
    color: #801B14;
}

  .mid_part2 ul {
          margin: 22px 0 20 0px;
      }
      
.mid_part2 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
float: left;
       }
      
      .mid_part2  ul li a {
          font-size: 18px;
      }
      
      .mid_part2  ul li span {
          padding: 0 20px;
      }
      
      .mid_part2  ul li:last-child span {
          display: none;
      }
      






/*美影采撷 */
.mycx {
    margin: 0 0 0 0px;
 float: left;
  width: 48%;

}
.mycx .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}


 


/*国际交流 */

.gjjl{
   /* margin: 0 45px;*/
 width: 675px;*/
  width: 48%;
 float: right;
margin: 0 5px; 
}


.gjjl.title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}













/* 展览&学术 招生就业 */
.mid3{
    height: 385px;
    margin: 20px 0 10px;
   /* background: #FAEDD7; 
  background: url(../images/mid_box3.jpg) no-repeat */


}
.mid3 .title {
    padding: 30px 0 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbbbbb;
}
.mid3 .title h3 a{
    color: #801B14;
}
.mid3 .container>div{
    float: left;
 /*   width: 370px;*/
  width: 675px;
}
.mid3 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid3 ul li span{
    float: right;
    color: #666;
}
.mid3 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid3 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8D0708;
}

/*展览&学术 */
.zlxs {
    

margin: 0 10 0 5px;
 float: left;
  width: 675px;


}
.zlxs .title h3:before{
    width: 36px;
    height: 36px;
    background-position-x: -69px;
}


/*招生就业 */

.zsjy{
   /* margin: 0 45px;*/
 width: 675px;
 float: right;
margin: 0 5px; 
}


.zsjy.title h3:before{
    width: 35px;
    height: 35px;
    background-position-x: -106px;
}





 



  .clearfix {
          *zoom: 1;
      }
      
      .clearfix:after {
          content: '';
          display: block;
          height: 0;
          visibility: hidden;
          clear: both;
      }

  .fl,
      .lf {
          float: left;
      }
      
      .fr,
      .rt {
          float: right;
      }
      
      .active {
          display: block;
      }

      .main-1-r {


        /*原width: 390px;*/
          width: 360px;
      }
      
      .main-1-r>ul>li {
          width: 100%;
          padding: 12px 0;
          border-bottom: 1px solid #c4c4c4;
      }
      
      .main-1-r>ul>li:first-child {
          padding: 0 0 12px;
      }
      
      .main-1-r>ul>li:last-child {
          border-bottom: none;
      }


      .main-1-r-text {
          width: 95%;
      }
      
      .main-1-r-text a {
          display: block;
          line-height: 25px;
          max-height: 45px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }





        /*学术报告列表页;*/
      .xsbg {
          width: 98%;
 
          



      }
      
      .xsbg>ul>li {
          width: 100%;
          padding: 12px 0;
          border-bottom: 1px solid #c4c4c4;
      }
      
      .xsbg>ul>li:first-child {
          padding: 0 0 12px;
      }
      
      .xsbg>ul>li:last-child {
          border-bottom: none;
      }


      .xsbg-text {
          width: 85%;
      }
      
      .xsbg-text a {
          display: block;
          line-height: 30px;
          max-height: 60px;
          font-size: 16px;
          overflow: hidden;
          margin-top: 3px;
      }




      
      .time {
        /*  background-color: #fff;66a1d8*/
          background-color: #f7f2ed;
          text-align: center;
          padding-top: 5px;
          width: 68px;
          height: 60px;
          border: 1px solid #875c3a;  /*c09f80*/
      }
      
      .time span {
          font-weight: bold;
          color: #94070a;
      }
      
      .time .span1 {
          font-size: 26px;

          color: #94070a;
         margin-right:20px;

      }
      .time .span2 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:12px;
          color: #5e5e5e;
          font-size: 12px;
        /*  background: #ffffff; */
      }
          

      .time .span3 {
          font-size: 28px;

         margin-right:10px;

      }
      .time .span4 {
          display: block;
          line-height: 25px;
          margin-top: 2px;   
         margin-right:1px;
          color: #0061ba;
          font-size: 12px;
        /*  background: #ffffff; */
      }
    














 


.wow{-webkit-transition: all .4s linear;transition: all .4s linear;animation-name: none;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/



/*美院风采*/
  .main-3 {
          margin-bottom: 5px;

          list-style:none;


      }


  
      
     .main-3-top {


 


          text-align: center;
          margin-bottom: 10px;
      }
      
      .main-3-top>div {
          font-family: 'microsoft yahei';
         font-size: 28px; 
          color: #999;
          text-transform: uppercase;
          position: relative;
          top: 0px;

    font-weight:  normal;
      
     }



 .main-3-top .title {width: 100%; float: left; border-bottom: 1px solid #bbbbbb; padding-bottom: 6px}
   .main-3-top .title h2 { height: 32px; float: left; font-family: 微软雅黑; line-height: 32px; font-size: 16px;background:url(../img/dot_6px.png) left center no-repeat; padding-left:20px; font-weight:normal}
    .main-3-top .title a {float: right; font-size: 10px; color: #f54343; margin-top: 8px; height:20px; width:18px; background:url(../img/dot_3px.png) center repeat-x}


 

      
      .main-3-top>h3 {
          border-bottom: 2px solid #cfcfcf;
      }
      
      .main-3-top>h3>a {
       font-size: 28px;
          position: relative;
          top: 14px;
          background-color: #fff;
          padding: 0 20px;
          
    font-weight:  normal;
      }
   





/*快速通道链接*/
   .kstdlink  {
                     
         
            /*以下新加属性 width:1200px;
            
             margin: 0 auto;*/
             position: relative;
           background: url(../images/tdbg.jpg);


      }



/*快速通道新加ul li属性*/
.kstdlink  ul{
    margin: 0 -6px;
    overflow: hidden;
}
.kstdlink  ul li{
    float: left;
    width: 16%;
    height: 92px;
   /*  margin: 0 5px 12px 0px;*/
            font-size: 10px;
    text-align: center;
padding:0 40px; line-height:180%; border-right:1px solid #333333;v
   /* overflow: hidden;*/
}


      
  
      





/*快速通道链接*/

.fast-link{
       padding-bottom: 8px;
    }
.fast-link ul{
    margin: 0 -6px;
    overflow: hidden;
}
.fast-link ul li{
    float: left;
    width: 32%;
    height: 642px;
    margin: 0 5px 12px 0px;
            font-size: 16px;
    text-align: left;
   /* overflow: hidden;*/
}
.fast-link ul li a{
  /*  display: block;
    background: rgba(143,0,11,.1);
   */
 
    color: #333333;
 

       border-radius: 3px;
}
.fast-link ul li a:hover{
    color: #fff;
    background: #8f000b;
}





/*版权LOGO、联系信息、链接*/
.mid4{
  /**/

 height: 365px; 
 padding-top: 50px;
  background: #f6f6f6;  
    margin: 10px 0 0 0px;
  
}


   /*新加背景*/
.mid4 .wrapper{
	      }


.mid4 .title {
    padding: 0px 0 25 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #A42116;
}
.mid4 .title h3 a{
    color: #801B14;
}
.mid4 .container>div{
    float: left;
    width: 19%;
}
.mid4 ul li{
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F1D6BA;
}
.mid4 ul li span{
    float: right;
    color: #666;
}
.mid4 ul li p{
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}
.mid4 ul li p:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
   /* background: #8D0708;*/
}

/*BQLOGO*/


/*底部快速链接，版权、公众号部分*/
 
/*.mainbody .indexpart .footer_left {width:855px; padding-top:35px; height:245px;float:left; background:#f7f7f8;}*/

.mainbody .indexpart .footer_left {width:955px; padding-top:35px; height:245px;float:left; background:#f7f7f8;}
.mainbody .indexpart .footer_left h2 {
height: 32px;width:100%;
float: left;
font-family: 微软雅黑;
line-height: 32px;
font-size: 16px;
padding-left: 20px;
font-weight: normal;
background: url(../img/dot_6px.png) left center no-repeat;
}

.mainbody .indexpart .footer_left .neipart {  float:left;margin-top:40px;}
.mainbody .indexpart .footer_left .neipart ul {float:left; margin-left:10px;}
.mainbody .indexpart .footer_left .neipart ul li {float:left; text-align:center; padding:0 40px; line-height:180%; border-right:1px solid #333333}
 
.mainbody .indexpart .footer_left .neipart ul li span {font-size:14px; font-weight:blod}
.mainbody .indexpart .footer_left .neipart p{width:815px; float:left; padding-left:40px; padding-top:20px;}

.footer_right {width:245px; height:245px;float:right;padding-top:35px; background:#e5e4e2; padding:35px 50px 0;}
.footer_right h2 {height: 32px;width:100%; float: left;
font-family: 微软雅黑;
line-height: 32px;
font-size: 16px;
padding-left: 20px;
font-weight: normal;
background: url(../img/dot_6px.png) left center no-repeat;}
.footer_right .neipart {width:245px; float:left; margin-top:30px;}
.footer_right .neipart ul li {width:122.5px; text-align:center; float:left;font-size:14px; line-height:180%}
.footer_right .neipart ul li img {width:99px;}




.neipart2{width:100%;
    height: auto;
}
.neipart2 ul {float:left; margin-left:10px;}

.neipart2  ul li  {
    width: 100%;
}





/*LOGO*/
.mid4.xxlogo{
   /* width: 35px;
    height: 35px;
    background-position-x: -106px;*/


width: 15%;
	float: left;
	padding-top: 12px;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/*联系信息*/
.mid4.lxxx{   
    font-size: 9pt;
width: 18%;
	float: left;
	line-height: 40px;
	color: #fff;
       	 	border-left: 1px solid #db636a;
	border-right: 1px solid #db636a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 
 }


 
.mid4.yxiang{

width: 18%;
	float: left;
padding-top: 12px;
        height: 31px;
 
}


 
.mid4.dianh{
width: 18%;
	float: left;
padding-top: 12px;
        height: 31px;
     
}


 
.mid4.gzh{
 
float: left;
padding-top: 12px;
    width: 37px;
    height: 31px;
   
}








/*尾部*/
.footer{
    color: #000;
height:45px;
    margin-top: 0px;
    padding: 30px 0;
    background: #f6f6f6;



   /*  新增线条*/
    border-top: 1px #d4d4d4 solid; padding-top: 15px; padding-bottom: 15px;



 

}



.footer .container>.rt{
    margin-top: 20px;
    display: none;
}
.footer .rt img{
   margin-left: 5px;
}
.footer .container>p{
    width: 80%;
    line-height: 25px;
    margin-top: 40px;
    font-size: 14px;
}
.footer .container>p span{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
}
.footer .link{
    line-height: 45px;
  border-bottom: 2px solid #A42116;

}
.footer .link span{
    font-size: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .link span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../images/list-icon.png) no-repeat -264px 0;
}
.footer select{
    width: 280px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin-left: 18px;
    border: none;
    background: #fff;
}
.footer select option{
    padding: 5px 0;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    text-decoration: underline;
}









#page {
  text-align: right;
  margin-top: 75px; }
  #page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #eae8e7;
    color: #000;
    font-size: 14px;
    margin-right: 1px; }
    #page a:hover, #page a.current {
      background-color: #5e5b5d;
      color: #fff; }

.gotop, .gofirst {
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999rem;
  position: fixed;
  right: -60px;
  bottom: 42px;
  z-index: 1000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: #666 url(../img/gotop.png) center center no-repeat;
  border-radius: 4px; }

.gotop.show, .gofirst.show {
  right: 20px;
  -webkit-transform: scale(1) rotate(-360deg) translate(0);
  transform: scale(1) rotate(-360deg) translate(0); }



.slider{
    width: 100%;
    overflow:hidden;
}
 


 /*新版 */
.slideBox{
  /*新版  width: 1400px;
    height: 429px;*/ 
    margin: 0 auto;
    position:relative;
    text-align: center;
    overflow: hidden;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:40px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 6px;
    width:6px;
    height:6px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
    transform: scale(1.2);
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
  /*新版    width: 1400px;
    height: 429px;*/
}

  
.slideBox .bd p{
    position: absolute;
    left: 75px;
    bottom: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding: 0 100px 0 20px;
    background: rgba(0,0,0,.2);
} 


.slideBox>a{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -120px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right-color: #fff;
    z-index: 99;
}


.slideBox>.next{
    margin-left: 90px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox>.prev:hover{
    border-right-color: #8F0100;
}
.slideBox>.next:hover{
    border-left-color: #8F0100;
}



/*左侧导航newv test*/
#linkdd{ background: #eee; margin-top: 3px; border-left: solid 3px #980000; padding-left: 43px; line-height: 56px;}

#linkdd a{ font-size: 18px; color: #000;}
@media (min-width: 991px){
.leftsidebar_box{margin-bottom: 3.4em;}
}
.leftsidebar_box  dl{margin-bottom:0px;}


.leftsidebar_box dt.active ,.leftsidebar_box dt:hover{ width: 100%;background: #980000 !important;}
.leftsidebar_box dt{font-weight: normal;position:relative;}
.leftsidebar_box dt.active>a ,.leftsidebar_box dt:hover a,.leftsidebar_box dt.active i ,.leftsidebar_box dt:hover i{color:#fff !important;}


.leftsidebar_box  dd{background: #eee; margin-top: 3px;border: none;
    padding-left: 55px;
    
    font-size: 14px;
    line-height: 36px;position: relative;}
.leftsidebar_box  dd{color: #333 !important;}
.leftsidebar_box dd.active ,.leftsidebar_box dd>a:hover{ color:#980000 !important;}

.leftsidebar_box dd.active>a ,.leftsidebar_box dd:hover>a{color:#980000 !important;}

.arrow{font-style:normal;position:absolute;right:8px;font-weight:bold;font-size:18px;color:#980000;}
.active .arrow{color:#fff;}
dd span{cursor: pointer;font-style: normal;
    position: absolute;
    right: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #980000;}
   .sj a{color: #333!important;    display: block;}
    .sj a:hover{color: #980000!important;}

.display-table{
display:table;
width:100%;
border-top: 1px solid #ddd;}
.display-table:first-child{
border-top-style:none;}
.display-table-cell{
display:table-cell;
vertical-align:middle;}
.institution{
width:18em;
color: #980000;
font-size:16px;
font-weight:bold;}
.institution a{
color: #980000;}
.area h4{font-size:16px;}
.subArea{
text-indent: 2em;}



/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 50px;
    color: #fff;
    font-size: 24px;
    /*background: #9C2017;    */

background: url(../images/menubg.png);



}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 50px;
}
.side>ul>li>a{
    background: #f6f6f6;

    border-bottom: 2px solid #777777;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;


     border-bottom: 1px solid #b7b7b7;



}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #e62c2c;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #e62c2c;
}

/*右侧主体*/
.column{
    margin: 30px 0 0 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #e62c2c;
}

/*通用：列表页
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 15px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #cecece;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #e62c2c;
}

*/


*通用：列表页新*/
.common-list{
    margin-top: 20px;
}
.common-list li{
    padding: 10px 15px 15px;
    margin-bottom: 20px;
    border: 2px solid #FCFCFC;

 border-bottom: 1px solid #cccccc;


 /*   box-shadow: 1px 1px 2px #eee,-1px 1px 2px #eee;*/
    overflow: hidden;
    transition: .3s;
}
.common-list li:hover{
    padding-left: 25px;
}
.common-list li .date{

  float: left;
    padding-right:0px;
 padding-left:0px;
    font-size: 16px;
  /*    font-weight: bold;*/
    border-right: 2px solid #ddd;
line-height:30px;

border:1px solid #d5ac7a; border-radius: 10px
 

}
.common-list li .date h3{
    line-height: 25px;
    font-size: 30px;
 padding-left: 3px;

}
.common-list li .date p{
    padding-left: 3px;

  background: url(../images/datebg.png) no-repeat center center;

   /* background:#d5ac7a;*/
}
.common-list li:hover .date{
    color: #D31F3D;
}
.common-list li>p{
    margin-left: 85px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 20px;
    background: url(../images/more.png) no-repeat right bottom;
}





/*通用：新版列表页new2022*/

.list-text {
    margin-top: 10px;
}

.list-text li {
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 50px 16px 0;
    position: relative;
    background: url(../images/jiantou1.png) 98% center no-repeat;
}

.list-text a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text .date {
    float: left;
    width: 70px;
    font-family: Arial, Helvetica, sans-serif;
    color: #b8b6b4;
    text-align: center;
}

.list-text .date .day {
    font-size: 1.5rem;
}

.list-text .date .mon {
    font-size: 0.875rem;
}

.list-text .tit {
    float: right;
    position: relative;
    line-height: 44px;
    width: calc(100% - 110px);
    padding-right: 35px;
    color: #333333;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text li:hover {
   /* background: url(../images/jiantou2.png) 98% center no-repeat #103675; */ 
   background: url(../images/jiantou2.png) 98% center no-repeat #c61f13;
    box-shadow: 0 0 10px 0 rgba(16, 54, 117, 0.8);
    border-bottom: 1px solid #94070a;
}

.list-text li:hover a {
    transform: translateX(10px);
}

.list-text li:hover .date {
    font-weight: bold;
    color: #fff;
}

.list-text li:hover .tit {
    color: #fff;
    font-weight: bold;
}
.list-news {
    margin-top: 15px;
}

.list-news li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 30px 0;
}

.list-news .box {
    padding-right: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-news .pic {
    float: left;
    position: relative;
    width: 238px;
    height: 135px;
    overflow: hidden;
}

.list-news .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-news .text {
    float: right;
    width: calc(100% - 272px);
    padding-right: 10px;
}

.list-news .text .tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: #cca36a;
}

.list-news .text .tit {
    position: relative;
    display: block;
    color: #333333;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 52px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-news .text .abst {
    font-size: 0.875rem;
    color: #777777;
    text-indent: 2em;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-news .text .date {
    margin-top: 10px;
    font-size: 0.875rem;
    color: #103675;
    padding-left: 25px;
    background: url(../images/news-date1.png) left center no-repeat;
}

.list-news li:hover {
    background: url(../images/list-news-bg.png) right center no-repeat;
    background-size: cover;
}

.list-news li:hover .box {
    transform: translateX(20px);
}

.list-news li:hover .tit:before {
    background: #fff;
}

.list-news li:hover .tit {
    color: #fff;
    font-weight: bold;
}

.list-news li:hover .abst {
    color: rgba(255, 255, 255, 0.43);
}

.list-news li:hover .date {
    color: #fff;
    background: url(../images/news-date2.png) left center no-repeat;
}









/*详情页*/
.detail{
  /*  margin: 20px 0;*/
width:99%; line-height:2em; color:#222222;margin:15px auto 0 auto;
font-size:16px;


}
.caption{
    text-align: center;
}
.caption h3{
  /*   line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;*/

    /* 加入更换标题新属性  */
height: 60px; line-height: 60px; border-bottom: 1px solid #d2d2d2;font-size: 30px; color: #f2a650


}
.caption p span{
    color: #666;
    margin: 0 10px;
}
.nei_right {width: 794px; overflow: hidden; margin-top: 50px; float: right; font-size: 12px!important; color: #333!important}
 

.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #9C2017;
}
.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    
    min-height: 300px;
    margin:25px 0;
color:#222222;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-weight: normal;
font-stretch: normal;
font-size: 18px;
line-height: 36px;
letter-spacing: 0;
font-family: "Microsoft Yahei";
}

/*师资队伍*/
.teacher p{
    margin: 30px 0;
    color: #9C2017;
    font-size: 24px;
}
.teacher ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.teacher li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
}

/*师资队伍*/
.leader{
    margin: 50px 0;
}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;
}
.leader li{
    float: left;
    width: 422px;
    height: 225px;
    margin: 0 23px 46px;
    background: #eee;
}
.leader li>a{
    float: left;
    width: 169px;
    height: 225px;
    overflow: hidden;
}
.leader li img{
    display: inline-block;
    width: 169px;
    height: 225px;
    transition: .3s;
}
.leader li img:hover{
    transform: scale(1.1);
}
.leader li .info{
    margin-left: 169px;
    padding: 30px;
}
.leader li .info h2{
    font-size: 24px;
    font-weight: normal;
}
.leader li .info h2 span{
    font-size: 18px;
    padding-left: 5px;
}
.leader li .info p{
    color: #666;
    height: 75px;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

/*搜索结果页*/
.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}






/*友情链接*/


 .yqlink {
                   
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/
  
    width:100%; 
      }


  .yqlink ul {
          margin: 22px 0 20 0px;
      }
      
      .yqlink ul li {
          float: left;
      }
      
      .yqlink ul li a {
          font-size: 18px;
      }
      
      .yqlink ul li span {
          padding: 0 0px;
      }
      
      .yqlink ul li:last-child span {
         /*  display: none;*/
      }
      

 

/*友情快速链接new*/


 .yqkslink {                
         
            /*以下新加属性 width:1200px; 
             margin: 0 auto;
             position: relative;*/
 
      }


  .yqkslink ul {
          margin: 22px 0 20 0px;
      }
      
      .yqkslink ul li {
          float: left;
      }
                 
      .yqkslink ul li span {
          padding: 0 0px;
      }
 
      



/*图片列表页左栏+右栏*/

      /* 二三级 */
      
      .banner,
      .banner img {
          width: 100%;
      }


    /* 内页加入新banner属性 */
        .bannerny {
            width: 100%;
            height: 450px;
        }
        .bannerny img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


      
     /* .bread {
          height: 45px;
          line-height: 45px;
          padding-left: 30px;
          overflow: hidden;
          margin: 20px 0;
          background: #fff;
          border: 2px solid #017fd8; 
      }*/
      
      .left_aside {
          float: left;
          width: 280px;
          text-align: center;
          background: #f5f5f5;
      }
      
      .left_aside p {
          color: #fff;
          font-size: 18px;
          line-height: 50px;
          background: #017fd8;
      }
      
      .left_aside ul li {
          line-height: 45px;
          font-size: 16px;
          border-bottom: 1px solid #ddd;
      }
      
      .left_aside ul li:last-child {
          border-bottom: 0;
      }
      
      .left_aside ul li a {
          display: block;
          position: relative;
      }
      
      .left_aside ul li a:after {
          position: absolute;
          top: 15px;
          right: 50px;
          line-height: 20px;
          content: "→";
          text-align: center;
          color: #ccc;
          font-size: 18px;
          transition: 0.3s;
      }
      
      .left_aside ul li a:hover {
          text-decoration: none;
          background: #ddd;
      }
      
      .left_aside ul li a:hover:after {
          color: #017fd8;
          right: 40px;
      }
      
      .left_aside ul li.on a {
          color: #017fd8;
          background: #ddd;
      }
      
      .left_aside ul li.on a:after {
          color: #017fd8;
      }
      
      .right_aside {
          margin-left: 310px;
          background: #fff;
      }
      
      .right_aside .head {
          font-size: 18px;
          line-height: 50px;
          border-bottom: 1px solid #ddd;
          position: relative;
          padding-left: 33px;
      }
      
      .right_aside .head:before {
          position: absolute;
          top: 15px;
          left: 0;
          width: 24px;
          height: 22px;
          content: "";
          background: url("../images/spirit.jpg") no-repeat;
      }
      
      .right_aside .comment {
          padding: 20px 0;
          min-height: 500px;
      }
      
      .right_aside .comment>p {
          line-height: 30px;
      }
      
      .list li {
          height: 46px;
          line-height: 46px;
          padding: 0 10px;
          font-size: 16px;
          border-bottom: 1px dotted #8C8C8C;
      }
      
      .list li:hover {
          background: #F6F6F6;
      }
      
      .list li span {
          float: right;
          color: #999;
          font-size: 15px;
      }
      
      .list li p {
          margin-right: 120px;
      }
      
      .list li a {
          position: relative;
          padding-left: 20px;
          text-decoration: none;
      }
      
      .list li a:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 0;
          width: 5px;
          height: 5px;
          background: #666;
          border-radius: 50%;
      }
      
      .list li a:hover:before {
          background: #017fd8;
      }
      
      .article {
          min-height: 500px;
          padding: 0 30px;
          background: #fff;
      }
      
      .article .caption {
          text-align: center;
          padding: 30px 0;
      }
      
      .article .caption h2 {
          color: #017fd8;
          font-size: 24px;
          font-weight: 500;
          margin-bottom: 15px;
      }
      
      .article .caption p span {
          color: #999;
          margin: 0 10px;
      }
      
      .article .content {
          padding-bottom: 20px;
          font-size: 16px;
      }
      
      .article .content p {
          line-height: 30px;
          text-align: justify;
      }
    


 /*图片列表页新版*/
.m-list9 {
    overflow: hidden;
    padding: 30px 0 0;}
.m-list9 li {
    float: left;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 31px;

 
    overflow: hidden;}

 
.m-list9 li>a:hover{
border-color: #b30e0d;
}





.m-list9 .pic img {
    float: left;
   
    /*    width: 140px;
    height: 179px; */

width: 183px;
            height: 280px;
            object-fit: cover;
            display: block;

    margin-right: 0px;
    overflow: hidden;}
  


.m-list9 .txt {
    height: 280px;

  
    overflow: hidden;
    padding-top: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #E53333;
    line-height: 30px;}

.m-list9 .txt h4 {
    font-size: 20px;
    margin-bottom: 7px;}


 /*图片列表页-xrldnew*/
.m-list10 {
    overflow: hidden;
    padding: 30px 0 0;}
.m-list10 li {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 31px;

 
    overflow: hidden;}

 
.m-list10 li>a:hover{
border-color: #b30e0d;
}





.m-list10 .pic {
    float: left;
    width: 140px;
    height: 179px;
    margin-right: 30px;
    overflow: hidden;}
.m-list10 .txt {
    height: 184px;
    overflow: hidden;
    padding-top: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #E53333;
    line-height: 30px;}
.m-list10 .txt h4 {
    font-size: 20px;
    margin-bottom: 7px;}




 
/*图片列表页*/
      
      .list-img {
          overflow: hidden;
      }
      
      .list-img li {
          float: left;
          width: 33%;
          text-align: center;
          margin: 10px 0;
      }
      
      .list-img li>a {
          display: inline-block;
          width: 94%;
          height: 220px;
          overflow: hidden;
      }
      
      .list-img li img {
          display: inline-block;
          width: auto;
          max-height: 100%;
      }
      
      .list-img li img:hover {
          transform: scale(1.1);
      }
      
      .list-img li p {
          font-size: 18px;
          line-height: 40px;
          height: 40px;
          overflow: hidden;
      }

      /*图文列表页*/
      



/*图片列表页-*/
.photo-list{
  /*  margin: 0 30px 20px;*/

   margin: 0 0px 20px;
    overflow: hidden;
}
.photo-list li{
    float: left;
   /* width: 25%;*/

 width: 30%;

   /* height: 180px; 
   margin: 20px 0;*/
   text-align: left;
     margin-bottom: 15px;
     margin-top: 30px;
   
}



.photo-list {
    overflow: hidden;
    padding: 30px 0 0;}
.photo-list li {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
  /*   margin-bottom: 31px;
    overflow: hidden; */

       }

 
.photo-list li>a:hover{
border-color: #b30e0d;
}

.photo-list .pic {
    float: left;
    width: 340px;
    height: 379px;
    margin-right: 30px;
    overflow: hidden;}
.photo-list .txt {
    
    overflow: hidden;
    padding-top: 27px;
padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #E53333;
    line-height: 30px;}
.photo-list .txt h4 {
    font-size: 20px;
    margin-bottom: 7px;}




.photo-list li>a{
    display: inline-block;
    padding: 2px;
    border: 0px solid #b2b2b2;
    overflow: hidden;
}
.photo-list li>a:hover{
    border-color: #b30e0d;
}


/* 
.photo-list li>a:hover img{
    transform: scale(1.05);
}
*/ 


 .photo-list li img {
          display: inline-block;
          width: 420px;
    height: 260px; 
          max-height: 100%;
      }
 .photo-list li img:hover {
          transform: scale(1.05);
      }
      



.photo-list li p{
 /*    margin-top: 10px;*/ 
 margin-bottom: 10px;



 font-size: 15px;
          line-height: 30px;
          height: 40px;
}

.photo-list.xrldleader li{
    width: 25%;
   height: 180px;
}

 .photo-list.xrldleader  li img {
          display: inline-block;
          width: auto;
align: center;
          max-height: 100%;
      }
 .photo-list.xrldleader  li img:hover {
          transform: scale(1.1);
      }
      
 

.photo-list.xrldleader li:first-child {
	width: 50%;
 height: 180px;
align: center;
}


.photo-list.xrldleader li:nth-child(2){
    width: 50%;
  height: 180px;
align: center;

}




/*  社会服务   */ 

.photo-list.shfw li{
    width: 31%;
   

 height: 200px;

}

 .photo-list.shfw li img {
         /* display: inline-block; */ 
          width: auto;
align: center;
          max-height: 100%;
      }
 .photo-list.shfw li img:hover {
          transform: scale(1.1);
      }
      
 

.photo-list.shfw li:first-child {
	width: 100%;
 height: 180px;
align: center;
}
 


/*  首页通用   */ 





 



  .photo-list.syty ul li{
    width: 100%;
   height: 380px;
align: left;
 


list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;

/*  首页通用新加入属性   
        
            width: 100%;
            padding: -2px;
         background-color: #ffffff;
            box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.16);
            border: solid 1px #707070;
            border-top: 0;
*/ 

}
.photo-list.syty  li img {
          display: inline-block;
          width:100%;
       margin-left:0px;
         height:350px;
          max-height: 100%;
      }

/*
 .photo-list.syty  li img:hover {
          transform: scale(1.05);
      }*/ 
      


.photo-list.syty  li span:hover {
             background-color: #e62c2c;
                 color:#ffffff;
      }
 




 .photo-list.syty  .img-info .text-info {
            height: 98px;
            width: 100%;
            padding: -2px;
            background-color: #ffffff;
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
            border: solid 1px #707070;
            border-top: 0;
          }
 

  .photo-list.syty  .img-info img:hover {
            transform: scale(1.05)
        }




/*通用新版新闻带图列表页new20221119*/
.img-info-list {
           /* width: 978px;*/
          width: 100%;
            margin: 0 auto;

        }
        .img-info-list li{
            height: 246px;
            padding: 18px 16px 18px 0;
            border-bottom: 1px solid #bfc2c7;
            cursor: pointer;
 transition: .3s;

        }




.img-info-list  li:hover{
    padding-left: 25px;
background:#f6f6f6;

}

        .img-info-list li img{
            float: left;
            width: 320px;
            height: 180px;
            display: inline-block;
            object-fit: cover;
            
        }
        .img-info-list li .info-box {
            float: left;
          /*  width: 602px;  */
width:660px; 
            height: 190px;
            display: inline-block;
            margin-left: 40px;
        }
        .img-info-list li .info-box .title {
            font-size: 16px;
	        color: #000000;
            width: 100%;
            overflow:hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow:ellipsis;
            margin-bottom: 20px;
        }
        .img-info-list li .info-box .text {
            font-size: 12px;
            height: 92px;
	        color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }
        .img-info-list li .info-box  .date {
            font-size: 14px;
	        color: #666666;
            display: flex;
justify-content: space-between;

                        margin-top: 35px;
        }
	 .img-info-list li .info-box  .date >span:hover:last-child {
		color: #e62c2c
	}
/*通用新版新闻带图列表页结束new20221119*/





/*ie7fixed*/
.header .wrapper{
	*position: relative;
}
.header .right{
	*position: absolute;
	*width: 270px;
	*right: 0;
}