.ty_list_main {
    width: 78%;
    float: right;
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    min-height: 522px;
}
.ty_list_main .title {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #ebebeb;
}
.ty_list_main .title a {
    display: inline-block;
    height: 59px;
    border-bottom: 1px solid #1a69ad;
    font-size: 20px;
    color: #1a69ad;
    font-weight: bold;
    cursor: auto;
}
.msxx_menu {
    margin-top: 25px;
}
.msxx_menu ul li {
    float: left;
}
.msxx_menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 15px;
    font-size: 20px;
    color: #1a69ad;
    font-weight: bold;
}
.ty_list_main .ul_list1 {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    min-height: 380px;
}
.ty_list_main .ul_list1 li {
    line-height: 36px;
    height: 36px;
}
.ty_list_main .ul_list1 li a {
    font-size: 16px;
    color: #000;
    background: url(../images/news_icon.jpg) no-repeat left center;
    padding-left: 16px;
    float: left;
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ty_list_main .ul_list1 li a:hover{color: #1a69ad;}
.ty_list_main .ul_list1 li a i {
    display: inline-block;
    color: #1a69ad;
    margin-right: 2px;
    font-style: unset;
}
.ty_list_main .ul_list1 li span {
    float: right;
    font-size: 14px;
    color: #666;
}
.msxx_list .ty_list_main {
    width: 100%;
}
.ty_list_box{margin-bottom: 40px;}
.msxx_menu ul li.on a {
    font-weight: bold;
    color: #1a69ad;
    border-bottom: 2px solid #1a69ad;
}
@media screen and (max-width:800px){
   .ty_list_main{width: 100%;padding: 0 10px;}
   .ty_list_main .ul_list1 li{height: auto;overflow: hidden;margin-bottom: 10px;}
   .ty_list_main .ul_list1 li a{background: initial;
    padding-left: 0;
    float: inherit;
    width: auto;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
    }
   .ty_list_main .ul_list1 li span {
    float: initial;
    padding-left: 10px;
    }

}