﻿
#selected {
    position: relative;
}

#starlist ul.sub {
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: #d12126;
    z-index: 9;
    display: none;
}

    #starlist ul.sub li {
        height: 40px;
        line-height: 40px;
        margin-left: 0;
        width: 100%;
        font-size: 17px;
    }

        #starlist ul.sub li a {
            padding: 0;
            display: block;
            width: 100%;
        }

            #starlist ul.sub li a:hover {
                background: #1487f4;
            }

#starlist li:hover ul.sub {
    display: block;
}

a#selected {
    background: rgb(9, 118, 220);
}

#starlist ul.sub:before {
    background: rgb(9, 118, 220);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 42%;
}

.menu:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 24px;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu:hover:after {
    transform: rotate(180deg);
}

.top {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
    height: 86px;
}

.top_right {
    width: 592px;
    float: left;
    margin-left: 1%;
}

    .top_right ul li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        background: url(http://www.ihepa.com:8088/pages/gjgb/img/list_icon2.png) 6px center no-repeat;
        overflow: hidden;
        padding-left: 20px;
    }
/*空白部分*/
#tab, .tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}

    #tab li, .tab li {
        font-size: 16px;
        margin-right: 20px;
        padding: 0 10px 10px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        border-bottom: #d12126 2px solid;
    }

#tab-content {
    margin: 20px;
    overflow: hidden;
}

img {
    border: 0;
    display: block;
    cursor: pointer;
    transition: all 0.6s;
}

.r1 {
    line-height: 25px;
    font-size: 14px;
}

.report_list {
    padding: 20px 22px;
}

.one_report {
    padding: 20px 0;
}

.clearfix {
    /* height: 1%; */
    display: block;
}

.line1 {
    border-bottom: 1px dashed #d5dfeb;
    height: 0;
    overflow: hidden;
    clear: both;
}

.left_box {
    background: #fff;
    width: 1160px;
    border: 1px solid #e6eef7;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
    .report_img {
    width: 300px;
    height: 220px;
    float: left;
    margin-top: 5px;
}

    .report_img a {
        width: 280px;
        height: 220px;
        display: block;
    }

a {
    color: #0066cc;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.report_img a img {
    width: 280px;
    height: 220px;
}

.report_info {
    width: 800px;
    color: #373737;
    float: left;
    margin-top: 25px;
}

h1 {
    font-size: 22px;
    line-height: 32px;
}

.report_info a {
    font-family: "宋体";
    color: #000;
    font-size: 16px;
}

.report_info p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.report_info div {
    margin-top: 5px;
    color: #949494;
}

.clearfix_yp {
    /* height:1%;*/
    display: block;
}

    .clearfix_yp:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
