﻿*{
  margin: 0;
  padding: 0;
}

/*公共部分 --- start*/
/*标题*/
.news{
  width: 100%;
}
.news .title{
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ececec;
  display: flex;
  flex-direction: row;
}
.news .title h3{
  font-size: 18px;
  color: #317AC9;
  position: relative;
}
.news .title h3::before{
  content: '';
  width: 100%;
  height: 2px;
  background: #317AC9;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.news .title a{
  font-size: 14px;
  color: #999999;
  margin-left: auto;
  text-decoration: none;
}
/*列表内容*/
.news .content .news-list{
  width: 100%;
  display: flex;
}
.news .content .news-list a{
  width: 100%;
  color: inherit;
  font-size: 16px;
  line-height: 45px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-sizing: border-box;
}
.news .content .news-list a::before{
  content: '';
  width: 4px;
  height: 4px;
  background: #999999;
  position: absolute;
  top: 20.5px;
  left: 0;
}
.news .content .news-list .list{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .content .news-list .source{
  display: none;
}
.news .content .news-list .date{
  width: 100px;
  color: #999999;
  font-size: 14px;
  text-align: right;
}
/*公共部分 --- end*/
.main .container{
  width: 1200px;
  margin: 0 auto;
}
.main .container .left{
  width: 750px;
  height: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.main .container .right{
  width: 450px;
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.main .sliders{
  width: 100%;
  height: 500px;
  padding: 40px 0 30px;
  background: #F7F7F7;
  box-sizing: border-box;
}
.main .sliders .container {
  background: #ffffff;
}
.main .sliders .container .sliders-content {
  width: 100%;
  height: 430px;
  display: flex;
  flex-direction: row;
}
.main .sliders .container .sliders-content .right {
  padding-right: 15px;
}
.main .sliders .container .slider{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .sliders .container .slider-list a{
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.main .sliders .container .slider-list img{
  width: 100%;
  height: 100%;
}
.main .sliders .container .slider-list .text{
  width: 100%;
  height: 85px;
  color: #ffffff;
  padding: 0 150px 0 15px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .sliders .swiper-pagination{
  width: 120px;
  height: 85px;
  line-height: 85px;
  position: absolute;
  right: 15px;
  left: auto;
  bottom: 0;
}
.main .sliders .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.67);
}
.main .sliders .swiper-pagination .swiper-pagination-bullet-active{
  background: #89BFD9;
}
.main .container .link-content{
  width: 100%;
  height: 115px;
  margin: 30px 0 10px;
  display: flex;
  flex-direction: row;
}
.main .container .link-content a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
  background: #2FBCCFFF;
  text-decoration: none;
  padding: 0 150px 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background: url("../img/jyw.png") no-repeat;
}

.main .container .link-content .right a{
  background: #3382D6;
  background: url("../img/zlxz.png") no-repeat;
  
}

.main .container .news-content{
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
}
.main .container .news-content .half{
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.main .container .contact-data{
  width: 100%;
  height: 115px;
  color: #ffffff;
  margin: 10px 0 30px;
  padding: 25px 30px 25px 150px;
  background: url("../img/lxdz.png") no-repeat bottom right #2084BEFF;
  background-size: auto 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.main .container .contact-data::before{
  content: '';
  width: 107px;
  height: 96px;

  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.main .container .contact-data .phone{
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main .container .contact-data .phone .phone-size{
  font-size: 20px;
  font-weight: bold;
}
.main .container .contact-data span{
  width: 100%;
  height: 50%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.main .container .contact-data .phone::after{
  content: '';
  width: 1px;
  height: 85px;
  background: rgba(104,163,225,0.66);
  position: absolute;
  top: -10px;
  right: 0;
}
.main .container .contact-data .address{
  flex: 1;
}

/*响应式*/
@media screen and (max-width: 780px) {
  .main .container{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .news .title{
    height: 50px;
    line-height: 50px;
  }
  .news .title h3{
    color: #000000;
    font-size: 16px;
  }
  .news .title a{
    color: #235399;
    font-size: 12px;
  }
  .news .content .news-list a{
    padding: 0;
    font-size: 14px;
    line-height: 35px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news .content .news-list .list{
    flex: auto;
    width: 100%;
  }
  .news .content .news-list a::before{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .news .content .news-list:last-child a::before{
    display: none;
  }
  .news .content .news-list .source{
    display: block;
    font-size: 12px;
    color: #999999;
  }
  .news .content .news-list .date{
    font-size: 12px;
    margin-left: auto;
  }
  .main .sliders{
    height: auto;
    padding: 15px 0;
    background: #ffffff;
  }
  .main .sliders .container .sliders-content{
    height: auto;
    flex-direction: column;
  }
  .main .container .left{
    width: 100%;
    padding: 0;
  }
  .main .sliders .container .slider{
    height: 240px;
  }
  .main .sliders .container .slider-list .text{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 80px 0 10px;
  }
  .main .sliders .swiper-pagination{
    width: 60px;
    height: 50px;
    right: 10px;
    line-height: 50px;
  }
  .main .sliders .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 2px!important;
  }
  .main .sliders .container .sliders-content .right{
    width: 100%;
    padding: 0;
  }
  .main .container .link-content{
    height: auto;
    margin: 0 0 10px;
    flex-direction: column;
  }
  .main .container .link-content .left{
    height: 80px;
    margin-bottom: 15px;
  }
  .main .container .link-content a{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 100px 0 90px;
  }
  .main .container .link-content a::before{
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
  }
  .main .container .link-content a::after{
    width: 64px;
    height: 60px;
    right: 15px;
  }
  .main .container .link-content .right{
    width: 100%;
    height: 80px;
    padding: 0;
  }
  .main .container .link-content .right a::after{
    width: 73px;
    height: 60px;
  }
  .main .container .news-content{
    margin: 0;
    flex-direction: column;
  }
  .main .container .news-content .half{
    width: 100%;
    padding: 0;
  }
  .main .container .contact-data{
    height: auto;
    padding: 15px;
    font-size: 14px;
    flex-wrap: wrap;
    line-height: 25px;
    margin: 10px 0 15px;
  }
  .main .container .contact-data::before{
    width: 67px;
    height: 60px;
    left: auto;
    right: 15px;
    bottom: 15px;
  }
  .main .container .contact-data span{
    padding: 0;
  }
  .main .container .contact-data .phone{
    width: 50%;
  }
  .main .container .contact-data .phone::after{
    display: none;
  }
  .main .container .contact-data .phone .phone-size{
    font-size: 16px;
  }
  .main .container .contact-data .address{
    margin-top: 10px;
    padding-right: 75px;
  }
}