/*框架*/
.banner img{
    width: 100%;
}


.title{
    display: table;
    font-size: 24px;
    margin: 30px auto;
    position: relative;
}
.title:after{
    display: block;
    content: "";
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 0;
    height: 1px;
    background-color: #02529f;
}

/*左块*/
.two_nav{

    margin-bottom: 30px;
}
.two_nav h2{
    width: 100%;
    display: block;
    text-align: left;
    color: rgb(153, 153, 153);
    font-style: oblique;
    font-family: 微软雅黑 !important;
    padding:0 0 20px 0;
    border-bottom: 2px solid #02529f;
}
/*二级导航*/

.two_nav ul li a{
    display: block;
    padding: 0 15px;
    font-size: 16px;
    margin: 15px 0;
    line-height: 30px;
}

.two_nav ul li a.cur{
    color: #02529f;
}
/*单篇正文*/
.single{
    min-height: 500px;
}

/*位置*/
.address {
    color: #999999;
}

.address>a {
    color: #666666;
}

.address {
    width: 100%;
    color: #666666;
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
}




/*文字列表*/
.list ul li{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.list ul li h4{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 16px;
}
.list ul li span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin: 10px 0;
}
.list ul li p{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
}




/*文章正文*/
.details{
    min-height: 500px;
}

.details .titles{
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}
.details .time{
    margin: 20px 0;
    text-align: center;
}
.details .time span{
    margin: 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

/*分页*/
.details .pagers{
    margin: 20px 0;
    overflow: hidden;
}
.details .pagers div{
    width: 40%;
    font-size: 14px;
    color: #666666;
}
.details .pagers .Previous{
    float: left;
}

.details .pagers .Next{
    float: right;
}

/*图片列表*/
.picture dl{
    margin-bottom: 20px;
}
.picture dl dt{
    overflow: hidden;
    height: 163px;
}
.picture dl dt img{
    width: 100%;
}
.picture dl dd{
    padding: 10px 0 5px 0;
    text-align: center;
}
.picture dl dd a{
    font-size: 14px;
    color: #666666;
}
.picture dl dd a:hover{
    color: #0156a3;
}




@media (max-width:1199px) {
    .container{
        width: 100%;
    }
    /*图片列表*/
    .picture dl dt{
        height: auto;
    }
}

/*手机适配*/
@media (max-width:758px) {
    .title{
        margin: 20px auto;
    }
    .address{
        margin: 15px 0;
    }
    .two_nav{
        margin-bottom: 20px;
    }
    .two_nav h2{
    font-size: 20px;
        padding-bottom: 15px;
    margin:0 0 15px;
}


    .two_nav ul li a{
        margin: 10px 0;
    }
    /*文章正文*/
    .details .titles{
        font-size: 18px;
    }





}












































