.responsibility{
	margin-top:88px ;
}
.responsibility .firstlist{
	display: flex;
	justify-content: space-between;
	margin-bottom: 88px;
}

.responsibility .firstlist .item{
	width: 374px;
	height: auto;
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.14);
}

.responsibility .firstlist .item .img{
	width:100%;
	height:260px;
}

.responsibility .firstlist .item .icon{
	width:100%;
	height: 45px;
	display: flex;
	justify-content:center;
	margin: 30px 0px;
}

.responsibility .firstlist .item .title{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	
}

.responsibility .firstlist .item .title .text{
	width:auto;
	font-size: 19px;
	line-height: 27px;
	color:#a87f5f;
	font-weight: bold;
	text-align: center;
}

.responsibility .firstlist .item .title .left{
	width:129px;
	height:4px;
	background: url(../images/lleftline.png) no-repeat;
	margin-top: 10px;
}

.responsibility .firstlist .item .title .right{
	width:129px;
	height:4px;
	background: url(../images/lrightline.png) no-repeat;
	margin-top: 11px;
}

.responsibility .twolist{
	margin-bottom: 88px;
	height: 661px;
}

.responsibility .twolist .mainTitle{
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 68px;
	position: relative;
}
.responsibility .twolist .mainTitle .redLine{
	position:absolute;
	left: 48%;
	bottom: -20px;
	width: 40px;
	height: 2px;
	background: #ff0001;
}

.responsibility .twolist .newsContent{
    display: flex;
	justify-content: space-between;
}	

.responsibility .twolist .newsContent .left{
	width: 554px;
}
.responsibility .twolist .newsContent .left img{
	width:100%;
}

.responsibility .twolist .newsContent .right{
	width: 646px;
	padding: 80px 40px 0px 40px;
	background:#f9f9f9;
}

.responsibility .twolist .newsContent .right ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.responsibility .twolist .newsContent .right ul li{
	padding: 0px 0px 5px 0px;
	width:100%;
	border-bottom: 1px dashed #e5e5e5;
}

.responsibility .twolist .newsContent .right ul li .contentTitle{
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 40px;
}
.responsibility .twolist .newsContent .right ul li:first-child .contentTitle{
	margin-top: 0px;
}
.responsibility .twolist .newsContent .right ul li .contentSummary{
	font-size: 12px;
	color: #8f9197;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.responsibility .twolist .newsContent .right ul li .contentTime{
	font-size: 12px;
	color: #bbbbbb;
}

.responsibility .twolist .newsContent .right .more{
	width:100%;
	display: flex;
	justify-content: center;
}

.responsibility .twolist .newsContent .right .more .txt{
	width:150px;
	font-size:14px;
	line-height: 30px;
	color:#ff0001;
	text-decoration:none;
	text-align: center;
	margin-top: 60px;
	border-bottom: 1px solid #ff0001;
}

.responsibility .threelist{
	margin-bottom: 88px;
	height: 429px;
	position: relative;
}

.mySwiper{
	position: relative;
	overflow: hidden;
}

.leftbtn{
	height: 45px;
	width: 45px;
	left:-80px;
	background: url(../images/leftarrow.png) no-repeat;
}

.rightbtn{
	height: 45px;
	width: 45px;
	right:-80px;
	background: url(../images/rightarrow.png) no-repeat;
}

.responsibility .threelist .swiper-slide {
	width: 100%;
	height: 429px;
}

 .responsibility .threelist .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
	  position: relative;
    }

 .responsibility .threelist   .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

 .responsibility .threelist .swiper-slide .title{
	 position: absolute;
	 width: 1200px;
	 height: 60px;
	 background-color: rgba(0, 0, 0, 0.5);
	 font-size: 20px;
	 color: #ffffff;
	 line-height: 60px;
	 left: 0px;
	 bottom: 0px;
	 padding-left: 20px;
	 text-align: left;
 }


.responsibility .fourlist{
	margin-bottom: 88px;
	height: 400px;
}

.responsibility .fourlist .mainTitle{
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 114px;
	position: relative;
}
.responsibility .fourlist .mainTitle .redLine{
	position:absolute;
	left: 48.5%;
	bottom: 0px;
	width: 24px;
	height: 2px;
	background: #ff0001;
}
.responsibility .fourlist .mainTitle .subTitle{
	position:absolute;
	left: 45%;
	bottom: -35px;
	font-weight: normal;
	font-size:13px;
	color:#333333;
}


.responsibility .fourlist .saylist{
	width: 100%;
	height:266px;
	margin-top: 46px;
	display: flex;
	justify-content: space-between;
}
.responsibility .fourlist .saylist .item{
	width: 346px;
	height: 280px;
	background-color: #cfae78;
	border-radius: 20px;
}

.responsibility .fourlist .saylist .item .uservag{
	width: 346px;
	height:30px;
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
	position: relative;
}

.responsibility .fourlist .saylist .item .saycontent{
	width: 346px;
	padding: 0px 30px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.responsibility .fourlist .saylist .item .whosay{
	width: 346px;
	padding: 0px 30px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-align: right;
}

.responsibility .fourlist .saylist .item .uservag img{
	width: 74px;
	height:74px;
	position: absolute;
	left:136px;
	bottom: 0px;
	border-radius: 74px;
}


