﻿@charset "utf-8";
/*校区*/
.xq-box {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
.xq-title{
    position: relative;
    margin: 0 auto 15px;
}
.xq-title::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    left: 0;
    border-top: 1px dashed #FFB856;
}
.xq-title span{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background-color: #FFF7EC;
    border-radius: 19px;
    padding: 0 20px;
    border: 1px solid  #FF9A0E;
    z-index: 99;
    position: relative;
}
.xq-more{
    border-bottom: 1px solid #EAEAEA;
    text-align: right;
    margin: 10px auto;
}
.xq-more a{
    display: inline-block;
    width: 49px;
    height: 31px;
    background-color: #FF9707;
    line-height: 31px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
    position: relative;
    border-radius: 0 1px 1px 0;
}
.xq-more a:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 31px solid #FF9707;
    border-left: 31px solid transparent;
    position: absolute;
    bottom: 0;
    left: -31px;
}
/*省交青年*/
.sjnn-column li{
    width: 29.3333%;
    margin: 2%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 185px;
}
.sjnn-column li img{
    width: 100%;
    height: 100%;
}
.sjnn-column li a{
    display: inline-block;
    width: 84px;
    height: 34px;
    position: absolute;
    background-color: #FA7D19;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    top: 100%;
    left: 50%;
    margin-left: -42px;
    margin-top: -17px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sjnn-column li:hover a{
    top: 50%;
    opacity: 1;
}
.sjnn-column li:after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sjnn-column li:hover:after{
    opacity: 1;
}
/*学生服务*/
.xsfw-column li{
    width: 29.3333%;
    margin: 2%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.xsfw-column li div{
    position: relative;
    height: 185px;
    overflow: hidden;
}
.xsfw-column li img{
    width: 100%;
    height: 100%;
}
.xsfw-column li a{
    display: inline-block;
    width: 84px;
    height: 34px;
    position: absolute;
    background-color: #FA7D19;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    top: 100%;
    left: 50%;
    margin-left: -42px;
    margin-top: -17px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.xsfw-column li:hover a{
    top: 50%;
    opacity: 1;
}
.xsfw-column li div:after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.xsfw-column li:hover div:after{
    opacity: 1;
}
.xsfw-column li span{
    display: block;
    text-align: center;
    color: #033;
    font-family: '微软雅黑';
    font-size: 1.2em;
}
/*新闻列表*/

.sjqn-list a {
    background: url("../images/common/arrowL.png") no-repeat 5px 10px;
    display: block;
    text-indent: 15px;
    color: #333333;
    line-height: 190%;
    font-size: 1.14em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px;
}
/*日期*/

.sjqn-list a span.time {
    position: absolute;
    right: 5px;
    /* font-size: 1.4em;*/
    color: #777;
    font-family: "Arial";
}

.sjqn-list a:hover,
.sjqn-list a:hover span.time{
    text-decoration: none;
    color:#00A9FF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {
    .frame-content{
        padding: 20px 0;
    }
.sjnn-column li{
    height: 150px;
}
.xsfw-column li div{
    height: 150px;
}
}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {

}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {

}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {
.sjnn-column li{
    height: 100px;
}
.xsfw-column li div{
    height: 100px;
}
}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {
    .sjnn-column li{
    width: 46%;
    height: 100px;
}
    .xsfw-column li{
    width: 46%;
}
    .xsfw-column li div{
    height: 100px;
}
}
