.my-link{
	width: 100%;
	height: 50px;
	min-width: 1171px;
	background: #f7eed9;
}
.my-link .link-content{
	width: 1171px;
	height: 100%;
	line-height: 50px;
	color: #333333;
	margin: 0 auto
}
.my-link .link-content div.first{
	width: auto;
	float: left;
	font-size: 15px;
	background:url(../my-img/link.png) left center no-repeat;
       padding:0 0 0 30px;
      font-weight:bold;
}
.my-link .link-content div.second{
	width: auto;
	float: left;
	padding-left: 20px;
}
.my-link .link-content div.second a{
	display: block;
	width: auto;
	height: 100%;
	line-height: 50px;
	color: #333333;
	cursor: pointer;
	margin-right: 15px;
	font-size: 14px;
float:left;
}


.my-news{
	width: 100%;
	min-width: 1171px;
	height: auto;
	overflow: hidden;
	padding: 35px 0 50px 0;
	box-sizing: border-box;
}
.my-news .content{
	width: 1171px;
	margin:0 auto;
	/*display: flex;
	justify-content: space-between;*/
}
.my-news .content .left{
	width: 475px;
	float: left;
}
.my-news .content .left .header{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	box-sizing: border-box;
	border-bottom: 3px solid #cccccc;
}
.my-news .content .left .header .title{
	font-size: 23px;
	float: left; 
	font-weight: bold;
}
.my-news .content .left .header .title span{
	color: #9c0c15;
}
.my-news .content .left .header .title2{
	font-size: 17px;
	float: left; 
	color: #cccccc;
	padding: 5px 0 0 5px;
	box-sizing: border-box;
}
.my-news .content .left .header .more{
	color: #878787;
	font-size: 12px;
	float: right;
	padding: 5px 0 0 0;
	box-sizing: border-box;
}
.my-news .content .left .header .more a{
	color: #878787;
	cursor: pointer;
}
.my-news .content .left .list{
	width: 100%;
	padding: 30px 0 0 0;
	box-sizing: border-box;
}
.my-news .content .left .list .content{
	width: 100%;
	height: 81px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding:10px 0  15px 0;
	box-sizing: border-box;

}
.my-news .content .left .list .content .left{
	width: 62px;
	height: 55px;
	float: left;
	border:1px solid #cccccc;
	box-sizing: border-box;
}
.my-news .content .left .list .content .left .top{
	width: 100%;
	height: 29px;
	line-height: 29px;
	font-size: 19px;
	color: #FFFFFF;
	background: #9c0c15;
	text-align: center;
}
.my-news .content .left .list .content .left .bottom{
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.my-news .content .left .list .content .right{
	width: calc(100% - 75px);
	height: 100%;
	float: right;
	font-size: 15px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.my-news .content .left .list .content .right a{
	display: block;
	width: 100%;
}
.my-news .content .left .list .content .right a{
	color: #333333;
}
.my-news .content .right{
	width: 630px;
	float: right;
}
.my-news .content .right .header{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	box-sizing: border-box;
	border-bottom: 3px solid #cccccc;
}
.my-news .content .right .header .title{
	font-size: 23px;
	float: left; 
	font-weight: bold;
}
.my-news .content .right .header .title span{
	color: #9c0c15;
}
.my-news .content .right .header .title2{
	font-size: 17px;
	float: left; 
	color: #cccccc;
	padding: 5px 0 0 5px;
	box-sizing: border-box;
}
.my-news .content .right .header .more{
	color: #878787;
	font-size: 12px;
	float: right;
	padding: 5px 0 0 0;
	box-sizing: border-box;
}
.my-news .content .right .header .more a{
	color: #878787;
	cursor: pointer;
}
.my-news .content .right .list{
	width: 100%;
	padding: 30px 0 0 0;
	box-sizing: border-box;
}
.my-news .content .right .list .content{
    width: 100%;
    height: 81px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 15px 0;
    box-sizing: border-box;
}
.my-news .content .right .list .content .left{
	width: 80px;
	height: 55px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
}

.my-news .content .right .list .content .left .top{
	width: 100%;
	height: 29px;
	line-height: 29px;
	font-size: 22px;
	color: #9c0c15;
	text-align: center;
}
.my-news .content .right .list .content .left .bottom{
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #333333;
	text-align: center;
}
.my-news .content .right .list .content .right{
	width: calc(100% - 100px);
	height: 100%;
	float: right;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}
.my-news .content .right .list .content .right div{
	width: 100%;
	height: 50%;
	float: left;
}
.my-news .content .right .list .content .right div:nth-child(1){
	font-size: 15px;
	color: #333333;
}
.my-news .content .right .list .content .right div:nth-child(2){
	font-size: 13px;
	color: #878787;
}
.my-news .content .right .list .content .right div:nth-child(1) a{
	font-size: 15px;
	color: #333333;

	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}
.my-news .content .right .list .content .right div:nth-child(2) a{
	font-size: 13px;
	color: #878787;

	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}