ï»¿

/*Inside Page 3*/
.report-panel{
    width:1000px;
    margin:0 auto 20px;
}

.report-nav{
    margin:20px auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.report-nav div{
    width:150px;
    font-size:22px;
    /*border:1px solid #000;*/
    text-align:center;
    letter-spacing:2px;
}

.report-info{
    width:100%;
    height:200px;
    background:#f2f0f0;
    margin:30px auto;
    position:relative;
}

.report-info img{
    height:200px;
    position:absolute;
    right:0px;
}

.report-info .title-line {
    padding:10px 0 20px 60px;
	width:70%;
}

.report-info .title-line .text{
    font-size:22px;
    letter-spacing:1px;
}

.title-line .text a, a:link, a:visited, a:hover {color: #000000;}

.report-info .info-line{
    width:70%;
    padding:0 0 0px 60px;
    font-size:18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:28px;
    /*display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 3em;
    height: 2.8em;*/
}

.report-info .info-line .show-detail{
    color:#f58604;
}

.report-info .sqr{
    width:20px;
    height:20px;
    background:red;
    border-radius:50%;
    position:absolute;
    top:20px;
    left:20px;
}<!--ºÄÊ±1775418193.6941Ãë-->