﻿.content-top {
    background-image: linear-gradient(#bbe5fd,#fff);
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    float: left;
    border: 1px solid #a3d3f7;
    border-radius:4px;
    box-sizing: border-box;
}
.carousel-inner img {
    width: 100%;
    text-align: center;
}
.content-top a.selected img {
    border: 2px solid #4694DC;
    width: 90%;
}
.zscx1, .zscx2, .zscx3, .yqsb {
    float: left;
    height:190px;
    box-sizing: border-box;
}
/*仪器设备*/
.yqsb {
    width: 50%;
    display:inline-block;
    border: 1px solid #a3d3f7;
    border-radius: 4px;
    box-sizing: border-box;
}
.yqsb-head {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #7c82f6;
}
.yqsb-info {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    height: 160px;
}
.zscx1, .zscx2, .zscx3 {
    width: 50%;
}
.content-top-right {
    width: 100%;
    height: 310px;
    float: left;
}
.tab-content > .tab-pane 
{

}
.news_wordlist {
    width: 356px;
    min-height: 200px;
}
.news_wordlist a {
    height: 24px;
    line-height: 24px;
    padding: 5px 0px;
    display: block;
    color: #000000;
    text-overflow: ellipsis;
}
#s1 a, #s2 a, #s3 a {
    color: #000000;
}
@media (min-width:1000px) {
    .content-top
    {
        width:55%;
    }
    .yqsb {
        width: 34%;
    }
    .zscx1, .zscx2, .zscx3 {
        width: 22%;
    }
    .content-top-right {
        width: 45%;
        padding-left:10px;
        box-sizing:border-box;
    }
}