*{
    margin: 0;
}
.route{
    margin-top: 21px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.reportDetail{
    margin-top: 25px;
}
.baogao_info_left {
    float: left;
}
.baogao_info_top {
    width: 900px;
    border-radius: 5px;
    background: #fff;
    height: 240px;
}
.baogao_info_top_img {
    width: 280px;
    float: left;
    height: 180px;
    background: #999;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 30px;
    background-size: cover;
}
.baogao_info_top_con {
    width: 510px;
    padding-right: 40px;
    padding-top: 30px;
    float: right;
}
.baogao_info_top_title {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    height: 70px;
    line-height: 25px;
}
.baogao_info_top_mechanism {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
.baogao_info_top_mechanism {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
.baogao_right_down {
    float: left;
    padding-top: 30px;
}
.baogao_right_down img{
    vertical-align: middle;
}
.baogao_info_buttom {
    margin-top: 20px;
    background: #fff;
}
.baogao_info_buttom_info {
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
}
.baogao_info_buttom_end_down {
    width: 120px;
    margin: 0 auto;
    margin-top: 18px;
    padding-bottom: 50px;
}
.baogao_info_buttom_end_down img{
    vertical-align: middle;
}
.page_nav {
    display: flex;
    /*justify-content: space-between;*/
    font-size: 12px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 0 20px 20px 20px;
}
.page_nav > div {
    max-width: 430px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    flex: 1;
}
.page_nav > div:last-child{
    text-align: right;
}
.page_nav > div a {
    color: #666666;
}
.page_nav > div a:hover{
    color: #108391;
}
.baogao_info_right {
    float: right;
    width: 220px;
    background: #fff;
    padding: 20px 30px 0px 30px;
}
.baogao_info_right_top_title {
    height: 40px;
    border-bottom: 1px solid #c6c6c6;
    display: flex;
}
.baogao_info_title_left_img {
    width: 4px;
    height: 18px;
    vertical-align: top;
    float: left;
}
.baogao_info_title_left_img img {
    vertical-align: top;
}
.baogao_info_title_font {
    font-size: 18px;
    color: #333;
    width: 95px;
    text-align: left;
    float: left;
    line-height: 16px;
    padding-left: 15px;
    font-weight: 600;
}

.bao.more{
    text-decoration: none !important;
    color: #108391;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.more{
    line-height: 16px;
    font-size: 14px;
    color: #108391;
    margin-left: 54px;
    float: left;
    display: flex;
    align-items: center;
    width:max-content;
}
.more div{
    width: 14px;
    height: 14px;
    background: #999999;
    margin-left: 8px;
    border-radius: 50%;
    line-height: 12px;
}
.more:hover div{
    background: #108391;
}
.more div i{
    color: white;
    font-size: 10px;
    margin-left: 3px;
}
.baogao_info_right_ul {
    background: #fff;
    padding-bottom: 60px;
}
.baogao_info_right_ul li {
    border-bottom: 1px dashed #c6c6c6;
}
.baogao_info_right_ul li .right_li_title {
    font-size: 14px;
    color: #333;
    padding-top: 28px;
    line-height: 20px;
    display: inline-block;
}
.baogao_info_right_ul li a:hover{
    text-decoration: none;
    color: #108391!important;
}
.baogao_info_right_ul li .right_li_time {
    padding: 12px 0px 20px 0px;
}
.right_li_time img{
    vertical-align: middle;
}
.baogao_info_right_ul li .right_li_time span {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-left: 12px;
}

.meetPage p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}

.baogao_right_down button{
    width: 120px;
    height: 24px;
    background: #ff9933;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.baogao_right_down button i{
    font-size: 16px;
    color: white;
    margin-left: 10px;
    margin-top: 2px;
}

.baogao_info_buttom_end_down button{
    width: 120px;
    height: 24px;
    background: #ff9933;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.baogao_info_buttom_end_down button i{
    font-size: 16px;
    color: white;
    margin-left: 10px;
    margin-top: 2px;
}
