@charset"utf-8";
.content{
  padding: 0  0 35px;
}
.common-title a {
    color: #4293E4;
    font-weight: bold;
    padding: 0 12px;
}

.lead-content .left{
  width: 307px;
}
.top-title p{
  width: 100%;
  height: 84px;
  line-height: 84px;
  background: #4293E4;
  
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.top-title i{
  display: block;
  width: 100%;
  height: 8px;
  background: #9DCBF9;
}
.lead ul li{
  margin-top: 20px;
}
.lead ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0  0 56px;
  position: relative;
}

.lead ul li a .position{
  position: absolute;
  width: 50%;
  right: 0;
}
.lead ul .first-lead{
  width: 100%;
  height: 65px;
  background: linear-gradient(176deg, #4293E4, #9DCBF9);
  color: #fff;
}
.lead ul .first-lead a{
  font-size: 18px;
  font-weight: bold;
}
.lead ul .other-lead{
  width: 100%;
  height: 65px;
  background: #EBF5FF;
  border: 1px solid #4293E4;
  font-size: 18px
}
.lead ul .other-lead .name{
  color: #333;
  font-weight: bold;
}
.lead ul .other-lead .position{
  color: #999;
}
.lead-content .right{
  width: 847px;
}
.lead-content .right .person-box{
  width: 151px;
  height: 189px;
  margin:0 auto 24px;
}

.lead-content .lead-position {
    text-align: center;
}
.lead-content .lead-position span{
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}
.lead-container{
    margin-top: 70px;
}

.lead-container .lead-txt{
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 38px;
}
.news {
    width: 100%;
}

.news-list li a {
    width: auto;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .content {
      padding: 0 .3rem .5rem;
  }
  .common-title{
    position: relative;
  }
  .common-title>a {
  padding: 0 .3rem;
}

.two-menu{
	position: absolute;
	right: 0;
	top: 0.44rem;
	width: 3.07rem;
	z-index: 99;
}
.two-menu ul {
		width: 100%;
    border: 1px solid #4293E4;
}
.two-menu ul li{
	line-height: .65rem;
	background-color: #EBF5FF;
  position: relative;

}
.two-menu ul li::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .02rem;
  background: linear-gradient(176deg, #4293E4, #9DCBF9, #42D3E4);
}
.two-menu ul li a{
	display: block;
	font-size: .22rem;
	font-weight: normal;
  color: #333333;
  padding-left: .4rem;
}
.two-menu ul li a .name{
  font-weight: bold;
}
.two-menu ul li a .position{
  position: absolute;
  width: 56%;
  right: 0;
  color: #999;
}
.lead-content .right{
  width: 100%;
}


.lead-content .right .person-box{
    width:2.22rem;
    height: 2.77rem;
    margin:.5rem auto .36rem;
}

.lead-content .lead-position span{
    font-size: .26rem;
    color: #333;
    margin-right: .6rem;
}
.lead-content .lead-position span:last-child{
    margin-right: 0;
}
.lead-container{
    margin-top: .39rem;
}

.lead-container .lead-txt{
    margin-top: .28rem;
    margin-bottom: .6rem;
    line-height: 2;
}


.lead-container .desc3 .news-list ul li {
  padding-left: .18rem;
}
.news-list li a {
    width: 70%;
    display: inline-block;
    padding-left: 0;
}
}