/* 需要覆写到样式写在这里 */
.liucheng {
		height: 57px;
		line-height: 57px;
	}
.college-news--main p {
    text-indent: 2em;
}
.swiperall img{
    opacity: 0.95; 
}
.lbpic img{
	min-height: 320px;
}
.newspic img{
	min-height: 340px;
}
.system-item:hover i {
  transition: all 0.3s;
  display: inline-block;
  animation: icon-yh 0.6s linear;
}
.nav-list li a{
    justify-content: center; !important;
	font-size: 18px;
}
@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }
  10% {
    transform: rotateZ(10deg);
  }
  20% {
    transform: rotateZ(0);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(10deg);
  }
  60% {
    transform: rotateZ(0);
  }
  70% {
    transform: rotateZ(-10deg);
  }
  80% {
    transform: rotateZ(0);
  }
  90% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.article img{
	display: inline;
}
.content-center{
  text-align:center;
}

.news-list li {
    padding-right: 50px;
}
.page-header h3 {
  text-align:center;
}
.page-header p{
  text-align:center;
}
.display-info img {
    display: inline;
}
.possplit {
    background-image:none;
	display:inline;
	}
.possplit::before {
    padding: 0 5px 0 10px;
    color: #ccc;
    content: "/";
}
.breadcrumb-item a{
    color: #333;
}
.col_news_con{
	margin-top:0px;
}
.col_news_list {}
.col_news_list .wp_article_list li{ list-style:none; float:left;}
.col_news_list .wp_article_list .list_item { height:50px; line-height:50px; padding-right:15px;}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item a { color:#666;}
.col_news_list .wp_article_list .list_item .Article_Index {display:block; height:50px; padding: 0 16px 0 0px;
	background: url(../../assets/arrow.png) center left no-repeat;    background-size: 16px; margin-top:0px;}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333; padding:10px;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.wp_paging li {
    height: 50px;
	padding-right:0px;
}
.list-group {
   background-color: #ffffff;
}
.page-list{
    padding: 32px 0;
  }
.wp_article_list .list_item .Article_Title{
   opacity: 0.8;
   }
.wp_listcolumn .wp_column {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.wp_listcolumn .wp_column  a {
	background:#ffffff;
    border-left    : 3px solid transparent;
    display        : inline;
    text-decoration: none;
    color          : rgba(0, 0, 0, .85);
    margin-bottom  : 2px;
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: 20px;
	border-top:none;
	border-bottom:none;
	font-weight:normal;
	
}
.wp_listcolumn {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom:  none;
	padding-inline-start: 0; 
}
.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 40px;
    padding: 2px;
    cursor: pointer;
	font-size:16px;
}
.wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	background: #ffffff;
    color            : #1d4ed8;
    border-left-color: #ffffff;
}
.wp_listcolumn .wp_column  a.active,
.wp_listcolumn .wp_column  a:hover {
    color:#000000;
	background-color:#f5f5f5;
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: 20px;
    background:#ffffff;
    border-left-color: #ffffff;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
    color: #555;
    font-size: 14px;
    border-bottom: 0px solid #aaa;
    border-top: none;
    background:none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover { color:#1d4ed8; background-image:none; background-color:#ffffff;}
.wp_listcolumn .wp_subcolumn .wp_column a.selected { background-image:none;color: #1d4ed8; background-color:#ffffff;}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name { line-height:20px; padding-left:30px;}

.page-list #wp_paging_w16:before { display: table; content: " "; }  
.page-list #wp_paging_w16:after { display: table; content: " "; }
@media (max-width: 640px) {
	.page-list .wp_paging {
		float: none !important;
	}
}
@media (min-width:1200px){

}
@media (max-width:960px){

.leadLeft {
    padding: 20px 30px;
    border-right: 1px dotted #cccccc;
}
.leadMiddle {
    padding: 10px;
}
.leadRight {
    padding: 10px;
    box-sizing: border-box;
}
}
@media (max-width: 480px) {
.lbpic img {
    width: 100%;
	min-height: 198px;
	}
.newspic img{
	min-height: 218px;
}
}