.student{
    background-color: #f8f8f8;
    padding-top: 20px;
}
.student .mySwiper .tips{
    height: 73px;
    line-height: 73px;
    font-size: 24px;
}
.student .t2 .txt:before{
    border-width: 6px;
}
.student .t2{
    text-align: left;
    margin-bottom: 14px;
    height: auto;
    line-height: unset;
    border-bottom: none;
}
.student .t2 .leftT{
    padding: 0;
}
.student .t2 .txt{
    text-align: left;
    font-size: 24px;
    color: #3f3f3f;
}
.student .t2 .more{
    right: 20px;
}
.student .myCard{
    margin-top: 39px;
    padding-bottom: 0;
    padding-right: 0;
}
.storyList2{
    padding: 10px 10px 0;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.storyList2 li{
    padding: 10px;
    display: inline-block;
    width: 50%;
    padding: 0 10px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.storyList2 li a{
    width: 100%;
}
.storyList2 li .t{
    color: #3f3f3f;
    font-size: 16px;
    line-height: 40px;
}
.storyList2 li .desc{
    color: #8a8a8b;
    font-size: 14px;
    line-height: 22px;
}
.storyList .item a{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font-size: 0;
}
.storyList{
    padding: 25px;
}
.storyList .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.storyList .item .txtBox{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    flex:1;
    margin-top: 0;
    width: 30rem;
}
.storyList .item .txtBox .t{
    color: #3f3f3f;
    font-size: 16px;
    line-height: 40px;
    width: 30rem;
}
.storyList .item .txtBox .date{
    color: #8a8a8b;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.storyList .item .txtBox .date span{
    position: absolute;
    right:0;
    top:0;
}
.storyList .item .txtBox .imgBox{
    width: 287px;
    height: 163px;
}
.storyList .item .txtBox .imgBox img{
    width: 100%;
}
.storyList .item .txtBox .desc{
    margin-bottom: 40px;
    color: #8a8a8b;
    font-size: 14px;
    line-height: 22px;
}
.tabs{
    font-size: 16px;
    width: 100%;
    background-color: #fff;
    height: 47px;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs span{
    color: #8a8a8b;
    margin-right: 20px;
}
.tabs li{
    cursor: pointer;
    display: inline-block;
    color: #3f3f3f;
    margin-right: 50px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.tabs li.active{
    background-color: #005893;
    color: #fff;
    border-radius: 4px;
}
.tabs li.active a{color: #fff;}
.storyWrapper{
    background-color: #fff;
    margin-bottom: 80px;
}
.storyWrapper .pageBox{
    padding: 70px 0;
    margin: 0;
}
.storyDetail{
    background-color: #fff;
    padding: 0 25px;
    margin-bottom: 65px;
}
.storyDetail .articleT{
    text-align: center;
}
.myCard li .imgBox,.storyList li .imgBox{
    overflow: hidden;
    position: relative;
}
.storyList li .imgBox{
    width:35%;
    height: 10rem;
}
.myCard li img,.storyList li img {
    transition: ease .65s;
}

.myCard .storyList2 li:hover img{
    transform: scale(1.05);
}

.myCard li:hover .t,.storyList .item:hover .txtBox .t{
    color: #005893;
}




















