/*标题*/
.third_title{
    /*background-image: url(../images/tit_bg.jpg);
    background-size: 100% 100%;*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.third_title .title{
    display: inline-block;
    height: 37px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 35px;
    background-image: url(../images/title_bg_blue.jpg);
    background-size: 100% 100%;
    padding: 0 10px;
}
.third_title .short_title{
    width: 100px;
}
.third_title .long_title{
    width: 160px;
}
.third_title .longer_title{
    width: 240px;
}
.third_content{
    width: 100%;
    min-height: 600px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
/*    text-align: center;*/
}
.third_content p{
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
}
/*仪器设备*/
.yqsb div{
    text-align: center;
    margin-bottom: 10px;
}
.yqsb div img{
    width: 80%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
}

/*实验室动态*/
#sysdt ul {
    text-align: left;
}