/*��Ҫ��ʽ*/

.wp_article_list_table tr {
    float: left;
    width: 200px;
    font-family: Roboto-Regular;
    color: #333333;
    padding-left: 40px;
    line-height: 40px;
}

.wp_article_list_table tr a {
    color: #333333;
}

.wp_article_list_table tr a:hover {
    color: #003f88;
}

.sublist_title {
    /* background: url(/_upload/tpl/03/f0/1008/template1008/images/te.jpg) no-repeat left; */
    height: 26px;
    /* width: 870px; */
    width: 100%;
    font-size: 18px;
    color: #003f88;
    font-family: Roboto-Regular;
    margin-top: 15px;
    font-weight: bold;
    border: none;
}

.sublist_title span {
    font-size: 18px;
    font-family: Roboto-Regular;
    color: #003f88;
    padding-left: 60px;
}

.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 0px solid #C00;
    margin-bottom: 10px;
}

.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}

.wp_subcolumn_list .wp_sublist .sublist_title img {
    display: none;
}


.tearch_class {
    height: 26px;
    /* width: 870px; */
    width: 100%;
    font-size: 22px;
    color: #003f88;
    font-family: Roboto-Regular;
    margin-top: 0px;
    font-weight: bold;
    border: none;
    background-image: none;
    height: 40px;
    padding-left: 0px;
    line-height: 40px;
}


#wp_news_w8 .wp_article_list .list_item {
    float: left;
    width: 200px;
    font-family: Roboto-Regular;
    color: #333333;
    padding-left: 40px;
    line-height: 40px;
    border-bottom: none;
    list-style-type: none;
    height: 40px;
}

#wp_news_w8 ul li {
    list-style-type: none;
}

#wp_news_w8 .wp_article_list .list_item a {
    color: #333333;
}

#wp_news_w8 .wp_article_list .list_item a:hover {
    color: #003f88;
}

.wp_article_list .list_item .Article_Index {
    display: none;
}

.right_news {
    width: 870px;
    float: right;
    margin: 90px 0 30px 0;
}

.sublist_title .subcolumn-name {
    background-color: #003f88;
    color: #fff;
    padding: 8px 10px;
    font-weight: normal;
}

#wp_news_w7 .wp_sublist h3 {
    border-bottom: 2px solid #003f88;
    height: 32px;
}

.tearch_list ul li a {
    font-size: 16px;
    color: #003f88;
    text-decoration: none;
}

#wp_news_w8 .wp_article_list li a {
    font-size: 16px;
    color: #003f88;
    text-decoration: underline;
}

#wp_news_w8 .wp_article_list li .Article_Title a {
    color: #003f88;
    font-size: 16px;
}

@media screen and (max-width:500px) {
    .wp_article_list_table tr {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .wp_subcolumn_list .wp_sublist .sublist_title a{
        width:100%;
    }
    .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name{
        display: inline-block;
        max-width: 100%;
        padding: 0 10px;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}