*{margin: 0;padding: 0;list-style: none;}
 
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}
 
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {font-family:"Microsoft YaHei";
  /*font: 14px/1.5 "方正黑体简体", tahoma, arial, \5b8b\4f53, sans-serif;*/
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family:"Microsoft YaHei", courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
 
/** 重置列表元素 **/
ul, ol { list-style: none; }
 
/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
 
 
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
 
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
 
/* 清除浮动 */
.ks-clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks-clear, .clear {
  *zoom: 1;
}

/***********通用基本类1************/

/*格式化样式*/
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} */
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
/*address,caption,cite,code,dfn,em,strong,th,var,i {font-style:normal;font-weight:normal} */
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}
body{
    color: #333333;
}
.gray1{
    color: #888888;
}
/*文字排版、颜色*/
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f15{font-size:15px}
.f16{font-size:16px}
.f18{
    font-size: 18px;
}
.f20{font-size:20px}
.f30{
    font-size: 30px;
}
.f40{
    font-size: 40px;
}
.fb{font-weight:bold}
.fn{font-weight:normal}
.t2{text-indent:2em}
.red,a.red{color:#E6201A}

.gray,a.gray{color:#878787}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

/*定位*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.fl{float:left;}
.fr{float:right;}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right}
.vm{vertical-align:middle} 
.pr{position:relative} 
.pa{position:absolute}
.abs-right{position:absolute;right:0}
.zoom{zoom:1} 
.hidden{visibility:hidden} 
.none{display:none}
.lp2{
    letter-spacing: 2px;
}
.lp3{
    letter-spacing: 3px;
}
.lp4{
    letter-spacing: 4px;
}
/*长度高度*/
.w10{width:10px}
.w20{width:20px}
.w50{width:50px}
.w90{width:90px}
.w100{width:100px}
.w200{width:200px}
.w250{width:250px}
.w500{width:500px}
.w800{width:800px}
.w{width:100%}
.h50{height:50px}
.h80{height:80px}
.h100{height:100px}
.h200{height:200px}
.h{height:100%}

/*边距*/
.m10{margin:10px}
.m15{margin:15px}
.m30{margin:30px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt30{
    margin-top: 30px;
}
.mt50{margin-top:50px}
.mt100{margin-top:100px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr50{margin-right:50px}
.mr100{margin-right:100px}
.p10{padding:10px;}
.p15{padding:15px;}
.p30{padding:30px;}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt50{padding-top:50px}
.pb5{padding-bottom:5px}
.pb100{padding-bottom:100px}
.pl5{padding-left:5px}
.pl10{padding-left:10px}
.pl50{padding-left:50px}
.pl100{padding-left:100px}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}
.pr100{padding-right:100px}

/***********通用基本类2************/

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */

body {
font-size: 14px;
}
table {
border-collapse: collapse;
}

img {
border: none;
vertical-align: middle;
}
input {
padding: 1px;
vertical-align: middle;
line-height: normal;
}

.text-overflow-hidden {
white-space: nowrap;
word-spacing: normal;
letter-spacing: normal;
overflow: hidden;
}
.box-align-center {
margin-right: auto;
margin-left: auto;
}
/*css定义超链接四个状态也有顺序的。*/
a:link, a:visited {
text-decoration: none;transition: all 0.4s ease-in-out;

}
a:hover, a:active {
text-decoration: none!important;
border: none;
}
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/

ul, li {
list-style:none;
}
.valign {
display:table-cell;
*display: inline;
zoom:1;
vertical-align:middle;
}
.text{word-wrap:break-word;overflow:hidden;word-break:break-all;}
/*======================CSS垂直居中=======================*/
.holder {
width:740px;
height:300px;
border:1px solid #777;
text-align:center;
display:table-cell;
vertical-align:middle;
}
/*以下样式针对IE*/
.edge {
width:0;
height:100%;
display:inline-block;
vertical-align:middle;
}
.container {
vertical-align:middle;
display:inline-block;
}
/*===============================================*/

/*CSS Hack*/

/*======万能Float闭合======*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clear {display: inline-block;} /* for IE/Mac */

/* main stylesheet ends, CC with new stylesheet below... */

.clear {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    } /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
/*======万能Float闭合2======*/
.overflow-hidden{overflow:hidden;}         /*控制背景溢出*/
.equal-height{margin-bottom:-32800px;padding-bottom:32800px;}      /*控制高度足够小*/

/*======万能Float闭合3======*/

.clear 
{
     height:0px;
     clear:both;
     font-size:0px;
     line-height:0px;
     zoom: 1;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}


:focus { outline:0; }



body{
	background-color: rgb(230,230,230);
}
.university_top{
	width: 100%;
	height: 311px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.university_centent{
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.university_centent a{
	display: block;
	width: 85%;
	float: left;
	margin-top: 60px;
}
.university_centent span{
	/*display: block;*/
        display:none;
	width: 25%;
	float: right;
	margin-top: 40px;
}
.university_nav{
	width: 100%;
	height: 50px;
	background-color: #023180;
	line-height: 50px;
}
.university_box1{
	max-width: 1300px;
	margin: 15px auto;
	overflow: hidden;
}
.university_box1 a,.university_box2 a{
	color: #333;
}
.university_news{
	float: left;
	width: 65%;
		
}
.university_announcement{
	float: right;
	width: 32%;
}
.university_news_head{
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #022E51;
}
.university_news_head span img{
	vertical-align: -4px;
}
.university_news_head span em{
	color: #20345F;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}
.university_news_head a{
	display: inline-block;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.university_box1_content{
	overflow: hidden;

}
.university_box1_content .slide{
	display: block;
	width: 44%;

	float: left;
	position: relative;
}
.university_box1_content span em{
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 35px;
	background:rgba(0,0,0,0.3);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.university_box1_content ul{
	width: 48%;
	float: right;
}
.university_box1_content ul li{
	height: 39px;
	line-height: 39px;
}
.university_box1_content ul li em{
	float: right;
	padding-top: 8px;
}
.university_box2_content dl dd{
	overflow: hidden;
}
.university_box2_content dl dd span{
	display: block;
	width: 70px;
	height: 50px;
	background:url(../images/tzli_bg.png) center center no-repeat;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.university_box2_content{
	padding: 0px 10px;
}
.university_box2_content dl dd{
	margin-top: 10px;
}
.university_box2_content dl dd div{
	float: left; overflow:hidden;width:80%;
}
.university_box2_content dl dd div p{
	line-height: 28px;word-wrap:break-word;
}

.university_box2_content dl dd span em{
	color: #fff;
}
.university_box2_content dl dd span em{
	font-size: 18px;
	font-weight: bold;
	vertical-align: -7px;
}
.university_box2_content dl dd span em.yeardate{
	font-size: 12px;
}
.university_box2{
	width: 100%;
	background:url(../images/list_bg.png) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.university_box2 div.university_box2_content1{
	max-width: 1300px;
	margin: 0 auto;
}
.university_box2_jiaoxue{
	width: 32%;
	margin-right: 3%;
	float: left;
}
.university_box2_tuanxue{
	width: 32%;
	margin-right: 3%;
	float: left;
}
.university_box2_yufeng{
	width: 30%;
	float: left;
}
.university_box2_jiaoxue dl dd,.university_box2_tuanxue dl dd{
	height: 39px;
	line-height: 39px;
}
.university_box2_jiaoxue dl dd em,.university_box2_tuanxue dl dd em{
	float: right;
	padding-top: 8px;
}
.university_box2_yufeng_fabu1{
	background:#fff;
	width: 90%;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 20px;
}
.university_box2_yufeng_fabu1 span{
	font-size: 15px;
}
.university_box2_yufeng_fabu1 p{
	height: 30px;
	line-height: 30px;
	text-indent: 0.5rem;
}
.university_box2_yufeng_fabu1 p em{
	margin-left: 10px;
}
.university_box2_yufeng_fabu2{
	background:#1e3e83;
	width: 90%;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 20px;
	color:#fff;
}
.university_box2_yufeng_fabu2 span,.university_box2_yufeng_fabu2 a{
	font-size: 15px;color:#fff;
}
.university_box2_yufeng_fabu2 p{
	height: 30px;
	line-height: 30px;
	text-indent: 0.5rem;
}
.university_box2_yufeng_fabu2 p em{
	margin-left: 10px;
}
.university_box3{
	margin-top: 20px;
	font-size: 0;
	max-width: 1300px;
	margin: 20px auto;
	overflow: hidden;
}
.university_box3 > div:nth-of-type(1){
	/*width: 24.5%;*/
	float: left;
	width: 310px;
	height: 405px;
	overflow: hidden;
	margin-right: 15px;
}
.university_box3 > div:nth-of-type(2){
	width: 650px;
	float: left;
}
.university_box3 > div:nth-of-type(3){
	float: right;
	width: 310px;
	height: 405px;
	margin-left: 15px;
	overflow: hidden;
	position: relative;
}
.university_box3_center{
	overflow: hidden;
}
.university_box3_center > div{
	position: relative;
}
.university_box3_center div:nth-of-type(1){
	float: left;
	
	margin-bottom: 15px;
}
.university_box3_center div:nth-of-type(2){
	float: right;
	
	margin-bottom: 15px;
}
.university_box3_center div:nth-of-type(3){
	float: left;
	
}
.university_box3_center div:nth-of-type(4){
	float: right;
	
}
.university_box4{
	width: 100%;
	background:url(../images/list_bg1.png) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 20px; 
}
.university_box4_content{
	max-width: 1300px;
	margin: 10px auto;
}
.university_box4_content dl{
	font-size: 0;

}
.university_box4_content dl dd{
	display: inline-block;
	text-align: center;
    width: 23.6667%;
    margin: 0px 0px;
    text-align: center;
	_display:block;
}
.university_box4_content dl dd p{
	font-size: 24px;
	font-weight: bold;
	color: #3B5894;
	margin-top: 20px;
}
.university_footer{
	width: 100%;
	background:url(../images/footer_bg.png) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
	height:140px;
	padding: 30px 0;
}
.university_footer_content{
	max-width: 1300px;
	margin: 0 auto;
}
.university_footer1{
	background-color: #023180;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 8px;
}
.university_footer_content,.university_footer_content a {
	max-width: 1300px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	
}
.university_footer_content div{
	display: inline-block;
	vertical-align: middle;
}
.university_footer_content .footlink{
	float:left;display: inline-block;width:25%;
}
.university_footer_content .footlink .linkbt{font-weight:bold;font-size:18px;margin:5px 0;}Article_Index
.university_footer_content .footlink a{margin:0 auto;line-height:23px;display:block;display: inline-block;width:100%;float:left;}
.wp_article_list .list_item .Article_Index{background:none;}
.wp_article_list .list_item img{width:20px;}
.wp_article_list .list_item{width:100%; height:45px; line-height:50px; border-bottom:1px dashed #ccc; vertical-align:top;}
.university_footer_content .footlogo{
	margin: 10px auto;
	float:left;display: inline-block;width:30%;
}
.university_footer_content .footlogo img{
	vertical-align: middle;margin:0 auto;
}
.university_footer_content .footqr {
	width: 250px;display: inline-block;width:30%;
	float: right;
	margin-top: -10px;
}
.university_footer_content .footqr dl dd{
	width: 33.333%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
} 
.university_footer_content .footqr dl dd p{
	margin-top: 10px;
}

.university_footer_content .footqr dl dd{
	position:relative;
}
.university_footer_content .footqr dl dd img.erweima{
	position:absolute;
	left: -20px;
	top:-122px;
	display: block;
	width: 120px;
	height: 120px;
	display: none;
}
.university_ul{
	max-width: 1300px;
	margin: 0 auto;
}
.university_ul a{
	display: block;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.university_ul li{
	width: 9%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
	color: #fff;
	background-color: #023180;
	font-size: 16px;
}
.university_ul li a:hover{
	background-color: #192847;
	font-size: 16px;
	
}
ul.university_ul ul{
	position: absolute;
	left:0;
	top: 50px;
	z-index: 100;
	display: none;
}
.university_ul li ul li a{
	color: #fff;

} 
.university_ul li ul li{
	width:100%;
	background-color: #708DCF;
	border-bottom: 1px dashed #fff;

}

.university_box3_left{
	position: relative;
}
 div.university_mengceng{
	background-color:#000;
	width: 100%;
	height: 100%;
    left:0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 1;
    filter: alpha(opacity=60);
    display: none;
}
 div.university_mengceng p{
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	letter-spacing: 2px;
}
div.university_mengceng a{
	position: absolute;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 10px;
	background-color: rgb(255,255,255,0.8);
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

/*研究院列表 start*/
.university_list{
	padding: 35px 0 15px 0;
	width: auto;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.column-menu {    width: 232px;
    background-color: #edeff0;
    position: relative;
    float: left;
    margin-right: -232px;
    min-height: 300px;

}
.column-menu span{
	display: block;
	background-color: #20345F;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	height: 75px;
	line-height: 75px;
}
.column-menu dl{
	margin-top: 20px;
}
.column-menu dl dd{
	text-align: center;
}
.column-menu dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 17px;
	box-sizing: border-box;
	
}
.column-menu dl dd a:hover{
	background-color: #708DCF;
	color: #fff;
}
.column-news{
	float: right;
	width: 100%;
}
.column-news .column-news-box {
    margin-left: 292px;
}
.list-head {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
h2.column-title{
	float: left;
	font-size: 20px;
	font-weight: bold;
} 
.column-path{
	float: right;
}
.column-news-con {
    padding: 20px 0;
    min-height: 300px;
}
.cols_list {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #dfe2e1;
    padding-bottom: 14px;
}

.cols_list .cols .cols_title {
    width: 82%;
    display: inline-block;
    line-height: 44px;
    font-size: 15px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
    /*background: url(../../images/colsbg.png) 16px center no-repeat;*/
}
.cols_list .cols .cols_meta {
    float: right;
    font-size: 15px;
    color: #6a6a6a;
    line-height: 44px;
}
a{
	color: #333;
}
/*研究院列表 end*/

/*科学研究  start*/
.column-news-con dl{
	font-size: 0;
	margin-bottom: 25px;
}
.column-news-con dl dd{
	width: calc(33.333% - 30px);
    display: inline-block;
    margin: 0 15px;
   	
    
}
.column-news-con dl dd a{
	background-color: #f5f5f5;
	padding: 10px 0px;
	display: block;
	font-size: 14px;
	text-align: center;
}
.column-news-con dl dd a:hover{

}
/*科学研究  end*/
/*内容页  start*/
.university_content{
	padding: 35px 15px;
	width: auto;
	max-width: 1300px;
	margin: 30px auto;
	border:1px solid #eee;
}
.university_text h2{
	text-align: center;	
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}
.someinfo{
	width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #353535;
    margin-bottom: 10px;
}
.university_text p{
	font-size: 15px;
	text-indent: 2em;
	line-height: 30px;
}
.university_text img{
	margin: 10px auto;
}
/*内容页 end*/




.main3 .mainbg img { width: 100%; height: 100%; }
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}
.main3 ul { overflow: hidden; margin: 20px 0; z-index: 10; }
.main3 ul li { float: left; width:23%;height:400px;margin: 0 10px 0 0; padding: 0;  }

.main3 ul li .imgDiv { position: relative;  overflow: hidden; }
.main3 ul li.li2{float: left; width:51.54%;height:400px;margin: 0; padding: 0;}
.main3 ul li.li2 .imgDiv {float:left;display:block;width:41%;position: relative;height:195px;  overflow: hidden;    margin:0 10px 15px 10px;}
.main3 ul li.li2 .fg1{width:50%;   }
.main3 ul li .imgDiv span {display: block;position: absolute;margin-left: 20px;bottom: 20px;color: #fff;font-size: 24px;/* background-color: #000; */padding: 10px; background: rgba(0,0,0,0.3);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#88000000',endColorstr = '#80000000')\9; }
.main3 ul li.msfc .imgDiv span {display: block;position: absolute;margin-left: 20px;top: 20px;color: #fff;font-size: 24px;/* background-color: #000; */padding: 10px; background: rgba(0,0,0,0.3);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#88000000',endColorstr = '#80000000')\9;height:31px; }
.main3 ul li img { width: 100%; height: 100%; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; border: 0; }
.main3 ul li .imgDiv:hover img { transform: scale(1.3); -moz-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); }

/**首页列表*/
/**自定义新闻列表**/
.news_list { }
.news_list li.news {padding-left:0px;
    line-height: 44px;   font-size: 15px;    white-space: nowrap;
    text-overflow: ellipsis;} /**标题图标**/
.news_list li.news span.news_title { float:left;text-overflow: ellipsis; white-space: nowrap; width:90%;overflow:hidden;}/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;width:8%;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:36px;} 
.news_list li.news a {font-size:15px;}
#container_1{padding-bottom:10px;}
#container_2{background:url(../images/list_bg2.png) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;padding:10px 0;}
	
#container_21{background:url(../images/list_bg21.png) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;padding:10px 0;}	

.more_btn {
    display: inline-block;
    line-height: 54px;
    float: right;
}
.news_head {    width: 100%;    display: inline-block;
    vertical-align: top;    background: ;    padding-bottom: 2px;    margin-bottom: 12px;
	border-bottom: 2px solid #022E51;	line-height:2.5rem;}
.news_head h3.ntit {	font-weight: bold;    display: inline-block;
    float: left;color: #20345F;  
}
.news_head h3.ntit .title {
    display: inline-block;
    font-size: 20px;
    color: #20345F;
    line-height: 54px;
    cursor: pointer;
}
.wrapper .inner {
    width: auto;
    max-width: 1300px;
    margin: 0 auto;
}
.container .mod_left {
    width: 31.16%;
    float: left;
}
.container .mod_center {
    width: 31.16%;
    float: left;
    margin: 0 3.26%;
}
.container .mod_news_left {
    width: 48%;
    float: left;
}
.container .mod_news_center {
    width: 48%;
    float: left;
    margin: 0 2%;
}
.container .mod_right {
    width: 31.16%;
    float: right;
}
.slide{overflow:hidden;width:100%;padding-top:20px;}
.slide .focus-title-bar {
    position: absolute;
    left: 00%;
    bottom: 0px;
    z-index: 40;
    width: 100%;
    height: 40px;
    margin-left: 0px;
}
.university_box2_content .news_list .news{    width: 100%;
    float: left;margin-bottom: 18px;}
 .news_box .news_date {
	width: 62px;
	float: left;
	height: 40px;
	margin-right: -62px;
	background: url(../images/tzli_bg.png) center center no-repeat;
	position: relative;
	/*  background: #567a94; */
	text-align: center;
	transition: all 0.4s ease-in-out;
	color: #fff;
	
}
.news_box .news_date .date-day {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 38px;
	font-weight:bold;

}
 .news_box .news_date .date-month {
    display: block;
    border: 1px solid #567a94;
    border-top: 0;
    background: #fff;
    line-height: 38px;
    font-size: 14px;
    color: #567a94;
    transition: all 0.4s ease-in-out;
}
 .news_box .news_con {
    width: 100%;
    float: right;
} 
.news_box .news_con .news_arti {
    margin: 0px 0 0 84px;vertical-align: middle;
}
.news_box .news_con .news_arti .news_title {
    width: 100%;
    line-height: 26px;
   
	height:52px; max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: inherit;
    transition: all 0.4s ease-in-out;font-size:15px; vertical-align: middle;
}
.wrapper {width: 100%; background-color: #fff;}
.wrapper .innerfocus {width: auto;/*  max-width: 1300px;  */margin: 0 auto;}
/**Jumbotron**/
.jumbotron {overflow: hidden;}
.jumbotron .inner {max-width: 1300px; width: 100%;}
.fcous-panel {width: 100%; margin: 0 auto;}
.focus .focus-title-bar {height: 72px; max-width: 1300px; margin-left: -650px; left: 50%; right: auto; bottom: 7.5%; margin-bottom: -5.4px;}
.focus .focus-title-bg { background: url(../../images/focusbg.png) right center no-repeat;  opacity: 0.8; filter: alpha(opacity=50); }
.focus .focus-title {width: auto; max-width: 800px; height: 72px; line-height: 72px; font-size: 25px; padding: 0 155px 0 26px; font-weight: normal; font-family: "Microsoft YaHei"; overflow: hidden; text-overflow: ellipsis;}
.focus .focus-title a:hover {color: #e6b41d;}
.focus .focus-navigation {width: 56px; height: 56px; line-height: 56px; text-indent: -9999px;}
.focus .focus-prev {left: 5%; margin-left: -2.8px; background: url(../../images/slidebg.png) left center no-repeat;}
.focus .focus-next {right: 5%; margin-right: -2.8px; background: url(../../images/slidebg.png) right center no-repeat;}
.focus .focus-navigation:hover {opacity: 1; filter: alpha(opacity=100);}
.focus .focus-pagination {max-width: 1300px; right: 50%; margin-right: -650px; height: 16px; bottom: 5%; margin-bottom: -0.8px;}
.focus .focus-page {background: url(../../images/active.png) center no-repeat; border-radius: 50%; margin: 3px 8px;}
.focus .focus-page.focus-page-active {width: 16px; height: 16px; line-height: 16px; background: url(../../images/activebg.png) center no-repeat; margin: 0 8px;}

.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(../images/icon.png) no-repeat;}


/*页面尺寸*/
/* .wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1260px;margin:0 auto;}  */
/**页面全局宽度**/
/***********************************************************

 * 列表页
 */

/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}

/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {padding:20px 60px;background:#fff;}

.col_menu {width: 250px;float:left;margin-right:-250px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {
	background-color: #023180;
}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:24px; font-weight:normal; color:#fff; }

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 16px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:36px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 52px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;}

/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight: normal;color: #0f429b;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/



/*Institution*/
.cols_list {border: 0;}
.cols_list .cols {width: 33.3%; float: left; border: 0;  margin: 13px 0;}
.cols_list .cols .cols_title {width: 80%; font-size: 16px; color: #000; background: #f5f5f5;line-height: 43px; }
 .cols_list .cols .cols_title a {color: #000; padding-left: 55px;}
 .cols_list .cols .cols_title a:hover {color: #e6b41d;}
 .wp_subcolumn_list {margin-bottom: 20px;}
 .wp_subcolumn_list .wp_sublist .sublist_title {padding: 0 15px 10px 0; line-height: 40px; padding-left: 15px; font-size: 18px; font-weight: bold; color: #0f429b; border-bottom: 1px solid #cecece; background: url(../../images/dot.png) left 16px no-repeat;}
 .wp_subcolumn_list .wp_sublist .sublist_title a {color: #567a94;}
 .wp_subcolumn_list .wp_sublist .sublist_title .morelink {display: none;}

 
 .yf-menu {    width: 20%;
    background-color: #edeff0;
     float: left;
   
}
.yf-menu span{
	display: block;
	background-color: #20345F;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: center;
	height: 55px;
	line-height: 55px;
}
.yf-menu dl{
	margin-top: 20px;
}
.yf-menu dl dd{
	text-align: center;
}
.yf-menu dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 17px;
	box-sizing: border-box;
	
}
.yf-menu dl dd a:hover{
	background-color: #708DCF;
	color: #fff;
}
/**文章页**/
.yf_news{width:78%;float:right;}
.infobox {width:auto; margin:0 auto; }
.article {padding-top:10px;}
.article h1.arti_title {line-height: 48px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #182880;} /**文章标题**/
.article h2.arti_title {line-height: 40px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top:1px solid #ececec;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;min-height:500px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto;}



.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}
.fl{float:left;}
.fr{
	float: right;
}
.header{width: auto;
    max-width: 1300px;
    margin: 0 auto;}
.header .logo{width:934px;padding-top: 84px;float: left;}
.header .search{padding-top:84px;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.search_block{width:291px;height:43px;margin-top:9px;background:url(../../images/search_block.png) center no-repeat;}
.wp_search #keyword{ width:230px !important;padding: 11px 0 11px 18px; border:none;height:21px; line-height:21px; background:none; color:#fff;float:left;font-size:14px; }
.wp_search .search{width:43px;height: 43px;border:0px; background: none;cursor: pointer; vertical-align:top; }



/*自定义输入框*/
.searchbox{text-align:right;margin-top:65px;}
.wp-search {position: relative;margin-top: 55px;margin-right: 60px;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 34px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0 4px 12px;line-height: 22px;background: #fff;color: #000000;font-size: 14px;border:0;outline: 0;border: 1px solid #fff;font-family:"Microsoft Yahei";opacity:0.6;filter:alpha(opacity=60);}
.wp-search .search-btn {width:34px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:34px;height: 32px;border:0;outline: 0;background: #2d55b7 url(../images/sous.png) no-repeat center;cursor: pointer;}
