.wrap{
	width: 1200px;
	margin:0 auto;
}
.box1{
	margin-top:30px;
}
.box1 .title{
	font-size: 18px;
	color:#0b6cb8;	
	padding:0 0 10px 5px;
	border-bottom:1px solid #ddd;
}
.box1 .title img{
	vertical-align: middle;
	margin-right:8px;
	height: 26px;
}
.box1 .title a.more{
	float: right;
	font-size: 13px;
	color:#aaa;
	margin:6px 0 0 0;
}
.box1 .title a.more:hover{
	color:#0b6cb8;
}
/*------学院新闻 news------[开始]*/
.news{
      width:585px;
}
.news .ct ul li{
	padding: 13px 0;
	padding: 19px 0 19px 10px;
	border-bottom: 1px solid #eeeeee;
}
.news .ct ul li .time{
	float: left;
	text-align: center;
	/*line-height: 24px;*/
	/*margin-top: 2px;*/
	margin: 4px 0 0 5px;
	padding-right: 17px;
	border-right: 1px dashed #8babe2;
}
.news .ct ul li .time .date{
       color: #0b6cb8;
       font-size: 26px;
       line-height: 26px;
}
.news .ct ul li .time .year{
	color: #999;
	font-size: 14px;
	margin-top: 3px;
}
.news .ct ul li .list{
	float: left;
	width: 466px;
	font-size: 16px;
	line-height: 28px;
	margin-left: 17px;
	color: #333;
	height: 56px;
}
.news .ct ul li .list a{
	color: #333;
        /*color: #555;*/
}
.news .ct ul li .list a:hover{
	color:#0b6cb8;
}
/*------学院新闻 news------[结束]*/

/*------通知公告 notice------[开始]*/
.notice{
      width:585px;
}
.notice .ct ul li{
    padding: 18px 10px;
    border-bottom: 1px solid #eee;
}
.notice .ct ul li .time{
    text-align: center;
    border:1px solid #0b6cb8;
    border-radius: 5px;
}
.notice .ct ul li .time .date{
	width: 62px;
	height: 32px;
	line-height: 32px;
    color: #fff;
    background-color: #0b6cb8;
    font-size: 15px;
}
.notice .ct ul li .time .year{
	width: 62px;
	height: 24px;
	line-height: 24px;
	color: #0b6cb8;
	font-size: 13px;
	background-color: #fff;
	/*border:1px solid #0b6cb8;*/
	border-radius: 0 0 5px 5px;
	/* margin-top: -1px; */
}
.notice .ct ul li .list{
    width: 470px;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0 19px;
}
.notice .ct ul li .list a{
    color:#333;
}
.notice .ct ul li .list a:hover{
    color:#0b6cb8;
}
/*------通知公告 notice------[结束]*/

.box2{
    width:380px;
    margin-left:30px;    
}
.box2 .title{
    margin-bottom:15px;   
}
.box2:first-child{margin-left:0;}
.box2 a.item{
    display:block;
    height:400px;
    background-color:#f2f4f9;
    /*background-color: #f5f7fc;*/
}
.box2 a.item .pic,.box2 a.item .pic img{
    width:380px;
    height:230px;
}
.box2 a.item .pic{
    overflow:hidden;
}
.box2 a.item .pic img{
    transition: all 0.7s ease 0s;
}
.box2 a.item .lan{
    padding: 11px 20px 0;
}
.box2 a.item .lan .tit{
   font-size:16px;
   line-height:27px;
   color:#1b1b1b;
}
.box2 a.item .lan .abstract{
   font-size:14px;
   line-height:26px;
   color:#666;
   margin-top: 6px;
}
.box2 a.item:hover{
   background-color:#fff;
   box-shadow: 0px 0px 12px #d5dadf;
}
.box2 a.item:hover .tit{
   color: #0b6cb8;
}
.box2 a.item:hover .pic img {
    transform: scale(1.08);
}

/*------人物风采 people------[开始]*/
.people{
	overflow: hidden;
	/*padding: 20px 0;*/
	/*height: 158px;*/
	/*position:relative;*/
        height: 234px;
}
.people .ct{
	padding:30px 0 0;
}
.people .ct .tempWrap{
	/*width: 1148px !important;*/
         width: 1200px !important;
}
.people ul li{
	float: left;
	margin-right: 15px;
}
.people ul li a{
	display: inline-block;
	font-size: 14px;
	color: #626262;
	text-decoration: none;
	/*width: 234px;*/
	/*height: 158px;*/
}
.people ul li a:hover{
	color: #0b6cb8;
}
.people ul li a img{
	width: 206px;
	height: 136px;
	padding:3px;
	border:1px solid #dcdcdc;
}
.people ul li a .tit{
	width:205px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
}
/*------人物风采 people------[结束]*/

.links{margin-top:39px;}
.links .infor_lista{height:204px;text-align: center;padding: 37px 0;box-sizing: border-box;}
.links select {
            width: 270px;
            width: 260px;
            height: 44px;
            font-size: 14px;
            color:#275586;
            color:#0b63a8;
            background-color: #f6faff;
            border: 1px dashed #9cb0c6;
            background-color: #fff;
            border: 1px dashed #2789d6;
            border-radius: 4px;
            padding: 0 5px;
            margin: 10px 0;
            margin:  0 0 16px 0;
            outline: none;}
            
.footer{margin-top:0;}   
