a{
	text-decoration: none;
	color: black;
}

.w61_more{
    opacity: 0;
}

a:hover{
	color: #1a6eaa;
}

li{
	list-style: none;
}
/* 左侧竖线 */
.content .wp_article_list {
    display: block;
    width: 100%;
	border-left:1px solid #e6e6e6;
}
.contentone .wp_article_list {
    display: block;
    width: 100%;
	border-left:1px solid #e6e6e6;
}
.call .wp_article_list {
    display: block;
    width: 100%;
	border-left:1px solid #e6e6e6;
}
/* 小橙点 */
.content .wp_article_list .list_item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    position: relative;
}
.content .wp_article_list .list_item::before {
    content: "";
    float: left;
    position: absolute;
    top: 13px;
    left: -5.5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ff9000;
}
.contentone .wp_article_list .list_item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    position: relative;
}
.contentone .wp_article_list .list_item::before {
    content: "";
    float: left;
    position: absolute;
    top: 13px;
    left: -5.5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ff9000;
}
.call .wp_article_list .list_item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    position: relative;
}
.call .wp_article_list .list_item::before {
    content: "";
    float: left;
    position: absolute;
    top: 13px;
    left: -5.5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ff9000;
}
/* 清除自带点 */
.content .wp_article_list .list_item .Article_Index {
	display: none;
}
.contentone .wp_article_list .list_item .Article_Index {
	display: none;
}
.call .wp_article_list .list_item .Article_Index {
	display: none;
}
/* 清除自带底边 */
.content .wp_article_list .list_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
}
.contentone .wp_article_list .list_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
}
.call .wp_article_list .list_item .Article_Index {
	display: none;
}
/* 列表内边距 */
.content .wp_article_list .list_item .Article_Title {
    float: left;
    padding-left: 6px;
}
.contentone .wp_article_list .list_item .Article_Title {
    float: left;
    padding-left: 6px;
}
.call .wp_article_list .list_item .Article_Title {
    float: left;
    padding-left: 6px;
}
.nav-item a{
	transition: all 0.4s ease-in-out;
}

.wp_nav .sub-nav {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 200;
    visibility: hidden;
    border: none;
    border-top: none;
}

.content .wp_article_list .list_item::before:hover {
    background-color:#1a6eaa;
}