<style type="text/css">
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/content/css/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.rTop{
position:fixed; 
right:0; 
bottom:0;
margin:5px; 
cursor:pointer; 
display:none;
padding-right: 10px;
}
.over img{
	opacity:0.5;
}
.detailtable td{
padding:0px;
border:1px solid white;
}.detailtd:hover{
  background-color: #5b9bd5;
  cursor:pointer;
color:white;
}

.shifttable td{
padding:0px;
border:1px solid white;
}
.shifttd:hover{
  background-color: #5b9bd5;
  cursor:pointer;
color:white;
}
.sampleTable {
 width: 80%;
 table-layout: fixed;
 white-space: nowrap;
}
.sampleTable td{
  width:70px;
 font-size: 12px; 
 white-space: nowrap;
 table-layout: fixed;
 text-align:right;
}
.none{
 border-top-color: white;
 border-left-color: white;
}

.sampleTable td:first-child{
 text-align:left;
}

.sampleTable td:nth-child(4){
  border-left: 4px solid blue;
  border-right: 4px solid blue;
}
.sampleTable tr:first-child td:nth-child(4){
  border-top:4px solid blue;
}
.sampleTable tr:last-child td:nth-child(4){
  border-bottom:4px solid blue;
}
.detailtd{
  background-color: #b4c6e7;
}
.cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: 99.99%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 15px solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
.pageTitleLong span{
 border-left:5px solid #8BBC00;
 margin-left:20px;
 padding-left:10px;
 display:block;
 font-size:115%;
 width:auto;
}
.pageTitleLong .pageTitleLongLeftTop{ background:url(/content/img/zaihyoupub16.jpg) no-repeat left 0px;}
.pageTitleLong .pageTitleLongRightTop{ background:url(/content/img/zaihyoupub17.jpg) no-repeat right 0px;}
.pageTitleLong .pageTitleLongLeftBottom{ background:url(/content/img/zaihyoupub18.jpg) no-repeat left bottom;}
.pageTitleLong .pageTitleLongRightBottom{ background:url(/content/img/zaihyoupub19.jpg) no-repeat right bottom;}
/* add start */
.container {
    display: flex;
    border: 2px solid rgb(226, 240, 217);
    border-image: none;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 60px;
    padding: 12px
}
.container2 {
    display: flex;
}
.item1 table {
    font-size: 0.75rem;
    width: 230px;
}
.item2 {
    width: 100%;
    text-align: center;
}
.item2 .graph {
    height : 250px;
}
.item3_content {
    padding: 5px;
    border: 2px solid rgb(217, 217, 217);
    border-image: none;
    width: 33%;
    margin-top: 0px;
    margin-right: 0px;
    width : 290px;
}
.item3_content2 {
    padding: 5px;
    border: 1px dashed rgb(0, 112, 192);
    border-image: none;
    width: 290px;
    margin-top: 10px;
}
.cupicon {
    width : 15px;
}
.box17 {
    border: 2px solid rgb(226, 240, 217);
    border-image: none;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 60px;
    padding: 12px;
}
.box17_title {
    font-size: 95%;
    margin-bottom: 10px;
    background-color: rgb(221, 235, 247);
}
.imgshowdiv{
    margin-right: 5px; 
    margin-top: -485px;
    float: right;
    border: 2px solid red;
    border-radius: 5px;
    padding: 5px;
    width: 525px;
    position: relative;
    z-index: 999;
    height: 475px;
}
.iconimg{
    margin-top: -20px; 
    margin-left: 510px; 
    float: right; 
    position: absolute; 
    z-index: 100; 
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
.iconimg{
    margin-top: 355px; 
    margin-left: -20px; 
    float: right; 
    position: absolute; 
    z-index: 100; 
}
}
.titlediv{
    background: #ff6565;
    border: 2px solid #ff0000;
    color: white;
    border-radius: 5px;
    height: 35px;
    width: 200px;
    margin-left: 117px;
    margin-top: 10px;
    padding-top: 12px;
    padding-left: 2px;
}
.triangle1{
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ff0000 transparent transparent;
    margin: 40px auto;
    position: relative;
    float: left;
    margin-left: 210px;
    margin-bottom: 0px;
    margin-top: 0px;
}
a:hover{
cursor:pointer;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/content/css/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.rTop{
position:fixed; 
right:0; 
bottom:0;
margin:5px; 
cursor:pointer; 
display:none;
padding-right: 10px;
}
.over img{
	opacity:0.5;
}
.detailtable td{
padding:0px;
border:1px solid white;
}
.detailtd:hover{
  background-color: #5b9bd5;
  cursor:pointer;
color:white;
}
.detailtd{
  background-color: #b4c6e7;
}
.shifttable td{
padding:0px;
border:1px solid white;
}
.shifttd:hover{
  background-color: #5b9bd5;
  cursor:pointer;
color:white;
}
.shifttd{
  background-color: #b4c6e7;
}


.cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: 99.99%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 15px solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
.pageTitleLong span{
 border-left:5px solid #8BBC00;
 margin-left:20px;
 padding-left:10px;
 display:block;
 font-size:115%;
 width:auto;
}
.pageTitleLong .pageTitleLongLeftTop{ background:url(/content/img/zaihyoupub16.jpg) no-repeat left 0px;}
.pageTitleLong .pageTitleLongRightTop{ background:url(/content/img/zaihyoupub17.jpg) no-repeat right 0px;}
.pageTitleLong .pageTitleLongLeftBottom{ background:url(/content/img/zaihyoupub18.jpg) no-repeat left bottom;}
.pageTitleLong .pageTitleLongRightBottom{ background:url(/content/img/zaihyoupub19.jpg) no-repeat right bottom;}
/* add start */
.container {
    display: flex;
    border: 2px solid rgb(226, 240, 217);
    border-image: none;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 60px;
    padding: 12px
}
.container2 {
    display: flex;
}
.item1 table {
    font-size: 0.75rem;
    width: 230px;
}
.item2 {
    width: 100%;
    text-align: center;
}
.item2 .graph {
    height : 250px;
}
.item3_content {
    padding: 5px;
    border: 2px solid rgb(217, 217, 217);
    border-image: none;
    width: 33%;
    margin-top: 0px;
    margin-right: 0px;
    width : 290px;
}
.item3_content2 {
    padding: 5px;
    border: 1px dashed rgb(0, 112, 192);
    border-image: none;
    width: 290px;
    margin-top: 10px;
}
.cupicon {
    width : 15px;
}
.box17 {
    border: 2px solid rgb(226, 240, 217);
    border-image: none;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 60px;
    padding: 12px;
}
.box17_title {
    font-size: 95%;
    margin-bottom: 10px;
    background-color: rgb(221, 235, 247);
}
.ind_table {
    display: flex;
    margin-top: 0.5rem;
    height: 20%;
    align-content: space-around;
    justify-content: center;
}
#shiftTitle {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top:  0.2rem;
    margin-left: 10px;
    font-weight: bold;
}
</style>
