﻿@media screen and (max-width: 767px){
    .carousel-indicators{
        bottom:20px;
    }
    .banner .glyphicon {
        position: absolute;
        top: 50%;
        left: 34%;
        margin-top: -10px;
    }
    .banner .glyphicon:before {
        font-size: 20px;
    }
    .mod02 .box_list{
        border-bottom: 1px solid #efefef;
        width: 90%;
        padding: 22px 8px;
        margin: auto;
    }
    .nav .minNav{
        width: 100%;
        z-index: 9999;
    }

}
@media screen and (min-width: 768px){
    .carousel-indicators{
        bottom:25px;
    }
    .carousel-indicators li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 12px;
        height: 12px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(245,245,245,.5);
        border-radius: 50%;
        margin: 0 4px;
        border:none;
    }
    .carousel-indicators li.active{
        background-color: #f5f5f5;
        margin: 0 4px;
    }
    .banner .glyphicon {
        position: absolute;
        top: 50%;
        left: 40%;
        margin-top: -10px;
    }
    .banner .glyphicon:before {
        font-size: 34px;
    }
    .mod02 .box_list{
        border-bottom: 1px solid #efefef;
        width: 88%;
        padding: 21px 0;
    }
}
@media screen and (min-width: 992px){
    .box_news ul li {
        margin-left: 10px;
    }
}
@media screen and (max-width: 980px){
    .box_news ul li {
        margin-left: 0px;
    }
}
.mod01 .news_img p.pa{
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: rgba(0,0,0,.5);
    padding: 0 15px;
}
.mod01 .news_img .time{
    top: 22px;
    right: 22px;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 0 12px;
    line-height: 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}
.box_news i{
    line-height: 57px;
    padding-left: 3%;
    padding-right: 2%;
}
.mod03 .time{
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,.5);
    line-height: 20px;
    border-radius: 10px;
    color: white;
    padding: 0 10px;
    font-size: 12px;
}
.mod03 .col-md-3,
.mod03 .col-xs-6,
.mod04 .col-md-6{
    padding: 0 5px;
    margin-bottom: 10px;
}
.mod05 .box{
    padding: 0 5px;
}




/*hover*/
.mod01 .news_img .time:hover,
.mod01 .news_img p.pa:hover,
.box_news ul li a:hover p,
.box_news ul li a:hover span{
     color: #796dea;
}
.mod03 .col-md-3:hover,
.mod03 .col-xs-6:hover,
.mod04 .col-md-6:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.1);
}
