*{
  margin: 0;
  padding: 0;
}
body{
  width: 100%;
  height: 100%;
 
}
div{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
  }
.pc-body{
  background-color: #3faaa4;
  width: 100%;
  height: 100%;
}
.content-box{
  width: 1185px;
  margin: 0 auto;
}
.content-top{
  width: 1185px;
  height: 451px;
}
.content-top img{
  width: 100%;
  height: 100%;
}
.content-center{
  width: 100%;
  background-color: #fff;
  padding: 35px 42.5px 65px 42.5px;
}

.top-box{
  height: 400px;
  padding-bottom: 35px;
  border-bottom: 2px solid #ccebe9;
}
.top-box>div:nth-child(1){
  display: inline-block;
}
.right-box{
  float: right;
}
.right-box>div{
  width: 430px;
  height: 118px;
  vertical-align: middle;
}
.right-box>div>p{
  font-size: 20px;
  line-height: 118px;
  color: #282424;
  font-weight: 600;
  padding-left: 40px;
}
.right-box>div:nth-child(1){
  background-color: #ce7db8;
}
.right-box>div:nth-child(2){
  background-color: #dfae61;
  margin-top: 5.5px;
}
.right-box>div:nth-child(3){
  background-color: #3f97aa;
  margin-top: 5.5px;
}


.column-title{
  font-size: 20px;
  line-height: 20px;
  color: #3faaa4;
  font-weight: 600;
}
.item-header{
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column-go{
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.bac-color-one{
  background-color: #df7e61;
}
.bac-color-two{
  background-color: #3faaa4;
}

.column-item{
  border-bottom: 2px solid #ccebe9;
}
.column-item:nth-last-child(1){
  border-bottom: none;
}
.item-content>div{
  float: left;
  width:260px;
  margin-right: 20px;
}
.column-one>div{
  height: 215px;
}
.item-content>div:nth-child(4n+4){
  margin-right: 0px;
}
.item-mes{
  padding-top: 10px;
}
.column-one .item-title{
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 550;
}
.column-one .item-time{
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.column-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.column-right ul{
  display: flex;
  
}
.column-right ul li a{
  color: #3faaa4;
}
.column-right ul li{
  font-size: 14px;
  line-height: 24px;
  padding: 0px 15px;
}

.column-two>div{
  height: 240px;
}
.column-two .item-title{
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 550;
}
.column-two .item-time{
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
.column-two .item-from{
  font-size: 12px;
  line-height: 24px;
  color:#df674e;
}
.item-header>div:nth-child(1)>*{
  vertical-align: middle;
}
.content-bottom{
  display: flex;
  justify-content: center;
  height: 110px;
  padding: 60px 0px 30px;
}
.content-bottom p{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 0px 20px;
}
/* phone-style */
.phone-body{
  width: 100%;
}
.phone-body .content-box{
  width: 100%;
}
.phone-body .content-top{
  width: 100%;
  height: auto;

}
.phone-body .content-center{
  width: 100%;
  background-color: #fff;
  padding: 35px 6% 65px 6%;
}
.phone-body .top-box>div{
  width: 100%;
}
.phone-body .top-box>div img{
  width: 100%;
}
.phone-body .right-box{
  float: none;
}
.phone-body .top-box{
  height: auto;
}
.phone-body .right-box>div{
  width: 100%;
  height: 150px;
}
.phone-body .right-box>div p{
  line-height: 150px;
}
.phone-body .right-box{
  margin-top: 20px;
}

.phone-body .item-content>div{
  float: none;
  margin-right: 0px;
  height: auto;
}
.phone-body .item-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phone-body .item-content>div{
  width: 49%;
}
.phone-body .item-mes{
  padding-bottom: 10px;
}
.phone-body .item-content .item-img{
  width: 100%;
}
.phone-body .item-content .item-img img{
  width: 100%;
}
.phone-body .city-ul ul{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.phone-body .city-ul ul::after {
  content: "";
  flex: auto;
}
.phone-body .city-ul ul li a{
  color: #3faaa4;
}
.phone-body .city-ul ul li{
  font-size: 19px;
  line-height: 37px;
  padding-right: 30px;
}
.phone-body .right-box>div:nth-child(2) {
  margin-top: 10px;
}
.phone-body .right-box>div:nth-child(3) {
  margin-top: 10px;
}
.phone-body .column-title{
  font-size: 25px;
}
.phone-body .column-item{
  padding-bottom: 30px;
}
.phone-body .right-box>div>p{
  font-size: 25px;
}