@charset "utf-8";
a:focus {
    outline: none;
}
.tw-cate-list {
    margin-left: 20px;
    width: 860px;
    background: #FFFFFF;
    padding: 0px 10px;
}
.tw-cate-list .tw-cate-list-location {
    background: url(model-4_res/home.png) left 13px no-repeat;
    height: 40px;
}
.breadcrumb li + li::before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}
ol.breadcrumb {
    background: #fff url(model-4_res/home.png) left center no-repeat;
    list-style: none;
    padding-top: 6px;
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-left:25px;
}
ol.breadcrumb li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    display:inline;
    font-size: 12px;
}
ol.breadcrumb li a {
    color: #999;
}
ol.breadcrumb li a:hover {
    color: #DB0100;
}
.tw-cate-list .tw-cate-list-item {
    min-height: 600px;
    margin-top: 10px;
}
.tw-cate-list .tw-cate-list-item li {
    border-bottom: 1px dashed #ccc;
    padding: 0px 15px;
    background: url(model-4_res/dian-tw.png) left 15px no-repeat;
    transition:padding-left 0.3s;
    -moz-transition:padding-left 0.3s; /* Firefox 4 */
    -webkit-transition:padding-left 0.3s; /* Safari and Chrome */
    -o-transition:padding-left 0.3s; /* Opera */
}
.tw-cate-list .tw-cate-list-item li:hover {
    padding-left: 20px;
}
.tw-cate-list .tw-cate-list-item li a:hover>.tw-cate-list-item-title {
    color: #DB0100;
}
.tw-cate-list .tw-cate-list-item-title {
    color: #666;
    font-size: 14px;
    line-height: 35px;
}
.tw-cate-list .tw-cate-list-item-date {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 35px;
}
#pagerx ul.pages {
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 0px;
    height: 35px;
    padding: 0;
}
#pagerx ul.pages li {
    list-style: none;
    float: left;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 0 6px 0 0;
    color: rgb(102, 102, 102);
}

#pagerx ul.pages li:hover {
    border: 1px solid #DB0100;
    color:#DB0100;
}

#pagerx ul.pages li.pgEmpty {
    border: 1px solid #eee;
    color: #eee;
}
#pagerx ul.pages li.page-number{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
#pagerx ul.pages li.pgNext {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}
#pagerx ul.pages li.pgCurrent {
    border: 1px solid #DB0100;
    color: #fff;
    font-weight: 700;
    background-color: #DB0100;
}
.tw-article-content-title {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.tw-article-content-info {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.tw-article-content-article {
    padding: 10px;
    color: #666;
    line-height: 25px;
    font-size: 16px;
    text-indent: 2em;
    min-height: 500px;
}
.tw-article-content-article p {
    padding: 10px;
    color: #666;
    line-height: 25px;
    font-size: 16px;
    text-indent: 2em;
}
.article-link {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.article-link a {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}
.article-link a:hover {
    color: #DB0100;
}