﻿    .tab_switch {

    }
    /*.leftContent img:hover {box-shadow: 1px 1px 5px green;}*/
    .tab_switch ul{
     background:#eee;
     height:35px;
     text-align:center;
    }
    .tab_switch ul li{
        float:left;
        width:120px;
        line-height:26px;
        font-size:16px;
        padding:4px 12px;
        letter-spacing:3px;
        cursor:pointer;
    }
        .tab_switch ul li div {
            position: relative;
            width: 0;
            height: 0;
            left: 10%;
            /* bottom: -10px; */
            border: #fff solid 5px;
            border-top: #08b143 solid 5px;
            margin-left: 45px;
            margin-top: 4px; 
            display:none;          
        }
    .check {
        background: #08b143;
        color: #fff;    
        height:26px;  
    }
     .noting {
        color: #13c281;
        font-size: 15px;
        text-align: center;
    }

    .imge {
        float: left;
        padding: 10px;
        height: 130px;
        width:200px;
        padding-left:0;
    }

    .mainContent {
        height: 150px;
        border-bottom: 1px solid #ddd;
        padding-top:10px;
        padding-bottom:10px;
    }

    #dataList a {
        max-width: 900px;
    }

    .leftContent {
        float: left;
        width: 32%;
    }

        .leftContent label {
            width: 66%;
        }

    .rightcontent {
        float: left;
        width: 67%;
        padding-top:10px;
    }
        .rightcontent a div {
            padding: 5px;
            line-height: 30px;
            font-size: 18px;
            height: 30px;
            width: 462px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
    .shortmes {
        font-size: 16px;
        height: 60px;
        width: 462px;
        overflow: hidden;
        text-overflow: ellipsis;     
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height:1.75;
        color:#888;
    }
    .moreinfo {
        font-size: 16px;
        color: #fea182;
    }
@media screen and (min-width:1440px) {
    .rightcontent a div{
         width: 542px;
    }
    .shortmes{
         width: 542px;
    }
    .tab_switch ul li{
        width:140px;
        font-size:18px;
        line-height:28px;
    }
    .check{
        height:28px;
    }
    .tab_switch ul li div{
        margin-left:55px;
    }
    .tab_switch ul{
        height:36px;
    }
}
