
.wap {
    display: none;
}

.newblock {
    width: 1140px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}

ol, ul {
    list-style: none;
}

a {
    color: #000000;
    font-size: 14px;
    font-family: "Microsoft Yahei" !important;
    text-decoration: none;
}

a:hover, .more, .news_list li a:hover, .banner .box .content .more:hover, .news_box_r .news_list li a:hover, .crumb a:hover,
.list_menu li a:hover {
    color: #2F79F7;
}

.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -mz-flexbox;
    display: flex;
}

.flex-middle {
    display: -webkit-flex;
    display: -moz-box;
    display: -mz-flexbox;
    display: flex;
    align-items: center;
}

.j_s {
    justify-content: space-between;
}


.m_t_40 {
    margin-top: 40px !important;
}
.m_t_40 {
    margin-top: 40px !important;
}
.notice_content {
    margin: 0 100px;
    font-size: 16px;
    line-height: 42px;
    padding-bottom: 15px;
}
/* 举报须知 */

.notice_title {
    font-size: 30px;
    text-align: center;
    color: #2F79F7;
    position: relative;
}

.notice_title::before, .notice_title::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background: url(./ico/notice_title_bg.png) no-repeat;
    background-size: 100%;
    width: 280px;
    height: 25px;
}

.notice_title::after {
    content: '';
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}

.notice_content {
    margin: 36px 100px;
    font-size: 16px;
    line-height: 42px;
    padding-bottom: 15px;
}

.notice_content p {
    line-height: 38px;
    margin-bottom: 16px;
}

.agree_form .agree, .agree_form .submit, .form .agree, .form .submit {
    justify-content: center;
}


/*** 举报 ***/
table,
table.underline {
  min-width: 100%;
  border-collapse: collapse;
}

table.underline td,
table.underline th {
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 20px 15px 40px;
  text-align: left;
  line-height: 24px;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

table.underline td {
  vertical-align: top;
}

table.underline .ft-blue {
  font-weight: bold;
  color: #2F79F6;
}

table.underline .break-all {
  -ms-word-break: break-all;
  word-break: break-all;
}

table.underline .ellipsis a{
  display: inline-block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 220px;
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-word-break: keep-all;
  word-break: keep-all;
  position: relative;
}

table.underline .ellipsis .hidden{
  display: none;
}

table.underline .ellipsis:hover .hidden{
  background: #EEF9FF;
  border: 1px #B4CCF4 solid;
  border-radius: 4px;
  max-width: 220px;
  display: block;
  padding: 10px;
  position: absolute;
  z-index: 9999;
  -ms-word-break: break-all;
  word-break: break-all;
}

table.underline .icon-tips {
  float: right;
  margin-right: 30px;
}

table {
  text-align: center;
  line-height: 50px;
}
table tr,td,th{
    height:36px !important;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right:none;
  text-align:left;
  padding-left: 10px;
}


 th{  
background: rgb(245,247,250); font-size:22px;
}  
 tr.over td{  
background: red;  
}  
  
 tr:nth-child(even) td{  
background: rgb(245,247,250); font-size:16px;
}  
 tr:nth-child(odd) td{  
background: #fff;  font-size:16px;
}  
tr:nth-child(1) {
    font-weight: bold;
}
 tr td a{font-size:16px;}

/****/

.ue-table-interlace-color-single{
background: rgb(245,247,250);
}


@media screen and (max-width: 720px) {
    table{
        width:100% !important;
    }
    article{
        width:100% !important;
    }
    .newblock{
        width:100% !important;
    }
    .notice_title::before, .notice_title::after {
        content: '';
        background:none !important;
    }
    #tempNewsContentDiv{
        padding:0 !important;
        margin:0 !important;
    }
    table tr,td,th{
        display:flex !important;
        
    }
}