.welcome-text-section .welcome-container{
  max-width:1090px;
  margin:0 auto;
  display:flex;
}
.welcome-text-section .welcome-container h2{
    color: #493C8C;
    font-family: 'Maven Pro', sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    margin:0;
    padding:0
}
.welcome-text-section .welcome-container .left-welcome-content{
   width:58%;
   padding-right: 80px;
}
.welcome-text-section .welcome-container .welcome-right-content{
   width:42%;
}
.welcome-text-section .welcome-right-content ul{
  display:flex;
  margin:0;
  padding:0;
  flex-wrap: wrap;
}
.welcome-text-section .welcome-right-content ul li{
    font-size: 14px;
    line-height: 28px;
    font-size: 14px;
    line-height: 28px;
    padding: 0px 0 1px 28px;
    width:50%;
}
.welcome-text-section .welcome-right-content ul li a{
    color: #353535;
    text-decoration:none;
      font-size: 14px;
}
.welcome-text-section .welcome-right-content ul li::before {
    content: '';
    background: url(/template/b3bfa779/images/bullet.png) no-repeat !important;
    background: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
}
.welcome-text-section .welcome-container .read-more-btn a {
    background: url(/template/b3bfa779/images/readmore_bg.png) repeat-x scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    padding: 0px 18px;
    height: 32px;
    line-height: 32px;
    text-decoration:none;
}
.welcome-text-section .welcome-container .read-more-btn a:hover {
    background: url(/template/b3bfa779/images/readmore_bg.png) repeat-x scroll 0 bottom transparent;
}

.welcome-text-section .welcome-right-content ul li a:hover{
   color:#febc50;
}
