.mltx{
    width: 100%;
    height: auto;
    background: url(../images/mltx_01.jpg) bottom center no-repeat;
    background-size: 100% auto;
    background-color: #6792de;
    overflow:auto;
}
.mltx::after { 
    content: ""; 
    display: inline-block; 
    clear: both; 
  }
.mltx h3{
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: 600;
    color: white;
    padding: 3% 0 3% 0;
    margin: 0 auto;
    max-width: 442px;
    text-align: center;
    background: url(../images/mltx_02.png) center center no-repeat;
}
.mltx_l{
    width: 45%;
    float: left;
}
.mltx_r{
    width: 55%;
    float: left;
}
.mltx_r_t{
    position: relative;
}
.mltx_r_t p{
    color: white;
    font-size: 19px;
    line-height: 1.8em;
    text-indent: 2em;
    width: 91%;
}
.mltx_r_t a{
    background: #1e50ae;
    color: white;
    border-radius: 5px;
    font-size: 17px;
    margin: 0 0 0 2%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    padding: 0 1.5%;
    text-indent:0;
    position: absolute;
}
.mltx_r_t a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #1b499f7a;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0); 
    opacity: 0;
    pointer-events: none;
  }
  .mltx_r_t a:hover::after {
    animation: ripple 0.8s ease-out;
  }
  @keyframes ripple {
    from {
      transform: translate(-50%, -50%) scale(0);
      opacity: 1;
    }
    to {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
  }
.mltx_r_b{
    overflow:auto;
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
    width: 92%;
}
.mltx_r_b a{
    background-color: #1e50ae;
    color: white;
    border-radius: 5px;
    font-size: 17px;
    padding:1% 6%;
}
.yhtx{
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-color: #f7f7f7;
    overflow:auto;
    padding-bottom: 3%;
}
.yhtx::after { 
    content: ""; 
    display: inline-block; 
    clear: both; 
  }
.yhtx h3{
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: 600;
    color: #2e6ddd;
    padding: 3% 0 3% 0;
    margin: 0 auto;
    max-width: 442px;
    text-align: center;
    background: url(../images/mltx_04.png) center center no-repeat;
}
.yhtx_m{
    margin:0 auto;
    max-width: 1440px;
}
.yhtx_m_l{
    width: 67%;
    float: left;
    background: white;
    padding: 0.5%;
}
.yhtx_m_l video{
    width: 100%;
}
.yhtx_m_r{
    width: 31%;
    float: right;
}
.yhtx_m_r_t{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edf3fb;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}
.tit {
    font-size: 20px;
    font-weight: 600;
    color: #2e6ddd;
    margin: 0;
}
.more-link {
    font-size: 14px;
    color: #2e6ddd;
    text-decoration: none;
    font-weight: 600;
}
.yhtx_m_r_b{
    background: white;
    width: 95%;
    padding: 4% 0 0 4.8%;
}
.yhtx_news{
    overflow: auto;
    padding: 1% 0;
}
.yhtx_news::after { 
    content: ""; 
    display: inline-block; 
    clear: both; 
  }
.yhtx_news_t{
    margin: 0 0 4% 0;
  }
.yhtx_news_t a:hover{
    color: #c40000;
}
.yhtx_news_img{
    width: 50%;
    float: left;
}
.yhtx_news_img img{
    border-radius: 5px;
}
.yhtx_news_wrap{
    width: 46%;
    float: right;
}
.news_summary{
    margin-bottom: 7%;
}
.news_summary a{
    font-size: 14px;
    color: #666666;
}
.yhtx_news_wrap span{
    font-size: 14px;
    color: #999999;
    float: left;
    margin-top: 2.3%;
}
.news_group_wrap{
    background: hsla(0,0%,60%,.15);
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    margin: 0 0 0 6%;
    padding: 0 10px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.tstx{
    width: 100%;
    height: auto;
    background: url(../images/mltx_01.jpg) bottom center no-repeat;
    background-size: 100% auto;
    background-color: #6792de;
    overflow:auto;
}
.tstx h3{
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: 600;
    color: white;
    padding: 3% 0 3% 0;
    margin: 0 auto;
    max-width: 442px;
    text-align: center;
    background: url(../images/mltx_02.png) center center no-repeat;
}
