


/* 头部轮播样式 */
.fader {
    position   : relative;
    /*padding-top: 60%;*/
    font-family: "futura", arial;
    overflow   : hidden;
    z-index: 1;
}

.fader .slide {
    position: absolute;
    width   : 100%;
    height  : 100%;
    top     : 0;
    z-index : 1;
    opacity : 0;
}

.fader img.slide {
    height: auto;
}

.fader .prev,
.fader .next {
    position   : absolute;
    height     : 80px;
    line-height: 55px;
    width      : 50px;
    font-size  : 100px;
    text-align : center;
    color      : #fff;
    top        : 50%;
    left       : 0;
    z-index    : 4;
    margin-top : -25px;
    cursor     : pointer;
    opacity    : .7;
    transition : all 150ms;
}

.fader .prev:hover,
.fader .next:hover {
    opacity: 1;
}

.fader .next {
    left : auto;
    right: 0;
}

.fader .pager_list {
    position   : absolute;
    width      : 100%;
    height     : 40px;
    padding    : 0;
    line-height: 40px;
    bottom     : 0;
    text-align : center;
    z-index    : 4;
}

.fader .pager_list li {
    display      : inline-block;
    width        : 10px;
    height       : 10px;
    margin       : 0 7px;
    background   : #fff;
    opacity      : .7;
    text-indent  : -9999px;
    border-radius: 999px;
    cursor       : pointer;
    transition   : all 150ms;
}

.fader .pager_list li:hover,
.fader .pager_list li.active {
    width: 30px;
    border-radius: 4px;
    opacity: 1;
}
/* 头部轮播样式 */



.content{
	background: #f9f9f9;
	display: flex;
	justify-content: center;
	padding: 30px 0 100px 0;
}
	
.re_wrap{
	width: 1200px;
	
	
	border: 1px solid #dddddd;
	background: #fff;
	
	padding: 0 30px;
}
.item{
	margin: 20px 0;
}
.item .ti_d{
	color: #999999;
	font-size: 17px
}
.item .ti_name{
	display: flex;
	justify-content: space-between;
	margin-top: 10px
}
.item .ti_name .left{
	color: #333;
	font-size: 21px
}
.item .ti_name .right{
	color: #999999;
	font-size: 17px;
}
.item .ti_check{
	display: flex;
	justify-content: space-between;
	margin-top: 20px
}
.item .ti_check .left{
	color: #24a5ff;
	font-size: 17px;
	cursor: pointer
}
.item .ti_check .right{
	color: #999999;
	font-size: 17px;
}
.lt_1{
	background: #f0f0f0;
	height: 1px;
	margin-top: 20px
}

.item .ti_check .c_hide{
	display: none
}


.show_wrap{
	margin-top: 20px;
	display: none
}
.ti_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center
}
.ti_wrap .left{
	width: 10%;
	color: #333333;
	font-size: 21px;
	font-weight: 600
}
.ti_wrap .right{
	height: 1px;
	background: #f0f0f0;
	width: 90%
}



.show_wrap .c_des{
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
   .ti_wrap{
       flex-wrap: wrap;
   }
   .ti_wrap .left{
       width: 100%;
   }
   .ti_wrap .right{
       width: 100%;
   }
   .c_des img{
       width: 100%;
   }
}