		/* 领导信息 */
		.lead-info-icon span a{
		    color: #333333;
		}
		.other-positions .other-positions-name {
		}
		
		.other-positions .other-positions-lists {
		    width: calc(100% - 100px) !important;
		}
		
        /* 领导信息end */
        /* 五公开 */
        .five-public-content ul li{
            text-align: left !important;
            text-indent: 2em;
        }

        /* 五公开end */
.hylblist>ul{
    display: none;
}
.hylblist>ul.active{
    display: block;
}
.tabbox li.active >a{
    color: #245399;
    font-weight: bold;
}

.tabbox li>a {
    color: #333333;
    text-decoration: none;
} 
/* 五公开 */
.sk-container {
    clear: both;
}
.five-public li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.five-public li.triangle {
    position: relative;
}

.five-public li img {
    width: 100%;
}


.five-public-content {
    margin-top: 28px;
    /* position: absolute;
    width: 100%;
    z-index: 999; */
}

.five-public-content ul {
    display: none;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.five-public-content ul li {
    width: 20%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.five-public-content ul li a {
    color: #333;
    font-size: 16px;
    position: relative;
}

.five-public-content ul li:nth-child(5n+1) a::after {
    background-color: #FF8913;
}

.five-public-content ul li:nth-child(5n+2) a::after {
    background-color: #4E8CD5;
}

.five-public-content ul li:nth-child(5n+3) a::after {
    background-color: #4CB894;
}

.five-public-content ul li:nth-child(5n+4) a::after {
    background-color: #FD6967;
}

.five-public-content ul li:nth-child(5n+0) a::after {
    background-color: #FAB83E;
}

.five-public-content ul li a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -16px;
    top: 8px;
}

@media (max-width: 768px) {

    .five-public li,
    .five-public-content ul li {
        width: 50%;
    }

    .five-public-content ul li {
        margin-bottom: 15px;
    }
}

/* 首页标题 */
.index-title h2 {
    color: #333;
    font-size: 20px;
}

/* 领导信息 */
.lead-info .index-title {
    margin-bottom: 33px;
}

.lead-info .lead-info-left img {
    width: 83%;
}

.lead-info .lead-info-right {
    padding-left: 39px;
}

.lead-info-right .name-and-position {
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
}

.name-and-position .lead-info-name {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.name-and-position .lead-info-position {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}

.lead-info-icon {
    margin-top: 20px;
    margin-bottom: 24px;
}

.lead-info-icon span {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #333;
}

.lead-info-icon span i {
    color: #245399;
    margin-right: 11px;
}

.lead-info .other-positions {
    background-color: #F3F3F3;
    padding: 4px 18px 15px 17px;
}

.other-positions .other-positions-name,
.other-positions .other-positions-lists {
    margin-top: 12px;
}

.other-positions .other-positions-name {
	float: left;
    width: 70px;
}

.other-positions .other-positions-lists {
	float: right;
    width: calc(100% - 70px);
}

.other-positions .other-positions-lists li {
    float: left;
    width: 33%;
    margin-bottom: 3px;
}

.other-positions .other-positions-lists a {
    font-size: 14px;
    color: #333;
}

@media (max-width: 768px) {
    .lead-info .lead-info-left {
        text-align: center;
    }

    .lead-info .lead-info-right {
        margin-top: 13px;
        padding-left: 0;
    }

    .lead-info .lead-info-left img {
        max-width: 60%;
    }
}

/* 最新公开 */
.latest-public li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 28px;
    position: relative;
    overflow: hidden;
}

.latest-public li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 37px;
    width: 5px;
    height: 5px;
    background-color: #245399;
}

.latest-public li .latest-public-title {
    color: #333;
    font-size: 16px;
    width: calc(100% - 100px);
    float: left;
}

.latest-public li .latest-public-time {
    color: #999;
    font-size: 14px;
    float: right;
}

.latest-public .index-title {
    margin-bottom: 5px;
}
    /* 政府会议 */
    .index-group {
        margin-top: 10px;
    }
    .index-group-top{
        background-color: #FFF;
        border-top: 8px solid #245399;
        margin: 40px  0px 0px 0px;
    }
    .tabbox {
        margin: 10px;
        list-style: none;
        display: table;
    }

    .tabbox li {
        float: left;
        line-height: 50px;
        cursor: pointer;
        padding: 0px 25px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
    }

    .tabbox li>a {
        color: #333333;
        text-decoration: none;
    }

    .tabbox li.active>a {
        color: #245399;
        font-weight: bold;
    }

    .content {
        margin-bottom: 10px;
    }

    .content>li {
        display: none;
    }

    .content>li.active {
        display: block;
    }

    .content>li>div {
        margin-bottom: 30px;
    }

    .ulList>li {
        float: left;
        padding-left: 36px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ulList>li>a {
        color: #999;
        text-decoration: none;
        font-weight: bold;
    }

    .ulList>li.active>a {
        color: #245399;

    }

    .list1 {
        width: 90%;
        margin: 0px auto;
    }

    .list1>li {
        border-bottom: 1px solid #E3E3E3;
    }

    .list1>li::after {
        position: absolute;
        content: '';
        left: 0;
        top: 23px;
        width: 5px;
        height: 5px;
        background-color: #245399;
    }

    .list1>li>div>a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        display: block;
        text-indent: 27px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .list2>li {
        height: 70px;
    }
    .list2>li>div>a {
        line-height: 50px !important;
    }
    .list2>li>.listdata {
        line-height: 70px !important;
    }
    .list2>li::after {
        top: 33px !important;
    }
    .list3>li>div>a {
        margin-bottom: 7px;
    }
.listnumber{
    margin-bottom: 10px;
    color: #666;
    line-height: 40px;
    text-indent: 2em;
    font-size: 14px;
}
    .listdata {
        color: #999999;
        line-height: 55px;
        text-indent: 2em;
        font-size: 14px;
        text-align: right;
    }

    .relevant {
        margin-bottom: 10px;
        line-height: 40px;
        color: #666;
        font-size: 14px;
    }

    .relevant>a {
        color: #245399 !important;
        font-size: 14px !important;
        margin-top: 0px !important;
        line-height: 40px !important;
        text-align: right;
        display: inline !important;
        float: left;
    }


    /* 政府会议END */

    /* 目录 */
    .catalog{
        margin-top: 40px;
        background-color: #FFF;
        border-top: 8px solid #245399;
        width: 93%;
        margin-left: 7%;
        padding-bottom: 20px;
        margin-bottom: 44px;
    }
    .catalog>ul>li{
        height: 56px;
        line-height: 56px;
        width: 90%;
        display: block;
        margin: 0px auto;
        border-bottom: 1px solid #E3E3E3;
    }
    .catalog>ul>li>a{
        line-height: 56px;
        color: #333;
        font-size: 18px;
        text-indent: 0em;
        display: block;
    }
    .catalog>ul>li>a>svg{
        margin-left: 10%;
        width: 30px;
        height: 30px;
        position: relative;
        top: 7px;
        margin-right: 4%;
    }
    .zfxxysqgk{
        width: 90%;
        margin: 10px auto 0px  auto;
        height: 55px;
        background-color: #245399;
    }
    .zfxxysqgk>a{
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        line-height: 55px;
        text-align: center;
    }
       /* 其他目录 */
    .qtml>a {
        background: #ffffff;
        border: 3px solid #dadada;
        display: block;
        width: 90%;
        line-height: 41px;
        font-size: 18px;
        color: #dadada;
        padding: 10px 0px;
        margin-bottom: 20px;
            display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

    .qtml>a>svg {
        margin-left: 10%;
        width: 30px;
        height: 30px;
        position: relative;
        top: 7px;
    }

    .qtml>a>span {
        text-indent: 2em;
        color: #333333;
    }

    /* 其他目录END */
    /* 目录END */
    /* 适应PAD */
@media screen and (min-width:768px) and (max-width:1366px){
 .tabbox li {
    padding: 0px 15px;
 }
}
/* 适应PADEND */
@media screen and (min-width:1366px){
    .qtml {
        width: 20%;
    }

}