body {
    background: url(banner.jpg) no-repeat center top;
    background-size: contain;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.animated.bounceInLeft{
    margin-top: 15px;
}
.animated.t1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.animated.t2 {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    float: right;
}
.animated.fadeIn{
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}
.nl{
    border: 4px solid #e7e8ea;
    border-radius: 12px;
    margin-top: 30px;
}
.nl li{
    display: flex;
    justify-content: space-between;
    line-height: 3em;
}
.nl li:before{
    content: "·";
    color: #8c8c8c;
    font-family: \9ED1\4F53;
    font-size: 2em;
    text-indent: -.4em;
}
.nl li a{
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.nl.col-md-12 li{
    border-bottom: 1px dashed #8c8c8c;
    line-height: 3.2em;
}
@media (min-width: 1200px){
    .banner{
        padding-bottom: 100px;
    }
    .animated.bounceInLeft{
            width: 23%;
    }
    .animated.t1 {
        width: 60%;
        margin-top: 20px;
    }
    .animated.t2 {
        width: 30%;
        margin-right: 20%;
        margin-top: 40px;
    }
}
@media (max-width: 650px){
    .banner{
        padding-bottom: 35px;
    }
    .animated.bounceInLeft{
            width: 25%;
            margin-top: 5px;
    }
    .animated.t1 {
        width: 40%;
        margin-top: 1px;
    }
    .animated.t2 {
        width: 25%;
        margin-right: 30%;
    }
    /*底部样式*/
.foot {
    display: none;
}
.mb_footer {
    display: block;
}
.mb_footer{
  width: 100%;
  height: auto;
}

.mb_footer .daohang{
  width: 100%;
  height: 80px;
  background: url(http://www.hengyang.gov.cn/bcms/DFS/template/3241/images/nav_blue_back.png) no-repeat;
  background-size: 100% 100%;
}

.mb_footer .daohang li{
  width: 33.3%;
  float:left;
  height: 40px;
}

.mb_footer .daohang li a{
  display: block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}

.mb_footer .foot_lj{
  width: 100%;
  padding: 10px 5%;
}
.mb_footer .foot_lj a{
  width: 20%;
  float: left;
  border-right: 1px #000 solid;
  text-align: center;
  line-height: 20px;
  color: #000;
  font-size: 14px;
}
.mb_footer .foot_lj a:nth-child(5){
  border-right:0;
}
.foot_xx{
  width: 100%;
  padding: 0 5%;
}

.foot_xx p{
    width: 100%;
    line-height: 27px;
    font-size: 13px;
    color: #999999;
    text-align: center;
}
.foot_xx span{
  width: 100%;
  color: #999999;
  text-align: center;
  padding:0.2rem 0.2rem;
}

.foot_xx span img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.mb_footer .daohang li {
    line-height: 0px;
    list-style: none;
}
#_ideConac{float: left;width: 50%;}  
#_ideConac img{width:70px; height:70px;}
#_span_jiucuo{padding:0;} 
#_span_jiucuo img{width: 110px; height:55px;}
/*底部结束*/
}