@charset "utf-8";
/* CSS Document */
.ssw-main{
	padding-top: 58px;
	padding-bottom: 80px;
	color: #1a1a1a;
	background-color: #FFFAF7;
	overflow: hidden;
}
.ssw_list{
/*	overflow: hidden;*/
/*	padding: 10px;*/
}

.ssw_list li a{
	transition: all 0.4s;
}

.ssw_list li a:hover{
	color: #016ab9;
}

.ssw_list ul{
/*	margin-right: -50px;*/
}

.ssw_list li{
	width: 440px;
	background-color: #ffffff;
	margin-right: 40px;
	margin-bottom: 30px;
	padding: 15px 15px;
	font-size: 20px;
	line-height: 1.5;
	float: left;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 0px 13px 0px rgb(255 59 0 / 5%);
	transition: all 0.3s;
	border: 1px #ffeee1 solid;
}
.ssw_list li:nth-child(3n){
	margin-right: 0;
}
.ssw_list li:hover {
	box-shadow: 0px 0px 13px 0px rgb(255 59 0 / 35%);
}
.ssw_list li .imgs {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 176px;
	border-radius: 10px;
}
.ssw_list li p {
	padding: 10px 10px 0 10px;
}

.weizhi{
	line-height: 1.6;
	font-size: 18px;
	color: #ae0605;
	margin: 30px 0 32px;
}
.weizhi a{
	display: inline-block;
	border-bottom: 2px solid rgba(174,6,5,0);
}
.weizhi a:hover{
/*	text-decoration: underline;*/
	border-bottom-color: rgba(174,6,5,1);
}
/*细览*/
.ssw_con{
	padding-bottom: 80px;
	color: #1a1a1a;
	background-color: #FFFAF7;
	overflow: hidden;
}
.conBox{
	box-sizing: border-box;
	padding: 40px 35px;
	background: #fff;
	box-shadow: 0 0 13px 0 rgb(241 232 217 / 35%);
}
.con_bk{
	border: 1px solid #f4e8db;
	padding: 60px 100px;
}
.Con_title{
	border-bottom: 1px solid #ecdfd2;
	margin-bottom: 40px;
}

.Con_bt{
	text-align: center;
	font-size: 44px;
	line-height: 1.5;
	font-weight: normal;
	padding: 0 70px;
	margin-bottom: 30px;
}

.con_nr{
	font-size: 16px;
}
.con_nr * {
	/* line-height: 2 !important; */
	line-height: 1.8;
}
.con_nr p{
/*	text-indent: 2em;*/
	/* margin: 0 0 1em !important; */
	border: 0 ;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
/*	text-indent: 2em;*/
}
.con_nr img {
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.con_nr .img_t{
	font-size: 18px;
	color: #707070;
}
.con_info{
	color: #63717f;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 10px;
}
.con_info_l{
	float: left;
}
.con_info_l li{
	float: left;
	margin-right: 40px;
}
.con_info_l li img{
	vertical-align: middle;
	width: 22px;
	margin-right: 8px;
	margin-top: -1px;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	float: right;
}
.con_info_r li{
	float: left;
	margin-left: 30px;
}
.con_info_r:last-child{
	margin-left: 0;
}
.con_info_r li img{
	vertical-align: middle;
	margin-right: 8px;
	width: 22px;
	margin-top: -1px;
}
.print{
	cursor: pointer;
}
.font_size{

}
.font_size span{
	margin-right: 5px;
	padding: 4px 7px 5px;
	border-radius: 4px;
	cursor: pointer;
}
.font_size span.active{
	font-weight: bold;
	color: #fff;
	background: #ae0605;
}


/*分享图标*/
.con_fx_icon{
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 5px;
	background: center center no-repeat rgba(174, 6, 5, .15);
	background-size: 85% 85%;
	
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.con_fx_icon:hover{
	background-color: rgba(174, 6, 5, 1);
}
.con_fx_icon_1{
	background-image: url(gt_202605_ssw_qz.png);
}
.con_fx_icon_2{
	background-image: url(gt_202605_ssw_wx.png);
}
.con_fx_icon_3{
	background-image: url(gt_202605_ssw_wb.png);
}

@media screen and (max-width: 1440px){
	.ssw-main{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.ssw_list{
		
	}
	.ssw_list li{
		width: 315px;
		height: 217px;
		margin-right: 27px;
		padding: 10px 10px;
		font-size: 16px;
	}
	.ssw_list li .imgs {
		height: 133px;
	}
	.ssw_list li p {
		padding: 10px 10px 0 10px;
	}

	.weizhi{
		font-size: 13px;
		margin: 30px 0 32px;
	}
	.weizhi a{
		border-bottom-width: 1px;
	}
	/*细览*/
	.ssw_con{
		padding-bottom: 50px;
	}
	.conBox{
		padding: 28px 25px;
	}
	.con_bk{
		padding: 48px 70px;
	}
	.Con_title{
		margin-bottom: 30px;
	}

	.Con_bt{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.con_nr *,
	.con_nr{
		font-size: 14px;
	}
	.con_nr .img_t{
		font-size: 14px;
	}
	.con_info{
		font-size: 14px;
		line-height: 3;
	}
	.con_info_l li{
		margin-right: 30px;
	}
	.con_info_l li img{
		width: 18px;
	}
	.con_info_r li img{
		width: 18px;
	}
	.font_size span{
		padding: 2px 5px 4px;
	}
	/*分享图标*/
	.con_fx_icon{
		width: 26px;
		height: 26px;
	}
}

