.margin{
    width: 1120px;
    margin: auto;
}
.head-phone{
    display: none;
}
/*导航栏*/
#nav{
    border-top: #efefef;
    border-top: 1px solid #efefef;
}
#nav .margin{
    overflow: hidden;
}
#nav ul{
    overflow: hidden;
    float: left;
}
#nav ul li{
    float: left;
    height: 42px;
    text-align: center;
    font: 12px/40px "";
    position: relative;
}
#nav ul li a{
    display: block;
    width: 134px;
    font: 16px/40px "";
    text-align: center;
    color: #000033;
}
#nav ul li i{
    position: absolute;
    display: block;
    height: 4px;
    width: 134px;

}
#nav ul li:hover i{
    background: #1c67bf;
}
#nav ul li:hover a{
    color: #1c67bf;
}
.navImg{
    display: none;
}

/* 新闻主体 */
#main{
    margin-top: 20px;
    min-height: 446px;
}
#main .margin{
    overflow: hidden;
}
#main .margin .article-left{
    width: 175px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    float: left;
    text-align: left;
}
#main .margin .article-left .title{
    font-size: 24px;
    line-height: 50px;
    color: #666;
    border-bottom: 1px dashed #ccc;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
#main .margin .article-left>ul>li{ 
    font-size: 12px;
    line-height: 44px;
    color: #fff;
    border-bottom: 1px dashed #ccc;
}
#main .margin .article-left>ul>li>a{
    display: block;
    padding-left: 20px;
    color: #404145;
    text-decoration: none;
    font-size: 16px;
}
#main .margin .main-list{
    float: right;
    width: 925px;
    margin-top: 20px;
    padding-left: 20px;
}
#main .margin .main-list .title{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
#main .margin .main-list .list-content{
    min-height: 410px;
}
#main .margin .main-list .title .column-title{
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    font-size: 18px;
    color: #333;
}
#main .margin .main-list .title .nav-right{
    background: #fff;
    float: right;
}
.breadcrumb{
    margin: 0;
}
.list-content ul li{
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0 5px 10px;
}
.list-content ul li a{
    display: block;
    margin-right: 76px;
    text-decoration: none;
    
}
.list-content ul li a span{
    display: block;
    line-height: 30px;
}
.list-content ul li .list-time{
    display: block;
    text-align: right;
    width: 100px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
}
.list-content ul li:hover{
    background: #ccc;
}
.breadcrumb li>a{
    text-decoration: none;
}


/*footer*/
#footer{
    background: #323e4e;

}
#footer .margin{
    overflow: hidden;
}
#footer .footer-left{
    margin-top: 48px;
    float: left;
    width: 842px;
    border-right: 1px solid #444f5d;
}
#footer .footer-left ul{
    overflow: hidden;
}
#footer .footer-left ul li{
    float: left;
    font: 12px/12px "";
    color: #bfc1c4;
    margin: 0 0 28px 0;
}
#footer .footer-left ul i{
    display: block;
    height: 12px;
    width: 2px;
    background: #b1b3b7;
    float: left;
    margin: 0 16px;
}
#footer .footer-left p{
    font: 12px/18px "";
    color: #adb0b4;
    padding-left: 26px;
    margin: 0 0 11px 0;
    background-position: -160px -1748px;
}
#footer .footer-left p:nth-child(3){
    background: url(../images/banner-nine.png) no-repeat;
    background-position: -160px -1776px;
}
#footer .footer-left p:nth-child(4){
    background: url(../images/banner-nine.png) no-repeat;
    background-position: -160px -1802px;
}
#footer .footer-right{
    float: right;
    width: 276px;
    overflow: hidden;
    margin: 48px 0 0 0;
}
#footer .footer-right .code{
    float: left;
    margin: 0 0 0 35px;
}
#footer .footer-right .code img{
    width: 103px;
    height: 103px;
}
#footer .footer-right .code p{
    width: 103px;
    font: 12px/60px "";
    color: #adb0b4;
    text-align: center;
}

@media screen and (max-width:376px){
    .margin{
        width: 100%;
        margin: auto;
    }
    #head{
        display: none;
    }
    #head-phone{
        height: 40px;
        position: relative;
    }
    .head-phone{
        display: block;
        width:100%;
        height: 40px;
        background: #1c67bf;
        color: #fff;
        display: flex;
        justify-content: space-between;
        font:16px/40px "";
        position: absolute;
    }
    .head-phone-left{
        margin-left: 10px;
    }
    .glyphicon{
        top: 12px;
    }
    .head-phone-right{
        margin-right: 10px;
    }
    #main .margin .article-left{
        position: absolute;
        left:-175px;
    }
    #main .margin .main-list{
        width: 100%;
        padding:0 2%;
        margin-top: 0;
    }
    .list-content ul li .list-time{
        display: none;
    }
    .list-content ul li a{
        margin-right: 0;
    }
    #nav{
        display: none;
    }
    .navImg{
        width: 100%;
        height: 150px;
        display: block;
    }
    .navImg img{
        width: 100%;
        height: 100%;
    }
}