/*党建动态 栏目图片新闻列表 */
.sideBar .inbox ul{
    background: rgba(245, 245, 245, 1);
}
.sideBar .inbox ul li{
    text-align: center;
}
.sideBar .inbox ul li a{
    display: block;
    padding: 22px 29px 22px 29px;
    font-size: 20px;
    color: rgba(56, 56, 56, 1);
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.sideBar .inbox ul li:last-of-type a{
    border-bottom: none;
}
.sideBar .inbox ul li.on{
    background: rgba(204, 3, 0, 1);
}
.sideBar .inbox ul li.on a{
    color: #fff;
    border-bottom: rgba(204, 3, 0, 1);
    font-weight: bold;
}
.nav_tpxwList .sideBar{
    width: 16.5%;
    float: left;
}
.nav_tpxwList .maincontent{
    width: 81%;
    float: right;
    padding-top: 22px;
}
.no-pad-top{padding-top: 0 !important;}
.nav_tpxwList .maincontent .pic_liList h4{
    width: 62%;
}
/*公司要闻 图片新闻列表 */
.mainBox {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pic_liList{
    overflow: hidden;
    background: #fff;
    padding-left: 126px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.pic_liList>a {
    position: relative;
    display: block;
    /* width: 25%; */
    overflow: hidden;
    float: right;
}
.pic_liList>a img{
    width: 340px;
    height: 222px;
}
.pic_liList h4 {
    width: 69%;
    float: left;
    font-weight: 400;
}
.pic_liList h4 a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    line-height: 2;
    white-space: normal;
}
.pic_liList h4 p {
    line-height: 2;
    margin-top: 30px;
    text-indent: 2em;
    text-align: justify;
    color: #858585;
    font-size: 16px;
    /* height: 110px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.pic_liList h4 i a {
    float: right;
    font-family: fangsong;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 50px;
}
.pic_liList span.time {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 14px;
}
.pic_liList span.time::before{
    content: "";
    position: absolute;
    right: -42px;
    top: 12px;
    width:28px;
    height: 3px;
    background: #dedede;
}
.pic_liList span.time i{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    font-style: normal;
    text-align: center;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 50px;
    margin-top: 4px;
}
/*群团风采 图片新闻 */
.boxList ul{
    margin: 0 -10px;
}
.box_liList{
    width: 33.333%;
    float: left;
}
.box_liList .item{
    margin: 0 10px 40px;
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    background: #fff;
    transition: all .3s;
}
.box_liList .item:hover{
    background: #CC0300;
}
.box_liList .item:hover a{
    color: #fff;
}
.box_liList .item:hover .text span.time{
    color: #fff;
    background: url(../images/time_icon_r.png) no-repeat;
    background-position: left center;
}
.box_liList .item a{
    display: block;
}
.box_liList .item img{
    width: 100%;
    height: 220px;
}
.box_liList .item .text{
    padding: 15px;
}
.box_liList .item .text p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
    margin-bottom: 12px;
    height: 57px;
}
.box_liList .item .text span.time{
    width: 16px;
    height: 16px;
    padding-left: 30px;
    background: url(../images/time_icon.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
}
/* 资产展示 图片新闻*/
.zczs_liList{
    width: 33.333%;
    float: left;
}
.zczs_liList .item{
    border: 1px solid #E6E6E6;
    padding: 23px 28px 20px;
    margin: 0 10px 30px;
    transition: all .3s; 
    background: #fff;
    position: relative;
}
.zczs_liList .item:hover{
    border: 1px solid #fff;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.18);
}
.zczs_liList .item .red-line{position: absolute;width: 0;height: 7px;background: #c60012;transition: all .3s; bottom: -1px;left: 0;}
.zczs_liList .item:hover .red-line{width: 100%;}  
.zczs_liList .item a{
    display: block;
}
.zczs_liList .item a.czz{
    position: relative;
}
.zczs_liList .item a.czz img{
    width: 100%;
    height: 300px;
}
.zczs_liList .item a span{
    display: block;
    position: absolute;
    top: 20px;
    width: 85px;
    height: 34px;
    line-height: 34px;
    background: #c60012;
    color: #fff;
    text-align: center;
}
.zczs_liList .item a.title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}
.zczs_liList .item .text{
    border-top: 1px solid #E6E6E6;
    margin-top: 14px;
}
.zczs_liList .item .text p{
    padding-left: 30px;
    margin-top: 14px;
    overflow: hidden;
}
.zczs_liList .item .text .p1{
    background-image: url(../images/fund_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.zczs_liList .item .text .p1 i{
    color: rgba(187, 0, 13, 1);
    font-size: 18px;
}
.zczs_liList .item .text .p2{
    background-image: url(../images/property_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.zczs_liList .item .text p span{
    float: left;
    color: rgba(102, 102, 102, 1);
}
.zczs_liList .item .text p i{
    float: right;
    font-style: normal;
}

/* 催收公告 拍卖公告 处置公告 */
#czggList .pic_liList>a{
    display: none;
}
#czggList .pic_liList h4{
    width: auto;
    float: none;
}

/* 主要荣誉 */
.zyry_List{
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 24px  rgba(182, 182, 182, 0.24);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 130px;
    margin: 20px;
}
.zyry_List img{
    width: 129px;
    height: 116px;
    float: left;
    margin-right: 20px;
}
.zyry_List h4 p{
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.zyry_List h4 span{
    font-size: 34px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    color: rgba(174, 29, 34, 1);
    padding: 4px 18px;
    background: linear-gradient(0deg, rgba(255, 243, 243, 1) 0%, rgba(255, 200, 199, 1) 100%);
}
.zyry_List span.time {
    color: rgba(0, 0, 0, 1);
    position: absolute;
    right: 24px;
    top: 24px;
    text-align: center;
}
.zyry_List span.time strong{
    display: block;
    font-size: 50px;
    font-weight: 400;
}
.zyry_List span.time i{
    font-style: normal;
    font-size: 20px;
    color: rgba(119, 119, 119, 1);
}
/* 主要荣誉 */
.zyry_List{
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 24px  rgba(182, 182, 182, 0.24);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 130px;
    margin: 20px;
}
.zyry_List img{
    width: 129px;
    height: 116px;
    float: left;
    margin-right: 20px;
}
.zyry_List h4 p{
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.zyry_List h4 span{
    font-size: 34px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    color: rgba(174, 29, 34, 1);
    padding: 4px 18px;
    background: linear-gradient(0deg, rgba(255, 243, 243, 1) 0%, rgba(255, 200, 199, 1) 100%);
}
.zyry_List span.time {
    color: rgba(0, 0, 0, 1);
    position: absolute;
    right: 24px;
    top: 24px;
    text-align: center;
}
.zyry_List span.time strong{
    display: block;
    font-size: 50px;
    font-weight: 400;
}
.zyry_List span.time i{
    font-style: normal;
    font-size: 20px;
    color: rgba(119, 119, 119, 1);
}




/*主要荣誉*/
.zyry_List1{} 
.zyry_List1{
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    min-height: 155px;
    width: 50%;
    float: left;
	
}
.zyry ul li:nth-child(1) {
   width: 60%;
   margin: auto;
   float: initial;
}
.zyry ul li:nth-child(1) h4 span{
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    color: #B01F24;
    padding: 12px 18px;
    font-weight: 600;
    background: #F7F6F6;
    text-align: center;
    align-items: center;
    margin: auto;
    width: 90%;
}

.zyry ul li:nth-child(1) img{
    width: 80px;
    height: 70px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: 95px;
    margin-left: 40px;
}


.zyry_List1 span.time i:nth-child(2){
    margin-top: 30px;
    position: absolute;
    width: 70px;
}
.zyry_List1 img{
    width: 80px;
    height: 70px;
    float: left;
    margin-right: 20px;
    position: absolute;
    bottom: 10px;
    margin-left: 40px;
}

.zyry_List1 h4 {padding-left: 150px;margin-top: 30px;height: 60px;}
.zyry ul li h4 span{
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    color: #B01F24;
    padding: 12px 18px;
    font-weight: 600;
    background: #F7F6F6;
    margin-right: 10px;
    width: 90%;
}

.zyry_List1 h4 p{
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
    padding-left: 50px;
    /* margin-bottom: 20px; */
    min-height: 52px;
}
.zyry_List1 h4 span{
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    color: #B01F24;
    padding: 12px 18px;
	font-weight: 600;
    background: #F7F6F6;
}
.zyry_List1 span.time {
	color: #8A8A8A;
	position: absolute;
	left: 44px;
	top: 24px;
	text-align: center;
	font-size: 60px;
	letter-spacing: 0px;
	line-height: 57.48px;
	color: rgba(138, 138, 138, 1);
	font-weight: lighter;
}
.zyry_List1 span.time i:nth-child(2){
    font-style: normal;
    font-size: 30px;
    color: #8A8A8A;
    /* padding: 0 8px 0px 0px; */
    font-family: Source Han Serif;
}
.zyry_List1 span.time i{
    font-style: normal;
    font-size: 26px;
    color: #8A8A8A;
    padding: 0 8px 0px 0px;
    font-family: Source Han Serif;
    margin-top: 35px;
}


/*分页*/
.pagination{padding:0px 0 40px; font-size:14px; color:#333; line-height:28px; clear:both;text-align: center;}
.pagination li{display: inline-block;}
.pagination .arrow a{color: #333;}
.pagination .total_count,
.pagination .arrow a,
.pagination .arrow span,
.pagination .page_jump a,
.home_page,
.prev_page span,.end_page a,
.prev_page a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px;
}
.pagination  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagination .total_count,
.pagination .arrow a,
.pagination .page_jump a{
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f5f6f7;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagination .arrow span{background: #f5f5f5; color: #999;}
.pagination .arrow a:hover,
.pagination .page_jump a:hover,
.pagination .arrow .current{background:#c60012; border-color:#c60012; color:#fff; text-decoration:none;}
.pagination .arrow .current{font-weight: bold;}
.pagination .page_jump{margin-left: 4px;}
.pagination .page_jump a{margin-left: 6px;}

.page_index{
	display: inline-block;
    padding: 0 10px;
    margin: 4px;
    zoom: 1;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
}

.page_index a:hover, .page_index .current{display: block;background: #c60012;border-color: #c60012;color: #fff;text-decoration: none;padding: 0 10px;margin: 0 -10px;}

@media (max-width: 1480px) {
    /*公司要闻 图片新闻列表 */
    .pic_liList h4{width: 64%;}
    /*党的建设 栏目图片新闻列表 */
    .nav_tpxwList .maincontent .pic_liList h4{width: 56%;}
}
@media (max-width: 1200px) {
    /*公司要闻 图片新闻列表 */
    .pic_liList h4{width: 56%;}
    /*党的建设 栏目图片新闻列表 */
    .nav_tpxwList .sideBar{width: 20%;}
    .nav_tpxwList .maincontent{width: 76%;}
    .nav_tpxwList .maincontent .pic_liList h4{width: 100%;}
    .nav_tpxwList .maincontent .pic_liList>a{width: 100%;}
    .nav_tpxwList .maincontent .pic_liList>a img{width: 100%;height: auto;}
    .nav_tpxwList .maincontent .pic_liList h4 p{height: auto;margin: 15px 0;}
    .nav_tpxwList .maincontent .pic_liList h4 a{
        white-space: normal !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /*群团风采 栏目图片新闻列表 */
    .box_liList{width: 33.333%;}
    .box_liList .item img{height: 220px;}
    /* 资产展示 图片新闻*/
    .zczs_liList .item{
        padding: 20px;
    }
    /* 资产展示 图片新闻*/
    .zczs_liList{
        width: 33.333%;
    }
    .zczs_liList .item a.czz img{
        height: 220px;
    }
	/*主要荣誉*/
	
	.zyry ul li  img {

	    display: none;
	}
	.zyry_List1 {

	    min-height: auto;
	    width: 100%;
	    float: left;
	}
	.zyry_List1 h4 p {
	    font-size: 16px;
	    font-weight: 400;
	    margin-top: 8px;
	    padding-left: 0px; 
	    margin-bottom: 20px;
	}
	.zyry_List1 span.time {

	    font-size: 14px;

	}
	.zyry_List1 span.time i {
	    
	    font-size: 14px;
	  
	}
	.zyry_List1 span.time i:nth-child(2) {
	    font-style: normal;
	    font-size: 14px;
	   padding: 0 ; 
	   
	}
	.zyry_List1 h4 p {
	    font-size: 16px;

	    margin-bottom: 10px;
	}
	.zyry_List1 {

	    width: 100%;
            height: 180px;
	
	}
	.zyry_List1 h4 {
	    padding-left: 25px;
	    margin-top: 30px;
line-height:60px
	}
	.zyry ul li:nth-child(1) {
	    width: 100%;
	    margin: auto;
	    float: initial;
height: 180px;
	}
	.zyry_List1 span.time i:nth-child(2) {
	    margin-top: 0px;
	  
	    width: 50px;
	}
	.zyry ul li:nth-child(1) h4 span {
	    font-size: 25px;
	    font-weight: 400;
	    margin-top: 10px;
	    display: inline-block;
	    color: #B01F24;
	    padding: 12px 18px;
	    font-weight: 600;
	    background: #F7F6F6;
	}
}
@media (max-width: 890px) {
    /*公司要闻 图片新闻列表 */
    .pic_liList h4{width: 100%;}
    .pic_liList>a{width: 100%;}
    .pic_liList>a img{width: 100%;height: auto;}
    .pic_liList h4 p{height: auto;margin: 15px 0;}
    .pic_liList h4 a{
        white-space: normal !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /*党的建设 栏目图片新闻列表 */
    .nav_tpxwList .sideBar{width: 26%;}
    .nav_tpxwList .maincontent{width: 68%;}
    /*群团风采 栏目图片新闻列表 */
    .box_liList{width: 100%;}
    .box_liList .item img{height: auto;}
    /* 资产展示 图片新闻*/
    .zczs_liList{
        width: 100%;
    }
    .zczs_liList .item a.czz img{
        height: auto;
    }
    /* 主要荣誉 */
    .zyry_List{padding-right: 20px;}
    .zyry_List img{float: none;}
    .zyry_List h4{text-align: center;}  
    .zyry_List h4 p{font-size: 22px;white-space: initial;}
    .zyry_List h4 span{font-size: 24px;}
    .zyry_List span.time{top: 40px;}
    .zyry_List span.time strong{font-size: 30px;} 
}
@media (max-width: 740px) {
    /*公司要闻 图片新闻列表 */
    .pic_liList span.time{position: initial;float: right;}
    .pic_liList{padding-left: 0;}
    .pic_liList>a{margin-bottom: 20px;}
    .pic_liList span.time i{
        display: inline-block;
        margin-left: 10px;
        padding: 0 10px;
    }
    /*党的建设 栏目图片新闻列表 */
    .nav_tpxwList .sideBar{display: none;}
    .nav_tpxwList .maincontent{width: 100%;padding-top: 0;}
    /* 主要荣誉 */ 
.zyry_List1 span.time {
    color: #8A8A8A;
    position: absolute;
    left: 28px;
    top: 0px;

}
	.zyry_List1 h4 {
	 
line-height:30px
	}
}
@media (max-width: 640px) {
    
}