/*	页面公共样式表
	QiangFatMan 桂林航天工业学院
 */

/* 响应式 小于分辨率725px*/
@media only screen and (max-width: 770px) {
    /*移动端通用边距*/
    .common_ma1 {
        padding: 5px 5px 5px 5px;
    }
}

/* 响应式 大于分辨率1024px*/
@media only screen and (min-width: 770px) {
    /*首页图片新闻 图片间隔*/
    .card {
        margin-bottom: 0;
    }
}

/*li样式*/
li {
    /*不显示圆点*/
    list-style-type: none;
}

/*从这里开始，就是蓝天概况中的样式内容*/
/*蓝天概况 - 栏目列表外框*/
.user-panel {
    border: 1px solid #ddd;
    border-bottom: 0;
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

/*蓝天概况 - 顶部标题*/
.user-panel-title {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
}

/*蓝天概况 - 菜单*/
.user-panel-item {
    /*background-color: #ffffff;*/
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
    width: 100%;
}

.user-panel-item:hover {
    -moz-box-shadow: 1px 1px 10px #888888; /* 老的 Firefox */
    box-shadow: 1px 1px 10px #888888;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    line-height: 50px;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;

}

.user-panel-item-action {
    height: 2px;
    background-color: #0a67fb;
}

.user-panel a:hover {
    text-decoration: underline;
}

.user-panel a:link {
    color: #000000;
    text-decoration: none;
}

.user-panel a:visited {
    color: #000000;
    text-decoration: none;
}
.cm-more {
    font-size: 16px;
	bottom: -8px;

}
/*右侧内容*/
.cm-title {
    font-size: 18px;
	
}

.cm-hr {
    margin-top: 10px;
}

.contern p {
    font-size: 18px;
	line-height: 33px;

}

.cm-title-right {
    font-size: 14px;
    float: right;
    margin-top: -9px;
}

/*首页通知公告 行*/
.info_box {
    padding: 0 0 15px 0;
    display: flex;
}

.info_box_ss {
}

.info_box_date_m {
    background-color: #2a74ea;
    height: 25px;
    width: 35px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
}

.info_box_date_d {
    background-color: #dc322f;
    height: 25px;
    width: 35px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
}

.info_box_title {
    margin: 0 0 5px 5px;
    margin-top: -10px;
    height: 15px;

}

.info_box_title > p {
    margin-top: -10px;
    line-height: 17px;
}

/*返回顶部按钮*/
.top_menu {
    z-index: 666;
    position: fixed;
    right: 20px;
    bottom: 100px;
}

/*首页文章列表框*/
.index_box {
    margin: 0;
    width: 100%;
    min-height: 100px;
    padding: 5px 5px 5px 5px;
}

.index_box_heard > h3 {
    color: #e8340d;
    float: left;
    display: flex;
}

.index_box_more {
    color: #000000;
    float: right;
    margin-top: 20px;
}

.index_box > hr {
    margin-top: 50px;
}


/* 公共头部 */
/* 响应式 小于分辨率725px*/
@media only screen and (max-width: 770px) {

    /*移动端通用边距*/
    .common_ma1 {
        padding: 5px 5px 5px 5px;
    }

    .head_top {
        width: 100%;
        height: 110px;
        background-color: #145ccd;
        /* opacity:0.4; */
    }

    .head_top_1 {
        width: 100%;
        height: 30px;
        background-color: #0d3770;
        white-space: nowrap;
        opacity: 0.5;
        float: right;
    }

    .head_top_1, right {
        font-size: 15px;
        color: #ffffff;
        margin: 0;
        line-height: 2;
        text-shadow: 1px 1px 1px #000;
    }

    .head_top_2_logo {
        height: 60px;
        margin-top: 10px;
        float: left
    }
}

/* 响应式 大于分辨率1024px*/
@media only screen and (min-width: 770px) {

    /*导航栏鼠标触碰*/
    .navbar .nav > li .dropdown-menu {
        margin: 0;
    }

    .navbar .nav > li:hover .dropdown-menu {
        display: block;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .head_top {
        width: 100%;
        height: 180px;
        position: relative;
    }

    .head_top_1 {
        opacity: 0.7;
        width: 100%;
        height: 30px;
        background-color: #0D3770;
        white-space: nowrap;
        float: right;
    }


    .head_top_1 a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .head_top_1 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .head_top_1 a:link {
        color: #ffffff;
        text-decoration: none;
    }

    .head_top_2_logo {
        position: relative;
        height: 80px;
        margin-top: 55px;
        /*top: -90px;*/
        /*right: 600px;*/
    }

    .head_top_2_logo2 {
        position: relative;
        height: 90px;
        margin-top: 85px;
        /*opacity: 0.4;*/
        float: right;
        /*right: -65px;*/
    }
}

/* 焦点图 */
.slideBox {
    position: relative;
    overflow: hidden;
    /*margin: 10px auto;*/
    /*max-width: 560px; !* 设置焦点图最大宽度 *!*/
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    background: url(images/loading.gif) center center no-repeat;
    vertical-align: bottom;
    width: 100%; /* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
}


/* 公共尾部 */

/* 响应式 小于分辨率725px*/
@media only screen and (max-width: 770px) {
    .panel-footer {
        background: radial-gradient(right top, circle cover, rgb(60, 149, 255), rgb(20, 92, 205) 13%);
        background: -o-radial-gradient(right top, circle cover, rgb(60, 149, 255), rgb(20, 92, 205) 13%);
        background: -ms-radial-gradient(right top, circle cover, rgb(60, 149, 255), rgb(20, 92, 205) 13%);
        background: -moz-radial-gradient(right top, circle cover, rgb(60, 149, 255), rgb(20, 92, 205) 13%);
        background: -webkit-radial-gradient(right top, circle cover, rgb(60, 149, 255), rgb(20, 92, 205) 13%);

        color: #ffffff;
        height: auto;
    }

    .weixinweibo {
        white-space: nowrap;
        margin: 10px 10px 10px 10px;
    }
}

/* 响应式 大于分辨率1024px*/
@media only screen and (min-width: 770px) {
    .panel-footer {
        background-size: cover;
        color: #ffffff;
        height: 235px;
    }
}


