﻿.detail {
  width:100%;
  /*margin: 0 auto;*/
  /*border-top: 3px solid #3C76B6 ;*/
  display: flex;
  box-sizing: border-box;
  /*margin-bottom: 30px;*/
  min-height:500px;
  padding:20px;
  background:#fff;
  justify-content:space-around;
}
.detail .list_left {
  width: 20%;
}
.detail .list_left .title {
  font-size: 14px;
  background: #034EA1;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.detail .list_left .list {
  background: #F1F1F1;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 20px 5px 10px;
}
.detail .list_left .list .litter_title {
  border-bottom: 2px solid #034EA1;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
}
.detail .list_left .list .content {
  padding: 9px;
}
.detail .list_left .list .content a{
  color: #333;
}
.detail .list_left .list .content span {
  text-align: right;
  display: block;
  width: 100%;
  font-size:12px;
  color:#999;
}
.detail .list_right {
  width: calc(100% - 215px);
  padding-left: 20px;
  
}
.detail .list_right .back {
  color: #1A5CA8;
  padding: 10px 0;
  font-size:12px;
}
.detail .list_right .article {
  border: 1px solid #C5C5C5;
}
.detail .list_right .article .content {
   padding:8px;
   font-size:14px;
   word-break: break-word;
}
.detail .list_right .article_title {
  background: #F1F1F1;
  padding: 20px 0;
}
.detail .list_right .article_title h3 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size:20px;
}
.detail .list_right .time {
  text-align: center;
  padding: 20px;
  font-size:12px;
}
.detail .list_right .time span em {
  font-style: normal;
}
.detail .list_right .article_img {
  text-align: center;
}
.detail .list_right .article_img img {
  max-width: 100%;
}
.detail .list_right .article_content {
  padding: 20px 10px;
  text-indent: 30px;
}
.detail .list_right .article_footer {
  text-align: right;
  padding-bottom: 30px;
  padding-right: 10px;
  color: #C6C6C6;
}
 .listnav {
  /*width: 20%;
  font-size: 1.25vw;*/
  color: #fff;
  width: 215px;
  font-size: 14px;
  text-align: center
}
.listnav li {
  padding: 20px 0 20px 0px;
  background: #81A6D0;
}

 .listnav li.active {
  background: #034EA1;
}
    .listnav li a{
        color:white;
    }
#backBtn{
    cursor:pointer;
}

 /*@media screen and (min-width: 1440px) {
  .detail .list_left {
    width: 215px;
  }
  .detail .list_left .title {
    font-size: 17.975px;
  }
  .detail .list_left .list {
    font-size: 15.818px;
  }
   .listnav {
    width: 215px;
    font-size: 17.975px;
  }
  .detail .list_left .list .litter_title {
    font-size: 17.975px;
  }
  .detail .list_right {
    width: 859px;
    font-size: 15.818px;
  }
  .detail .list_right .article_title h3 {
    width: 514px;
  }
}
@media screen and (max-width: 993px) {
  .detail {
    width: 763.8px;
  }
  .detail .list_left {
    width: 148.8px;
  }
  .detail .list_left .title {
    font-size: 12.4px;
  }
   .listnav {
    font-size:  12.4px;
  }
  .detail .list_left .list {
    font-size: 12px;
  }
  .detail .list_left .list .litter_title {
    font-size: 12.4px;
  }
  .detail .list_right {
    width: 595px;
    font-size: 12px;
  }
  .detail .list_right .article_title h3 {
    width: 356px;
  }
}*/


.selectTdClass {
    background-color: #edf5fa !important
}

table.noBorderTable td, table.noBorderTable th, table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
}
