*{
    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);
}
.reportList{
    margin-top: 25px;
}
.baogao_left{
    float: left;
}
.baogao_list_type {
    height: 50px;
    background: #fff;
    font-size: 12px;
    color: #666;
    width: 900px;
}
.baogao_type_top {
    margin-left: 30px;
    padding-top: 18px;
}
.baogao_type_top div {
    float: left;
}
.icon_jiantou{
    font-size: 12px;
    margin-top: 3px;
}
.baogao_type_top_ul {
    float: left;
    margin-left: 28px;
}
.baogao_type_top_ul li {
    text-align: left;
    width: 100px;
    float: left;
}
.baogao_type_top_ul li a {
    color: #666;
    font-size: 14px;
}
.type_title{
    width: 65px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.baogao_list ul {
    width: 900px;
    border-radius: 5px;
}
.baogao_list_ul li {
    width: 900px;
    height: 130px;
    font-size: 16px;
    background: #fff;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.baogao_list_ul li .baogao_left_img {
    width: 200px;
    float: left;
    height: 130px;
    background: #999;
    border-radius: 5px 0px 0px 5px;
}
.baogao_left_img img {
    background: #fff;
    vertical-align: middle;
}
.flex_between_column{
    display: flex;
    justify-content: space-between;
    flex-direction:column ;
    width:80%;
}
.baogao_list_ul li .baogao_right_con {
    width: 610px;
    padding-right: 40px;
    padding-top: 20px;
    float: right;
    display: flex;
    height: 90px;
    justify-content: space-between;
}
.baogao_list_ul li .baogao_right_title {
    width: 610px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.baogao_list_ul li .baogao_right_title a {
    color: #666;
}
.baogao_list_ul li .baogao_right_title a:hover {
    color: #108391;
    text-decoration: underline;
}
.baogao_list_ul li .baogao_right_right_con {
    width: 484px;
    float: left;
}
.baogao_list_ul li .baogao_right_title a:hover {
    color: #108391;
}
.baogao_list_ul li .baogao_right_mechanism {
    font-size: 12px;
    color: #666;
}
.baogao_list_ul li .baogao_right_mechanism {
    font-size: 12px;
    color: #666;
}
.baogao_list_ul li .baogao_right_down {
    float: right;
    padding-top: 60px;
}
.baogao_right_down img{
    vertical-align: middle;
}
.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;
}
.nvs {
    height: 30px;
    padding-top: 30px;
    color: #666;
    margin-bottom: 42px;
    text-align: center;
}

.pageBtn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}

.baogao_right {
    float: right;
    width: 220px;
    background: #fff;
    padding: 20px 30px 0px 30px;
    margin-bottom: 45px;
    border-radius: 5px;
}
.baogao_right_top_title {
    height: 40px;
    border-bottom: 1px solid #c6c6c6;
}
.baogao_title_left_img {
    width: 4px;
    height: 18px;
    vertical-align: top;
    float: left;
}
.baogao_type_top_ul li .select_on {
    text-decoration: underline;
    color: #108391;
}
.baogao_title_font {
    font-size: 18px;
    color: #333;
    width: 95px;
    text-align: left;
    float: left;
    line-height: 18px;
    padding-left: 15px;
    font-weight: bold;
}
.baogao_title_more {
    line-height: 16px;
}
.baogao_title_more a {
    font-size: 14px;
    color: #108391;
    margin-left: 54px;
    width: 30px;
    float: left;
}
.xinwen_more {
    line-height: 16px;
    display: flex;
    font-size: 14px;
    color: #108391;
    float: right;
}
.xinwen_title_right {
    width: 14px;
    height: 14px;
    float: right;
    background: #999999;
    text-align: center;
    line-height: 11px;
    border-radius: 50%;
    margin-left: 3px;
}
.xinwen_title_right i{
    font-size: 10px;
    color: white;
    margin-left: 2px;
}
.xinwen_more:hover .xinwen_title_right{
    background: #108391;
}
.baogao_title_right_img {
    width: 14px;
    height: 14px;
    float: right;
}
.baogao_title_right_img img {
    vertical-align: top;
}
.baogao_right_ul {
    background: #fff;
    /*padding-bottom: 40px;*/
    padding-bottom: 1px;
}
.baogao_right_ul li {
    border-bottom: 1px dashed #c6c6c6;
    display: block;
}
.baogao_right_ul li:last-child{
    border-bottom: none;
}
.baogao_right_ul li .right_li_title {
    font-size: 14px;
    color: #333;
    padding-top: 25px;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.baogao_right_ul li .right_li_title a{
    color: #666;
}
.baogao_right_ul li .right_li_title a:hover {
    color: #108391;
    text-decoration: underline;
}
.baogao_right_ul li .right_li_time {
    padding: 12px 0px 20px 0px;
}
.baogao_right_ul li .right_li_time img {
    vertical-align: middle;
}
.baogao_right_ul li .right_li_time span {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
