﻿.list-other
    {
        float:left;
        background:url(images/bg.gif) rgba(202, 200, 255, 0.31);
        width:100%;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .list-content
    {
       clear: both;
        float: left;
        font-size: 14px;
        /*margin-top: 5px;*/
        padding: 5px;
        padding-top:0;
        width:520px;
    }

    .mt2
    {
        margin-top: 0px;
        float:left;
        width:100%;
       
    }
    .first
    {
            background:rgba(202, 200, 255, 0.31);
    }
    .mt2 a
    {
        font-size: 13px;
        text-decoration: none;
        color:#0830B4;
    }
    .mt2 a:hover
    {
        color:#0f0db5;
    }
    .clearfix:after
    {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .clearfix
    {
        display: block;
        width: 100%;
    }

    .mt1
    {
        margin-top: 5px;
    }
    .line1
    {
        background: none repeat scroll 0 0 #DBDBDB;
        height: 1px;
        overflow: hidden;
    }
    .icon-detail
    {
        float: right;
        padding-right: 10px;
    }

    .img130
    {
        float: left;
        margin-right: 5px;
        padding: 2px;
        height: 80px;
        width:100px;
        border: 1px solid #D8D8D8;
    }
    .art-title
    {
        font-weight:bold;

    }
    .art-des
    {
        font-size:13px;
    }
    .art-list-other
    {
        float:left;
        margin-top:20px;
        width:520px;
        border:1px solid #ccc;
    }
    .list-other span
    {
        float:left;
        clear:both;
        font-size:13px;
        /*padding-left:10px;*/
        line-height:22px;
        
    }
    .list-other span a
    {
        text-decoration:none;
        padding-left:12px;
        float:left;
        color:#08376f ;
    }
    .list-other span a:hover
    {
        color:#0f0db5;
    }
    .list-title
    {
        /*background: none repeat scroll 0 0 #b8d1eb;*/
        background:url(images/bg2.gif) rgba(202, 200, 255, 0.5);
        border-bottom: 2px solid #08376f ;
        color: #08376f ;
        padding-bottom: 5px;
        padding: 4px;
        position:relative;
        font-size:14px;
    }
    .next-list a
    {
        background: url(images/listnews_next.png) no-repeat right;
        position:absolute;
        right:0;
        top:-5px;
        padding:5px;
        /*cursor:pointer;*/
        width:24px;
        height:24px;
    }
    .back-list a
    {
        background: url(images/listnews_back.png) no-repeat left;
        position:absolute;
        right:15px;
        top:-5px;
        padding:5px;
        /*cursor:pointer;*/
         width:24px;
        height:24px;
    }
    .list-content-title
    {
        text-transform:uppercase;
        padding:5px;
        /*background: none repeat scroll 0 0 #b8d1eb;*/
        background:url(images/bg2.gif) rgba(202, 200, 255, 0.5);
        border-bottom: 2px solid #08376f ;
        color:#08376f;
        font-weight:bold;
        font-size:12px;
        /*color:rgba(202, 200, 255, 0.31)*/
    }