/*input::-webkit-input-placeholder,*/
/*textarea::-webkit-input-placeholder {*/
    /*color: #c0c0c0;*/
/*}*/
/*select{*/
    /*color: #c0c0c0*/
/*}*/
h3{
    margin: 0;
}
body{
    background: #f7f7f7;
}
.banner{
    width:100%;
}
.banner img{
    width: 100%;
    height: 500px;
}


/*热门资讯*/
.hot-news{
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;

}
.hot-news-title{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-bottom:  1px solid #f0f0f0;
    padding-left: 10px;
    margin: 0 10px;
    font-weight: bold;
}
.hot-nes-list{
    padding: 10px 15px;
}
.hot-nes-list li{
    margin-top: 20px;
}
.hot-nes-list li:first-child{
    margin-top: 0;
}
.hot-nes-list li img{
    width: 210px;
    height: 130px;
    display: block;
    margin: 0 auto;
}
.hot-news-content{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
/*列表页中间部分*****************************************/
.list{
    padding:5px  20px;
}
.list li{
    width: 100%;
    overflow: hidden;
    border-top:  1px solid #f0f0f0;
    padding: 20px 0;
}
.list li:first-child{
    border: 0;
}
.list-logo{
    width: 200px;
    height: 130px;
}
.list-right{
   width: 410px;
}
.list-right-top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #323232;
}
.list-right-title{
    width: 255px;
    height: 30px;
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-data-box{
    width:150px;
    height: 30px;
    font-size: 12px;
}
.list-data-box img{
    margin-top: 8px;
    margin-right: 2px;
    margin-left: 3px;
}
.list-label{
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}
.label-bg{
    width: 47px;
    height:16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #767676;
    background: url("../images/lab-ico.png") no-repeat;
}
.label-bg span{
    padding-left: 5px;
}
.list-label a{
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #f0f0f0;
    color: #767676;
    margin-left: 5px;
    float: left;
    display: block;
}
.detail-list-label{
    width: 100%;
    overflow: hidden;
}
.detail-lab-bg{
    width: 52px;
    height:16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #767676;
    margin-right: 10px;
    background: url("../images/lab-ico.png") no-repeat;
}
.detail-lab-bg span{
    padding-left: 5px;
}
.detail-list-label a{
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #f0f0f0;
    color: #767676;
    margin-left: 5px;
    float: left;
    display: block;
}
.list-content{
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #767676;
    overflow: hidden;
}
.list-more{
    background: #323232;
    font-size: 12px;
    padding: 6px 15px;
    color: #fff!important;
    height: 40px;
    line-height: 40px;
}
/*详情页内容********************************************************/
.detail{
    padding: 10px;
}
    /*.detail img{*/
        /*width: 100%;*/
    /*}*/
.detail-title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-sub{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
    text-align: center;
}
.detail-content img{
    max-width: 100%;
}
.detail-foot{
    width: 100%;
    overflow: hidden;
    border-bottom:1px solid #f0f0f0;
    padding: 20px 0
}
.detail-foot-lab{
    padding-left: 20px;
    width: 320px;
}

.detail-page{
    height: 45px;
    line-height: 45px;
    border-bottom:1px solid #f0f0f0;
    font-size: 14px;
}
.detail-prev{
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-next{
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-span-first{
    color: #2D93CA;
}
.related{
    padding: 20px 0;
    overflow: hidden;
}
.related ul li {
    width:155px;
    overflow: hidden;
    margin-left: 11px;
    float: left;
}
.related ul li:first-child{
    margin: 0;
}
.related ul li img{
    width: 155px;
    height: 100px;
}
.related ul li p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.detail-top{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.m-class-lab{
    display: none;
}
.detail-reading{
    margin-left:10px;
}
.detail-span-first{
    margin-right: 5px;
}
@media screen and (max-width: 414px){
    .box {
        width: 100%;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 0;
        background: #f7f7f7;
    }
    .banner{
        display: none;
    }
    .box-main{
        margin-top: 35px;
    }
    .list {
        padding: 5px 10px;
    }
    .list-logo-box{
        width: 40%;
        overflow: hidden;
    }
    .detail-title{
        float: left;
    }
    .list-logo {
        width: 100%;
        height: 100px;
    }
    .list-right{
        width: 57%;
        overflow: hidden;
    }
    .list-data-box img{
        display: none;
    }
    .read{
        display: none;
    }
    .list-right-title {
        width:60%;
        height: 20px;
        line-height: 20px;
        float: left;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-right-top {
        width: 100%;
        height: 20px;
        line-height: 20px;
        color: #323232;
    }
    .list-data-box{
        width: auto;
        height: 20px;
    }
    .label-bg{
        display: none;
    }
    .list-label{
        margin: 0;
    }
    .list-label a {
        padding: 0 10px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        text-align: center;
        background: none;
        color: #767676;
        border: 1px solid  #767676;
        border-radius: 10px;
        margin-left: 5px;
        float: left;
        display: block;
    }
    .list-content{
        font-size: 12px;
        height: 40px;
        line-height: 20px;
    }
    .list-more{
        background: #323232;
        font-size: 12px;
        padding: 3px 10px;
        color: #fff!important;
        height: 25px;
        line-height: 25px;
    }
    .detail-top{
        height: 30px;
        line-height: 30px;
    }
    .detail-title{
        width: auto;
        max-width: 70%;
        text-align: left;
        font-size: 16px;
    }
    .m-class-lab{
        display: block;
        background: #3282cc;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
        height: 19px;
        line-height: 19px;
        margin-top: 10px;
        border-radius: 3px;
        margin-left: 5px;
    }
    .detail-sub{
        text-align: left;
    }
    .detail-content img{
        max-width: 100%;
    }
    .detail-content iframe{
        max-width: 100%;
    }

    .detail-source{
        display: none;
    }
    .detail-data-lab{
        display: none;
    }
    .detail-reading{
        float: left;
        margin-left: 0;
    }
    .m-label{
        display: block;
    }
    .m-label{
        display: block;
    }
    .detail-share{
        display: none;
    }
    .detail-foot-lab{
        padding: 0;
    }
    .detail-prev{
        width: 100%;
    }
    .detail-next{
        width: 100%;
    }
    .detail-page {
        height: auto;
        overflow: hidden;
        line-height: 30px;
        /* line-height: 45px; */
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
    }
    .detail-span-first{
        color: #767676;
        border: 1px solid  #767676;
        border-radius: 10px;
        font-size: 12px;
        padding: 0 10px;
    }
    .related ul li {
        width: calc(100%/2 - 10px);
        overflow: hidden;
        margin-left:20px;
        float: left;
    }
    .related ul li img {
        width: 100%;
        height: 130px;
    }
    .related ul li:first-child {
        margin-right:0;
    }
    .related ul li:nth-child(3), .related ul li:nth-child(4){
        display: none;
    }
    .related {
        padding: 10px 0;
        overflow: hidden;
    }
}