.detail-content {
    padding: 0 20px 20px;
}
/*标题*/
.text-title {
    height: 45px;
    line-height: 45px;
    background-color: #f3f5f8;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.text-title a {
    color: #1a5284;
}
/*列表样式*/
.detail-content .news-list {
    padding: 0 20px;
}
.detail-content .news-list  ul {
    /*border-bottom: 1px dashed #ccc;*/
    /*padding: 20px 0;*/
}
.detail-content .news-list li:nth-child(5n) {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 15px;
    padding-bottom: 20px;

}
/*分页容器*/
.paging {
    height: 60px;
    line-height: 60px;
}
/*左侧导航栏*/
.clear {
    clear: both;
}
.nav-list {
    height: 100%;
}
.left-nav,
.right-content {
    float: left;
}
.left-nav {
    width: 278px;
    height: 100%;
    background-color: #f3f5f8;
    border-top: 2px solid #1a5284;
}
.right-content {
    width: 72%;
    padding: 0 20px 0 25px;
}
.left-nav .nav-title a{
    display: inline-block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px dashed #ccc;
    color: #1a5284;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.left-nav .nav-title,
.left-nav ul {
    padding: 0 20px;
}
.left-nav ul {
    min-height: 850px;
}
.left-nav li {
    /*height: 60px;*/
    /*line-height: 60px;*/
    padding: 10px 0;
    border-bottom: 1px solid #d9e3f2;
    text-align: center;
}
.left-nav .xxgkml,
.mobile-nav .xxgkml {
    background: url(../images/public/gkml.png) 8% center no-repeat;
}
.left-nav .xxgkzn,
.mobile-nav .xxgkzn {
    background: url(../images/public/gkzn.png) 8% center no-repeat;
}
.left-nav .ysqgk,
.mobile-nav .ysqgk {
    background: url(../images/public/ysq.png) 8% center no-repeat;
}
.left-nav .xxgknb,
.mobile-nav .xxgknb {
    background: url(../images/public/gknd.png) 8% center no-repeat;
}
.left-nav .wzgzndbb,
.mobile-nav .wzgzndbb {
    background: url(../images/public/icon_gznb.png) 8% center no-repeat;
}
.left-nav .xxgkml.active div,
.mobile-nav .xxgkml.active div {
    background-image: url(../images/public/gkml_active.png);
}
.left-nav .xxgkzn.active div,
.mobile-nav .xxgkzn.active div {
    background-image: url(../images/public/gkzn_active.png);
}
.left-nav .ysqgk.active div,
.mobile-nav .ysqgk.active div {
    background-image: url(../images/public/ysq_active.png);
}
.left-nav .xxgknb.active div,
.mobile-nav .xxgknb.active div {
    background-image: url(../images/public/gknd_active.png);
}
.left-nav .wzgzndbb.active div,
.mobile-nav .wzgzndbb.active div {
    background-image: url(../images/public/icon_gznb_active.png);
}
.left-nav li div {
    height: 40px;
    line-height: 40px;
}
.left-nav li.active div{
    background-color: #1a5284;
    background-position: 8% center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.left-nav li.active a {
    color: #fff;
}
.left-nav .no-border {
    border: none;
}
.left-nav li a {
    font-size: 18px;
    color: #666;
}
/*移动端导航*/
.mobile-nav {
    display: none;
    overflow: hidden;
}
.mobile-nav li {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.mobile-nav li a {
    color: #666;
}
.mobile-nav li.active div {
    background-color: #1a5284;
    border-radius: 4px;
    background-position: 8% center;
    background-repeat: no-repeat;
}
.mobile-nav li.active a{
    color: #fff;
}
/*领导信息样式*/
.photo {
    text-align: center;
}
.photo img {
    width: 200px;
    height: 290px;
}
.photo .name {
    font-size: 26px;
    font-width: 700;
    color: #064F86;
    margin: 23px 0 15px 0;
}
.photo p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
}
.tab h3 {
    font-size: 20px;
    color: #1a5284;
    border-bottom: 1px solid #ccc;
    height: 35px;
    margin-top: 45px;
margin-bottom: 20px;
}
.tab p{line-height: 25px;}
.tab h3 span {
    display: inline-block;
    border-bottom: 2px solid #1a5284;
    height: 34px;
}
@media screen and (max-width: 1200px) {
	.left-nav,
    .right-content {
        float: none;
    }
	.left-nav {
        display: none;
    }
    .nav-list .right-content {
        width: 100%;
        padding: 0;
    }
    .mobile-nav {
        display: block;
        margin-top: 10px;
    }
    .mobile-nav li {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .detail-container {
        width: 100%;
    }
    .right-content {
        width: 55%;
    }
    .news-list li a {
        width: 70%;
    }
}
@media screen and (max-width: 414px) {
    .detail-content {
        padding: 0 2% 3%;
    }
    .left-nav,
    .right-content {
        float: none;
    }
    .left-nav {
        display: none;
    }
    .right-content {
        width: 100%;
        padding: 0;
    }
    .mobile-nav {
        display: block;
        margin-top: 10px;
    }
    .mobile-nav li {
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .BreadcrumbNav {
        padding: 15px 0;
        line-height: 20px;
    }
    .news-list li a {
        width: 64%;
    }
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
    .nav-list {
        font-size: 14px;
    }
    .mobile-nav li img {
        margin-right: 10px;
    }
    .news-list li a {
        width: 61%;
    }
}