@charset "utf-8";


/*内页banner*/
.cbanner { width:100%; height: 400px; display: table;  background-repeat: no-repeat; background-position: center; background-size:cover; }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; font-size:16px; }
.cbanner .txt  h1 { font-size: 30px;  margin:-30px 0 10px;  }


/*学校概况*/

.cc {margin-top:-60px;margin-bottom: 60px;position: relative;z-index: 9;}
.cabo {padding: 40px;}
.ccleft .ctit { color:#fff; padding:20px; border-top-left-radius: 20px; background:#0054aa; border-radius:10px 0px 0px 0px; }
.ccleft .ctit h3 { font-size: 24px; }
.ccleft .ctit span { text-transform: uppercase; color:rgba(255,255,255,0.3); line-height: 200%; }
.ccleft .cmenu { border-bottom-right-radius: 20px; padding-bottom:60px; overflow: hidden;  background: url(../images/cmenubg.jpg) center bottom no-repeat #fff;  }
.ccleft .cmenu .list { border-bottom:1px solid #eee; }
.ccleft .cmenu .s-list { position: relative; padding:0 20px; line-height: 60px; }
.ccleft .cmenu .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
.ccleft .cmenu .s-list span.more span { background: #666; position: absolute; }
.ccleft .cmenu .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
.ccleft .cmenu .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
.ccleft .cmenu .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
.ccleft .cmenu .s-list>a { font-size:18px; color:#333; font-weight: bold; }
.ccleft .cmenu .s-content {border-top:1px solid #eee;} 
.ccleft .cmenu .s-content.aab {display:none; } 
.ccleft .cmenu .s-content ul li a  { box-sizing: border-box; display: inline-block; width:100%; line-height: 200%;  padding:10px 20px; font-size:16px; transition:all 0.36s ease; }
.ccleft .cmenu .s-content ul li a:hover , .ccleft .cmenu .s-content ul li a.on { background: #eee; color:#0054aa; font-weight: bold; }
.ccleft .cmenu .s-content a i { font-size: 12px; float: right;     color: #808080;}
.ccleft .cmenu .ccontact { padding:30px 20px 0; }
.ccleft .cmenu .ccontact p { font-size:15px; }
.ccleft .cmenu .s-content ul li a:hover i , .ccleft .cmenu .s-content ul li a.on i{color:#0054aa;}
.ccright { box-sizing: border-box; background: #fff;  }
.ccright .bread {padding:20px 40px; text-align: right; font-size: 15px; border-bottom:1px solid #eee; color:#808080; } 
.ccright .bread i { color:#ccc; margin-right:10px;font-size: 20px; }
.ccright .bread span { margin:0 0px; font-size: 15px; color:#808080; }
.ccright .bread b{font-weight:normal;}
.ccright .bread a:hover span { text-decoration: underline; }
.ccright .ct h1 { font-size:24px; color:#333; margin-bottom: 30px;  }
.ccright .ct h1 span { position:relative; z-index: 1; }
.ccright .ct h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }


.cabo .cabolist { margin:40px 0 0; }
.cabo .cabolist .sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff; transition: all .36s ease; }
.cabo .cabolist .col-prev  {left: 0; }
.cabo .cabolist .col-next {right: 0; }
.cabo .cabolist .sp-pn i {display:inline-block; line-height:60px;font-size: 28px; color: #fff; }
.cabo .cabolist .sp-pn:hover { background: #0054aa; }

.pg-text p { margin:10px 0; }

/*现任领导*/



.pg-leader .pg-leader-box .zsy-img img { width: 100%; height: 100%;  transition: all 0.3s ease;}
.pg-leader .pg-leader-box:hover .zsy-img img  {  transform:scale(1.08);  }
.pg-leader .pg-leader-box .bg { position: absolute;  top: 0px;  left: 0px; z-index: 9; width: 100%; height: 100%; opacity: 0; background: rgba(0, 0, 0, 0.5); text-align: center; color:#fff; transition: all 0.3s ease;}
.pg-leader .pg-leader-box .bg span { display:inline-block;  padding:20px 0; position: relative; margin-top:52%; }
.pg-leader .pg-leader-box:hover .bg { opacity:1; }
.pg-leader .pg-leader-box .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.pg-leader .pg-leader-box .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.pg-leader .pg-leader-box:hover .bg span::before, .pg-leader .pg-leader-box:hover .bg span::after  { width:50%; }
.pg-leader .pg-leader-box .txt { text-align: center; padding:10px 0 0; }
.pg-leader .pg-leader-box .txt h3 { font-size:18px;  color:#333; line-height: 150%; font-weight:bold; }
.pg-leader .pg-leader-box .txt p{color:#999;}
.pg-leader-box{ padding-bottom:20px;}


/*现任领导详情*/
.pg-leader_deta .pld-tit .pld-tit-t1{ font-size:20px; font-weight:bold; color:#333; padding-bottom:10px; padding-top:20px;}
.pg-leader_deta .pld-tit .pld-tit-t2{ font-size:16px; font-weight:bold; color:#333;  padding-bottom:20px;}
.pg-leader_deta .pld-tit .pld-tit-t3{ font-size:16px;  color:#333;  padding-bottom:20px;}



/*学校荣誉*/
.ccright .xxry .ct h1{margin-bottom:10px;}
.ccright .xxry .pg-style-box{padding-top:20px;}

/*==分页==*/
.paginator{ font-family:Arial; text-align: center; }
.paginator a { transition: all 0.36s ease;  width:36px; color: #666;  text-align:center; height:36px; line-height:36px; display:inline-block; text-decoration:none;  background:#f2f2f2;  margin:0 5px; color:#666; transition: all 0.36s ease;}
.paginator a i {display:inline-block; font-size: 16px; line-height:34px; }
.paginator a:hover { background:#0054aa; color:#fff; }
.paginator span.cpb { transition: all 0.36s ease; text-align:center;  width:36px; height:36px;  line-height:36px; display:inline-block; color:#fff; background:#0054aa; margin-left: 5px; }
.paginatordis{ display:none;}

.pg-next.abc .paginator a { background:#fff;}


/*新闻列表1*/
.mbox {display: none!important;}
.csrlist { box-sizing: border-box;  }
.csrlist .bread {padding:20px 40px; text-align: right; font-size: 15px; background: #fff;  } 
.csrlist .bread .binfo { line-height: 200%; }  
.csrlist .bread .binfo i { color:#ccc; margin-right:10px;     font-size: 20px; }
.csrlist .bread .binfo span { font-size: 15px; color:#808080; }
.csrlist .bread .binfo a:hover span {  text-decoration: underline; }
.csrlist .ct h1 { font-size:24px; color:#333; }
.csrlist .ct h1 span { position:relative; z-index: 1; }
.csrlist .ct h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }

.csrlist .list { margin:40px 0 0; }
.csrlist .list ul li { box-sizing: border-box; position: relative; padding:20px; margin-bottom: 30px; background: #fff; }
.csrlist .list ul li::before { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #0054aa;  z-index: 2; transition: all 0.3s ease;}
.csrlist .list ul li:last-child { margin-bottom: 0; border:none;  }
.csrlist .list ul li .img { width:20%; height: 100%; overflow: hidden; }
.csrlist .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease;  }
.csrlist .list ul li:hover .img img { transform:scale(1.1);   }
.csrlist .list ul li .txt { width:calc(80% - 20px); margin-left:20px; }
.csrlist .list ul li .txt h2 span { display: inline-block; font-weight: normal; font-size: 16px; color:#333; margin-bottom:10px; }
.csrlist .list ul li .txt h2 em { display: inline-block; font-weight: normal; font-size:15px; line-height: 160%; }
.csrlist .list ul li .txt h2 em i {margin-left:10px; }
.csrlist .list ul li .txt>p { font-size: 15px; color:#999; line-height: 180%; }
.csrlist .list ul li .mark { margin:5px 0 0;      padding: 0px; background: none;}
.csrlist .list ul li .mark p { font-size: 15px;}
.csrlist .list ul li .mark p i { display: inline-block; color:#ccc;     font-size: 16px;}
.csrlist .list ul li .mark p span { display: inline-block; margin:0 20px 0 10px; }
.csrlist .list ul li .mark p a.more {  font-size:15px; }
.csrlist .list ul li .mark p a.more i { color:#0054aa; opacity: 0; transition: all 0.3s ease;     font-size: 14px; }
.csrlist .list ul li:hover::before { height:100%; }
.csrlist .list ul li:hover .mark p a.more { color:#0054aa; }
.csrlist .list ul li:hover .mark p a.more i { opacity: 1; margin-left:10px; }

.csrlist .list ul li:hover .txt h2 span{color:#0054aa;}

/*内页二级导航2*/
	.sidercontrol { width:240px; height:100%; background:#fff; position:fixed; top:0; right:-240px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch;
	transition:all 0.3s; -webkit-transition:all 0.3s;}
	.sidercontrol.open{ right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.sidercontrol .siderlist { border-bottom:1px solid #eee; }
	.sidercontrol .s-list { position: relative; padding:0 30px; line-height: 60px; }
	.sidercontrol .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
	.sidercontrol .s-list span.more span { background: #666; position: absolute; }
	.sidercontrol .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
	.sidercontrol .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
	.sidercontrol .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
	.sidercontrol .s-list>a { font-size:16px; color:#333; font-weight: bold; }
	.sidercontrol .s-content { display: none; border-top:1px solid #eee;  } 
	.sidercontrol .s-content ul li a  { box-sizing: border-box; display: inline-block; width:100%; line-height: 200%;  padding:10px 20px 10px 30px; }
	.sidercontrol .s-content ul li a:hover , .sidercontrol .s-content ul li a.on { background: #eee; color:#0054aa; font-weight: bold; }
	.sidercontrol .s-content a i { font-size: 12px; float: right; }
	.mask{ width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.75); position:fixed; left:0; top:0; z-index:1003;}
	


	/*新闻列表2*/
	.cnewslist { padding:40px;  }
.cnewslist .list ul li { padding-bottom:20px; margin-bottom:20px; border-bottom:1px dashed #ddd; }
.cnewslist .list ul li:last-child { margin-bottom:0; }
.cnewslist .list ul li .date { float:left; width:90px; text-align: center; border-top-left-radius: 20px; border-bottom-right-radius: 20px; overflow: hidden; transition: all 0.3s ease; }
.cnewslist .list ul li .date em { display: block; line-height: 200%; font-size: 24px; color:#fff; background: #0054aa;      font-style: initial;}
.cnewslist .list ul li .date i { display: block;  font-style: normal; line-height: 300%; font-size: 16px; color:#666; background: #f9f9f9; }
.cnewslist .list ul li:hover .date { border-radius:0; }
.cnewslist .list ul li .info {float:left; width:calc(100% - 110px); margin-left:20px; display: flex; }
.cnewslist .list ul li .info .txt { flex:10;     width: 80%; }
.cnewslist .list ul li .info h2 { font-weight: normal; font-size:16px; color:#333; line-height: 160%; margin: 5px 0 10px; }
.cnewslist .list ul li .info p { font-size: 15px;  color:#999; line-height: 180%; }
.cnewslist .list ul li .img { flex:2;  width:100%; margin-left:20px; overflow: hidden;  }
.cnewslist .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.cnewslist .list ul li:hover .img img {  transform:scale(1.1);   }
.cnewslist .list ul li:hover .info h2 {color:#0054aa;}


/*新闻列表3*/
.pn3-list{ position:relative; margin-bottom:40px;}
.pn3-list .pl-tit{ position:absolute; bottom:15px; left:20px; right:20px; color:#fff; z-index:1; transition:all 0.36s ease;}

.pn3-list a:after{ content:""; position:absolute; bottom:0; height:82px; left:0; display:block; width:100%; transition:all 0.36s ease;
background: linear-gradient(bottom , rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0) 100%);          
background: -o-linear-gradient(bottom , rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(bottom , rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(bottom , rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(bottom , rgba(0, 0, 0, 1) , rgba(0, 0, 0, 0) 100%);
}

.pn3-list a:hover:after{ background:rgba(0,84,170,0.8); }
.pn3-list a:hover .zsy-img img{ transform:scale(1.08);}

/*新闻列表4*/
.cjoblist ul li { padding:20px; background: #f9f9f9; line-height: 100%; }
.cjoblist ul li:nth-child(2n) { background: #fff; }
.cjoblist ul li span { float: left; width:calc(100% - 120px); position: relative; box-sizing: border-box; padding-left:20px; }
.cjoblist ul li span::after { content: " ";  position: absolute; top: calc(50% - 2.5px); left: 0; width:5px;  height: 5px; border-radius: 50%; background: #0054aa;  z-index: 2; transition: all 0.3s ease;}
.cjoblist ul li em { float: right; width:100px; text-align: right; color:#999;  font-style:initial;}
.cjoblist ul li:hover { background: #0054aa; }
.cjoblist ul li:hover span, .cjoblist ul li:hover em { color:#fff; }
.cjoblist ul li:hover span::after { background: #fff; }

   /*校园风采*/
   .pg-style-h1{ display:none;}
   .pg-style-box{ padding-top:40px;}
   .pg-style-box .pg-style-tit {padding:7px 20px; font-size:16px; font-weight:bold; color:#333; background:#fff; text-align:center; transition:all 0.36s ease;}
   .pg-style-box a:hover .pg-style-tit{ background:#0054aa; color:#fff;}
    .pg-style-box a:hover .zsy-img img{  transform:scale(1.08);}

.pg-style-box .zsy-img{    background: #fff;}
.pg-style-box .zsy-img img.abc{width: initial; height: initial;}

	  /*新闻详情*/
	  .cnewsde h1 { font-size: 24px; color:#333; line-height: 180%; }
.cnewsde .mark { margin:25px 0 0; padding:0 0 15px; border-bottom:1px dashed #ddd; background:none; }
.cnewsde .mark p { font-size: 15px; }
.cnewsde .mark p i { display: inline-block; color:#ccc; font-size:20px; }
.cnewsde .mark p i.icon-liulan { font-size: 14px; }
.cnewsde .mark p span { display: inline-block; margin:0 30px 0 10px; }
.cnewsde .detail { padding:20px 0; border-bottom:1px dashed #ddd;  }
.cnewsde .detail p { margin:10px 0; }
.cnewsde .pntab { margin:25px 0 0; }
.cnewsde .pntab p { line-height: 180%; }
.cnewsde .pntab p a:hover { color:#791cb5; }

/*联系我们*/
.ccont .boxfl { box-sizing: border-box; width:60%; padding:60px 0; }
.ccont .boxfl h3 { font-size: 24px; color:#333; margin-bottom: 30px; letter-spacing: 1px; line-height: 180%; font-weight: bold;}
.ccont .boxfl h5 { font-size: 20px; color:#999; font-weight:normal; text-transform: uppercase; }
.ccont .boxfl p { line-height: 240%; }
.ccont .boxfl p i {display: inline-block; color:#ccc; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { box-sizing: border-box; padding-right:40px; margin:40px 0 0; }
.ccont .boxfr {  box-sizing: border-box; width:40%; padding:60px 40px; background: #fff;}
.ccont .boxfr h2 { font-size: 24px; color: #333; margin:0 0 60px; font-weight: bold;}
.ccont .boxfr h2 span { position:relative; z-index: 1; }
.ccont .boxfr h2 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }
.ccont .iform ul li { position: relative; width:100%; margin-bottom: 20px;  }
.ccont .iform ul li p { margin-bottom:10px; }
.ccont .iform ul li input { width:calc(100% - 0px); background:#f9f9f9; line-height: 50px;  border:none; padding:0 20px; color:#666; font-size:15px;  }
.ccont .iform ul li textarea { width:calc(100% - 0px); background:#f9f9f9; height: 140px; line-height: 180%;  border:none; padding:10px 15px; color:#666; }
.ccont .iform ul li input::placeholder, .icont .msg .iform ul li textarea::placeholder { color:#888; }
.ccont .iform ul li img { position: absolute; right:0; bottom:0; z-index: 9;} 
.ccont .iform a.submit { box-sizing: border-box; display: inline-block; font-size:18px; color:#fff; background: #0054aa; width:100%; height: 60px; line-height: 60px; padding:0 30px; margin:20px 0 0;  
	border-top-left-radius: 20px;  border-bottom-right-radius: 20px; }
.ccont .iform a.submit i { font-size: 20px; float: right; }

.hoverable { position: relative; overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-5px);  }
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }



/*新闻列表3*/
.box {padding: 20px;background: #fff;}
.csrlist .news3 .list{margin:0px;}
.csrlist .news3 ul li { padding:20px; background: #f9f9f9; line-height: 100%; transition: all 0.36s ease; margin-bottom:0px;}
.csrlist .news3 ul li:nth-child(2n) { background: #fff; }
.csrlist .news3 ul li span { float: left; width:calc(100% - 100px); position: relative; box-sizing: border-box; padding-left:20px; line-height: 110%;}
.csrlist .news3 ul li span::after { content: " ";  position: absolute; top: calc(50% - 2.5px); left: 0; width:5px;  height: 5px; border-radius: 50%; background: #0054aa;  z-index: 2; transition: all 0.3s ease;}
.csrlist .news3 ul li em { float: right; width:100px; text-align: right; color:#999;  font-style:initial;}
.csrlist .news3 ul li:hover { background: #0054aa; }
.csrlist .news3 ul li:hover span, .news3 ul li:hover em { color:#fff; }
.csrlist .news3 ul li:hover span::after { background: #fff; }



@media (min-width: 1200px){
 
}




@media (max-width: 1080px){


    /*新闻列表1*/
    .csrlist .list ul li .txt>p{    -webkit-line-clamp: 1;}
	.ctm h1{     font-size: 22px; color: #333; margin-top:30px;}
	.ctm h1 span {position: relative;z-index: 1;}
	.ctm h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }
    .scatebtn { position: absolute; top: 0.1rem; right: 0; z-index: 9;     display: block!important;}
    .mbox {display: block!important;}
    .ctm { position: relative;}

	/*新闻列表2*/
	.cnewslist .list ul li .img{ display:none;}

}

@media (max-width: 780px){

    /*内页banner*/
    .cbanner {height: 240px;}
    .cbanner .txt h1{ font-size:24px;}
    .ccright .ct h1{font-size:22px;}
/*学校简介*/
 .ccleft{ display:none;} 
 .ccright .bread{ text-align:left; padding:15px 20px;}
 .cabo{ padding:20px 20px;}
 .cbanner .txt p{ width:80%; margin:0px auto;}
 .cc{ margin-bottom:30px;}
 .ccright .bread span.abc{ display:none;}
 .ccright .bread b.abc{ display:none;}

 .csrlist .bread .binfo span.abc{ display:none;}
 .ccright .bread b.abc{ display:none;}

 /*新闻列表*/
 .csrlist.abc .pcbox{ display:none;}
  .csrlist.abc .binfo { float:left; text-align: left;}
  .csrlist.abc .bread{padding: 15px 20px;}

   .csrlist.abc .ctm { padding:0px 20px;}
   .csrlist.abc .scatebtn{ right:20px; display: none !important;}
   .csrlistt.abc .bread .binfo span{ display:inline-block; }

   /*新闻列表3*/
   .pg-news3{ padding:0px 0px;}
   .pn3-list{ margin-bottom:20px;}


   /*新闻列表4*/
   .cjoblist ul li span{    white-space: normal; line-height:160%;}
   .cjoblist ul li em{ line-height:160%;}
   .cjoblist ul li span::after{ top:10px;}


   /*校园风采*/
      .csrlist.abc .ctm.pg-style-h1{ display:block; padding:0px;}

	


   /*联系我们*/
   .ccont { margin-top: -40px; margin-bottom: 40px;}
   .ccont .boxfl{ margin-bottom:20px;}
   .ccont .boxfl, .ccont .boxfr{width:100%;}
   .ccont .boxfl, .ccont .boxfr{width: 100%; padding: 20px 15px; background: #fff;}
   .ccont .iform ul li p{ font-size:18px;}
   .ccont .boxfl h3{ margin-bottom:10px;}
   .ccont .bdmap{ margin-top:10px;}
   .ccont .boxfr h2{ margin-bottom:15px;}
   .ccont .iform ul li p{ margin-bottom:15px;}
   .ccont .iform a.submit{ margin-top:0px;}
   .ccont .bdmap{ padding-right:0px;}
}

@media (max-width: 640px) {
      /*内页banner*/
    .cbanner .txt p { width: 90%; }

    /*现任领导*/
    .pg-leader .pg-next{padding-bottom:10px;}

    /*领导详情*/
    .pg-leader_deta .pld-tit .pld-tit-t2{ padding-bottom:0px;}


	/*内页头部*/
	.ccright .bread{ padding:20px 14px;}
	.cabo {padding: 20px 14px;}


	/*新闻头部*/
	.csrlist.abc .bread {padding: 15px 20px;}
	.csrlist.abc .ctm{ padding: 0px 14px;}

	/*新闻列表1*/
	.csrlist .list ul li .txt>p{ display:none;}
	.csrlist .list ul li .mark{ display:none;}
	.csrlist .list ul li .txt h2 span{ line-height:150%; margin-bottom:0px;}
	.csrlist .list ul li{    padding: 14px 14px; margin-bottom:14px;}
	.csrlist .list ul li .txt{    width: calc(80% - 14px); margin-left:14px;}
	.csrlist .list{ margin-top:20px;}


	/*新闻列表2*/
	.cnewslist .list ul li .info h2 { font-size: 16px; line-height: 180%; margin: 5px 0 0; white-space: normal; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp: 2;}
	.cnewslist .list ul li .info p{ display:none;}
	.cnewslist .list ul li .date em{ line-height:150%; font-size:20px;}
	.cnewslist .list ul li .date i{line-height:200%}
	.cnewslist .list ul li .date{     border-top-left-radius: 10px;     border-bottom-right-radius: 10px;}
	.cnewslist .list ul li .info{ margin-left: 14px;     width: calc(100% - 104px);}
	.cnewslist .list ul li .info h2{ margin-top:0px; line-height:160%;}
	.pg-next.pt3{ padding-top:20px;}


	/*新闻列表4*/
	.cjoblist ul li{ padding:15px 14px;}
	.cjoblist ul li span{    width: calc(100% - 0px);}
	.cjoblist ul li em{ float:left;}


	/*新闻详情*/
	.cnewsde .mark p span{ margin-right:15px;}
	.cnewsde h1{ font-size:20px;}

	/*联系我们*/
	   .ccont .boxfl h3, .ccont .boxfr h2{ font-size:20px;}
	.ccont .iform ul li p{ font-size:16px;}


	
	.ccright .bread span.abc{display:none;}
}

