ï»¿
/*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:333px;
    font-size:22px;
    /*border:1px solid #000;*/
    text-align:center;
    letter-spacing:1px;
}

.report-info{
    width:100%;
    height:200px;
    background:#f2f0f0;
    margin:30px auto;
    position:relative;
}

.report-info img{
    height:200px;
	width:300px;
    position:absolute;
    /*right:0;*/
	left:0;
}

.report-info .title-line {
    padding:10px 0 20px 60px;
margin-left:300px;
width:65%;
}

.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:65%;
    padding:0 0 0px 60px;
    font-size:16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:30px;
    /*display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 3em;
    height: 2.8em;*/
margin-left:300px;
}

.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;
margin-left:300px;
}<!--ºÄÊ±1775418194.2206Ãë-->