a:hover {
    color: #bc2931;
    text-decoration: underline;
    cursor: pointer
}

.listview .news_li {
    position: relative;
    padding: 30px 0px 30px 0px;
    width: auto;
    border-bottom: 1px solid #f0f0f0;
    color: #666666;
    zoom: 1;
}

.listview .news_li:hover {
    background-color: #f8f8f8;
}

.listview .news_li:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.listview .news_li .news_info2 {
    font-size: 13px;
    color: #999;
    line-height: 36px;
    height: 36px;
}

.listview .news_li .author {
    cursor: text;
    color: #01a5c2;
    margin-right: 15px;
}

.listview .news_li .author:hover {
    text-decoration: none;
}

.listview .news_li .news_tu {
    float: left;
    margin-right: 26px;
    width: 192px;
    height: 120px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #f8f8f8;
}

.listview .news_li .news_tu img {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.listview .news_li:hover .news_tu img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.listview .news_li h2 {
    margin-top: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}

.listview .news_li h2 a:visited {
    color: #999;
}

.listview .news_li p {
    color: #808080;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 10px 0;
    max-height: 45px;
    overflow: hidden;
}

.txt-main {
    overflow: hidden;
}

.news_li_other .txt-main h2 {
    max-width: 700px;
}

.news_li_other .txtbox_no_author .txt-main h2 {
    max-width: none;
}

.news_li_other .txtbox {
    margin-left: 0;
}

.listview .news_li_other .news_tu {
    display: none;
}

.txtbox {
    margin-left: 220px;
}

.txtbox-inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.listview .news_li:hover p {
    color: #777;
}

.pagination a {
    color: #f45454;
}

.pagination a:hover {
    color: #f45454;
}
