﻿.screen{
    width: 100%;
    /*height: 100%;*/
}
.header {
    margin-bottom:30px;
}
.content{
    width: 92%;
    margin: 0 4%;
   
}
.zhjb{
    display: none;
}
.no_img{
    display: none;
}
.has_img_con{
    display: none;
}
.title span{
    height: 20px;
    display: inline-block;
    line-height: 20px;
}
.content .title{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin: 20px 0;

}

.content .title .line{
    width: 6px;
    
    margin-right: 4px;
}
/*tab栏切换*/
.tabBox {
    width: 70%;
    margin-bottom:10px;
}

.tabBox .hd {
    font-size: 16px;
    color: #333;
}

.tabBox .hd ul {
    top: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    float: left;
}

.tabBox .hd ul li {
    float: right;
    text-align: left;
    display: inline;
    margin-right: 30px;
    position: relative;
    height: 30px;
    margin-right: 20px;
}

.tabBox .hd ul li.select {
    color: #4390dd;
    border-bottom: 2px solid #4390dd;
    font-weight: bold;
}

/* 向上的箭头 */
.tabBox .hd ul li.select .arrow {
    height: 10px;
}

.tabBox .hd ul li.select .item {
    float: left;
    clear: both;
}

.tabBox .hd ul li.select .arrow-top {
    position: absolute;
    left: 40%;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    border-width: 7px;
    border-color: #4390dd;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
/*标题2行...*/
.has_img_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*标题2行...*/

.lists .has_img {
    margin-top: 19px;
    border-bottom: 1px solid #e4e4e4;
}
.lists .has_img  a{
    display: block;
}
.lists .left_img {
    width: 37%;
    position: relative;
    height: 70px;
    float: left;
    margin-bottom: 10px;
}

.lists .left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius:4px
}

.lists .right_con {
    width: 60%;
    position: relative;
    /*height: 150px;*/
    float: right;
    margin-bottom: 0;
}
.lists .right_con1{
width:100%}
/*
lists .has_img .has_img_con{
    display: none;
}*/
.lists .has_img .has_img_tit {
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
    overflow-wrap: break-word;
/*    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}

.lists .has_img .has_img_time {
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 13px;
}
.content .more{
    width: 100%;
    height:30px;
    background:rgba(245,245,245,1);
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:30px;
    color: rgba(3,186,173,1);
}
.more a{
    
}
.content .back{
    display: none;
}

@media only screen and (min-width:1000px) {

    .content .more{
        /* display: none; */
    }
    #mobile{
        display: none;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
    }

    .zhjb{
      
        display: block;
        margin:20px 0;
    }
    .no_img{
        display: block;
    }
    .zhjb_order {
        width: 30%;
        float: left;
    }

    .zhjb_order .zhjb_span {
        display: inline-block;
        /* width: 35%; */
        padding:0 20px;
        height: 46px;
       
        color: #fff;
        line-height: 46px;
        text-align: center;
        font-size: 20px;
    }

    .content_lists {
        margin-top: 30px;
    }

    .lists .no_img {
        border-bottom: 1px solid #e4e4e4;
        display: block;
    }

    .lists .no_img .no_img_tit {
        font-size: 20px;
        color: #333333;
        margin-bottom: 20px;
    }

    .lists .no_img .no_img_con {
        font-size: 16px;
        color: #8a8a8a;
        margin-bottom: 40px;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        overflow: hidden;
        line-height: 27px;
        max-height: 54px;
    }

    .lists .no_img .no_img_time {
        font-size: 16px;
        color: #8a8a8a;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }

    .lists .has_img {
        margin-top: 30px;
        border-bottom: 1px solid #e4e4e4;
    }

    .lists .left_img {
        width: 30%;
        position: relative;
        height: 160px;
        float: left;
        margin-bottom: 30px;
    }

    .lists .left_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .lists .right_con {
        width: calc(100% - 320px);
        position: relative;
        height: 150px;
        float: right;
        margin-bottom: 30px;
    }
  .lists .right_con1{
  width:100%;
  height:auto;
  }
    .lists .has_img .has_img_tit {
        font-size: 20px;
        color: #333333;
        margin-bottom: 20px;
        line-height: 28px;
      }

    .lists .has_img .has_img_con {
        font-size: 16px;
        color: #8a8a8a;
        margin-bottom: 25px;
        
        line-height: 25px;
        position: relative;
        max-height: 75px;
        display: block;
       
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;

    }

    .lists .has_img .has_img_time {
        font-size: 16px;
        color: #8a8a8a;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }

    /* 返回首页 */
    .content .back{
        display:block;
        position: fixed;
        right:50px;
        bottom:160px;
    }
    .content .back a{
        display:block;
    }
    .content .back .gotop{
        cursor: pointer;
        position:absolute;
        top:49px;
        left:0;
    }
}
