﻿
.sulotion-pc-container{
  padding:100px 0;
  position: relative;
  min-width:1200px;
}

.sulotion-pc-hd{
  text-align:center;
}

.sulotion-pc-content{
  margin-left: auto;
  margin-right:0;
  padding: 40px 0;
  position: relative;
  height: 430px;
  width:92%;
  min-width:1200px;
}

.sulotion-pc-content-item{
  width: calc((100% - 60px)/3);
  height: 382px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 6px 30px 0px rgb(134 134 134 / 30%);
  border-radius: 12px;
  margin-right: 30px;
  padding: 40px 30px;
  box-sizing: border-box;
  float: left;
}

.sulotion-pc-content-item:last-child{
  margin-right:0;
}

.sulotion-pc-content-item>div{
 overflow:auto;
}

.sulotion-pc-content-item>div>img:first-child{
 float:left;
}

.sulotion-pc-content-item>div>img:last-child{
 float:right;
}

.sulotion-pc-content-item h4{
  font-size:24px;
  font-family:microsoft yahei;
  font-weight:bold;
  color:rgba(0,0,0,1);
  line-height:72px;
  border-bottom:1px solid #bfbfbf;
}

.sulotion-pc-content-item p{
  margin-top:30px;
  font-size:18px;
  font-family:microsoft yahei;
  font-weight:400;
  color:rgba(128,128,128,1);
  line-height:30px;
}

.programbackgroud{
	background: url(/uploads/image/csdsdsdfripscommon/background.png) no-repeat;
} 


.sulotion-sf-content{
  display: flex;
  justify-content: space-between;
  padding: 45px 45px 0 45px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  height:550px;
}

.sulotion-sf-content-title{
  color: #333333;
  font-size: 36px;
  font-weight: 400;
  line-height: 64px;
}


.sulotion-sf-content ul {
  list-style-position: inside;
  padding-left: 20px;
}
 
.sulotion-sf-content ul li {
  list-style-type: disc;
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  font-family: fzlantinghei-l-gbk, fzlantinghei-l-gbk-regular;
  font-weight: 400;
}
