/* 移动 */
@media (max-width: 768px) {
    .list1_nav_con {
        height: .9rem;
        line-height: .9rem;
    }

    .list1_nav_con img {
        vertical-align: middle;
    }

    .list2_img {
        float: left;
    }

    .list2_itemleft {
        float: right;
        overflow: hidden;
        height: .9rem;
        width: 4.6rem;
    }

    .list2_item_a {
        width: 6rem;
        height: 1.3rem;
        display: block;
        margin: 0 auto;
        padding: .2rem 0;
        box-sizing: border-box;
        border-bottom: 1px solid #B8B8B8;
    }

    .list2_img {
        width: 1.26rem;
        height: .9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .list2_conten {
        font-size: .16rem;
        color: #686767;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: .24rem;
    }

    .list2_top {
        display: flex;
        justify-content: space-between;
        margin-bottom: .14rem;
    }

    .list2_title {
        font-size: .2rem;
        color: #3B3939;
        width: 3.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
		height: .24rem;
		line-height: .24rem;
    }

    .wap_time {
        font-size: .14rem;
        color: #5E5D5D;
    }

    .pages {
        margin-bottom: .4rem;
    }
	#pages{
		display: flex;
    font-size: .24rem;
    color: #030303;
    padding-top: .4rem;
    justify-content: center;
	}
	.jumpmenu{
    width: 1.4rem;
    height: .4rem;
    border: 1px solid #e8e8e8;
    font-size: .2rem;
    color: #575757;
	}
}

/* pc */
@media (min-width: 768px) {
    .list2_content {
        background: #f8f8f8;
    }

    .list1_nav {
        border-bottom: 1px solid #D2D2D2;
    }

    .list2_item {
        min-height: 250px;
        margin-bottom: 50px;
        background: #fff;
    }

    .list2_item a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 28px 102px 20px 80px;
    }

    .list2_title {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        color: #3B3B3B;
        margin-bottom: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 90%;
    }

    .list2_js {
        height: 36px;
        margin-bottom: 24px;
    }

    .list2_js div {
        float: left;
        width: 94px;
        height: 36px;
        font-size: 18px;
        color: #fff;
        background: #E9614D;
        text-align: center;
        line-height: 36px;
        border-radius: 4px;
        margin-right: 40px;
    }

    .list2_js span {
        float: left;
        font-size: 16px;
        color: #807F7F;
        line-height: 36px;
        margin-right: 48px;
    }

    .list2_conten {
        width: 806px;
        height: 48px;
        font-size: 16px;
        color: #303030;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 24px;
        margin-bottom: 36px;
    }

    .list2_img {
        margin-bottom: 30px;
        display: none;
        max-width: 870px;
        max-height: 370px;
        overflow: hidden;
    }
.list2_zb{
	max-width:958px;
}
    .list2_img img {
        transition: all .5s ease-in-out 1s;
        display: block;
        margin: 0 auto;
    }

    .list_yd {
        float: left;
        margin-right: 46px;
    }

    .list2_dz {
        float: left;
    }

    .list_yd span,
    .list2_dz span {
        font-size: 14px;
        color: #D3D3D2;
    }

    .list_yd img,
    .list2_dz img {
        margin-right: 26px;
    }

    .list2_qw {
        float: right;
        font-size: 16px;
        color: #059DE3;

    }

    .list2_con {
        padding-bottom: 43px;
    }

    /* .list2_item:hover .list2_img{
        display: block;
    } */
    /* 分页 */
    .pages_num {
        display: inline-block;
        line-height: 25px;
        padding-right: 10px;
    }

    .pages_num a {
        display: block;
        float: left;
        width: 140px;
        height: 40px;
        margin-right: 10px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #e8e8e8;
        border-radius: 2px;
        background: #E5E5E5;
        color: #303030;
        font-size: 16px;
        text-decoration: none;
    }

    .pages_num .page_view {
        background-color: #a50100;
        color: #fff;
        border: 1px solid #a50100;
        border-radius: 2px;
    }

    .pages_num a:hover {
        background-color: #a50100;
        color: #fff;
        border: 1px solid #a50100;
        border-radius: 2px;
    }

    .pages_go {
        display: inline-block;
        line-height: 25px;
        overflow: hidden;
        font-size: 16px;
        color: #303030;
    }

    .pages_go form {
        float: left;
        margin: 0;
    }

    .pages_go .input1 {
        margin-right: 5px;
        height: 40px;
        width: 78px;
        font-size: 16px;
        color: #303030;
        line-height: 40px;
        text-align: center;
        margin-right: 16px;
    }

    .pages_go .input2 {
        margin: -1px 0 0 10px;
    }
    .pages_num .prev_list2{
        width: 120px;
    }
    .pages_num .next_list2{
        width: 120px;
    }
    .sure_btn{
        width: 78px;
        height: 40px;
        border-radius: 10px;
        font-size: 16px;
        color: #303030;
        line-height: 40px;
        text-align: center;
        background: #E9614D;
    }
    .pages_num a.fenye1{
        min-width:78px;
        /* background: rgba(255,255,255,0);  */
    }
	.sectdiv{
		display:inline-block;
		font-size:16px;
		color:#303030;
	}
	.sectdiv select{
		width:150px;
		height:40px;
		padding-left:16px;
    }
    .pages{
        padding-bottom: 20px;
    }
	#pages{
        display:flex;
        width: 900px;
        margin: 0 auto;
		/* margin-bottom:20px; */
	}
}