@charset "utf-8";
/* CSS Document */

/*头条*/
.toutiao{
	background: #ffede9;
	height: 180px;
	border-radius: 8px;
}

.toutiao .lbox{
	width: 710px;
	height: 180px;
	background: #e01821;
	border-radius: 8px 0px 0px 8px;
	float: left;
}
.toutiao .lbox .p1,
.toutiao .lbox .p2{
	margin-left: 68px;
	color: #fff;
	line-height: 150%;
}
.toutiao .lbox .p1{
	font-size: 52px;
	padding-top: 20px;
	font-weight: bold;
}
.toutiao .lbox .p2{
	font-size: 34px;
}
.toutiao .rbox{
	float: right;
	width: 470px;
	padding: 20px;
	height: 180px;
	overflow-y: auto;
	overflow-x: hidden;
}
.toutiao .rbox li{
	height: 68px;
}

.in_new{}
/*轮播*/

.xj-right{
    width: 710px;
	float: left;
}
.xj-right .text-cont{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f00;
    color: #fff;
    text-indent: 16px;
    font-size: 18px;
    font-weight: bold;
}
.xj-right .coverImg{
    height: 380px;
	overflow: hidden;
}
.xj-right .coverImg img{
	width: 100%;
    height: 100%;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 15px;
    text-align: right;
    box-sizing: border-box;
    right: 10px;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s;
  }
  .swiper-active-switch {
    width: 20px;
  }

.lb_r_list{
	float: right;
	width: 450px;
	line-height: 36px;
	font-size: 22px;
}
.lb_r_list li{
	border-bottom: 1px solid #aaa;
	padding: 15px 0;
}
.lb_r_list li:last-child{
	border-bottom: 0;
}


/*首页通栏list*/
.in_list{
	
}
.in_list .title{
	background: url(jcjf_title.png) left bottom no-repeat;
	position: relative;
	line-height: 55px;
}
.in_list .title .bt{
	width: 212px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.in_list .title .more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	
}
.in_list .title .more a{
	color: #a0a0a0;
}
.in_list .title .more a:hover{
	color: #c00;
}
.list_box li{
	padding: 30px 0 30px 15px;
	border-bottom: 1px solid #aaa;
	font-size: 20px;
	position: relative;
}
.list_box li::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	top: 41px;
	left: 0px;
}
.list_box li:hover:after{
	background: #c00;
}
.list_box li a{
	display: block;
}

.in_gzdt{
	
}
.in_gzdt .list_box{
	width: 610px;
}
.in_gzdt_img{
	padding-top: 35px;
}
.in_gzdt_img li{
	display: inline-block;
	width: 265px;
	height: 160px;
	margin-right: 15px;
	overflow: hidden;
}
.in_gzdt_img li:last-child{
	margin-right: 0;
}
.in_gzdt_img li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.in_gzdt_img li img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}



/*二级通用列表页*/

.erji_title{
	position: relative;
	line-height: 60px;
	color: #91000e;
	padding-left: 15px;
	font-size: 26px;
}
.erji_title::after{
	content: "";
	position: absolute;
	background: #91000e;
	width: 3px;
	height: 20px;
	left: 0;
	top: 20px;
}
.erji_list{
	
}
.erji_list li{
	position: relative;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 150%;
}
.erji_list li::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	top: 28px;
	left: 0px;
}
.erji_list li:hover:after{
	background: #c00;
}


/*细览详情页*/
.text_con{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.text_con h1{
	width: 880px;
	margin: 40px auto 20px;
	font-size: 26px;
	line-height: 180%;
	text-align: center;
}
.con_time{
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.con_time span{
	margin: 0 10px;
}
.t_time{
}
.p_origin{
	
}
.text_img{
	width: 75%;
	margin: 10px auto;
}
.text_img img{
	width: 100%;
}

.show_text{
	line-height: 190%;
	font-size: 18px;
}
.show_text p{
	padding: 10px 0;
	text-indent: 2em;
}

.edit{
	text-align: right;
}