body {
    background: #fff;
}
.main_box {
    margin: 0 auto;
    width: 1160px;
    min-height: 650px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 10px #d8d8d8;
}
.art_menu {
    float: left;
    padding: 0;
    width: 220px;
}
.art_menu p {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: left;
    text-indent: 15px;
    background: #137bbd;
    color: #fff;
}
.art_menu ul {
    border: 1px solid #dbdbdb;
}
.art_menu ul li {
    height: 40px;
    line-height: 40px;
    text-indent: 25px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.art_menu ul li:last-child {
    border-bottom: 0 !important;
}
.art_menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    background: url(article_index_res/dot_grey.png) no-repeat 15px 18px;
}
.art_menu ul li a:hover {
    color: #137bbd;
    background: url(article_index_res/dot_green.png) no-repeat 15px 18px;
    background-color: #f6f9fe !important;
}
.ct_name_checked {
    color: #137bbd !important;
    background: url(article_index_res/dot_green.png) no-repeat 15px 18px !important;
}
.art_rbox {
    float: right;
    width: 900px;
}
.art_site {
    height: 44px;
    font-size: 15px;
    color: #aaa;
    border-bottom: solid 1px #137bbd;
    margin-bottom: 10px;
}
.site_left {
    display: inline-block;
    padding-top: 20px;
    height: 24px;
    line-height: 24px;
}
.site_right {
    float: right;
    cursor: pointer;
    padding-top: 20px;
    height: 24px;
    line-height: 24px;
}
.site_right:hover {
    color: #137bbd;
}
.art_title {
    font-size: 24px;
    line-height: 50px;
    color: #137bbd;
    font-weight: bold;
    text-align: center;
}
.art_list {
    clear: both;
    overflow: hidden;
    margin: 0;
}
.art_list ul li {
    height: 40px;
    color: #aaa;
    font-size: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.art_list ul li a {
    float: left;
    width: 750px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    height: 40px;
    padding-left: 24px;
}
.art_list ul li:hover {
    background-color: #f1f1f1;
    color: #137bbd;
}
.art_list ul li:hover a {
    background:url(article_index_res/dot_green.png) no-repeat 8px center;
    color:#137bbd !important;
}
.art_list a:link, .art_list a:visited {
    background: url(article_index_res/dot_grey.png) no-repeat 8px center;
    color: #333;
}
.art_list ul li span {
    float: right;
    color: #2a2a2a;
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.possplit {
	background: none;
    color: #aaa;
    text-indent: 0px;
    width: 18px;
    margin: 0 2px;
}
.site_left a {
    color: #aaa;
}
li.header_nav_li.i.selected {
    background: #0c5494;
}