

.programme_anli{
  width: 100%;
  background: #F3F8FB;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 140px;
}
.programme_title{
font-size: 28px;
font-weight: bold;
color: #333333;
text-align: center;
padding-top: 78px;
}
.programme_dec{
  font-size: 20px;
font-weight: bold;
color: #666666;
text-align: center;
line-height: 45px;
padding-bottom: 21px;
margin-top: 10px;
}
.programme_menu{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.programme_menu_item{
  margin:30px 26px 0px 26px;
  width: 146px;
height: 44px;
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 5px;
font-size: 14px;
font-weight: 400;
color: #666666;
display: flex;
justify-content: center;
align-items: center;
flex: none;
cursor: pointer;
user-select: none;
}
.programme_menu_item_active{
background: #48ABFF;
border: 1px solid #48ABFF;
color: white;
}
.programme_anli_box{
  width: 1077px;
  height: 446px;
  margin: 60px auto 0 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
}
.programme_anli_mainimg{
  width: 472px;
height: 343px;
background: #ABD5F9;
flex: none;
margin-left: -112px;
}
.programme_anli_mainimg_logo{
  width: 100%;
  height: 100%;
}
.programme_anli_main{
  height: 100%;
  padding: 56px 0px 56px 36px;
  box-sizing: border-box;
  flex: auto;
  background: white;
}
.programme_anli_main_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.programme_anli_main_name{
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.programme_anli_main_row{
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.programme_anli_main_row_text1{
font-size: 18px;
font-weight: 400;
color: #333333;
}
.programme_anli_main_xian{
  width: 57px;
height: 6px;
background: #ABD5F9;
border-radius: 3px;
margin-top: 18px;
display: block;
}
.programme_anli_main_logo{
  width: 211px;
height: 64px;
background: rgba(171, 213, 249, 0.34);
border-radius: 29px 0px 0px 29px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.programme_anli_main_logo_img{
  width: 109px;
  /* height: 100%; */
}
.programme_anli_main_content{
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 27px;
margin-top:35px;
padding-right: 56px;
}
.programme_anli_btn{
  display: block;
  width: 158px;
height: 43px;
background: #20A3FF;
border-radius: 22px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
margin-top: 44px;
}
.programme_anli_content2{
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 27px;
margin-top: 19px;
padding-right: 56px;
}