
.list_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #EBEBEB;
}

.list_head h3 {
    font-size: 23px;
    border-bottom: 2px solid #da4747;
}

.list_a {
    display: flex;
    flex-wrap: wrap;
}

.list_a a {
    font-size: 15px;
    color: #010101;
    display: block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 10px 0;
}

.list_a a:hover {
    color: #da4747;
}

/* 列表页 2列 */
.list_column_2 .list_box:first-child {
    width: 100%;
    margin: 0;
}

.list_column_2, .list_column_3 {
    display: flex;
    flex-wrap: wrap;
}

.list_column_2 .list_box {
    width: 48%;
}

.list_column_2 .list_box:nth-child(2n) {
    margin-right: 40px;
}

.list_column_2 .list_a, .list_column_3 .list_a {
    display: block;
}

.list_column_2 .list_a a, .list_column_3 .list_a a {
    width: 100%;
    padding-right: 0;
}

/* 列表页 3列 */
.list_column_3 .list_box {
    width: 30%;
}

.list_column_3 .list_box:nth-child(2n-1),
.list_column_3 .list_box:nth-child(2n) {
    margin-right: 40px;
}


.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -mz-flexbox;
    display: flex;
}

.flex-middle {
    display: -webkit-flex;
    display: -moz-box;
    display: -mz-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_650 {
    width: 650px;
}

.box_460 {
    width: 460px;
}

.list_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #EBEBEB;
}

.list_head h3 {
    font-size: 23px;
    border-bottom: 2px solid #da4747;
}

.list_a {
    display: flex;
    flex-wrap: wrap;
}

.list_a a {
    font-size: 15px;
    color: #010101;
    display: block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 20px;
    margin: 10px 0;
}

.list_a a:hover {
    color: #da4747;
}

/* 城步政法在线 */

.gov_box .news_list li a:hover {
    color: #004399;
}

.gov_header {
    background: url(../images/gov_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 1314px;
    text-align: center;
    margin-bottom: -900px;
}

.gov_header .logo {
    margin-top: 100px;
    width: 995px;
}

.gov_box {
    width: 1150px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.49);
    border-radius: 5px;
    padding: 30px 25px 80px;
    font-size: 16px;
}

.gov_box a {
    color: #000;
}

/* 焦点图 */

.gov_box .focus_swiper,
.gov_box .swiper_container_big,
.gov_box .swiper_container_big .swiper-slide img {
    width: 650px;
    height: 407px;
}

.gov_box .focus_swiper .pagination {
    position: absolute;
    right: 0;
    bottom: 20px;
}

/* 精彩影像 */

.gov_box .news_head {
    justify-content: space-between;
    background: #D1F0FF;
    height: 53px;
    box-sizing: border-box;
    padding: 0 25px;
}

.gov_box .news_head a {
    display: block;
    position: relative;
    color: #004399;
}

.gov_box .news_head .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #004399;
    border-radius: 2px;
}

.gov_box .news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0;
}

/* 职能简介 */

.znjj .head {
    background: url(../images/head_znjj.png) no-repeat;
    width: 240px;
    height: 57px;
    line-height: 57px;
    color: #fff;
}

.znjj .desc {
    border: 1px solid #004399;
    box-sizing: border-box;
    padding: 35px 20px 50px;
}

.znjj .desc p {
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.znjj .desc .more {
    color: #CC0000;
}

/* 综治天地 */

.gov_box .news_list_head {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 15px;
}

.gov_box .news_list_tab li {
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.gov_box .news_list_tab li:first-child {
    padding-left: 0;
}

.gov_box .news_list_tab li::after {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}

.gov_box .news_list_tab li:last-child:after {
    content: '';
}

.gov_box .news_list_tab li a {
    font-size: 24px;
    color: #999999;
}

.gov_box .news_list_tab .active a {
    color: #CC0000;
}

.gov_box .news_list_ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0;
}

/* 禁毒工作 */

.gov_box .left_news {
    justify-content: space-between;
}

.gov_box .img_news a {
    display: block;
}

.gov_box .img_news {
    width: 265px;
}

.gov_box .img_news .pic>img {
    width: 265px;
    height: 190px;
}

.gov_box .left_news .news_list {
    width: 365px;
}

.gov_box .img_news .title,
.pic_list li .title {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 38px;
}

.gov_box .left_news .news_list li {
    margin: 28px 0;
}

/* 先进风采 */

.pic_list {
    justify-content: space-between;
}

.pic_list li {
    width: 370px;
}

.pic_list li>a>img {
    width: 370px;
    height: 230px;
}

.pic_list li .title {
    line-height: 30px;
}

/* 底部信息 */

.gov_footer {
    background: #0686D1;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}




.readnext{height:10px;}
.readnext .readnex_detail {
        display: none;
}