@charset "utf-8";
/* CSS Document */
@media (min-width: 1025px){
.i-news{
    background-color: #fff;
    margin-top: 20px;
    position: relative;
	box-shadow: 0px 3px 28px 3px rgba(221, 221, 221, 0.5);
}
.i-news .left{
    float: left;
    width: 69%;
}
.i-news .left .item{
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}
.i-news .left .item:nth-child(3n){
    border-right: none;
}
.i-news .left .item .con-box{
    display: block;
    padding: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/i-news-bg.png');
    transition: all .3s;
}
.i-news .left .item .time-box{
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
    transition: all .3s;
}
.i-news .left .item .time{
    float: left;
}
.i-news .left .item .time .day{
    font-size: 28px;
    line-height: 32px;
    color: #585858;
    font-family: "DINPro-Medium";
    transition: all .3s;
}
.i-news .left .item .time .ym{
    font-family: "DINPro-Regular";
    font-size: 14px;
    line-height: 14px;
    color: #585858;
    transition: all .3s;
}
.i-news .left .item .more{
    float: right;
    font-size: 16px;
    line-height: 16px;
    color: #585858;
    font-family: "DINPro-Medium";
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/i-news-arrow.png');
    margin-top: 10px;
    transition: all .3s;
}
.i-news .left .item .tit{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    transition: all .3s;
}
.i-news .left .item .con{
    font-size: 14px;
    line-height: 20px;
    color: #909090;
    margin-top: 20px;
    height: 80px;
    overflow: hidden;
    transition: all .3s;
}
.i-news .img-tab{
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30.9375%;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.i-news .img-tab .swiper-slide{
    padding: 0 30px;
    box-sizing: border-box;
}
.i-news .img-tab .img{
    display: block;
    border-radius: 2px;
    overflow: hidden;
}
.i-news .img-tab img{
    width: 100%;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.i-faculty-box.j .faculty-more {
    width: 180px;
    height: 50px;
    border-radius: 25px;
	box-shadow: 0px 4px 7px 0px rgba(43, 43, 100, 0.5);
    line-height: 50px;
	text-align: center;
}
.i-faculty-box.j .faculty-more {
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 80px;
    color: #fff;
    /* border-color: #444; */
    background: #26ad00;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
}