
/* 内页内容 */
.inside-row {
    margin-top: 92px;
}
.switches-3 {
    width: 690px;
}
.inside-pages{
    margin-top: 50px;
}
.switches-content {
    margin: 5px 5px 5px;
}
.switches-content .switches-con-item {
    display: block;
    padding: 30px 15px;
    color: #000000;
    box-shadow: 0 2px 18px 2px rgba(217,223,231,0.4);
    border-radius: 8px;
    margin: 26px 40px 26px 10px;
}
.switches-content .switches-con-item:hover {
    box-shadow: 0 4px 20px 5px rgba(217,223,231,0.6);
    animation: .15s forwards info-item-in;
}
.switches-content .switches-con-item:first-child {
    margin-top: 0;
}
.switches-con-item .switches-date {
    width: 80px;
    text-align: right;
}
.switches-con-item .switches-date .month {
    font-size: 24px;
    line-height: 38px;
    color: #4a4a4a;
}
.switches-con-item .switches-date .years {
    font-size: 15px;
    line-height: 23px;
    color: #767676;
}
.switches-con-item .switches-desc {
    width: 500px;
    margin-left: 20px;
}
.switches-con-item .switches-desc h3 {
    font-size: 20px;
    line-height: 38px;
}
.switches-desc h3 .f-hot {
    display: inline-block;
    *display: inline;
    _zoom: 1;
    width: 25px;
    height: 25px;
    background: url(../images/hot.gif) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.switches-desc h3 .f-txt {
    vertical-align: middle;
    width: 415px;
    display: inline-block;
}
.switches-con-item .switches-desc p {
    font-size: 14px;
    color: rgb(153,153,153);
    line-height: 23px;
}
.switches-content .switches-con-item:hover {
    color: #ff6637;
}
.students-newsImg {
    width: 500px;
    height: 400px;
    background-color: #ff6637;
    overflow: hidden;
    margin-top: 25px;
}
.students-newsImg .swiper-container {
    width: 100%;
    height: 100%;
}
.students-newsImg .swiperImg {
    width: 100%;
    height: 100%;
}
.students-newsImg .swiperImg img {
    width: 100%;
    height: 400px;
}
.swiperExp {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 470px;
    height: 40px;
    background-color: rgba(0,0,0,0.7);
    font-size: 16px;
    color: #ffffff;
    padding: 0 20px;
    line-height: 40px;
}

.swiper-button-prev {
    width: 51px;
    height: 51px;
    background: rgba(0,0,0,0.1) url(../images/left.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
}
.swiper-button-next {
    width: 51px;
    height: 51px;
    background: rgba(0,0,0,0.1) url(../images/right.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
}
.swiper-button-prev:hover , .swiper-button-next:hover {
    background-color: rgba(0,0,0,0.4);
}
.stu-news-lists {
    margin-top: 40px;
}
.stu-news-lists .stu-news-row {
    padding: 30px;
    box-shadow: 0 2px 18px 2px rgba(217,223,231,0.4);
    border-radius: 8px;
    margin: 24px 10px;
}
.stu-news-row:hover {
    box-shadow: 0 4px 20px 5px rgba(217,223,231,0.6);
    animation: .15s forwards info-item-in;
}
@keyframes info-item-in {
    from{
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
    to{
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px);
    }
}
.stu-news-lists .stu-news-row .stu-news-title {
    width: 1030px;
}
.stu-news-lists .stu-news-row .stu-news-title .news-bottom-cont{
    display: block;
    font-size: 18px;
    color: rgb(68,68,68);
    line-height: 26px;
}
.stu-news-lists .stu-news-row .stu-news-title .news-bottom-cont:hover{
    color: #ff6637;
}
.style_time_wrap {
    width: 76px;
    height: 72px;
    vertical-align: middle;
    text-align: center;
    background: hsla(0,0%,80%,.2);
    overflow: hidden;
}
.style_time_wrap .time_wrap {
    color: #626971;
    margin: 11px 0;
}
.style_time_wrap .big_time {
    font-weight: 700;
    font-size: 24px;
}
.style_time_wrap .small_time {
    font-size: 14px;
}
.stu-news-lists .stu-news-row .stu-news-date {
    font-size: 18px;
    color: rgb(68,68,68);
    line-height: 26px;
}
.stu-news-lists .stu-news-row .stu-news-details {
    font-size: 14px;
    color: rgb(119,119,119);
    line-height: 22px;
    margin-top: 2px;
    height: 44px;
}
.stu-news-lists .stu-news-row .stu-news-title:hover a {
    color: #ff6637;
}
.empty-1 {
    height: 74px;
}