body {
    font-family: "Arial MT Pro";
    font-size: 18px;
    background-color: #F8F8F8;
}
.activeA {
    color: #0C72B9;
}
.activeAA {
    display: none;
}
.btn-more {
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    background: rgba(83,191,245,0.7);
    text-shadow: 1px 1px 1px #000;
    border-radius: 25px;
    border: solid 1px #AFAFAF;
    margin-bottom: 2px;
}
.report-title {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.report-bg {
    height: 120px;
    background: url(../images/peitu.jpg) center no-repeat;
}
.report-bg-img {
    margin-left: 50%;
    margin-right: 10px;
    margin-top: 30px;
    width: 50px;
    float: left;
}
.report-bg-word{
    overflow: hidden;
    padding-left: 6px;
    padding-top:30px;
    width: 210px;
    font-size: 18px;
    color: #0C72B9;
}
.report-list {
    margin-top: 25px;
    height: 20px;
}
.report-list-p {
    font-size: 15px;
    float:left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.report-list-d {
    font-size: 14px;
    color:#8f8f8f;
    margin: 0px;
    float: right;
}
@media (min-width: 1200px) {
    .display-mobile{
        display: none;
    }
    .g-bd-wrap {
        background: #fff url(../images/erjibannner2.jpg) center no-repeat;
        background-size: 100%  100%;
        width: 100%;
        height: 450px;
    }
    .page-head { color: #fff;}
    .i-top-title { margin-top:90px; font-size: 48px;}
    .i-top-content {
        margin-top: 30px;
        font-size: 16px;
        line-height: 30px;
        text-shadow: 1px 1px 1px #000;
        text-align: justify;
    }
    .i-second-title { font-size: 24px; }
    .title{
        display: flex;
        margin: 25px 0px 25px 0px;
    }
    .title-div{
        text-align: center;
        float: left;
        width: 94%;
        display: flex;
        justify-content: center;
    }
    .title-div-mobile{
        text-align: center;
        float: left;
        width: 94%;
        display: flex;
        justify-content: center;
    }
    .div-more{
        float: right;
        font-size: 14px;
    }
    .y-g-r{
        /*width:150px;*/
        font-size: 16px;
        margin-left: 10px;
        padding-top: 8px;
    }
    .highlight {
        width: 15%;
        margin: 8px;
        font-size: 15px;
        text-align: center;
        background-color: #fff;
    }
    .highlight>p{
        margin: 10px 0 10px;
    }
    .more{
        font-size: 14px;
        color:#8f8f8f;
        margin: 15px 0px 0px 0px;
    }
    .highlight>img{
        /*width: 30%;*/
        margin-top: 10px;
    }
    .highlight-name{
        margin-top: 15px;
        height: 40px;
    }
    .highlight-ratio {
        font-size: 20px;
        color: #0C72B9;
    }
    .highlight-year{
        font-size: 14px;
        color: #8f8f8f;
    }
    .list{
        display: flex;
        flex-wrap: wrap;
        width: 49%;
        height: 270px
    }
    .contents {
        width: 49%;
    }
    .list-content{
        font-size: 15px;
        line-height: 25px;
    }
    .list-content>ul{
        padding-left: 40px;
    }
    .list-content>ul>li {
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .list>div{
        font-size: 16px;
        width: 180px;
        height: 49px;
        margin: 2px;
        text-align: center;
        background: #fff url(../images/annbg.png) center no-repeat;
        background-size: 100%;
    }
    .list>div>p{
        padding-top: 10px;
        cursor: pointer;
    }
    .list>div p:hover {
        color: #0C72B9;
    }
    .second-flex {
        display: flex;
        margin-top: 15px;
        height: 280px;
    }
    .third-left-half{
        width: 49%;
    }
    .third-right-half{
        width: 51%;
    }
    .third-right-half>div{
        display: flex;
    }
}
@media (max-width: 768px) {
    .display-pc{
        display: none;
    }
    .report-bg{
        display: none;
    }
    .g-bd-wrap {
        background: #fff url(../images/erjibannner2.jpg) center no-repeat;
        background-size: 600%  100%;
    }
    .page-head { color: #fff;}
    .i-top-title {
        margin-top:70px;
        font-size: 28px;
        text-align: center;
    }
    .i-top-content {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px;
        text-shadow: 1px 1px 1px #000;
        height: 160px;
        overflow: hidden;
    }
    .title {
        height: 60px;
        margin-top: 15px;
        line-height: 1.25rem;
    }
    .title-div {
        float: left;
    }
    .title-div-mobile{
        text-align: center;
        line-height: 24px;
    }
    .div-more{
        float: right;
        font-size: 14px;
        height: 28px;
    }
    .more{
        font-size: 12px;
        color:#8f8f8f;
        margin: 0px;
    }
    .highlight {
        width: 44%;
        height: 175px;
        margin: 8px;
        font-size: 15px;
        text-align: center;
        background-color: #fff;
    }
    .highlight img{
        margin-top: 8px;
    }
    .highlight-div {
        width: 98%;
    }
    .i-second-title {
        font-size: 16px;
    }
    .report-bg-img {
        margin-left: 46%;
        margin-right: 10px;
        margin-top: 30px;
        width: 50px;
        float: left;
    }
    .list{
        display: flex;
        flex-wrap: wrap;
        width: 98%;
    }
    .list>div{
        width: 45%;
        height: 45px;
        margin: 5px;
        text-align: center;
        background: #fff url(../images/annbg.png) center no-repeat;
        background-size: 100%;
    }
    .list>div>p{
        padding-top: 10px;
        cursor: pointer;
        font-size: 13px;
    }
    .list-content>ul>li{
        line-height: 25px;
        font-size: 15px;
        margin-top: 10px;
    }
    .second-flex {
        margin-top: 20px;
    }
    .report-bg-word{
        overflow: hidden;
        padding-left: 2px;
        padding-top: 4%;
        width: 125px;
        font-size: 16px;
        color: #0C72B9;
    }
    .third-right-half{
        margin-top: 30px;
    }
}
@media (max-width: 320px) {
    .report-bg{
        display: none;
    }
    .report-bg-img {
        margin-left: 35%;
        margin-top: 30px;
        width: 50px;
        float: left;
    }
    .list>div>p {
        padding-top: 10px;
        cursor: pointer;
        font-size: 12px;
    }
    .highlight>p{
        margin: 0px;
    }
    .report-list-p {
        font-size: 15px;
        float: left;
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
