@media (max-width: 767px){
.search-box {
    width: auto;
    margin-left: 0 !important;
    left: 15px;
    right: 15px;}
}
/*浙外人物*/
.post-31 .news_list li.news {
    float:left;
    width:25%;}
.post-31 .news_list {
    margin:0 -8px;}
.post-31 .news_box {
    margin:0 8px;
    position: relative;}
.post-31 .news_box .news_con {
    position: relative;}
.post-31 .news_box .news_imgs {
    position: relative;
    padding-top: 67%;
    overflow: hidden;
    border-radius: 20px;}
.post-31 .news_box .news_imgs img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 1s ease 0s;
    object-fit: cover;}
.post-31 .news_box:hover .news_imgs img {
    -moz-transform: scale(1.15); 
    -ms-transform: scale(1.15); 
    -o-transform: scale(1.15); 
    -webkit-transform: scale(1.15); 
    transform: scale(1.15);}
.post-31 .newsbg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url(images/news_bg_1.png) repeat-x bottom;
    z-index: 1;
    border-radius: 20px;}
.post-31 li.news:nth-child(2n) .newsbg {
    background: url(images/news_bg_2.png) repeat-x bottom;}
.post-31 .news_title2 {
    position: absolute;
    bottom:10%;
    z-index:2;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    padding: 0 23px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;}
.post-31 .news_title2 a {
    color: #fff;}
.post-31 .news_title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4a4a4a;
    margin-top:11px;}
.post-31 .news_title a {
    color:#4a4a4a;}
.post-31 .tt {
    text-align: center;}
.post-31 .more_btn {
    float: none;
    margin-top: 27px;}
.post-31 .slick-prev {
    left: -32px;
    width: 27px;
    height: 27px;
    margin-top: -50px;
    background: url(images/prev.png) no-repeat center left;}
.post-31 .slick-next {
    right: -32px;
    width: 27px;
    height: 27px;
    margin-top: -50px;
    background: url(images/next.png) no-repeat center left;}

@media screen and (max-width: 1199px) {
.post-31 .slick-next {right: 13px;z-index: 9;}
.post-31 .slick-prev {left: 13px;z-index: 9;}
}
